From c28739ef92e118de919eb94af174b2661aed06af Mon Sep 17 00:00:00 2001 From: Yusuf Arfan Ismail Date: Tue, 24 Oct 2023 19:21:22 +0100 Subject: [PATCH] having somme issues Added support for neoforge still have issues Revert "having somme issues" This reverts commit 4073bcfaaae80381097660696f14ffd1183b7a01. Added neo forge Added support for neoforge (#129) Cf publish works remove val from tier --- build.gradle.kts | 240 +- forge/CHANGELOG.md | 152 + forge/build.gradle.kts | 162 + forge/gradle.properties | 16 + .../0cf1fbcc3d48b3e57ef3f7c05b035e489fdab1a7 | 0 .../0f202e000d40347127b33b6edbbb29689b8cbf86 | 0 .../103d9f3f36b01595f1aa5172191e60eff02e6924 | 0 .../59eb3dbb5f86130e09b3c62d89b9525ee01cf52d | 0 .../9cedfe5b9b9b8fb51ee0cbcde6ee21cf9da7c57c | 0 .../9f61bb65fbe4cfb8a15e0d3253c99409d3dd169b | 0 .../9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e | 0 .../b051adeca7b8303d1a7d46afb7c4eaf8cfa3a7f5 | 0 .../b437fe956183b85bad8f19eb71f021ad5d4a1455 | 0 .../c622617f6fabf890a00b9275cd5f643584a8a2c8 | 0 .../e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0 | 0 .../blockstates/aqumarine_block.json | 0 .../blockstates/aqumarine_ore.json | 0 .../custom_armour_crafting_table.json | 0 .../custom_tool_crafting_table.json | 0 .../blockstates/deepslate_aqumarine_ore.json | 0 .../blockstates/deepslate_graphite_ore.json | 0 .../blockstates/deepslate_imperium_ore.json | 0 .../blockstates/deepslate_rainbow_ore.json | 0 .../blockstates/deepslate_ruby_ore.json | 0 .../blockstates/deepslate_sapphire_ore.json | 0 .../blockstates/enderite_block.json | 0 .../blockstates/enderite_ore.json | 0 .../blockstates/graphite_block.json | 0 .../blockstates/graphite_ore.json | 0 .../blockstates/imperium_ore.json | 0 .../ingot_fusion_toll_enhancer.json | 0 .../blockstates/rainbow_block.json | 0 .../blockstates/rainbow_ore.json | 0 .../blockstates/ruby_block.json | 0 .../blockstates/ruby_ore.json | 0 .../blockstates/sapphire_block.json | 0 .../blockstates/sapphire_ore.json | 0 .../assets/armourandtoolsmod/lang/en_us.json | 0 .../models/block/aqumarine_block.json | 0 .../models/block/aqumarine_ore.json | 0 .../block/custom_armour_crafting_table.json | 0 .../block/custom_tool_crafting_table.json | 0 .../models/block/deepslate_aqumarine_ore.json | 0 .../models/block/deepslate_graphite_ore.json | 0 .../models/block/deepslate_imperium_ore.json | 0 .../models/block/deepslate_rainbow_ore.json | 0 .../models/block/deepslate_ruby_ore.json | 0 .../models/block/deepslate_sapphire_ore.json | 0 .../models/block/enderite_block.json | 0 .../models/block/enderite_ore.json | 0 .../models/block/graphite_block.json | 0 .../models/block/graphite_ore.json | 0 .../models/block/imperium_ore.json | 0 .../block/ingot_fusion_toll_enhancer.json | 0 .../block/ingot_fusion_toll_enhancer_on.json | 0 .../models/block/rainbow_block.json | 0 .../models/block/rainbow_ore.json | 0 .../models/block/ruby_block.json | 0 .../models/block/ruby_ore.json | 0 .../models/block/sapphire_block.json | 0 .../models/block/sapphire_ore.json | 0 .../models/item/amethyst_axe.json | 0 .../models/item/amethyst_boots.json | 0 .../models/item/amethyst_chestplate.json | 0 .../models/item/amethyst_helmet.json | 0 .../models/item/amethyst_leggings.json | 0 .../models/item/amethyst_pickaxe.json | 0 .../models/item/amethyst_shovel.json | 0 .../models/item/amethyst_sword.json | 0 .../models/item/aqumarine.json | 0 .../models/item/aqumarine_block.json | 0 .../models/item/aqumarine_boots.json | 0 .../models/item/aqumarine_chestplate.json | 0 .../models/item/aqumarine_helmet.json | 0 .../models/item/aqumarine_leggings.json | 0 .../models/item/aqumarine_ore.json | 0 .../models/item/aqumarine_shield.json | 0 .../item/aqumarine_shield_blocking.json | 0 .../models/item/aqumarine_trident.json | 0 .../models/item/aqumarine_trident_gui.json | 0 .../item/aqumarine_trident_throwing.json | 0 .../item/custom_armour_crafting_table.json | 0 .../item/custom_tool_crafting_table.json | 0 .../models/item/deepslate_aqumarine_ore.json | 0 .../models/item/deepslate_graphite_ore.json | 0 .../models/item/deepslate_imperium_ore.json | 0 .../models/item/deepslate_rainbow_ore.json | 0 .../models/item/deepslate_ruby_ore.json | 0 .../models/item/deepslate_sapphire_ore.json | 0 .../models/item/enderite.json | 0 .../models/item/enderite_axe.json | 0 .../models/item/enderite_block.json | 0 .../models/item/enderite_boots.json | 0 .../models/item/enderite_chestplate.json | 0 .../models/item/enderite_helmet.json | 0 .../models/item/enderite_hoe.json | 0 .../models/item/enderite_leggings.json | 0 .../models/item/enderite_ore.json | 0 .../models/item/enderite_pickaxe.json | 0 .../models/item/enderite_shovel.json | 0 .../models/item/enderite_sword.json | 0 .../models/item/graphite.json | 0 .../models/item/graphite_block.json | 0 .../models/item/graphite_boots.json | 0 .../models/item/graphite_chestplate.json | 0 .../models/item/graphite_helmet.json | 0 .../models/item/graphite_leggings.json | 0 .../models/item/graphite_ore.json | 0 .../models/item/graphite_shield.json | 0 .../models/item/graphite_shield_blocking.json | 0 .../models/item/imperium.json | 0 .../models/item/imperium_ore.json | 0 .../models/item/imperium_pickaxe.json | 0 .../models/item/imperium_sword.json | 0 .../item/ingot_fusion_toll_enhancer.json | 0 .../models/item/magma_strike_pickaxe.json | 0 .../models/item/rainbow.json | 0 .../models/item/rainbow_block.json | 0 .../models/item/rainbow_boots.json | 0 .../models/item/rainbow_chestplate.json | 0 .../models/item/rainbow_helmet.json | 0 .../models/item/rainbow_leggings.json | 0 .../models/item/rainbow_ore.json | 0 .../models/item/rainbow_shield.json | 0 .../models/item/rainbow_shield_blocking.json | 0 .../models/item/raw_aqumarine.json | 0 .../models/item/raw_enderite.json | 0 .../models/item/raw_graphite.json | 0 .../models/item/raw_imperium.json | 0 .../models/item/raw_rainbow.json | 0 .../models/item/raw_ruby.json | 0 .../models/item/raw_sapphire.json | 0 .../armourandtoolsmod/models/item/ruby.json | 0 .../models/item/ruby_axe.json | 0 .../models/item/ruby_block.json | 0 .../models/item/ruby_boots.json | 0 .../models/item/ruby_chestplate.json | 0 .../models/item/ruby_helmet.json | 0 .../models/item/ruby_hoe.json | 0 .../models/item/ruby_leggings.json | 0 .../models/item/ruby_ore.json | 0 .../models/item/ruby_pickaxe.json | 0 .../models/item/ruby_shield.json | 0 .../models/item/ruby_shield_blocking.json | 0 .../models/item/ruby_shovel.json | 0 .../models/item/ruby_sword.json | 0 .../models/item/sapphire.json | 0 .../models/item/sapphire_axe.json | 0 .../models/item/sapphire_block.json | 0 .../models/item/sapphire_boots.json | 0 .../models/item/sapphire_chestplate.json | 0 .../models/item/sapphire_helmet.json | 0 .../models/item/sapphire_hoe.json | 0 .../models/item/sapphire_leggings.json | 0 .../models/item/sapphire_ore.json | 0 .../models/item/sapphire_pickaxe.json | 0 .../models/item/sapphire_shield.json | 0 .../models/item/sapphire_shield_blocking.json | 0 .../models/item/sapphire_shovel.json | 0 .../models/item/sapphire_sword.json | 0 .../assets/minecraft/atlases/armor_trims.json | 0 .../assets/minecraft/atlases/blocks.json | 0 .../advancements/aqumarine_armour.json | 0 .../advancements/aqumarine_block.json | 0 .../advancements/aqumarine_ingot.json | 0 .../advancements/aqumarine_ore.json | 0 .../advancements/enderite_armour.json | 0 .../advancements/enderite_block.json | 0 .../advancements/enderite_ingot.json | 0 .../advancements/enderite_ore.json | 0 .../advancements/enderite_tools.json | 0 .../advancements/graphite_armour.json | 0 .../advancements/graphite_block.json | 0 .../advancements/graphite_ingot.json | 0 .../advancements/graphite_ore.json | 0 .../advancements/imperium_ingot.json | 0 .../advancements/imperium_ore.json | 0 .../advancements/imperium_tools.json | 0 .../advancements/rainbow_armour.json | 0 .../advancements/rainbow_block.json | 0 .../advancements/rainbow_ingot.json | 0 .../advancements/rainbow_ore.json | 0 .../aqumarine_block_recipe.json | 0 .../custom_armour_crafting_table_recipe.json | 0 .../custom_tool_crafting_table_recipe.json | 0 .../enderite_block_recipe.json | 0 .../graphite_block_recipe.json | 0 .../ingot_fusion_toll_enhancer_recipe.json | 0 .../building_blocks/rainbow_block_recipe.json | 0 .../building_blocks/ruby_block_recipe.json | 0 .../sapphire_block_recipe.json | 0 .../recipes/combat/amethyst_boots.json | 0 .../recipes/combat/amethyst_chestplate.json | 0 .../recipes/combat/amethyst_helmet.json | 0 .../recipes/combat/amethyst_leggings.json | 0 .../recipes/combat/aqumarine_boots.json | 0 .../recipes/combat/aqumarine_chestplate.json | 0 .../recipes/combat/aqumarine_helmet.json | 0 .../recipes/combat/aqumarine_leggings.json | 0 .../recipes/combat/enderite_boots.json | 0 .../recipes/combat/enderite_chestplate.json | 0 .../recipes/combat/enderite_helmet.json | 0 .../recipes/combat/enderite_leggings.json | 0 .../recipes/combat/graphite_boots.json | 0 .../recipes/combat/graphite_chestplate.json | 0 .../recipes/combat/graphite_helmet.json | 0 .../recipes/combat/graphite_leggings.json | 0 .../recipes/combat/rainbow_boots.json | 0 .../recipes/combat/rainbow_chestplate.json | 0 .../recipes/combat/rainbow_helmet.json | 0 .../recipes/combat/rainbow_leggings.json | 0 .../recipes/combat/ruby_boots.json | 0 .../recipes/combat/ruby_chestplate.json | 0 .../recipes/combat/ruby_helmet.json | 0 .../recipes/combat/ruby_leggings.json | 0 .../recipes/combat/sapphire_boots.json | 0 .../recipes/combat/sapphire_chestplate.json | 0 .../recipes/combat/sapphire_helmet.json | 0 .../recipes/combat/sapphire_leggings.json | 0 .../misc/blasting_aqumarine_boots.json | 0 .../misc/blasting_aqumarine_chestplate.json | 0 .../misc/blasting_aqumarine_helmet.json | 0 .../misc/blasting_aqumarine_leggings.json | 0 .../recipes/misc/blasting_aqumarine_ore.json | 0 .../misc/blasting_aqumarine_shield.json | 0 .../misc/blasting_aqumarine_trident.json | 0 .../blasting_deepslate_aqumarine_ore.json | 0 .../misc/blasting_deepslate_graphite_ore.json | 0 .../misc/blasting_deepslate_imperium_ore.json | 0 .../misc/blasting_deepslate_rainbow_ore.json | 0 .../misc/blasting_deepslate_ruby_ore.json | 0 .../misc/blasting_deepslate_sapphire_ore.json | 0 .../recipes/misc/blasting_enderite_axe.json | 0 .../recipes/misc/blasting_enderite_boots.json | 0 .../misc/blasting_enderite_chestplate.json | 0 .../misc/blasting_enderite_helmet.json | 0 .../recipes/misc/blasting_enderite_hoe.json | 0 .../misc/blasting_enderite_leggings.json | 0 .../recipes/misc/blasting_enderite_ore.json | 0 .../misc/blasting_enderite_pickaxe.json | 0 .../misc/blasting_enderite_shovel.json | 0 .../recipes/misc/blasting_enderite_sword.json | 0 .../recipes/misc/blasting_graphite_boots.json | 0 .../misc/blasting_graphite_chestplate.json | 0 .../misc/blasting_graphite_helmet.json | 0 .../misc/blasting_graphite_leggings.json | 0 .../recipes/misc/blasting_graphite_ore.json | 0 .../misc/blasting_graphite_shield.json | 0 .../recipes/misc/blasting_imperium_ore.json | 0 .../misc/blasting_imperium_pickaxe.json | 0 .../recipes/misc/blasting_imperium_sword.json | 0 .../recipes/misc/blasting_rainbow_boots.json | 0 .../misc/blasting_rainbow_chestplate.json | 0 .../recipes/misc/blasting_rainbow_helmet.json | 0 .../misc/blasting_rainbow_leggings.json | 0 .../recipes/misc/blasting_rainbow_ore.json | 0 .../recipes/misc/blasting_rainbow_shield.json | 0 .../recipes/misc/blasting_raw_aqumarine.json | 0 .../recipes/misc/blasting_raw_enderite.json | 0 .../recipes/misc/blasting_raw_graphite.json | 0 .../recipes/misc/blasting_raw_imperium.json | 0 .../recipes/misc/blasting_raw_rainbow.json | 0 .../recipes/misc/blasting_raw_ruby.json | 0 .../recipes/misc/blasting_raw_sapphire.json | 0 .../recipes/misc/blasting_ruby_axe.json | 0 .../recipes/misc/blasting_ruby_boots.json | 0 .../misc/blasting_ruby_chestplate.json | 0 .../recipes/misc/blasting_ruby_helmet.json | 0 .../recipes/misc/blasting_ruby_hoe.json | 0 .../recipes/misc/blasting_ruby_leggings.json | 0 .../recipes/misc/blasting_ruby_ore.json | 0 .../recipes/misc/blasting_ruby_pickaxe.json | 0 .../recipes/misc/blasting_ruby_shield.json | 0 .../recipes/misc/blasting_ruby_shovel.json | 0 .../recipes/misc/blasting_ruby_sword.json | 0 .../recipes/misc/blasting_sapphire_axe.json | 0 .../recipes/misc/blasting_sapphire_boots.json | 0 .../misc/blasting_sapphire_chestplate.json | 0 .../misc/blasting_sapphire_helmet.json | 0 .../recipes/misc/blasting_sapphire_hoe.json | 0 .../misc/blasting_sapphire_leggings.json | 0 .../recipes/misc/blasting_sapphire_ore.json | 0 .../misc/blasting_sapphire_pickaxe.json | 0 .../misc/blasting_sapphire_shield.json | 0 .../misc/blasting_sapphire_shovel.json | 0 .../recipes/misc/blasting_sapphire_sword.json | 0 .../misc/ruby_helmet_smithing_trim.json | 0 .../misc/smelting_aqumarine_boots.json | 0 .../misc/smelting_aqumarine_chestplate.json | 0 .../misc/smelting_aqumarine_helmet.json | 0 .../misc/smelting_aqumarine_leggings.json | 0 .../recipes/misc/smelting_aqumarine_ore.json | 0 .../misc/smelting_aqumarine_shield.json | 0 .../misc/smelting_aqumarine_trident.json | 0 .../smelting_deepslate_aqumarine_ore.json | 0 .../misc/smelting_deepslate_graphite_ore.json | 0 .../misc/smelting_deepslate_imperium_ore.json | 0 .../misc/smelting_deepslate_rainbow_ore.json | 0 .../misc/smelting_deepslate_ruby_ore.json | 0 .../misc/smelting_deepslate_sapphire_ore.json | 0 .../recipes/misc/smelting_enderite_axe.json | 0 .../recipes/misc/smelting_enderite_boots.json | 0 .../misc/smelting_enderite_chestplate.json | 0 .../misc/smelting_enderite_helmet.json | 0 .../recipes/misc/smelting_enderite_hoe.json | 0 .../misc/smelting_enderite_leggings.json | 0 .../recipes/misc/smelting_enderite_ore.json | 0 .../misc/smelting_enderite_pickaxe.json | 0 .../misc/smelting_enderite_shovel.json | 0 .../recipes/misc/smelting_enderite_sword.json | 0 .../recipes/misc/smelting_graphite_boots.json | 0 .../misc/smelting_graphite_chestplate.json | 0 .../misc/smelting_graphite_helmet.json | 0 .../misc/smelting_graphite_leggings.json | 0 .../recipes/misc/smelting_graphite_ore.json | 0 .../misc/smelting_graphite_shield.json | 0 .../recipes/misc/smelting_imperium_ore.json | 0 .../misc/smelting_imperium_pickaxe.json | 0 .../recipes/misc/smelting_imperium_sword.json | 0 .../recipes/misc/smelting_rainbow_boots.json | 0 .../misc/smelting_rainbow_chestplate.json | 0 .../recipes/misc/smelting_rainbow_helmet.json | 0 .../misc/smelting_rainbow_leggings.json | 0 .../recipes/misc/smelting_rainbow_ore.json | 0 .../recipes/misc/smelting_rainbow_shield.json | 0 .../recipes/misc/smelting_raw_aqumarine.json | 0 .../recipes/misc/smelting_raw_enderite.json | 0 .../recipes/misc/smelting_raw_graphite.json | 0 .../recipes/misc/smelting_raw_imperium.json | 0 .../recipes/misc/smelting_raw_rainbow.json | 0 .../recipes/misc/smelting_raw_ruby.json | 0 .../recipes/misc/smelting_raw_sapphire.json | 0 .../recipes/misc/smelting_ruby_axe.json | 0 .../recipes/misc/smelting_ruby_boots.json | 0 .../misc/smelting_ruby_chestplate.json | 0 .../recipes/misc/smelting_ruby_helmet.json | 0 .../recipes/misc/smelting_ruby_hoe.json | 0 .../recipes/misc/smelting_ruby_leggings.json | 0 .../recipes/misc/smelting_ruby_ore.json | 0 .../recipes/misc/smelting_ruby_pickaxe.json | 0 .../recipes/misc/smelting_ruby_shield.json | 0 .../recipes/misc/smelting_ruby_shovel.json | 0 .../recipes/misc/smelting_ruby_sword.json | 0 .../recipes/misc/smelting_sapphire_axe.json | 0 .../recipes/misc/smelting_sapphire_boots.json | 0 .../misc/smelting_sapphire_chestplate.json | 0 .../misc/smelting_sapphire_helmet.json | 0 .../recipes/misc/smelting_sapphire_hoe.json | 0 .../misc/smelting_sapphire_leggings.json | 0 .../recipes/misc/smelting_sapphire_ore.json | 0 .../misc/smelting_sapphire_pickaxe.json | 0 .../misc/smelting_sapphire_shield.json | 0 .../misc/smelting_sapphire_shovel.json | 0 .../recipes/misc/smelting_sapphire_sword.json | 0 .../recipes/tool/magma_strike_pickaxe.json | 0 .../recipes/tools/amethyst_axe.json | 0 .../recipes/tools/amethyst_pickaxe.json | 0 .../recipes/tools/amethyst_shovel.json | 0 .../recipes/tools/amethyst_sword.json | 0 .../recipes/tools/aqumarine_shield.json | 0 .../recipes/tools/aqumarine_trident.json | 0 .../recipes/tools/enderite_axe.json | 0 .../recipes/tools/enderite_hoe.json | 0 .../recipes/tools/enderite_pickaxe.json | 0 .../recipes/tools/enderite_shovel.json | 0 .../recipes/tools/enderite_sword.json | 0 .../recipes/tools/graphite_shield.json | 0 .../recipes/tools/imperium_pickaxe.json | 0 .../recipes/tools/imperium_sword.json | 0 .../recipes/tools/rainbow_shield.json | 0 .../advancements/recipes/tools/ruby_axe.json | 0 .../advancements/recipes/tools/ruby_hoe.json | 0 .../recipes/tools/ruby_pickaxe.json | 0 .../recipes/tools/ruby_shield.json | 0 .../recipes/tools/ruby_shovel.json | 0 .../recipes/tools/ruby_sword.json | 0 .../recipes/tools/sapphire_axe.json | 0 .../recipes/tools/sapphire_hoe.json | 0 .../recipes/tools/sapphire_pickaxe.json | 0 .../recipes/tools/sapphire_shield.json | 0 .../recipes/tools/sapphire_shovel.json | 0 .../recipes/tools/sapphire_sword.json | 0 .../armourandtoolsmod/advancements/root.json | 0 .../advancements/ruby_armour.json | 0 .../advancements/ruby_block.json | 0 .../advancements/ruby_ingot.json | 0 .../advancements/ruby_ore.json | 0 .../advancements/ruby_tools.json | 0 .../advancements/sapphire_armour.json | 0 .../advancements/sapphire_block.json | 0 .../advancements/sapphire_ingot.json | 0 .../advancements/sapphire_ore.json | 0 .../advancements/sapphire_tools.json | 0 .../loot_tables/blocks/aqumarine_block.json | 0 .../loot_tables/blocks/aqumarine_ore.json | 0 .../blocks/custom_armour_crafting_table.json | 0 .../blocks/custom_tool_crafting_table.json | 0 .../blocks/deepslate_aqumarine_ore.json | 0 .../blocks/deepslate_graphite_ore.json | 0 .../blocks/deepslate_imperium_ore.json | 0 .../blocks/deepslate_rainbow_ore.json | 0 .../blocks/deepslate_ruby_ore.json | 0 .../blocks/deepslate_sapphire_ore.json | 0 .../loot_tables/blocks/enderite_block.json | 0 .../loot_tables/blocks/enderite_ore.json | 0 .../loot_tables/blocks/graphite_block.json | 0 .../loot_tables/blocks/graphite_ore.json | 0 .../loot_tables/blocks/imperium_ore.json | 0 .../blocks/ingot_fusion_toll_enhancer.json | 0 .../loot_tables/blocks/rainbow_block.json | 0 .../loot_tables/blocks/rainbow_ore.json | 0 .../loot_tables/blocks/ruby_block.json | 0 .../loot_tables/blocks/ruby_ore.json | 0 .../loot_tables/blocks/sapphire_block.json | 0 .../loot_tables/blocks/sapphire_ore.json | 0 .../recipes/amethyst_axe.json | 0 .../recipes/amethyst_boots.json | 0 .../recipes/amethyst_chestplate.json | 0 .../recipes/amethyst_helmet.json | 0 .../recipes/amethyst_leggings.json | 0 .../recipes/amethyst_pickaxe.json | 0 .../recipes/amethyst_shovel.json | 0 .../recipes/amethyst_sword.json | 0 .../recipes/aqumarine_block_recipe.json | 0 .../recipes/aqumarine_boots.json | 0 .../recipes/aqumarine_chestplate.json | 0 .../recipes/aqumarine_helmet.json | 0 .../recipes/aqumarine_leggings.json | 0 .../recipes/aqumarine_shield.json | 0 .../recipes/aqumarine_trident.json | 0 .../recipes/blasting_aqumarine_boots.json | 0 .../blasting_aqumarine_chestplate.json | 0 .../recipes/blasting_aqumarine_helmet.json | 0 .../recipes/blasting_aqumarine_leggings.json | 0 .../recipes/blasting_aqumarine_ore.json | 0 .../recipes/blasting_aqumarine_shield.json | 0 .../recipes/blasting_aqumarine_trident.json | 0 .../blasting_deepslate_aqumarine_ore.json | 0 .../blasting_deepslate_graphite_ore.json | 0 .../blasting_deepslate_imperium_ore.json | 0 .../blasting_deepslate_rainbow_ore.json | 0 .../recipes/blasting_deepslate_ruby_ore.json | 0 .../blasting_deepslate_sapphire_ore.json | 0 .../recipes/blasting_enderite_axe.json | 0 .../recipes/blasting_enderite_boots.json | 0 .../recipes/blasting_enderite_chestplate.json | 0 .../recipes/blasting_enderite_helmet.json | 0 .../recipes/blasting_enderite_hoe.json | 0 .../recipes/blasting_enderite_leggings.json | 0 .../recipes/blasting_enderite_ore.json | 0 .../recipes/blasting_enderite_pickaxe.json | 0 .../recipes/blasting_enderite_shovel.json | 0 .../recipes/blasting_enderite_sword.json | 0 .../recipes/blasting_graphite_boots.json | 0 .../recipes/blasting_graphite_chestplate.json | 0 .../recipes/blasting_graphite_helmet.json | 0 .../recipes/blasting_graphite_leggings.json | 0 .../recipes/blasting_graphite_ore.json | 0 .../recipes/blasting_graphite_shield.json | 0 .../recipes/blasting_imperium_ore.json | 0 .../recipes/blasting_imperium_pickaxe.json | 0 .../recipes/blasting_imperium_sword.json | 0 .../recipes/blasting_rainbow_boots.json | 0 .../recipes/blasting_rainbow_chestplate.json | 0 .../recipes/blasting_rainbow_helmet.json | 0 .../recipes/blasting_rainbow_leggings.json | 0 .../recipes/blasting_rainbow_ore.json | 0 .../recipes/blasting_rainbow_shield.json | 0 .../recipes/blasting_raw_aqumarine.json | 0 .../recipes/blasting_raw_enderite.json | 0 .../recipes/blasting_raw_graphite.json | 0 .../recipes/blasting_raw_imperium.json | 0 .../recipes/blasting_raw_rainbow.json | 0 .../recipes/blasting_raw_ruby.json | 0 .../recipes/blasting_raw_sapphire.json | 0 .../recipes/blasting_ruby_axe.json | 0 .../recipes/blasting_ruby_boots.json | 0 .../recipes/blasting_ruby_chestplate.json | 0 .../recipes/blasting_ruby_helmet.json | 0 .../recipes/blasting_ruby_hoe.json | 0 .../recipes/blasting_ruby_leggings.json | 0 .../recipes/blasting_ruby_ore.json | 0 .../recipes/blasting_ruby_pickaxe.json | 0 .../recipes/blasting_ruby_shield.json | 0 .../recipes/blasting_ruby_shovel.json | 0 .../recipes/blasting_ruby_sword.json | 0 .../recipes/blasting_sapphire_axe.json | 0 .../recipes/blasting_sapphire_boots.json | 0 .../recipes/blasting_sapphire_chestplate.json | 0 .../recipes/blasting_sapphire_helmet.json | 0 .../recipes/blasting_sapphire_hoe.json | 0 .../recipes/blasting_sapphire_leggings.json | 0 .../recipes/blasting_sapphire_ore.json | 0 .../recipes/blasting_sapphire_pickaxe.json | 0 .../recipes/blasting_sapphire_shield.json | 0 .../recipes/blasting_sapphire_shovel.json | 0 .../recipes/blasting_sapphire_sword.json | 0 .../custom_armour_crafting_table_recipe.json | 0 .../custom_tool_crafting_table_recipe.json | 0 .../recipes/enderite_axe.json | 0 .../recipes/enderite_block_recipe.json | 0 .../recipes/enderite_boots.json | 0 .../recipes/enderite_chestplate.json | 0 .../recipes/enderite_helmet.json | 0 .../recipes/enderite_hoe.json | 0 .../recipes/enderite_leggings.json | 0 .../recipes/enderite_pickaxe.json | 0 .../recipes/enderite_shovel.json | 0 .../recipes/enderite_sword.json | 0 .../recipes/graphite_block_recipe.json | 0 .../recipes/graphite_boots.json | 0 .../recipes/graphite_chestplate.json | 0 .../recipes/graphite_helmet.json | 0 .../recipes/graphite_leggings.json | 0 .../recipes/graphite_shield.json | 0 .../recipes/imperium_pickaxe.json | 0 .../recipes/imperium_sword.json | 0 .../ingot_fusion_toll_enhancer_recipe.json | 0 .../recipes/magma_strike_pickaxe.json | 0 .../recipes/rainbow_block_recipe.json | 0 .../recipes/rainbow_boots.json | 0 .../recipes/rainbow_chestplate.json | 0 .../recipes/rainbow_helmet.json | 0 .../recipes/rainbow_leggings.json | 0 .../recipes/rainbow_shield.json | 0 .../armourandtoolsmod/recipes/ruby_axe.json | 0 .../recipes/ruby_block_recipe.json | 0 .../armourandtoolsmod/recipes/ruby_boots.json | 0 .../recipes/ruby_chestplate.json | 0 .../recipes/ruby_helmet.json | 0 .../recipes/ruby_helmet_smithing_trim.json | 0 .../armourandtoolsmod/recipes/ruby_hoe.json | 0 .../recipes/ruby_leggings.json | 0 .../recipes/ruby_pickaxe.json | 0 .../recipes/ruby_shield.json | 0 .../recipes/ruby_shovel.json | 0 .../armourandtoolsmod/recipes/ruby_sword.json | 0 .../recipes/sapphire_axe.json | 0 .../recipes/sapphire_block_recipe.json | 0 .../recipes/sapphire_boots.json | 0 .../recipes/sapphire_chestplate.json | 0 .../recipes/sapphire_helmet.json | 0 .../recipes/sapphire_hoe.json | 0 .../recipes/sapphire_leggings.json | 0 .../recipes/sapphire_pickaxe.json | 0 .../recipes/sapphire_shield.json | 0 .../recipes/sapphire_shovel.json | 0 .../recipes/sapphire_sword.json | 0 .../recipes/smelting_aqumarine_boots.json | 0 .../smelting_aqumarine_chestplate.json | 0 .../recipes/smelting_aqumarine_helmet.json | 0 .../recipes/smelting_aqumarine_leggings.json | 0 .../recipes/smelting_aqumarine_ore.json | 0 .../recipes/smelting_aqumarine_shield.json | 0 .../recipes/smelting_aqumarine_trident.json | 0 .../smelting_deepslate_aqumarine_ore.json | 0 .../smelting_deepslate_graphite_ore.json | 0 .../smelting_deepslate_imperium_ore.json | 0 .../smelting_deepslate_rainbow_ore.json | 0 .../recipes/smelting_deepslate_ruby_ore.json | 0 .../smelting_deepslate_sapphire_ore.json | 0 .../recipes/smelting_enderite_axe.json | 0 .../recipes/smelting_enderite_boots.json | 0 .../recipes/smelting_enderite_chestplate.json | 0 .../recipes/smelting_enderite_helmet.json | 0 .../recipes/smelting_enderite_hoe.json | 0 .../recipes/smelting_enderite_leggings.json | 0 .../recipes/smelting_enderite_ore.json | 0 .../recipes/smelting_enderite_pickaxe.json | 0 .../recipes/smelting_enderite_shovel.json | 0 .../recipes/smelting_enderite_sword.json | 0 .../recipes/smelting_graphite_boots.json | 0 .../recipes/smelting_graphite_chestplate.json | 0 .../recipes/smelting_graphite_helmet.json | 0 .../recipes/smelting_graphite_leggings.json | 0 .../recipes/smelting_graphite_ore.json | 0 .../recipes/smelting_graphite_shield.json | 0 .../recipes/smelting_imperium_ore.json | 0 .../recipes/smelting_imperium_pickaxe.json | 0 .../recipes/smelting_imperium_sword.json | 0 .../recipes/smelting_rainbow_boots.json | 0 .../recipes/smelting_rainbow_chestplate.json | 0 .../recipes/smelting_rainbow_helmet.json | 0 .../recipes/smelting_rainbow_leggings.json | 0 .../recipes/smelting_rainbow_ore.json | 0 .../recipes/smelting_rainbow_shield.json | 0 .../recipes/smelting_raw_aqumarine.json | 0 .../recipes/smelting_raw_enderite.json | 0 .../recipes/smelting_raw_graphite.json | 0 .../recipes/smelting_raw_imperium.json | 0 .../recipes/smelting_raw_rainbow.json | 0 .../recipes/smelting_raw_ruby.json | 0 .../recipes/smelting_raw_sapphire.json | 0 .../recipes/smelting_ruby_axe.json | 0 .../recipes/smelting_ruby_boots.json | 0 .../recipes/smelting_ruby_chestplate.json | 0 .../recipes/smelting_ruby_helmet.json | 0 .../recipes/smelting_ruby_hoe.json | 0 .../recipes/smelting_ruby_leggings.json | 0 .../recipes/smelting_ruby_ore.json | 0 .../recipes/smelting_ruby_pickaxe.json | 0 .../recipes/smelting_ruby_shield.json | 0 .../recipes/smelting_ruby_shovel.json | 0 .../recipes/smelting_ruby_sword.json | 0 .../recipes/smelting_sapphire_axe.json | 0 .../recipes/smelting_sapphire_boots.json | 0 .../recipes/smelting_sapphire_chestplate.json | 0 .../recipes/smelting_sapphire_helmet.json | 0 .../recipes/smelting_sapphire_hoe.json | 0 .../recipes/smelting_sapphire_leggings.json | 0 .../recipes/smelting_sapphire_ore.json | 0 .../recipes/smelting_sapphire_pickaxe.json | 0 .../recipes/smelting_sapphire_shield.json | 0 .../recipes/smelting_sapphire_shovel.json | 0 .../recipes/smelting_sapphire_sword.json | 0 .../configured_feature/aqumarine_ore.json | 0 .../configured_feature/enderite_ore.json | 0 .../configured_feature/graphite_ore.json | 0 .../configured_feature/imperium_ore.json | 0 .../configured_feature/rainbow_ore.json | 0 .../worldgen/configured_feature/ruby_ore.json | 0 .../configured_feature/sapphire_ore.json | 0 .../placed_feature/aqumarine_ore.json | 0 .../worldgen/placed_feature/enderite_ore.json | 0 .../worldgen/placed_feature/graphite_ore.json | 0 .../worldgen/placed_feature/imperium_ore.json | 0 .../worldgen/placed_feature/rainbow_ore.json | 0 .../worldgen/placed_feature/ruby_ore.json | 0 .../worldgen/placed_feature/sapphire_ore.json | 0 .../blocks/deepslate_ores/aqumarine_ores.json | 0 .../blocks/deepslate_ores/graphite_ores.json | 0 .../blocks/deepslate_ores/imperium_ores.json | 0 .../blocks/deepslate_ores/rainbow_ores.json | 0 .../tags/blocks/deepslate_ores/ruby_ores.json | 0 .../blocks/deepslate_ores/sapphire_ores.json | 0 .../forge/tags/blocks/needs_gold_tool.json | 0 .../tags/blocks/ores/aqumarine_ores.json | 0 .../forge/tags/blocks/ores/enderite_ores.json | 0 .../forge/tags/blocks/ores/graphite_ores.json | 0 .../forge/tags/blocks/ores/imperium_ores.json | 0 .../forge/tags/blocks/ores/rainbow_ores.json | 0 .../forge/tags/blocks/ores/ruby_ores.json | 0 .../forge/tags/blocks/ores/sapphire_ores.json | 0 .../tags/blocks/storage_blocks/aqumarine.json | 0 .../tags/blocks/storage_blocks/enderite.json | 0 .../tags/blocks/storage_blocks/graphite.json | 0 .../tags/blocks/storage_blocks/rainbow.json | 0 .../tags/blocks/storage_blocks/ruby.json | 0 .../tags/blocks/storage_blocks/sapphire.json | 0 .../items/deepslate_ores/aqumarine_ores.json | 0 .../items/deepslate_ores/graphite_ores.json | 0 .../items/deepslate_ores/imperium_ores.json | 0 .../items/deepslate_ores/rainbow_ores.json | 0 .../tags/items/deepslate_ores/ruby_ores.json | 0 .../items/deepslate_ores/sapphire_ores.json | 0 .../forge/tags/items/ingots/aqumarine.json | 0 .../forge/tags/items/ingots/enderite.json | 0 .../forge/tags/items/ingots/graphite.json | 0 .../forge/tags/items/ingots/imperium.json | 0 .../data/forge/tags/items/ingots/rainbow.json | 0 .../data/forge/tags/items/ingots/ruby.json | 0 .../forge/tags/items/ingots/sapphire.json | 0 .../forge/tags/items/ores/aqumarine_ores.json | 0 .../forge/tags/items/ores/enderite_ores.json | 0 .../forge/tags/items/ores/graphite_ores.json | 0 .../forge/tags/items/ores/imperium_ores.json | 0 .../forge/tags/items/ores/rainbow_ores.json | 0 .../data/forge/tags/items/ores/ruby_ores.json | 0 .../forge/tags/items/ores/sapphire_ores.json | 0 .../forge/tags/items/scraps/aqumarine.json | 0 .../forge/tags/items/scraps/enderite.json | 0 .../forge/tags/items/scraps/graphite.json | 0 .../data/forge/tags/items/scraps/rainbow.json | 0 .../data/forge/tags/items/scraps/ruby.json | 0 .../forge/tags/items/scraps/sapphire.json | 0 .../tags/items/storage_blocks/aqumarine.json | 0 .../tags/items/storage_blocks/enderite.json | 0 .../tags/items/storage_blocks/graphite.json | 0 .../tags/items/storage_blocks/rainbow.json | 0 .../forge/tags/items/storage_blocks/ruby.json | 0 .../tags/items/storage_blocks/sapphire.json | 0 .../tags/blocks/mineable/pickaxe.json | 0 .../tags/blocks/needs_diamond_tool.json | 0 .../tags/blocks/needs_iron_tool.json | 0 .../tags/blocks/needs_stone_tool.json | 0 .../src}/generated/resources/pack.mcmeta | 0 .../blocks/IngotFusionTollEnhancer.java | 12 +- .../CustomArmourCraftingTableScreen.java | 0 .../IngotFusionTollEnhancerBlockEntity.java | 2 +- .../infusion/IngotFusionTollEnhancerMenu.java | 0 .../IngotFusionTollEnhancerScreen.java | 0 .../blocks/lit/LITBlock.java | 0 .../blocks/lit/LitBlockParticleColour.java | 0 .../blocks/lit/RainbowLitBlock.java | 0 .../blocks/lit/RubyLitBlock.java | 0 .../tool/CustomToolCraftingTableScreen.java | 0 ...AndToolsModShieldItemRendererProvider.java | 0 ...ndToolsModTridentItemRendererProvider.java | 0 .../core/init/BlockEntityTypeInit.java | 0 .../core/init/EntityTypeInit.java | 0 .../IngotFusionTollEnhancerRecipe.java | 0 .../armourandtoolsmod/ArmourAndToolsMod.kt | 0 .../blocks/CustomArmourCraftingTable.kt | 0 .../blocks/CustomToolCraftingTable.kt | 0 .../CustomArmourCraftingTableContainer.kt | 0 .../armour/CustomArmourCraftingTableMenu.kt | 0 .../CustomArmourCraftingTableResultSlot.kt | 0 .../book/CustomArmourCraftingBookCategory.kt | 0 ...gotFusionTollEnhancerRecipeBookCategory.kt | 0 ...otFusionTollEnhancerRecipeBookComponent.kt | 0 .../blocks/infusion/slots/InfusionFuelSlot.kt | 0 .../infusion/slots/OutputSlotItemHandler.kt | 0 .../tool/CustomToolCraftingTableContainer.kt | 0 .../tool/CustomToolCraftingTableMenu.kt | 0 .../tool/CustomToolCraftingTableResultSlot.kt | 0 .../book/CustomToolsCraftingBookCategory.kt | 0 ...ToolsModBlockEntityWithoutLevelRenderer.kt | 0 .../armourandtoolsmod/client/ClientEvents.kt | 0 .../renderer/mjolnir/MjolnirItemRenderer.kt | 0 .../mjolnir/MjolnirItemRendererISTER.kt | 0 .../client/renderer/mjolnir/info.md | 0 .../ArmourAndToolsModShieldItemRenderer.kt | 0 .../ArmourToolsModTridentItemRenderer.kt | 0 .../ArmourToolsModTridentRendererISTER.kt | 0 .../aq/AqumarineTridentItemRenderer.kt | 0 .../aq/AqumarineTridentItemRendererISTER.kt | 0 .../common/entity/AqumarineTridentEntity.kt | 0 .../entity/ArmourToolsModTridentEntity.kt | 0 .../common/entity/MjolnirEntity.kt | 0 .../core/armour/AmethystArmour.kt | 0 .../core/armour/AqumarineArmour.kt | 0 .../core/armour/EnderiteArmour.kt | 0 .../core/armour/GraphiteArmour.kt | 0 .../core/armour/RainbowArmour.kt | 0 .../core/armour/RubyArmour.kt | 0 .../core/armour/SapphireArmour.kt | 0 .../armourandtoolsmod/core/init/BlockInit.kt | 0 .../core/init/CreativeModeTabInit.kt | 0 .../core/init/EnchantmentCategoryInit.kt | 0 .../armourandtoolsmod/core/init/ItemInit.kt | 0 .../core/init/JEIRecipeTypes.kt | 0 .../core/init/MenuTypeInit.kt | 0 .../core/init/MinableBlockType.kt | 0 .../core/init/MobEffectsInit.kt | 0 .../core/init/PotionsInit.kt | 0 .../core/init/RecipeBookTypesInit.kt | 0 .../core/init/RecipeCategoriesInit.kt | 0 .../core/init/RecipeSerializerInit.kt | 0 .../core/init/RecipeTypeInit.kt | 0 .../armourandtoolsmod/core/init/TagsInit.kt | 0 .../core/material/ArmourMaterialInit.kt | 0 .../core/material/CustomShieldMaterial.kt | 0 .../core/material/CustomToolMaterial.kt | 0 .../core/material/CustomTridentMaterial.kt | 0 .../armourandtoolsmod/core/util/NameUtils.kt | 0 .../core/util/ResourceLocations.kt | 0 .../datagen/DataGenerators.kt | 0 .../datagen/advancment/Advancements.kt | 0 .../advancment/ModAdvancementProvider.kt | 0 .../datagen/lang/ModEnLangProvider.kt | 0 .../datagen/loot/ModBlockLootTables.kt | 0 .../datagen/loot/ModLootTables.kt | 0 .../datagen/recipe/MainModRecipeProvider.kt | 0 .../CustomArmourCraftingTableRecipeBuilder.kt | 0 .../CustomToolCraftingTableRecipeBuilder.kt | 0 .../recipe/builder/EnchantmentsAndLevels.kt | 0 .../IngotFusionTollEnhancerRecipeBuilder.kt | 0 .../ArmourCraftingTableRecipeProvider.kt | 0 .../recipe/provider/FurnaceRecipeProvider.kt | 0 .../IngotFusionTollEnhancerRecipeProvider.kt | 0 .../NewSmithingTableRecipeProvider.kt | 0 .../NormalCraftingTableRecipeProvider.kt | 0 .../ToolCraftingTableRecipeProvider.kt | 0 .../ArmourAndTollsModSpriteSourceProvider.kt | 0 .../datagen/tags/ModBlockTagsProvider.kt | 0 .../datagen/tags/ModItemTagsProvider.kt | 0 .../datagen/texture/ModBlockStateProvider.kt | 0 .../datagen/texture/ModItemStateProvider.kt | 0 .../datagen/world/ModWorldGenProvider.kt | 0 .../armourandtoolsmod/effect/WorthyEffect.kt | 0 .../enchantment/SkyForgeEnchantment.kt | 0 .../integration/ArmourAndToolsModJEIPlugin.kt | 0 ...tomArmourCraftingTableJEIRecipeCategory.kt | 0 ...ngotFusionTollEnhancerJEIRecipeCategory.kt | 0 .../GenericCraftingTableJEIRecipeCategory.kt | 0 ...ustomToolCraftingTableJEIRecipeCategory.kt | 0 .../items/CustomSwordItem.kt | 0 .../items/hammer/HammerItem.kt | 0 .../armourandtoolsmod/items/hammer/Mjolnir.kt | 0 .../items/hammer/StormBreaker.kt | 0 .../items/hammer/util/HammerLevel.kt | 0 .../items/shield/ArmourToolsModShieldItem.kt | 0 .../items/trident/AqumarineTridentItem.kt | 0 .../trident/ArmourToolsModTridentItem.kt | 0 .../logger/LoggerColorScheme.kt | 0 .../armourandtoolsmod/models/MjolnirModel.kt | 0 .../armour/CustomArmourCraftingTableRecipe.kt | 0 .../CustomArmourCraftingTableShapedRecipe.kt | 0 .../tool/CustomToolCraftingTableRecipe.kt | 0 .../CustomToolCraftingTableShapedRecipe.kt | 0 .../armourandtoolsmod/util/KeyBinding.kt | 0 .../worldgen/ModConfiguredFeatures.kt | 0 .../worldgen/ModOrePlacement.kt | 0 .../worldgen/ModPlacedFeatures.kt | 0 .../resources/META-INF/accesstransformer.cfg | 0 .../src}/main/resources/META-INF/mods.toml | 0 .../item/blockbench/DragonDestroyer.bbmodel | 0 .../item/blockbench/title_model.bbmodel | 0 .../models/item/blue_double_lightsaber.json | 0 .../models/item/blue_lightsaber.json | 0 .../models/item/dragon_destroyer.json | 0 .../item/generic_models/GenericWeponHilt.json | 0 .../models/item/green_lightsaber.json | 0 .../models/item/mjolnir.json | 0 .../models/item/mjolnir_thrown.json | 0 .../models/item/old_blue_lightsaber.json | 0 .../models/item/old_mjolnir.json | 0 .../models/item/orange_lightsaber.json | 0 .../models/item/purple_lightsaber.json | 0 .../models/item/stormbreaker.json | 0 .../models/item/white_lightsaber.json | 0 .../models/item/yellow_lightsaber.json | 0 .../textures/block/aqumarine_block.png | Bin .../textures/block/aqumarine_ore.png | Bin .../textures/block/black_diamond_block.png | Bin .../textures/block/black_diamond_ore.png | Bin .../custom_armour_crafting_table_front.png | Bin .../custom_armour_crafting_table_side.png | Bin .../custom_armour_crafting_table_top.png | Bin .../custom_tool_crafting_table_front.png | Bin .../block/custom_tool_crafting_table_side.png | Bin .../block/custom_tool_crafting_table_top.png | Bin .../block/deepslate_aqumarine_ore.png | Bin .../textures/block/deepslate_graphite_ore.png | Bin .../textures/block/deepslate_imperium_ore.png | Bin .../textures/block/deepslate_rainbow_ore.png | Bin .../textures/block/deepslate_ruby_ore.png | Bin .../textures/block/deepslate_sapphire_ore.png | Bin .../textures/block/enderite_block.png | Bin .../textures/block/enderite_ore.png | Bin .../textures/block/graphite_block.png | Bin .../textures/block/graphite_ore.png | Bin .../textures/block/imperium_ore.png | Bin .../textures/block/infinitum_block.png | Bin .../textures/block/infinitum_ore_front.png | Bin .../textures/block/infinitum_ore_side.png | Bin .../textures/block/infinitum_ore_top.png | Bin .../ingot_fusion_toll_enhancer_front.png | Bin .../block/ingot_fusion_toll_enhancer_side.png | Bin .../block/ingot_fusion_toll_enhancer_top.png | Bin .../textures/block/legendary_block.png | Bin .../textures/block/legendary_ore.png | Bin .../textures/block/rainbow_block.png | Bin .../textures/block/rainbow_ore.png | Bin .../textures/block/ruby_block.png | Bin .../textures/block/ruby_ore.png | Bin .../textures/block/sapphire_block.png | Bin .../textures/block/sapphire_ore.png | Bin .../entity/mc_texture/shield_base.png | Bin .../mc_texture/shield_base_nopattern.png | Bin .../textures/entity/shield/aqumarine.png | Bin .../textures/entity/shield/graphite.png | Bin .../textures/entity/shield/rainbow.png | Bin .../textures/entity/shield/ruby.png | Bin .../textures/entity/shield/sapphire.png | Bin .../textures/entity/trident/aqumarine.png | Bin .../container/custom_crafting_table_Jei.png | Bin .../container/custom_tool_crafting_table.png | Bin .../container/ingot_fusion_toll_enhancer.png | Bin .../ingot_fusion_toll_enhancer_jei.png | Bin .../textures/gui/recipe_book.png | Bin .../textures/gui/recipe_button.png | Bin .../textures/item/amethyst_axe.png | Bin .../textures/item/amethyst_boots.png | Bin .../textures/item/amethyst_chestplate.png | Bin .../textures/item/amethyst_helmet.png | Bin .../textures/item/amethyst_leggings.png | Bin .../textures/item/amethyst_pickaxe.png | Bin .../textures/item/amethyst_shovel.png | Bin .../textures/item/amethyst_sword.png | Bin .../textures/item/aqumarine.png | Bin .../textures/item/aqumarine_boots.png | Bin .../textures/item/aqumarine_chestplate.png | Bin .../textures/item/aqumarine_helmet.png | Bin .../textures/item/aqumarine_leggings.png | Bin .../textures/item/aqumarine_trident.png | Bin .../textures/item/black_diamond.png | Bin .../textures/item/black_diamond_axe.png | Bin .../textures/item/black_diamond_boots.png | Bin .../item/black_diamond_chestplate.png | Bin .../textures/item/black_diamond_helmet.png | Bin .../textures/item/black_diamond_hoe.png | Bin .../textures/item/black_diamond_leggings.png | Bin .../textures/item/black_diamond_pickaxe.png | Bin .../textures/item/black_diamond_scrap.png | Bin .../textures/item/black_diamond_shovel.png | Bin .../textures/item/black_diamond_sword.png | Bin .../dragon_destroyer/botoompommelmiddle.png | Bin .../dragon_destroyer/bottompommelbottom.png | Bin .../textures/item/dragon_destroyer/hammer.png | Bin .../item/dragon_destroyer/middlehandle.png | Bin .../item/dragon_destroyer/middlepommel.png | Bin .../item/dragon_destroyer/toppommelone.png | Bin .../item/dragon_destroyer/toppommeltwo.png | Bin .../textures/item/enderite.png | Bin .../textures/item/enderite_axe.png | Bin .../textures/item/enderite_boots.png | Bin .../textures/item/enderite_chestplate.png | Bin .../textures/item/enderite_helmet.png | Bin .../textures/item/enderite_hoe.png | Bin .../textures/item/enderite_leggings.png | Bin .../textures/item/enderite_pickaxe.png | Bin .../textures/item/enderite_shovel.png | Bin .../textures/item/enderite_sword.png | Bin .../textures/item/graphite.png | Bin .../textures/item/graphite_boots.png | Bin .../textures/item/graphite_chestplate.png | Bin .../textures/item/graphite_helmet.png | Bin .../textures/item/graphite_leggings.png | Bin .../textures/item/imperium.png | Bin .../textures/item/imperium_axe.png | Bin .../textures/item/imperium_pickaxe.png | Bin .../textures/item/imperium_sword.png | Bin .../textures/item/infinitum.png | Bin .../textures/item/infinitum_axe.png | Bin .../textures/item/infinitum_boots.png | Bin .../textures/item/infinitum_chestplate.png | Bin .../textures/item/infinitum_helmet.png | Bin .../textures/item/infinitum_hoe.png | Bin .../textures/item/infinitum_leggings.png | Bin .../textures/item/infinitum_pickaxe.png | Bin .../textures/item/infinitum_scrap.png | Bin .../textures/item/infinitum_shovel.png | Bin .../textures/item/infinitum_sword.png | Bin .../textures/item/legendary.png | Bin .../textures/item/legendary_boots.png | Bin .../textures/item/legendary_chestplate.png | Bin .../textures/item/legendary_helmet.png | Bin .../textures/item/legendary_leggings.png | Bin .../textures/item/legendary_sword.png | Bin .../lightsaber/blue/blue_stained_glass.png | Bin .../item/lightsaber/blue/texture11.png | Bin .../item/lightsaber/blue/texture17.png | Bin .../item/lightsaber/blue/texture28.png | Bin .../item/lightsaber/blue/texture30.png | Bin .../item/lightsaber/blue/texture31.png | Bin .../item/lightsaber/blue/texture32.png | Bin .../item/lightsaber/blue/texture36.png | Bin .../item/lightsaber/blue/texture51.png | Bin .../item/lightsaber/blue_lightsaber.png | Bin .../double_blue/blue_stained_glass.png | Bin .../item/lightsaber/double_blue/texture11.png | Bin .../item/lightsaber/double_blue/texture14.png | Bin .../item/lightsaber/double_blue/texture24.png | Bin .../item/lightsaber/double_blue/texture30.png | Bin .../item/lightsaber/double_blue/texture31.png | Bin .../item/lightsaber/double_blue/texture36.png | Bin .../item/lightsaber/double_blue/texture66.png | Bin .../item/lightsaber/green/texture11.png | Bin .../item/lightsaber/green/texture24.png | Bin .../item/lightsaber/green/texture30.png | Bin .../item/lightsaber/green/texture31.png | Bin .../item/lightsaber/green/texture32.png | Bin .../item/lightsaber/green/texture36.png | Bin .../item/lightsaber/green/texture7 proz.png | Bin .../orange/orange_stained_glass.png | Bin .../item/lightsaber/orange/texture17.png | Bin .../item/lightsaber/orange/texture19.png | Bin .../item/lightsaber/orange/texture30.png | Bin .../item/lightsaber/orange/texture31.png | Bin .../item/lightsaber/orange/texture32.png | Bin .../item/lightsaber/orange/texture36.png | Bin .../purple/purple_stained_glass.png | Bin .../item/lightsaber/purple/texture11.png | Bin .../item/lightsaber/purple/texture28.png | Bin .../item/lightsaber/purple/texture30.png | Bin .../item/lightsaber/purple/texture31.png | Bin .../item/lightsaber/purple/texture32.png | Bin .../item/lightsaber/purple/texture36.png | Bin .../item/lightsaber/purple/texture51.png | Bin .../item/lightsaber/purple/texture6.png | Bin .../item/lightsaber/purple/texture63.png | Bin .../item/lightsaber/red_lightsaber.png | Bin .../item/lightsaber/white/texture11.png | Bin .../item/lightsaber/white/texture29.png | Bin .../item/lightsaber/white/texture36.png | Bin .../item/lightsaber/white/texture63.png | Bin .../lightsaber/white/white_stained_glass.png | Bin .../item/lightsaber/yellow/texture11.png | Bin .../item/lightsaber/yellow/texture15.png | Bin .../item/lightsaber/yellow/texture30.png | Bin .../item/lightsaber/yellow/texture31.png | Bin .../item/lightsaber/yellow/texture32.png | Bin .../item/lightsaber/yellow/texture34.png | Bin .../item/lightsaber/yellow/texture36.png | Bin .../item/lightsaber/yellow/texture47.png | Bin .../item/lightsaber/yellow/texture5 proz.png | Bin .../textures/item/magma_strike_pickaxe.png | Bin .../textures/item/mc_textures/diamond_axe.png | Bin .../textures/item/mc_textures/diamond_hoe.png | Bin .../item/mc_textures/diamond_pickaxe.png | Bin .../item/mc_textures/diamond_shovel.png | Bin .../item/mc_textures/diamond_sword.png | Bin .../textures/item/mjolnir/all.png | Bin .../textures/item/mjolnir/texture13.png | Bin .../textures/item/mjolnir/texture14.png | Bin .../textures/item/mjolnir/texture2.png | Bin .../textures/item/mjolnir/texture37.png | Bin .../textures/item/old_mjolnir/all.png | Bin .../item/old_mjolnir/bottompommel.png | Bin .../textures/item/old_mjolnir/hammer.png | Bin .../item/old_mjolnir/middlehandle.png | Bin .../textures/item/old_mjolnir/toppommel.png | Bin .../item/old_mjolnir/toppommeltwo.png | Bin .../textures/item/rainbow.png | Bin .../textures/item/rainbow_boots.png | Bin .../textures/item/rainbow_chestplate.png | Bin .../textures/item/rainbow_helmet.png | Bin .../textures/item/rainbow_leggings.png | Bin .../textures/item/raw_aqumarine.png | Bin .../textures/item/raw_enderite.png | Bin .../textures/item/raw_graphite.png | Bin .../textures/item/raw_imperium.png | Bin .../textures/item/raw_legendary.png | Bin .../textures/item/raw_rainbow.png | Bin .../textures/item/raw_ruby.png | Bin .../textures/item/raw_sapphire.png | Bin .../armourandtoolsmod/textures/item/ruby.png | Bin .../textures/item/ruby_apple.png | Bin .../textures/item/ruby_axe.png | Bin .../textures/item/ruby_boots.png | Bin .../textures/item/ruby_chestplate.png | Bin .../textures/item/ruby_helmet.png | Bin .../textures/item/ruby_hoe.png | Bin .../textures/item/ruby_leggings.png | Bin .../textures/item/ruby_pickaxe.png | Bin .../textures/item/ruby_shovel.png | Bin .../textures/item/ruby_sword.png | Bin .../textures/item/sapphire.png | Bin .../textures/item/sapphire_axe.png | Bin .../textures/item/sapphire_boots.png | Bin .../textures/item/sapphire_chestplate.png | Bin .../textures/item/sapphire_helmet.png | Bin .../textures/item/sapphire_hoe.png | Bin .../textures/item/sapphire_leggings.png | Bin .../textures/item/sapphire_pickaxe.png | Bin .../textures/item/sapphire_shovel.png | Bin .../textures/item/sapphire_sword.png | Bin .../item/stormbreaker/stripped_oak_log.png | Bin .../stormbreaker/stripped_oak_log_top.png | Bin .../textures/item/stormbreaker/texture32.png | Bin .../textures/item/stormbreaker/texture33.png | Bin .../textures/item/stormbreaker/texture34.png | Bin .../textures/item/stormbreaker/texture35.png | Bin .../textures/item/stormbreaker/texture45.png | Bin .../textures/item/stormbreaker/texture46.png | Bin .../logo/armour_and_tools_mod_logo.png | Bin .../models/armor/aqumarine_layer_1.png | Bin .../models/armor/aqumarine_layer_2.png | Bin .../models/armor/black_diamond_layer_1.png | Bin .../models/armor/black_diamond_layer_2.png | Bin .../models/armor/enderite_layer_1.png | Bin .../models/armor/enderite_layer_2.png | Bin .../models/armor/graphite_layer_1.png | Bin .../models/armor/graphite_layer_2.png | Bin .../models/armor/infinitum_layer_1.png | Bin .../models/armor/infinitum_layer_2.png | Bin .../models/armor/legendary_layer_1.png | Bin .../models/armor/legendary_layer_2.png | Bin .../textures/models/armor/rainbow_layer_1.png | Bin .../textures/models/armor/rainbow_layer_2.png | Bin .../textures/models/armor/ruby_layer_1.png | Bin .../textures/models/armor/ruby_layer_2.png | Bin .../models/armor/sapphire_layer_1.png | Bin .../models/armor/sapphire_layer_2.png | Bin {src => forge/src}/main/resources/logback.xml | 0 {src => forge/src}/main/resources/logo.png | Bin .../armourandtoolsmod/LocationTester.kt | 0 gradle/config/detekt.yml | 238 - CHANGELOG.md => neoforge/CHANGELOG.md | 4 + neoforge/build.gradle.kts | 162 + neoforge/gradle.properties | 16 + .../0cf1fbcc3d48b3e57ef3f7c05b035e489fdab1a7 | 3 + .../0f202e000d40347127b33b6edbbb29689b8cbf86 | 2 + .../103d9f3f36b01595f1aa5172191e60eff02e6924 | 15 + .../59eb3dbb5f86130e09b3c62d89b9525ee01cf52d | 23 + .../9cedfe5b9b9b8fb51ee0cbcde6ee21cf9da7c57c | 25 + .../9f61bb65fbe4cfb8a15e0d3253c99409d3dd169b | 78 + .../9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e | 401 + .../b051adeca7b8303d1a7d46afb7c4eaf8cfa3a7f5 | 33 + .../b437fe956183b85bad8f19eb71f021ad5d4a1455 | 68 + .../c622617f6fabf890a00b9275cd5f643584a8a2c8 | 2 + .../e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0 | 32 + .../blockstates/aqumarine_block.json | 7 + .../blockstates/aqumarine_ore.json | 7 + .../custom_armour_crafting_table.json | 7 + .../custom_tool_crafting_table.json | 7 + .../blockstates/deepslate_aqumarine_ore.json | 7 + .../blockstates/deepslate_graphite_ore.json | 7 + .../blockstates/deepslate_imperium_ore.json | 7 + .../blockstates/deepslate_rainbow_ore.json | 7 + .../blockstates/deepslate_ruby_ore.json | 7 + .../blockstates/deepslate_sapphire_ore.json | 7 + .../blockstates/enderite_block.json | 7 + .../blockstates/enderite_ore.json | 7 + .../blockstates/graphite_block.json | 7 + .../blockstates/graphite_ore.json | 7 + .../blockstates/imperium_ore.json | 7 + .../ingot_fusion_toll_enhancer.json | 7 + .../blockstates/rainbow_block.json | 7 + .../blockstates/rainbow_ore.json | 7 + .../blockstates/ruby_block.json | 7 + .../blockstates/ruby_ore.json | 7 + .../blockstates/sapphire_block.json | 7 + .../blockstates/sapphire_ore.json | 7 + .../assets/armourandtoolsmod/lang/en_us.json | 174 + .../models/block/aqumarine_block.json | 6 + .../models/block/aqumarine_ore.json | 6 + .../block/custom_armour_crafting_table.json | 12 + .../block/custom_tool_crafting_table.json | 12 + .../models/block/deepslate_aqumarine_ore.json | 6 + .../models/block/deepslate_graphite_ore.json | 6 + .../models/block/deepslate_imperium_ore.json | 6 + .../models/block/deepslate_rainbow_ore.json | 6 + .../models/block/deepslate_ruby_ore.json | 6 + .../models/block/deepslate_sapphire_ore.json | 6 + .../models/block/enderite_block.json | 6 + .../models/block/enderite_ore.json | 6 + .../models/block/graphite_block.json | 6 + .../models/block/graphite_ore.json | 6 + .../models/block/imperium_ore.json | 6 + .../block/ingot_fusion_toll_enhancer.json | 8 + .../block/ingot_fusion_toll_enhancer_on.json | 8 + .../models/block/rainbow_block.json | 6 + .../models/block/rainbow_ore.json | 6 + .../models/block/ruby_block.json | 6 + .../models/block/ruby_ore.json | 6 + .../models/block/sapphire_block.json | 6 + .../models/block/sapphire_ore.json | 6 + .../models/item/amethyst_axe.json | 6 + .../models/item/amethyst_boots.json | 6 + .../models/item/amethyst_chestplate.json | 6 + .../models/item/amethyst_helmet.json | 6 + .../models/item/amethyst_leggings.json | 6 + .../models/item/amethyst_pickaxe.json | 6 + .../models/item/amethyst_shovel.json | 6 + .../models/item/amethyst_sword.json | 6 + .../models/item/aqumarine.json | 6 + .../models/item/aqumarine_block.json | 3 + .../models/item/aqumarine_boots.json | 6 + .../models/item/aqumarine_chestplate.json | 6 + .../models/item/aqumarine_helmet.json | 6 + .../models/item/aqumarine_leggings.json | 6 + .../models/item/aqumarine_ore.json | 3 + .../models/item/aqumarine_shield.json | 121 + .../item/aqumarine_shield_blocking.json | 84 + .../models/item/aqumarine_trident.json | 51 + .../models/item/aqumarine_trident_gui.json | 6 + .../item/aqumarine_trident_throwing.json | 24 + .../item/custom_armour_crafting_table.json | 3 + .../item/custom_tool_crafting_table.json | 3 + .../models/item/deepslate_aqumarine_ore.json | 3 + .../models/item/deepslate_graphite_ore.json | 3 + .../models/item/deepslate_imperium_ore.json | 3 + .../models/item/deepslate_rainbow_ore.json | 3 + .../models/item/deepslate_ruby_ore.json | 3 + .../models/item/deepslate_sapphire_ore.json | 3 + .../models/item/enderite.json | 6 + .../models/item/enderite_axe.json | 6 + .../models/item/enderite_block.json | 3 + .../models/item/enderite_boots.json | 6 + .../models/item/enderite_chestplate.json | 6 + .../models/item/enderite_helmet.json | 6 + .../models/item/enderite_hoe.json | 6 + .../models/item/enderite_leggings.json | 6 + .../models/item/enderite_ore.json | 3 + .../models/item/enderite_pickaxe.json | 6 + .../models/item/enderite_shovel.json | 6 + .../models/item/enderite_sword.json | 6 + .../models/item/graphite.json | 6 + .../models/item/graphite_block.json | 3 + .../models/item/graphite_boots.json | 6 + .../models/item/graphite_chestplate.json | 6 + .../models/item/graphite_helmet.json | 6 + .../models/item/graphite_leggings.json | 6 + .../models/item/graphite_ore.json | 3 + .../models/item/graphite_shield.json | 121 + .../models/item/graphite_shield_blocking.json | 84 + .../models/item/imperium.json | 6 + .../models/item/imperium_ore.json | 3 + .../models/item/imperium_pickaxe.json | 6 + .../models/item/imperium_sword.json | 6 + .../item/ingot_fusion_toll_enhancer.json | 3 + .../models/item/magma_strike_pickaxe.json | 6 + .../models/item/rainbow.json | 6 + .../models/item/rainbow_block.json | 3 + .../models/item/rainbow_boots.json | 6 + .../models/item/rainbow_chestplate.json | 6 + .../models/item/rainbow_helmet.json | 6 + .../models/item/rainbow_leggings.json | 6 + .../models/item/rainbow_ore.json | 3 + .../models/item/rainbow_shield.json | 121 + .../models/item/rainbow_shield_blocking.json | 84 + .../models/item/raw_aqumarine.json | 6 + .../models/item/raw_enderite.json | 6 + .../models/item/raw_graphite.json | 6 + .../models/item/raw_imperium.json | 6 + .../models/item/raw_rainbow.json | 6 + .../models/item/raw_ruby.json | 6 + .../models/item/raw_sapphire.json | 6 + .../armourandtoolsmod/models/item/ruby.json | 6 + .../models/item/ruby_axe.json | 6 + .../models/item/ruby_block.json | 3 + .../models/item/ruby_boots.json | 6 + .../models/item/ruby_chestplate.json | 6 + .../models/item/ruby_helmet.json | 6 + .../models/item/ruby_hoe.json | 6 + .../models/item/ruby_leggings.json | 6 + .../models/item/ruby_ore.json | 3 + .../models/item/ruby_pickaxe.json | 6 + .../models/item/ruby_shield.json | 121 + .../models/item/ruby_shield_blocking.json | 84 + .../models/item/ruby_shovel.json | 6 + .../models/item/ruby_sword.json | 6 + .../models/item/sapphire.json | 6 + .../models/item/sapphire_axe.json | 6 + .../models/item/sapphire_block.json | 3 + .../models/item/sapphire_boots.json | 6 + .../models/item/sapphire_chestplate.json | 6 + .../models/item/sapphire_helmet.json | 6 + .../models/item/sapphire_hoe.json | 6 + .../models/item/sapphire_leggings.json | 6 + .../models/item/sapphire_ore.json | 3 + .../models/item/sapphire_pickaxe.json | 6 + .../models/item/sapphire_shield.json | 121 + .../models/item/sapphire_shield_blocking.json | 84 + .../models/item/sapphire_shovel.json | 6 + .../models/item/sapphire_sword.json | 6 + .../assets/minecraft/atlases/armor_trims.json | 26 + .../assets/minecraft/atlases/blocks.json | 24 + .../advancements/aqumarine_armour.json | 78 + .../advancements/aqumarine_block.json | 36 + .../advancements/aqumarine_ingot.json | 36 + .../advancements/aqumarine_ore.json | 36 + .../advancements/enderite_armour.json | 78 + .../advancements/enderite_block.json | 36 + .../advancements/enderite_ingot.json | 36 + .../advancements/enderite_ore.json | 36 + .../advancements/enderite_tools.json | 90 + .../advancements/graphite_armour.json | 78 + .../advancements/graphite_block.json | 36 + .../advancements/graphite_ingot.json | 36 + .../advancements/graphite_ore.json | 36 + .../advancements/imperium_ingot.json | 36 + .../advancements/imperium_ore.json | 36 + .../advancements/imperium_tools.json | 51 + .../advancements/rainbow_armour.json | 78 + .../advancements/rainbow_block.json | 36 + .../advancements/rainbow_ingot.json | 36 + .../advancements/rainbow_ore.json | 36 + .../aqumarine_block_recipe.json | 35 + .../custom_armour_crafting_table_recipe.json | 35 + .../custom_tool_crafting_table_recipe.json | 35 + .../enderite_block_recipe.json | 35 + .../graphite_block_recipe.json | 35 + .../ingot_fusion_toll_enhancer_recipe.json | 35 + .../building_blocks/rainbow_block_recipe.json | 35 + .../building_blocks/ruby_block_recipe.json | 35 + .../sapphire_block_recipe.json | 35 + .../recipes/combat/amethyst_boots.json | 35 + .../recipes/combat/amethyst_chestplate.json | 35 + .../recipes/combat/amethyst_helmet.json | 35 + .../recipes/combat/amethyst_leggings.json | 35 + .../recipes/combat/aqumarine_boots.json | 33 + .../recipes/combat/aqumarine_chestplate.json | 33 + .../recipes/combat/aqumarine_helmet.json | 33 + .../recipes/combat/aqumarine_leggings.json | 33 + .../recipes/combat/enderite_boots.json | 33 + .../recipes/combat/enderite_chestplate.json | 33 + .../recipes/combat/enderite_helmet.json | 33 + .../recipes/combat/enderite_leggings.json | 33 + .../recipes/combat/graphite_boots.json | 33 + .../recipes/combat/graphite_chestplate.json | 33 + .../recipes/combat/graphite_helmet.json | 33 + .../recipes/combat/graphite_leggings.json | 33 + .../recipes/combat/rainbow_boots.json | 33 + .../recipes/combat/rainbow_chestplate.json | 33 + .../recipes/combat/rainbow_helmet.json | 33 + .../recipes/combat/rainbow_leggings.json | 33 + .../recipes/combat/ruby_boots.json | 33 + .../recipes/combat/ruby_chestplate.json | 33 + .../recipes/combat/ruby_helmet.json | 33 + .../recipes/combat/ruby_leggings.json | 33 + .../recipes/combat/sapphire_boots.json | 33 + .../recipes/combat/sapphire_chestplate.json | 33 + .../recipes/combat/sapphire_helmet.json | 33 + .../recipes/combat/sapphire_leggings.json | 33 + .../misc/blasting_aqumarine_boots.json | 35 + .../misc/blasting_aqumarine_chestplate.json | 35 + .../misc/blasting_aqumarine_helmet.json | 35 + .../misc/blasting_aqumarine_leggings.json | 35 + .../recipes/misc/blasting_aqumarine_ore.json | 35 + .../misc/blasting_aqumarine_shield.json | 35 + .../misc/blasting_aqumarine_trident.json | 35 + .../blasting_deepslate_aqumarine_ore.json | 35 + .../misc/blasting_deepslate_graphite_ore.json | 35 + .../misc/blasting_deepslate_imperium_ore.json | 35 + .../misc/blasting_deepslate_rainbow_ore.json | 35 + .../misc/blasting_deepslate_ruby_ore.json | 35 + .../misc/blasting_deepslate_sapphire_ore.json | 35 + .../recipes/misc/blasting_enderite_axe.json | 35 + .../recipes/misc/blasting_enderite_boots.json | 35 + .../misc/blasting_enderite_chestplate.json | 35 + .../misc/blasting_enderite_helmet.json | 35 + .../recipes/misc/blasting_enderite_hoe.json | 35 + .../misc/blasting_enderite_leggings.json | 35 + .../recipes/misc/blasting_enderite_ore.json | 35 + .../misc/blasting_enderite_pickaxe.json | 35 + .../misc/blasting_enderite_shovel.json | 35 + .../recipes/misc/blasting_enderite_sword.json | 35 + .../recipes/misc/blasting_graphite_boots.json | 35 + .../misc/blasting_graphite_chestplate.json | 35 + .../misc/blasting_graphite_helmet.json | 35 + .../misc/blasting_graphite_leggings.json | 35 + .../recipes/misc/blasting_graphite_ore.json | 35 + .../misc/blasting_graphite_shield.json | 35 + .../recipes/misc/blasting_imperium_ore.json | 35 + .../misc/blasting_imperium_pickaxe.json | 35 + .../recipes/misc/blasting_imperium_sword.json | 35 + .../recipes/misc/blasting_rainbow_boots.json | 35 + .../misc/blasting_rainbow_chestplate.json | 35 + .../recipes/misc/blasting_rainbow_helmet.json | 35 + .../misc/blasting_rainbow_leggings.json | 35 + .../recipes/misc/blasting_rainbow_ore.json | 35 + .../recipes/misc/blasting_rainbow_shield.json | 35 + .../recipes/misc/blasting_raw_aqumarine.json | 35 + .../recipes/misc/blasting_raw_enderite.json | 35 + .../recipes/misc/blasting_raw_graphite.json | 35 + .../recipes/misc/blasting_raw_imperium.json | 35 + .../recipes/misc/blasting_raw_rainbow.json | 35 + .../recipes/misc/blasting_raw_ruby.json | 35 + .../recipes/misc/blasting_raw_sapphire.json | 35 + .../recipes/misc/blasting_ruby_axe.json | 35 + .../recipes/misc/blasting_ruby_boots.json | 35 + .../misc/blasting_ruby_chestplate.json | 35 + .../recipes/misc/blasting_ruby_helmet.json | 35 + .../recipes/misc/blasting_ruby_hoe.json | 35 + .../recipes/misc/blasting_ruby_leggings.json | 35 + .../recipes/misc/blasting_ruby_ore.json | 35 + .../recipes/misc/blasting_ruby_pickaxe.json | 35 + .../recipes/misc/blasting_ruby_shield.json | 35 + .../recipes/misc/blasting_ruby_shovel.json | 35 + .../recipes/misc/blasting_ruby_sword.json | 35 + .../recipes/misc/blasting_sapphire_axe.json | 35 + .../recipes/misc/blasting_sapphire_boots.json | 35 + .../misc/blasting_sapphire_chestplate.json | 35 + .../misc/blasting_sapphire_helmet.json | 35 + .../recipes/misc/blasting_sapphire_hoe.json | 35 + .../misc/blasting_sapphire_leggings.json | 35 + .../recipes/misc/blasting_sapphire_ore.json | 35 + .../misc/blasting_sapphire_pickaxe.json | 35 + .../misc/blasting_sapphire_shield.json | 35 + .../misc/blasting_sapphire_shovel.json | 35 + .../recipes/misc/blasting_sapphire_sword.json | 35 + .../misc/ruby_helmet_smithing_trim.json | 35 + .../misc/smelting_aqumarine_boots.json | 35 + .../misc/smelting_aqumarine_chestplate.json | 35 + .../misc/smelting_aqumarine_helmet.json | 35 + .../misc/smelting_aqumarine_leggings.json | 35 + .../recipes/misc/smelting_aqumarine_ore.json | 35 + .../misc/smelting_aqumarine_shield.json | 35 + .../misc/smelting_aqumarine_trident.json | 35 + .../smelting_deepslate_aqumarine_ore.json | 35 + .../misc/smelting_deepslate_graphite_ore.json | 35 + .../misc/smelting_deepslate_imperium_ore.json | 35 + .../misc/smelting_deepslate_rainbow_ore.json | 35 + .../misc/smelting_deepslate_ruby_ore.json | 35 + .../misc/smelting_deepslate_sapphire_ore.json | 35 + .../recipes/misc/smelting_enderite_axe.json | 35 + .../recipes/misc/smelting_enderite_boots.json | 35 + .../misc/smelting_enderite_chestplate.json | 35 + .../misc/smelting_enderite_helmet.json | 35 + .../recipes/misc/smelting_enderite_hoe.json | 35 + .../misc/smelting_enderite_leggings.json | 35 + .../recipes/misc/smelting_enderite_ore.json | 35 + .../misc/smelting_enderite_pickaxe.json | 35 + .../misc/smelting_enderite_shovel.json | 35 + .../recipes/misc/smelting_enderite_sword.json | 35 + .../recipes/misc/smelting_graphite_boots.json | 35 + .../misc/smelting_graphite_chestplate.json | 35 + .../misc/smelting_graphite_helmet.json | 35 + .../misc/smelting_graphite_leggings.json | 35 + .../recipes/misc/smelting_graphite_ore.json | 35 + .../misc/smelting_graphite_shield.json | 35 + .../recipes/misc/smelting_imperium_ore.json | 35 + .../misc/smelting_imperium_pickaxe.json | 35 + .../recipes/misc/smelting_imperium_sword.json | 35 + .../recipes/misc/smelting_rainbow_boots.json | 35 + .../misc/smelting_rainbow_chestplate.json | 35 + .../recipes/misc/smelting_rainbow_helmet.json | 35 + .../misc/smelting_rainbow_leggings.json | 35 + .../recipes/misc/smelting_rainbow_ore.json | 35 + .../recipes/misc/smelting_rainbow_shield.json | 35 + .../recipes/misc/smelting_raw_aqumarine.json | 35 + .../recipes/misc/smelting_raw_enderite.json | 35 + .../recipes/misc/smelting_raw_graphite.json | 35 + .../recipes/misc/smelting_raw_imperium.json | 35 + .../recipes/misc/smelting_raw_rainbow.json | 35 + .../recipes/misc/smelting_raw_ruby.json | 35 + .../recipes/misc/smelting_raw_sapphire.json | 35 + .../recipes/misc/smelting_ruby_axe.json | 35 + .../recipes/misc/smelting_ruby_boots.json | 35 + .../misc/smelting_ruby_chestplate.json | 35 + .../recipes/misc/smelting_ruby_helmet.json | 35 + .../recipes/misc/smelting_ruby_hoe.json | 35 + .../recipes/misc/smelting_ruby_leggings.json | 35 + .../recipes/misc/smelting_ruby_ore.json | 35 + .../recipes/misc/smelting_ruby_pickaxe.json | 35 + .../recipes/misc/smelting_ruby_shield.json | 35 + .../recipes/misc/smelting_ruby_shovel.json | 35 + .../recipes/misc/smelting_ruby_sword.json | 35 + .../recipes/misc/smelting_sapphire_axe.json | 35 + .../recipes/misc/smelting_sapphire_boots.json | 35 + .../misc/smelting_sapphire_chestplate.json | 35 + .../misc/smelting_sapphire_helmet.json | 35 + .../recipes/misc/smelting_sapphire_hoe.json | 35 + .../misc/smelting_sapphire_leggings.json | 35 + .../recipes/misc/smelting_sapphire_ore.json | 35 + .../misc/smelting_sapphire_pickaxe.json | 35 + .../misc/smelting_sapphire_shield.json | 35 + .../misc/smelting_sapphire_shovel.json | 35 + .../recipes/misc/smelting_sapphire_sword.json | 35 + .../recipes/tool/magma_strike_pickaxe.json | 35 + .../recipes/tools/amethyst_axe.json | 35 + .../recipes/tools/amethyst_pickaxe.json | 35 + .../recipes/tools/amethyst_shovel.json | 35 + .../recipes/tools/amethyst_sword.json | 35 + .../recipes/tools/aqumarine_shield.json | 33 + .../recipes/tools/aqumarine_trident.json | 33 + .../recipes/tools/enderite_axe.json | 33 + .../recipes/tools/enderite_hoe.json | 33 + .../recipes/tools/enderite_pickaxe.json | 33 + .../recipes/tools/enderite_shovel.json | 33 + .../recipes/tools/enderite_sword.json | 33 + .../recipes/tools/graphite_shield.json | 33 + .../recipes/tools/imperium_pickaxe.json | 33 + .../recipes/tools/imperium_sword.json | 33 + .../recipes/tools/rainbow_shield.json | 33 + .../advancements/recipes/tools/ruby_axe.json | 33 + .../advancements/recipes/tools/ruby_hoe.json | 33 + .../recipes/tools/ruby_pickaxe.json | 33 + .../recipes/tools/ruby_shield.json | 33 + .../recipes/tools/ruby_shovel.json | 33 + .../recipes/tools/ruby_sword.json | 33 + .../recipes/tools/sapphire_axe.json | 33 + .../recipes/tools/sapphire_hoe.json | 33 + .../recipes/tools/sapphire_pickaxe.json | 33 + .../recipes/tools/sapphire_shield.json | 33 + .../recipes/tools/sapphire_shovel.json | 33 + .../recipes/tools/sapphire_sword.json | 33 + .../armourandtoolsmod/advancements/root.json | 38 + .../advancements/ruby_armour.json | 78 + .../advancements/ruby_block.json | 36 + .../advancements/ruby_ingot.json | 36 + .../advancements/ruby_ore.json | 36 + .../advancements/ruby_tools.json | 90 + .../advancements/sapphire_armour.json | 78 + .../advancements/sapphire_block.json | 36 + .../advancements/sapphire_ingot.json | 36 + .../advancements/sapphire_ore.json | 36 + .../advancements/sapphire_tools.json | 90 + .../loot_tables/blocks/aqumarine_block.json | 21 + .../loot_tables/blocks/aqumarine_ore.json | 50 + .../blocks/custom_armour_crafting_table.json | 21 + .../blocks/custom_tool_crafting_table.json | 21 + .../blocks/deepslate_aqumarine_ore.json | 50 + .../blocks/deepslate_graphite_ore.json | 50 + .../blocks/deepslate_imperium_ore.json | 50 + .../blocks/deepslate_rainbow_ore.json | 50 + .../blocks/deepslate_ruby_ore.json | 50 + .../blocks/deepslate_sapphire_ore.json | 50 + .../loot_tables/blocks/enderite_block.json | 21 + .../loot_tables/blocks/enderite_ore.json | 50 + .../loot_tables/blocks/graphite_block.json | 21 + .../loot_tables/blocks/graphite_ore.json | 50 + .../loot_tables/blocks/imperium_ore.json | 50 + .../blocks/ingot_fusion_toll_enhancer.json | 21 + .../loot_tables/blocks/rainbow_block.json | 21 + .../loot_tables/blocks/rainbow_ore.json | 50 + .../loot_tables/blocks/ruby_block.json | 21 + .../loot_tables/blocks/ruby_ore.json | 50 + .../loot_tables/blocks/sapphire_block.json | 21 + .../loot_tables/blocks/sapphire_ore.json | 50 + .../recipes/amethyst_axe.json | 21 + .../recipes/amethyst_boots.json | 17 + .../recipes/amethyst_chestplate.json | 18 + .../recipes/amethyst_helmet.json | 17 + .../recipes/amethyst_leggings.json | 18 + .../recipes/amethyst_pickaxe.json | 21 + .../recipes/amethyst_shovel.json | 21 + .../recipes/amethyst_sword.json | 21 + .../recipes/aqumarine_block_recipe.json | 13 + .../recipes/aqumarine_boots.json | 17 + .../recipes/aqumarine_chestplate.json | 18 + .../recipes/aqumarine_helmet.json | 17 + .../recipes/aqumarine_leggings.json | 18 + .../recipes/aqumarine_shield.json | 33 + .../recipes/aqumarine_trident.json | 30 + .../recipes/blasting_aqumarine_boots.json | 9 + .../blasting_aqumarine_chestplate.json | 9 + .../recipes/blasting_aqumarine_helmet.json | 9 + .../recipes/blasting_aqumarine_leggings.json | 9 + .../recipes/blasting_aqumarine_ore.json | 9 + .../recipes/blasting_aqumarine_shield.json | 9 + .../recipes/blasting_aqumarine_trident.json | 9 + .../blasting_deepslate_aqumarine_ore.json | 9 + .../blasting_deepslate_graphite_ore.json | 9 + .../blasting_deepslate_imperium_ore.json | 9 + .../blasting_deepslate_rainbow_ore.json | 9 + .../recipes/blasting_deepslate_ruby_ore.json | 9 + .../blasting_deepslate_sapphire_ore.json | 9 + .../recipes/blasting_enderite_axe.json | 9 + .../recipes/blasting_enderite_boots.json | 9 + .../recipes/blasting_enderite_chestplate.json | 9 + .../recipes/blasting_enderite_helmet.json | 9 + .../recipes/blasting_enderite_hoe.json | 9 + .../recipes/blasting_enderite_leggings.json | 9 + .../recipes/blasting_enderite_ore.json | 9 + .../recipes/blasting_enderite_pickaxe.json | 9 + .../recipes/blasting_enderite_shovel.json | 9 + .../recipes/blasting_enderite_sword.json | 9 + .../recipes/blasting_graphite_boots.json | 9 + .../recipes/blasting_graphite_chestplate.json | 9 + .../recipes/blasting_graphite_helmet.json | 9 + .../recipes/blasting_graphite_leggings.json | 9 + .../recipes/blasting_graphite_ore.json | 9 + .../recipes/blasting_graphite_shield.json | 9 + .../recipes/blasting_imperium_ore.json | 9 + .../recipes/blasting_imperium_pickaxe.json | 9 + .../recipes/blasting_imperium_sword.json | 9 + .../recipes/blasting_rainbow_boots.json | 9 + .../recipes/blasting_rainbow_chestplate.json | 9 + .../recipes/blasting_rainbow_helmet.json | 9 + .../recipes/blasting_rainbow_leggings.json | 9 + .../recipes/blasting_rainbow_ore.json | 9 + .../recipes/blasting_rainbow_shield.json | 9 + .../recipes/blasting_raw_aqumarine.json | 9 + .../recipes/blasting_raw_enderite.json | 9 + .../recipes/blasting_raw_graphite.json | 9 + .../recipes/blasting_raw_imperium.json | 9 + .../recipes/blasting_raw_rainbow.json | 9 + .../recipes/blasting_raw_ruby.json | 9 + .../recipes/blasting_raw_sapphire.json | 9 + .../recipes/blasting_ruby_axe.json | 9 + .../recipes/blasting_ruby_boots.json | 9 + .../recipes/blasting_ruby_chestplate.json | 9 + .../recipes/blasting_ruby_helmet.json | 9 + .../recipes/blasting_ruby_hoe.json | 9 + .../recipes/blasting_ruby_leggings.json | 9 + .../recipes/blasting_ruby_ore.json | 9 + .../recipes/blasting_ruby_pickaxe.json | 9 + .../recipes/blasting_ruby_shield.json | 9 + .../recipes/blasting_ruby_shovel.json | 9 + .../recipes/blasting_ruby_sword.json | 9 + .../recipes/blasting_sapphire_axe.json | 9 + .../recipes/blasting_sapphire_boots.json | 9 + .../recipes/blasting_sapphire_chestplate.json | 9 + .../recipes/blasting_sapphire_helmet.json | 9 + .../recipes/blasting_sapphire_hoe.json | 9 + .../recipes/blasting_sapphire_leggings.json | 9 + .../recipes/blasting_sapphire_ore.json | 9 + .../recipes/blasting_sapphire_pickaxe.json | 9 + .../recipes/blasting_sapphire_shield.json | 9 + .../recipes/blasting_sapphire_shovel.json | 9 + .../recipes/blasting_sapphire_sword.json | 9 + .../custom_armour_crafting_table_recipe.json | 23 + .../custom_tool_crafting_table_recipe.json | 23 + .../recipes/enderite_axe.json | 21 + .../recipes/enderite_block_recipe.json | 13 + .../recipes/enderite_boots.json | 17 + .../recipes/enderite_chestplate.json | 18 + .../recipes/enderite_helmet.json | 17 + .../recipes/enderite_hoe.json | 21 + .../recipes/enderite_leggings.json | 18 + .../recipes/enderite_pickaxe.json | 21 + .../recipes/enderite_shovel.json | 21 + .../recipes/enderite_sword.json | 21 + .../recipes/graphite_block_recipe.json | 13 + .../recipes/graphite_boots.json | 17 + .../recipes/graphite_chestplate.json | 18 + .../recipes/graphite_helmet.json | 17 + .../recipes/graphite_leggings.json | 18 + .../recipes/graphite_shield.json | 33 + .../recipes/imperium_pickaxe.json | 30 + .../recipes/imperium_sword.json | 30 + .../ingot_fusion_toll_enhancer_recipe.json | 24 + .../recipes/magma_strike_pickaxe.json | 17 + .../recipes/rainbow_block_recipe.json | 13 + .../recipes/rainbow_boots.json | 17 + .../recipes/rainbow_chestplate.json | 18 + .../recipes/rainbow_helmet.json | 17 + .../recipes/rainbow_leggings.json | 18 + .../recipes/rainbow_shield.json | 33 + .../armourandtoolsmod/recipes/ruby_axe.json | 21 + .../recipes/ruby_block_recipe.json | 13 + .../armourandtoolsmod/recipes/ruby_boots.json | 17 + .../recipes/ruby_chestplate.json | 18 + .../recipes/ruby_helmet.json | 17 + .../recipes/ruby_helmet_smithing_trim.json | 12 + .../armourandtoolsmod/recipes/ruby_hoe.json | 21 + .../recipes/ruby_leggings.json | 18 + .../recipes/ruby_pickaxe.json | 21 + .../recipes/ruby_shield.json | 33 + .../recipes/ruby_shovel.json | 21 + .../armourandtoolsmod/recipes/ruby_sword.json | 21 + .../recipes/sapphire_axe.json | 21 + .../recipes/sapphire_block_recipe.json | 13 + .../recipes/sapphire_boots.json | 17 + .../recipes/sapphire_chestplate.json | 18 + .../recipes/sapphire_helmet.json | 17 + .../recipes/sapphire_hoe.json | 21 + .../recipes/sapphire_leggings.json | 18 + .../recipes/sapphire_pickaxe.json | 21 + .../recipes/sapphire_shield.json | 33 + .../recipes/sapphire_shovel.json | 21 + .../recipes/sapphire_sword.json | 21 + .../recipes/smelting_aqumarine_boots.json | 9 + .../smelting_aqumarine_chestplate.json | 9 + .../recipes/smelting_aqumarine_helmet.json | 9 + .../recipes/smelting_aqumarine_leggings.json | 9 + .../recipes/smelting_aqumarine_ore.json | 9 + .../recipes/smelting_aqumarine_shield.json | 9 + .../recipes/smelting_aqumarine_trident.json | 9 + .../smelting_deepslate_aqumarine_ore.json | 9 + .../smelting_deepslate_graphite_ore.json | 9 + .../smelting_deepslate_imperium_ore.json | 9 + .../smelting_deepslate_rainbow_ore.json | 9 + .../recipes/smelting_deepslate_ruby_ore.json | 9 + .../smelting_deepslate_sapphire_ore.json | 9 + .../recipes/smelting_enderite_axe.json | 9 + .../recipes/smelting_enderite_boots.json | 9 + .../recipes/smelting_enderite_chestplate.json | 9 + .../recipes/smelting_enderite_helmet.json | 9 + .../recipes/smelting_enderite_hoe.json | 9 + .../recipes/smelting_enderite_leggings.json | 9 + .../recipes/smelting_enderite_ore.json | 9 + .../recipes/smelting_enderite_pickaxe.json | 9 + .../recipes/smelting_enderite_shovel.json | 9 + .../recipes/smelting_enderite_sword.json | 9 + .../recipes/smelting_graphite_boots.json | 9 + .../recipes/smelting_graphite_chestplate.json | 9 + .../recipes/smelting_graphite_helmet.json | 9 + .../recipes/smelting_graphite_leggings.json | 9 + .../recipes/smelting_graphite_ore.json | 9 + .../recipes/smelting_graphite_shield.json | 9 + .../recipes/smelting_imperium_ore.json | 9 + .../recipes/smelting_imperium_pickaxe.json | 9 + .../recipes/smelting_imperium_sword.json | 9 + .../recipes/smelting_rainbow_boots.json | 9 + .../recipes/smelting_rainbow_chestplate.json | 9 + .../recipes/smelting_rainbow_helmet.json | 9 + .../recipes/smelting_rainbow_leggings.json | 9 + .../recipes/smelting_rainbow_ore.json | 9 + .../recipes/smelting_rainbow_shield.json | 9 + .../recipes/smelting_raw_aqumarine.json | 9 + .../recipes/smelting_raw_enderite.json | 9 + .../recipes/smelting_raw_graphite.json | 9 + .../recipes/smelting_raw_imperium.json | 9 + .../recipes/smelting_raw_rainbow.json | 9 + .../recipes/smelting_raw_ruby.json | 9 + .../recipes/smelting_raw_sapphire.json | 9 + .../recipes/smelting_ruby_axe.json | 9 + .../recipes/smelting_ruby_boots.json | 9 + .../recipes/smelting_ruby_chestplate.json | 9 + .../recipes/smelting_ruby_helmet.json | 9 + .../recipes/smelting_ruby_hoe.json | 9 + .../recipes/smelting_ruby_leggings.json | 9 + .../recipes/smelting_ruby_ore.json | 9 + .../recipes/smelting_ruby_pickaxe.json | 9 + .../recipes/smelting_ruby_shield.json | 9 + .../recipes/smelting_ruby_shovel.json | 9 + .../recipes/smelting_ruby_sword.json | 9 + .../recipes/smelting_sapphire_axe.json | 9 + .../recipes/smelting_sapphire_boots.json | 9 + .../recipes/smelting_sapphire_chestplate.json | 9 + .../recipes/smelting_sapphire_helmet.json | 9 + .../recipes/smelting_sapphire_hoe.json | 9 + .../recipes/smelting_sapphire_leggings.json | 9 + .../recipes/smelting_sapphire_ore.json | 9 + .../recipes/smelting_sapphire_pickaxe.json | 9 + .../recipes/smelting_sapphire_shield.json | 9 + .../recipes/smelting_sapphire_shovel.json | 9 + .../recipes/smelting_sapphire_sword.json | 9 + .../configured_feature/aqumarine_ore.json | 27 + .../configured_feature/enderite_ore.json | 18 + .../configured_feature/graphite_ore.json | 27 + .../configured_feature/imperium_ore.json | 18 + .../configured_feature/rainbow_ore.json | 33 + .../worldgen/configured_feature/ruby_ore.json | 33 + .../configured_feature/sapphire_ore.json | 27 + .../placed_feature/aqumarine_ore.json | 27 + .../worldgen/placed_feature/enderite_ore.json | 27 + .../worldgen/placed_feature/graphite_ore.json | 27 + .../worldgen/placed_feature/imperium_ore.json | 27 + .../worldgen/placed_feature/rainbow_ore.json | 27 + .../worldgen/placed_feature/ruby_ore.json | 27 + .../worldgen/placed_feature/sapphire_ore.json | 27 + .../blocks/deepslate_ores/aqumarine_ores.json | 5 + .../blocks/deepslate_ores/graphite_ores.json | 5 + .../blocks/deepslate_ores/imperium_ores.json | 5 + .../blocks/deepslate_ores/rainbow_ores.json | 5 + .../tags/blocks/deepslate_ores/ruby_ores.json | 5 + .../blocks/deepslate_ores/sapphire_ores.json | 5 + .../forge/tags/blocks/needs_gold_tool.json | 7 + .../tags/blocks/ores/aqumarine_ores.json | 5 + .../forge/tags/blocks/ores/enderite_ores.json | 5 + .../forge/tags/blocks/ores/graphite_ores.json | 5 + .../forge/tags/blocks/ores/imperium_ores.json | 5 + .../forge/tags/blocks/ores/rainbow_ores.json | 5 + .../forge/tags/blocks/ores/ruby_ores.json | 5 + .../forge/tags/blocks/ores/sapphire_ores.json | 5 + .../tags/blocks/storage_blocks/aqumarine.json | 5 + .../tags/blocks/storage_blocks/enderite.json | 5 + .../tags/blocks/storage_blocks/graphite.json | 5 + .../tags/blocks/storage_blocks/rainbow.json | 5 + .../tags/blocks/storage_blocks/ruby.json | 5 + .../tags/blocks/storage_blocks/sapphire.json | 5 + .../items/deepslate_ores/aqumarine_ores.json | 5 + .../items/deepslate_ores/graphite_ores.json | 5 + .../items/deepslate_ores/imperium_ores.json | 5 + .../items/deepslate_ores/rainbow_ores.json | 5 + .../tags/items/deepslate_ores/ruby_ores.json | 5 + .../items/deepslate_ores/sapphire_ores.json | 5 + .../forge/tags/items/ingots/aqumarine.json | 5 + .../forge/tags/items/ingots/enderite.json | 5 + .../forge/tags/items/ingots/graphite.json | 5 + .../forge/tags/items/ingots/imperium.json | 5 + .../data/forge/tags/items/ingots/rainbow.json | 5 + .../data/forge/tags/items/ingots/ruby.json | 5 + .../forge/tags/items/ingots/sapphire.json | 5 + .../forge/tags/items/ores/aqumarine_ores.json | 5 + .../forge/tags/items/ores/enderite_ores.json | 5 + .../forge/tags/items/ores/graphite_ores.json | 5 + .../forge/tags/items/ores/imperium_ores.json | 5 + .../forge/tags/items/ores/rainbow_ores.json | 5 + .../data/forge/tags/items/ores/ruby_ores.json | 5 + .../forge/tags/items/ores/sapphire_ores.json | 5 + .../forge/tags/items/scraps/aqumarine.json | 5 + .../forge/tags/items/scraps/enderite.json | 5 + .../forge/tags/items/scraps/graphite.json | 5 + .../data/forge/tags/items/scraps/rainbow.json | 5 + .../data/forge/tags/items/scraps/ruby.json | 5 + .../forge/tags/items/scraps/sapphire.json | 5 + .../tags/items/storage_blocks/aqumarine.json | 5 + .../tags/items/storage_blocks/enderite.json | 5 + .../tags/items/storage_blocks/graphite.json | 5 + .../tags/items/storage_blocks/rainbow.json | 5 + .../forge/tags/items/storage_blocks/ruby.json | 5 + .../tags/items/storage_blocks/sapphire.json | 5 + .../tags/blocks/mineable/pickaxe.json | 27 + .../tags/blocks/needs_diamond_tool.json | 15 + .../tags/blocks/needs_iron_tool.json | 9 + .../tags/blocks/needs_stone_tool.json | 5 + neoforge/src/generated/resources/pack.mcmeta | 8 + .../blocks/IngotFusionTollEnhancer.java | 213 + .../CustomArmourCraftingTableScreen.java | 167 + .../IngotFusionTollEnhancerBlockEntity.java | 507 + .../infusion/IngotFusionTollEnhancerMenu.java | 225 + .../IngotFusionTollEnhancerScreen.java | 228 + .../blocks/lit/LITBlock.java | 211 + .../blocks/lit/LitBlockParticleColour.java | 41 + .../blocks/lit/RainbowLitBlock.java | 34 + .../blocks/lit/RubyLitBlock.java | 27 + .../tool/CustomToolCraftingTableScreen.java | 170 + ...AndToolsModShieldItemRendererProvider.java | 42 + ...ndToolsModTridentItemRendererProvider.java | 55 + .../core/init/BlockEntityTypeInit.java | 42 + .../core/init/EntityTypeInit.java | 66 + .../IngotFusionTollEnhancerRecipe.java | 176 + .../armourandtoolsmod/ArmourAndToolsMod.kt | 85 + .../blocks/CustomArmourCraftingTable.kt | 96 + .../blocks/CustomToolCraftingTable.kt | 93 + .../CustomArmourCraftingTableContainer.kt | 112 + .../armour/CustomArmourCraftingTableMenu.kt | 215 + .../CustomArmourCraftingTableResultSlot.kt | 115 + .../book/CustomArmourCraftingBookCategory.kt | 38 + ...gotFusionTollEnhancerRecipeBookCategory.kt | 38 + ...otFusionTollEnhancerRecipeBookComponent.kt | 75 + .../blocks/infusion/slots/InfusionFuelSlot.kt | 42 + .../infusion/slots/OutputSlotItemHandler.kt | 62 + .../tool/CustomToolCraftingTableContainer.kt | 112 + .../tool/CustomToolCraftingTableMenu.kt | 215 + .../tool/CustomToolCraftingTableResultSlot.kt | 115 + .../book/CustomToolsCraftingBookCategory.kt | 41 + ...ToolsModBlockEntityWithoutLevelRenderer.kt | 32 + .../armourandtoolsmod/client/ClientEvents.kt | 188 + .../renderer/mjolnir/MjolnirItemRenderer.kt | 80 + .../mjolnir/MjolnirItemRendererISTER.kt | 103 + .../client/renderer/mjolnir/info.md | 35 + .../ArmourAndToolsModShieldItemRenderer.kt | 134 + .../ArmourToolsModTridentItemRenderer.kt | 72 + .../ArmourToolsModTridentRendererISTER.kt | 94 + .../aq/AqumarineTridentItemRenderer.kt | 35 + .../aq/AqumarineTridentItemRendererISTER.kt | 35 + .../common/entity/AqumarineTridentEntity.kt | 43 + .../entity/ArmourToolsModTridentEntity.kt | 253 + .../common/entity/MjolnirEntity.kt | 48 + .../core/armour/AmethystArmour.kt | 31 + .../core/armour/AqumarineArmour.kt | 42 + .../core/armour/EnderiteArmour.kt | 31 + .../core/armour/GraphiteArmour.kt | 31 + .../core/armour/RainbowArmour.kt | 31 + .../core/armour/RubyArmour.kt | 31 + .../core/armour/SapphireArmour.kt | 31 + .../armourandtoolsmod/core/init/BlockInit.kt | 266 + .../core/init/CreativeModeTabInit.kt | 55 + .../core/init/EnchantmentCategoryInit.kt | 26 + .../armourandtoolsmod/core/init/ItemInit.kt | 405 + .../core/init/JEIRecipeTypes.kt | 45 + .../core/init/MenuTypeInit.kt | 78 + .../core/init/MinableBlockType.kt | 27 + .../core/init/MobEffectsInit.kt | 35 + .../core/init/PotionsInit.kt | 40 + .../core/init/RecipeBookTypesInit.kt | 27 + .../core/init/RecipeCategoriesInit.kt | 294 + .../core/init/RecipeSerializerInit.kt | 55 + .../core/init/RecipeTypeInit.kt | 53 + .../armourandtoolsmod/core/init/TagsInit.kt | 295 + .../core/material/ArmourMaterialInit.kt | 127 + .../core/material/CustomShieldMaterial.kt | 73 + .../core/material/CustomToolMaterial.kt | 94 + .../core/material/CustomTridentMaterial.kt | 68 + .../armourandtoolsmod/core/util/NameUtils.kt | 29 + .../core/util/ResourceLocations.kt | 32 + .../datagen/DataGenerators.kt | 85 + .../datagen/advancment/Advancements.kt | 614 + .../advancment/ModAdvancementProvider.kt | 31 + .../datagen/lang/ModEnLangProvider.kt | 323 + .../datagen/loot/ModBlockLootTables.kt | 99 + .../datagen/loot/ModLootTables.kt | 56 + .../datagen/recipe/MainModRecipeProvider.kt | 47 + .../CustomArmourCraftingTableRecipeBuilder.kt | 320 + .../CustomToolCraftingTableRecipeBuilder.kt | 327 + .../recipe/builder/EnchantmentsAndLevels.kt | 32 + .../IngotFusionTollEnhancerRecipeBuilder.kt | 157 + .../ArmourCraftingTableRecipeProvider.kt | 332 + .../recipe/provider/FurnaceRecipeProvider.kt | 67 + .../IngotFusionTollEnhancerRecipeProvider.kt | 44 + .../NewSmithingTableRecipeProvider.kt | 45 + .../NormalCraftingTableRecipeProvider.kt | 86 + .../ToolCraftingTableRecipeProvider.kt | 379 + .../ArmourAndTollsModSpriteSourceProvider.kt | 80 + .../datagen/tags/ModBlockTagsProvider.kt | 111 + .../datagen/tags/ModItemTagsProvider.kt | 95 + .../datagen/texture/ModBlockStateProvider.kt | 113 + .../datagen/texture/ModItemStateProvider.kt | 326 + .../datagen/world/ModWorldGenProvider.kt | 38 + .../armourandtoolsmod/effect/WorthyEffect.kt | 24 + .../enchantment/SkyForgeEnchantment.kt | 28 + .../integration/ArmourAndToolsModJEIPlugin.kt | 90 + ...tomArmourCraftingTableJEIRecipeCategory.kt | 90 + ...ngotFusionTollEnhancerJEIRecipeCategory.kt | 125 + .../GenericCraftingTableJEIRecipeCategory.kt | 53 + ...ustomToolCraftingTableJEIRecipeCategory.kt | 94 + .../items/CustomSwordItem.kt | 29 + .../items/hammer/HammerItem.kt | 131 + .../armourandtoolsmod/items/hammer/Mjolnir.kt | 84 + .../items/hammer/StormBreaker.kt | 24 + .../items/hammer/util/HammerLevel.kt | 40 + .../items/shield/ArmourToolsModShieldItem.kt | 37 + .../items/trident/AqumarineTridentItem.kt | 46 + .../trident/ArmourToolsModTridentItem.kt | 255 + .../logger/LoggerColorScheme.kt | 45 + .../armourandtoolsmod/models/MjolnirModel.kt | 115 + .../armour/CustomArmourCraftingTableRecipe.kt | 40 + .../CustomArmourCraftingTableShapedRecipe.kt | 355 + .../tool/CustomToolCraftingTableRecipe.kt | 40 + .../CustomToolCraftingTableShapedRecipe.kt | 356 + .../armourandtoolsmod/util/KeyBinding.kt | 46 + .../worldgen/ModConfiguredFeatures.kt | 126 + .../worldgen/ModOrePlacement.kt | 45 + .../worldgen/ModPlacedFeatures.kt | 147 + .../resources/META-INF/accesstransformer.cfg | 3 + .../src/main/resources/META-INF/mods.toml | 35 + .../item/blockbench/DragonDestroyer.bbmodel | 1 + .../item/blockbench/title_model.bbmodel | 1 + .../models/item/blue_double_lightsaber.json | 4927 ++++ .../models/item/blue_lightsaber.json | 2932 ++ .../models/item/dragon_destroyer.json | 1080 + .../item/generic_models/GenericWeponHilt.json | 1037 + .../models/item/green_lightsaber.json | 4831 ++++ .../models/item/mjolnir.json | 23674 ++++++++++++++++ .../models/item/mjolnir_thrown.json | 23674 ++++++++++++++++ .../models/item/old_blue_lightsaber.json | 2086 ++ .../models/item/old_mjolnir.json | 2244 ++ .../models/item/orange_lightsaber.json | 3028 ++ .../models/item/purple_lightsaber.json | 4258 +++ .../models/item/stormbreaker.json | 19455 +++++++++++++ .../models/item/white_lightsaber.json | 5670 ++++ .../models/item/yellow_lightsaber.json | 5093 ++++ .../textures/block/aqumarine_block.png | Bin 0 -> 5739 bytes .../textures/block/aqumarine_ore.png | Bin 0 -> 6083 bytes .../textures/block/black_diamond_block.png | Bin 0 -> 178 bytes .../textures/block/black_diamond_ore.png | Bin 0 -> 608 bytes .../custom_armour_crafting_table_front.png | Bin 0 -> 5912 bytes .../custom_armour_crafting_table_side.png | Bin 0 -> 5829 bytes .../custom_armour_crafting_table_top.png | Bin 0 -> 5733 bytes .../custom_tool_crafting_table_front.png | Bin 0 -> 557 bytes .../block/custom_tool_crafting_table_side.png | Bin 0 -> 517 bytes .../block/custom_tool_crafting_table_top.png | Bin 0 -> 5733 bytes .../block/deepslate_aqumarine_ore.png | Bin 0 -> 6427 bytes .../textures/block/deepslate_graphite_ore.png | Bin 0 -> 5978 bytes .../textures/block/deepslate_imperium_ore.png | Bin 0 -> 600 bytes .../textures/block/deepslate_rainbow_ore.png | Bin 0 -> 6348 bytes .../textures/block/deepslate_ruby_ore.png | Bin 0 -> 354 bytes .../textures/block/deepslate_sapphire_ore.png | Bin 0 -> 6199 bytes .../textures/block/enderite_block.png | Bin 0 -> 345 bytes .../textures/block/enderite_ore.png | Bin 0 -> 613 bytes .../textures/block/graphite_block.png | Bin 0 -> 5585 bytes .../textures/block/graphite_ore.png | Bin 0 -> 5677 bytes .../textures/block/imperium_ore.png | Bin 0 -> 521 bytes .../textures/block/infinitum_block.png | Bin 0 -> 334 bytes .../textures/block/infinitum_ore_front.png | Bin 0 -> 498 bytes .../textures/block/infinitum_ore_side.png | Bin 0 -> 498 bytes .../textures/block/infinitum_ore_top.png | Bin 0 -> 599 bytes .../ingot_fusion_toll_enhancer_front.png | Bin 0 -> 526 bytes .../block/ingot_fusion_toll_enhancer_side.png | Bin 0 -> 470 bytes .../block/ingot_fusion_toll_enhancer_top.png | Bin 0 -> 296 bytes .../textures/block/legendary_block.png | Bin 0 -> 282 bytes .../textures/block/legendary_ore.png | Bin 0 -> 413 bytes .../textures/block/rainbow_block.png | Bin 0 -> 2919 bytes .../textures/block/rainbow_ore.png | Bin 0 -> 492 bytes .../textures/block/ruby_block.png | Bin 0 -> 679 bytes .../textures/block/ruby_ore.png | Bin 0 -> 453 bytes .../textures/block/sapphire_block.png | Bin 0 -> 737 bytes .../textures/block/sapphire_ore.png | Bin 0 -> 6191 bytes .../entity/mc_texture/shield_base.png | Bin 0 -> 725 bytes .../mc_texture/shield_base_nopattern.png | Bin 0 -> 804 bytes .../textures/entity/shield/aqumarine.png | Bin 0 -> 979 bytes .../textures/entity/shield/graphite.png | Bin 0 -> 1011 bytes .../textures/entity/shield/rainbow.png | Bin 0 -> 1271 bytes .../textures/entity/shield/ruby.png | Bin 0 -> 1029 bytes .../textures/entity/shield/sapphire.png | Bin 0 -> 921 bytes .../textures/entity/trident/aqumarine.png | Bin 0 -> 586 bytes .../container/custom_crafting_table_Jei.png | Bin 0 -> 867 bytes .../container/custom_tool_crafting_table.png | Bin 0 -> 2298 bytes .../container/ingot_fusion_toll_enhancer.png | Bin 0 -> 2795 bytes .../ingot_fusion_toll_enhancer_jei.png | Bin 0 -> 1740 bytes .../textures/gui/recipe_book.png | Bin 0 -> 3263 bytes .../textures/gui/recipe_button.png | Bin 0 -> 713 bytes .../textures/item/amethyst_axe.png | Bin 0 -> 282 bytes .../textures/item/amethyst_boots.png | Bin 0 -> 248 bytes .../textures/item/amethyst_chestplate.png | Bin 0 -> 330 bytes .../textures/item/amethyst_helmet.png | Bin 0 -> 262 bytes .../textures/item/amethyst_leggings.png | Bin 0 -> 261 bytes .../textures/item/amethyst_pickaxe.png | Bin 0 -> 330 bytes .../textures/item/amethyst_shovel.png | Bin 0 -> 285 bytes .../textures/item/amethyst_sword.png | Bin 0 -> 391 bytes .../textures/item/aqumarine.png | Bin 0 -> 5608 bytes .../textures/item/aqumarine_boots.png | Bin 0 -> 5480 bytes .../textures/item/aqumarine_chestplate.png | Bin 0 -> 5874 bytes .../textures/item/aqumarine_helmet.png | Bin 0 -> 5411 bytes .../textures/item/aqumarine_leggings.png | Bin 0 -> 5605 bytes .../textures/item/aqumarine_trident.png | Bin 0 -> 273 bytes .../textures/item/black_diamond.png | Bin 0 -> 431 bytes .../textures/item/black_diamond_axe.png | Bin 0 -> 279 bytes .../textures/item/black_diamond_boots.png | Bin 0 -> 243 bytes .../item/black_diamond_chestplate.png | Bin 0 -> 308 bytes .../textures/item/black_diamond_helmet.png | Bin 0 -> 235 bytes .../textures/item/black_diamond_hoe.png | Bin 0 -> 261 bytes .../textures/item/black_diamond_leggings.png | Bin 0 -> 250 bytes .../textures/item/black_diamond_pickaxe.png | Bin 0 -> 299 bytes .../textures/item/black_diamond_scrap.png | Bin 0 -> 421 bytes .../textures/item/black_diamond_shovel.png | Bin 0 -> 258 bytes .../textures/item/black_diamond_sword.png | Bin 0 -> 296 bytes .../dragon_destroyer/botoompommelmiddle.png | Bin 0 -> 491 bytes .../dragon_destroyer/bottompommelbottom.png | Bin 0 -> 243 bytes .../textures/item/dragon_destroyer/hammer.png | Bin 0 -> 261 bytes .../item/dragon_destroyer/middlehandle.png | Bin 0 -> 315 bytes .../item/dragon_destroyer/middlepommel.png | Bin 0 -> 267 bytes .../item/dragon_destroyer/toppommelone.png | Bin 0 -> 404 bytes .../item/dragon_destroyer/toppommeltwo.png | Bin 0 -> 372 bytes .../textures/item/enderite.png | Bin 0 -> 282 bytes .../textures/item/enderite_axe.png | Bin 0 -> 322 bytes .../textures/item/enderite_boots.png | Bin 0 -> 288 bytes .../textures/item/enderite_chestplate.png | Bin 0 -> 450 bytes .../textures/item/enderite_helmet.png | Bin 0 -> 269 bytes .../textures/item/enderite_hoe.png | Bin 0 -> 310 bytes .../textures/item/enderite_leggings.png | Bin 0 -> 280 bytes .../textures/item/enderite_pickaxe.png | Bin 0 -> 311 bytes .../textures/item/enderite_shovel.png | Bin 0 -> 289 bytes .../textures/item/enderite_sword.png | Bin 0 -> 310 bytes .../textures/item/graphite.png | Bin 0 -> 5443 bytes .../textures/item/graphite_boots.png | Bin 0 -> 5117 bytes .../textures/item/graphite_chestplate.png | Bin 0 -> 5715 bytes .../textures/item/graphite_helmet.png | Bin 0 -> 5135 bytes .../textures/item/graphite_leggings.png | Bin 0 -> 5266 bytes .../textures/item/imperium.png | Bin 0 -> 415 bytes .../textures/item/imperium_axe.png | Bin 0 -> 240 bytes .../textures/item/imperium_pickaxe.png | Bin 0 -> 277 bytes .../textures/item/imperium_sword.png | Bin 0 -> 281 bytes .../textures/item/infinitum.png | Bin 0 -> 341 bytes .../textures/item/infinitum_axe.png | Bin 0 -> 286 bytes .../textures/item/infinitum_boots.png | Bin 0 -> 263 bytes .../textures/item/infinitum_chestplate.png | Bin 0 -> 340 bytes .../textures/item/infinitum_helmet.png | Bin 0 -> 249 bytes .../textures/item/infinitum_hoe.png | Bin 0 -> 267 bytes .../textures/item/infinitum_leggings.png | Bin 0 -> 264 bytes .../textures/item/infinitum_pickaxe.png | Bin 0 -> 298 bytes .../textures/item/infinitum_scrap.png | Bin 0 -> 412 bytes .../textures/item/infinitum_shovel.png | Bin 0 -> 268 bytes .../textures/item/infinitum_sword.png | Bin 0 -> 308 bytes .../textures/item/legendary.png | Bin 0 -> 275 bytes .../textures/item/legendary_boots.png | Bin 0 -> 355 bytes .../textures/item/legendary_chestplate.png | Bin 0 -> 452 bytes .../textures/item/legendary_helmet.png | Bin 0 -> 241 bytes .../textures/item/legendary_leggings.png | Bin 0 -> 247 bytes .../textures/item/legendary_sword.png | Bin 0 -> 322 bytes .../lightsaber/blue/blue_stained_glass.png | Bin 0 -> 105 bytes .../item/lightsaber/blue/texture11.png | Bin 0 -> 87 bytes .../item/lightsaber/blue/texture17.png | Bin 0 -> 87 bytes .../item/lightsaber/blue/texture28.png | Bin 0 -> 87 bytes .../item/lightsaber/blue/texture30.png | Bin 0 -> 82 bytes .../item/lightsaber/blue/texture31.png | Bin 0 -> 87 bytes .../item/lightsaber/blue/texture32.png | Bin 0 -> 87 bytes .../item/lightsaber/blue/texture36.png | Bin 0 -> 87 bytes .../item/lightsaber/blue/texture51.png | Bin 0 -> 87 bytes .../item/lightsaber/blue_lightsaber.png | Bin 0 -> 876 bytes .../double_blue/blue_stained_glass.png | Bin 0 -> 105 bytes .../item/lightsaber/double_blue/texture11.png | Bin 0 -> 87 bytes .../item/lightsaber/double_blue/texture14.png | Bin 0 -> 82 bytes .../item/lightsaber/double_blue/texture24.png | Bin 0 -> 87 bytes .../item/lightsaber/double_blue/texture30.png | Bin 0 -> 82 bytes .../item/lightsaber/double_blue/texture31.png | Bin 0 -> 87 bytes .../item/lightsaber/double_blue/texture36.png | Bin 0 -> 87 bytes .../item/lightsaber/double_blue/texture66.png | Bin 0 -> 87 bytes .../item/lightsaber/green/texture11.png | Bin 0 -> 87 bytes .../item/lightsaber/green/texture24.png | Bin 0 -> 87 bytes .../item/lightsaber/green/texture30.png | Bin 0 -> 82 bytes .../item/lightsaber/green/texture31.png | Bin 0 -> 87 bytes .../item/lightsaber/green/texture32.png | Bin 0 -> 87 bytes .../item/lightsaber/green/texture36.png | Bin 0 -> 87 bytes .../item/lightsaber/green/texture7 proz.png | Bin 0 -> 87 bytes .../orange/orange_stained_glass.png | Bin 0 -> 155 bytes .../item/lightsaber/orange/texture17.png | Bin 0 -> 87 bytes .../item/lightsaber/orange/texture19.png | Bin 0 -> 87 bytes .../item/lightsaber/orange/texture30.png | Bin 0 -> 82 bytes .../item/lightsaber/orange/texture31.png | Bin 0 -> 87 bytes .../item/lightsaber/orange/texture32.png | Bin 0 -> 87 bytes .../item/lightsaber/orange/texture36.png | Bin 0 -> 87 bytes .../purple/purple_stained_glass.png | Bin 0 -> 106 bytes .../item/lightsaber/purple/texture11.png | Bin 0 -> 87 bytes .../item/lightsaber/purple/texture28.png | Bin 0 -> 87 bytes .../item/lightsaber/purple/texture30.png | Bin 0 -> 82 bytes .../item/lightsaber/purple/texture31.png | Bin 0 -> 87 bytes .../item/lightsaber/purple/texture32.png | Bin 0 -> 87 bytes .../item/lightsaber/purple/texture36.png | Bin 0 -> 87 bytes .../item/lightsaber/purple/texture51.png | Bin 0 -> 87 bytes .../item/lightsaber/purple/texture6.png | Bin 0 -> 87 bytes .../item/lightsaber/purple/texture63.png | Bin 0 -> 87 bytes .../item/lightsaber/red_lightsaber.png | Bin 0 -> 946 bytes .../item/lightsaber/white/texture11.png | Bin 0 -> 87 bytes .../item/lightsaber/white/texture29.png | Bin 0 -> 87 bytes .../item/lightsaber/white/texture36.png | Bin 0 -> 87 bytes .../item/lightsaber/white/texture63.png | Bin 0 -> 87 bytes .../lightsaber/white/white_stained_glass.png | Bin 0 -> 106 bytes .../item/lightsaber/yellow/texture11.png | Bin 0 -> 87 bytes .../item/lightsaber/yellow/texture15.png | Bin 0 -> 87 bytes .../item/lightsaber/yellow/texture30.png | Bin 0 -> 82 bytes .../item/lightsaber/yellow/texture31.png | Bin 0 -> 87 bytes .../item/lightsaber/yellow/texture32.png | Bin 0 -> 87 bytes .../item/lightsaber/yellow/texture34.png | Bin 0 -> 87 bytes .../item/lightsaber/yellow/texture36.png | Bin 0 -> 87 bytes .../item/lightsaber/yellow/texture47.png | Bin 0 -> 87 bytes .../item/lightsaber/yellow/texture5 proz.png | Bin 0 -> 87 bytes .../textures/item/magma_strike_pickaxe.png | Bin 0 -> 226 bytes .../textures/item/mc_textures/diamond_axe.png | Bin 0 -> 182 bytes .../textures/item/mc_textures/diamond_hoe.png | Bin 0 -> 167 bytes .../item/mc_textures/diamond_pickaxe.png | Bin 0 -> 186 bytes .../item/mc_textures/diamond_shovel.png | Bin 0 -> 168 bytes .../item/mc_textures/diamond_sword.png | Bin 0 -> 194 bytes .../textures/item/mjolnir/all.png | Bin 0 -> 1724 bytes .../textures/item/mjolnir/texture13.png | Bin 0 -> 82 bytes .../textures/item/mjolnir/texture14.png | Bin 0 -> 82 bytes .../textures/item/mjolnir/texture2.png | Bin 0 -> 82 bytes .../textures/item/mjolnir/texture37.png | Bin 0 -> 87 bytes .../textures/item/old_mjolnir/all.png | Bin 0 -> 2245 bytes .../item/old_mjolnir/bottompommel.png | Bin 0 -> 416 bytes .../textures/item/old_mjolnir/hammer.png | Bin 0 -> 381 bytes .../item/old_mjolnir/middlehandle.png | Bin 0 -> 354 bytes .../textures/item/old_mjolnir/toppommel.png | Bin 0 -> 280 bytes .../item/old_mjolnir/toppommeltwo.png | Bin 0 -> 259 bytes .../textures/item/rainbow.png | Bin 0 -> 292 bytes .../textures/item/rainbow_boots.png | Bin 0 -> 222 bytes .../textures/item/rainbow_chestplate.png | Bin 0 -> 281 bytes .../textures/item/rainbow_helmet.png | Bin 0 -> 219 bytes .../textures/item/rainbow_leggings.png | Bin 0 -> 243 bytes .../textures/item/raw_aqumarine.png | Bin 0 -> 6066 bytes .../textures/item/raw_enderite.png | Bin 0 -> 379 bytes .../textures/item/raw_graphite.png | Bin 0 -> 5580 bytes .../textures/item/raw_imperium.png | Bin 0 -> 351 bytes .../textures/item/raw_legendary.png | Bin 0 -> 244 bytes .../textures/item/raw_rainbow.png | Bin 0 -> 6279 bytes .../textures/item/raw_ruby.png | Bin 0 -> 5729 bytes .../textures/item/raw_sapphire.png | Bin 0 -> 6005 bytes .../armourandtoolsmod/textures/item/ruby.png | Bin 0 -> 434 bytes .../textures/item/ruby_apple.png | Bin 0 -> 314 bytes .../textures/item/ruby_axe.png | Bin 0 -> 280 bytes .../textures/item/ruby_boots.png | Bin 0 -> 5539 bytes .../textures/item/ruby_chestplate.png | Bin 0 -> 5558 bytes .../textures/item/ruby_helmet.png | Bin 0 -> 5502 bytes .../textures/item/ruby_hoe.png | Bin 0 -> 268 bytes .../textures/item/ruby_leggings.png | Bin 0 -> 5536 bytes .../textures/item/ruby_pickaxe.png | Bin 0 -> 303 bytes .../textures/item/ruby_shovel.png | Bin 0 -> 259 bytes .../textures/item/ruby_sword.png | Bin 0 -> 264 bytes .../textures/item/sapphire.png | Bin 0 -> 5568 bytes .../textures/item/sapphire_axe.png | Bin 0 -> 278 bytes .../textures/item/sapphire_boots.png | Bin 0 -> 5958 bytes .../textures/item/sapphire_chestplate.png | Bin 0 -> 5704 bytes .../textures/item/sapphire_helmet.png | Bin 0 -> 5812 bytes .../textures/item/sapphire_hoe.png | Bin 0 -> 270 bytes .../textures/item/sapphire_leggings.png | Bin 0 -> 5966 bytes .../textures/item/sapphire_pickaxe.png | Bin 0 -> 320 bytes .../textures/item/sapphire_shovel.png | Bin 0 -> 282 bytes .../textures/item/sapphire_sword.png | Bin 0 -> 341 bytes .../item/stormbreaker/stripped_oak_log.png | Bin 0 -> 397 bytes .../stormbreaker/stripped_oak_log_top.png | Bin 0 -> 278 bytes .../textures/item/stormbreaker/texture32.png | Bin 0 -> 82 bytes .../textures/item/stormbreaker/texture33.png | Bin 0 -> 87 bytes .../textures/item/stormbreaker/texture34.png | Bin 0 -> 82 bytes .../textures/item/stormbreaker/texture35.png | Bin 0 -> 87 bytes .../textures/item/stormbreaker/texture45.png | Bin 0 -> 87 bytes .../textures/item/stormbreaker/texture46.png | Bin 0 -> 87 bytes .../logo/armour_and_tools_mod_logo.png | Bin 0 -> 11491 bytes .../models/armor/aqumarine_layer_1.png | Bin 0 -> 2428 bytes .../models/armor/aqumarine_layer_2.png | Bin 0 -> 2518 bytes .../models/armor/black_diamond_layer_1.png | Bin 0 -> 1005 bytes .../models/armor/black_diamond_layer_2.png | Bin 0 -> 531 bytes .../models/armor/enderite_layer_1.png | Bin 0 -> 733 bytes .../models/armor/enderite_layer_2.png | Bin 0 -> 530 bytes .../models/armor/graphite_layer_1.png | Bin 0 -> 2418 bytes .../models/armor/graphite_layer_2.png | Bin 0 -> 2129 bytes .../models/armor/infinitum_layer_1.png | Bin 0 -> 1110 bytes .../models/armor/infinitum_layer_2.png | Bin 0 -> 590 bytes .../models/armor/legendary_layer_1.png | Bin 0 -> 911 bytes .../models/armor/legendary_layer_2.png | Bin 0 -> 363 bytes .../textures/models/armor/rainbow_layer_1.png | Bin 0 -> 1180 bytes .../textures/models/armor/rainbow_layer_2.png | Bin 0 -> 668 bytes .../textures/models/armor/ruby_layer_1.png | Bin 0 -> 8678 bytes .../textures/models/armor/ruby_layer_2.png | Bin 0 -> 6689 bytes .../models/armor/sapphire_layer_1.png | Bin 0 -> 2428 bytes .../models/armor/sapphire_layer_2.png | Bin 0 -> 2491 bytes neoforge/src/main/resources/logback.xml | 35 + neoforge/src/main/resources/logo.png | Bin 0 -> 79081 bytes .../armourandtoolsmod/LocationTester.kt | 34 + settings.gradle.kts | 4 + 2157 files changed, 133376 insertions(+), 451 deletions(-) create mode 100644 forge/CHANGELOG.md create mode 100644 forge/build.gradle.kts create mode 100644 forge/gradle.properties rename {src => forge/src}/generated/resources/.cache/0cf1fbcc3d48b3e57ef3f7c05b035e489fdab1a7 (100%) rename {src => forge/src}/generated/resources/.cache/0f202e000d40347127b33b6edbbb29689b8cbf86 (100%) rename {src => forge/src}/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924 (100%) rename {src => forge/src}/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d (100%) rename {src => forge/src}/generated/resources/.cache/9cedfe5b9b9b8fb51ee0cbcde6ee21cf9da7c57c (100%) rename {src => forge/src}/generated/resources/.cache/9f61bb65fbe4cfb8a15e0d3253c99409d3dd169b (100%) rename {src => forge/src}/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e (100%) rename {src => forge/src}/generated/resources/.cache/b051adeca7b8303d1a7d46afb7c4eaf8cfa3a7f5 (100%) rename {src => forge/src}/generated/resources/.cache/b437fe956183b85bad8f19eb71f021ad5d4a1455 (100%) rename {src => forge/src}/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8 (100%) rename {src => forge/src}/generated/resources/.cache/e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0 (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/custom_armour_crafting_table.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/custom_tool_crafting_table.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_graphite_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_imperium_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_ruby_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/enderite_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/enderite_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/graphite_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/graphite_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/imperium_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/ingot_fusion_toll_enhancer.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/ruby_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/ruby_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/lang/en_us.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/custom_armour_crafting_table.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/custom_tool_crafting_table.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/deepslate_aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/deepslate_graphite_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/deepslate_imperium_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/deepslate_rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/deepslate_ruby_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/deepslate_sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/enderite_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/enderite_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/graphite_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/graphite_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/imperium_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer_on.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/rainbow_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/ruby_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/ruby_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/sapphire_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/block/sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/amethyst_axe.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/amethyst_boots.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/amethyst_chestplate.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/amethyst_helmet.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/amethyst_leggings.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/amethyst_pickaxe.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/amethyst_shovel.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/amethyst_sword.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/aqumarine.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_boots.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_chestplate.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_helmet.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_leggings.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield_blocking.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_gui.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_throwing.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/custom_armour_crafting_table.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/custom_tool_crafting_table.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/deepslate_aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/deepslate_graphite_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/deepslate_imperium_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/deepslate_rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/deepslate_ruby_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/deepslate_sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/enderite.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/enderite_axe.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/enderite_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/enderite_boots.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/enderite_chestplate.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/enderite_helmet.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/enderite_hoe.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/enderite_leggings.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/enderite_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/enderite_pickaxe.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/enderite_shovel.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/enderite_sword.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/graphite.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/graphite_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/graphite_boots.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/graphite_chestplate.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/graphite_helmet.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/graphite_leggings.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/graphite_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield_blocking.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/imperium.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/imperium_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/imperium_pickaxe.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/imperium_sword.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ingot_fusion_toll_enhancer.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/magma_strike_pickaxe.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/rainbow.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/rainbow_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/rainbow_boots.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/rainbow_chestplate.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/rainbow_helmet.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/rainbow_leggings.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield_blocking.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/raw_aqumarine.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/raw_enderite.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/raw_graphite.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/raw_imperium.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/raw_rainbow.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/raw_ruby.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/raw_sapphire.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ruby.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ruby_axe.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ruby_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ruby_boots.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ruby_chestplate.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ruby_helmet.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ruby_hoe.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ruby_leggings.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ruby_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ruby_pickaxe.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield_blocking.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ruby_shovel.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/ruby_sword.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/sapphire.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/sapphire_axe.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/sapphire_block.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/sapphire_boots.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/sapphire_chestplate.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/sapphire_helmet.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/sapphire_hoe.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/sapphire_leggings.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/sapphire_pickaxe.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield_blocking.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shovel.json (100%) rename {src => forge/src}/generated/resources/assets/armourandtoolsmod/models/item/sapphire_sword.json (100%) rename {src => forge/src}/generated/resources/assets/minecraft/atlases/armor_trims.json (100%) rename {src => forge/src}/generated/resources/assets/minecraft/atlases/blocks.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/aqumarine_armour.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/aqumarine_block.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ingot.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/enderite_armour.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/enderite_block.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/enderite_ingot.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/enderite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/enderite_tools.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/graphite_armour.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/graphite_block.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/graphite_ingot.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/graphite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/imperium_ingot.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/imperium_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/imperium_tools.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/rainbow_armour.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/rainbow_block.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/rainbow_ingot.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/aqumarine_block_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_armour_crafting_table_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_tool_crafting_table_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/enderite_block_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/graphite_block_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ingot_fusion_toll_enhancer_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/rainbow_block_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ruby_block_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/sapphire_block_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_trident.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_graphite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_imperium_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_ruby_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_aqumarine.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_enderite.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_graphite.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_imperium.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_rainbow.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_ruby.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_sapphire.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/ruby_helmet_smithing_trim.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_trident.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_graphite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_imperium_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_ruby_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_aqumarine.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_enderite.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_graphite.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_imperium.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_rainbow.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_ruby.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_sapphire.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tool/magma_strike_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_trident.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/graphite_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/rainbow_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/root.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/ruby_armour.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/ruby_block.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/ruby_ingot.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/ruby_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/ruby_tools.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/sapphire_armour.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/sapphire_block.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/sapphire_ingot.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/advancements/sapphire_tools.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_block.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_armour_crafting_table.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_tool_crafting_table.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_graphite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_imperium_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_ruby_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_block.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_block.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/imperium_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ingot_fusion_toll_enhancer.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_block.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_block.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_block.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/amethyst_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/amethyst_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/amethyst_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/amethyst_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/amethyst_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/amethyst_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/amethyst_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/amethyst_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/aqumarine_block_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/aqumarine_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/aqumarine_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/aqumarine_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/aqumarine_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/aqumarine_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/aqumarine_trident.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_trident.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_graphite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_imperium_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_ruby_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_aqumarine.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_enderite.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_graphite.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_imperium.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_rainbow.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_ruby.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_sapphire.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/custom_armour_crafting_table_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/custom_tool_crafting_table_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/enderite_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/enderite_block_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/enderite_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/enderite_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/enderite_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/enderite_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/enderite_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/enderite_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/enderite_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/enderite_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/graphite_block_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/graphite_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/graphite_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/graphite_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/graphite_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/graphite_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/imperium_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/imperium_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/ingot_fusion_toll_enhancer_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/magma_strike_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/rainbow_block_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/rainbow_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/rainbow_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/rainbow_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/rainbow_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/rainbow_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/ruby_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/ruby_block_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/ruby_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/ruby_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet_smithing_trim.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/ruby_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/ruby_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/ruby_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/ruby_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/ruby_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/ruby_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/sapphire_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/sapphire_block_recipe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/sapphire_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/sapphire_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/sapphire_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/sapphire_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/sapphire_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/sapphire_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/sapphire_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/sapphire_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/sapphire_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_trident.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_graphite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_imperium_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_ruby_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_aqumarine.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_enderite.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_graphite.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_imperium.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_rainbow.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_ruby.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_sapphire.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_axe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_boots.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_chestplate.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_helmet.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_hoe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_leggings.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shield.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shovel.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_sword.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/enderite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/graphite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/imperium_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/ruby_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/aqumarine_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/enderite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/graphite_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/imperium_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/rainbow_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/ruby_ore.json (100%) rename {src => forge/src}/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/sapphire_ore.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/deepslate_ores/aqumarine_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/deepslate_ores/graphite_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/deepslate_ores/imperium_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/deepslate_ores/rainbow_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/deepslate_ores/ruby_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/deepslate_ores/sapphire_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/needs_gold_tool.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/ores/aqumarine_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/ores/enderite_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/ores/graphite_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/ores/imperium_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/ores/rainbow_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/ores/ruby_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/ores/sapphire_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/storage_blocks/aqumarine.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/storage_blocks/enderite.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/storage_blocks/graphite.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/storage_blocks/rainbow.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/storage_blocks/ruby.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/blocks/storage_blocks/sapphire.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/deepslate_ores/aqumarine_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/deepslate_ores/graphite_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/deepslate_ores/imperium_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/deepslate_ores/rainbow_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/deepslate_ores/ruby_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/deepslate_ores/sapphire_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/ingots/aqumarine.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/ingots/enderite.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/ingots/graphite.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/ingots/imperium.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/ingots/rainbow.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/ingots/ruby.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/ingots/sapphire.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/ores/aqumarine_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/ores/enderite_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/ores/graphite_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/ores/imperium_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/ores/rainbow_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/ores/ruby_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/ores/sapphire_ores.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/scraps/aqumarine.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/scraps/enderite.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/scraps/graphite.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/scraps/rainbow.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/scraps/ruby.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/scraps/sapphire.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/storage_blocks/aqumarine.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/storage_blocks/enderite.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/storage_blocks/graphite.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/storage_blocks/rainbow.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/storage_blocks/ruby.json (100%) rename {src => forge/src}/generated/resources/data/forge/tags/items/storage_blocks/sapphire.json (100%) rename {src => forge/src}/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json (100%) rename {src => forge/src}/generated/resources/data/minecraft/tags/blocks/needs_diamond_tool.json (100%) rename {src => forge/src}/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json (100%) rename {src => forge/src}/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json (100%) rename {src => forge/src}/generated/resources/pack.mcmeta (100%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/IngotFusionTollEnhancer.java (93%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableScreen.java (100%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java (99%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerMenu.java (100%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerScreen.java (100%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LITBlock.java (100%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LitBlockParticleColour.java (100%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RainbowLitBlock.java (100%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RubyLitBlock.java (100%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableScreen.java (100%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModShieldItemRendererProvider.java (100%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModTridentItemRendererProvider.java (100%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/BlockEntityTypeInit.java (100%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/EntityTypeInit.java (100%) rename {src => forge/src}/main/java/io/github/realyusufismail/armourandtoolsmod/recipe/infusion/IngotFusionTollEnhancerRecipe.java (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/ArmourAndToolsMod.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomArmourCraftingTable.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomToolCraftingTable.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableContainer.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableMenu.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableResultSlot.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/book/CustomArmourCraftingBookCategory.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/InfusionFuelSlot.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/OutputSlotItemHandler.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableContainer.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableMenu.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableResultSlot.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/book/CustomToolsCraftingBookCategory.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModBlockEntityWithoutLevelRenderer.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ClientEvents.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRenderer.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRendererISTER.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/info.md (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/shield/ArmourAndToolsModShieldItemRenderer.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentItemRenderer.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentRendererISTER.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/AqumarineTridentEntity.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/ArmourToolsModTridentEntity.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/MjolnirEntity.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AmethystArmour.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AqumarineArmour.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/EnderiteArmour.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/GraphiteArmour.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RainbowArmour.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RubyArmour.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/SapphireArmour.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/BlockInit.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/CreativeModeTabInit.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/EnchantmentCategoryInit.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/ItemInit.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/JEIRecipeTypes.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MenuTypeInit.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MinableBlockType.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MobEffectsInit.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/PotionsInit.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeBookTypesInit.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeCategoriesInit.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeSerializerInit.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeTypeInit.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/TagsInit.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/ArmourMaterialInit.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomShieldMaterial.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomToolMaterial.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomTridentMaterial.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/NameUtils.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/ResourceLocations.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/DataGenerators.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/Advancements.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/ModAdvancementProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/lang/ModEnLangProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModBlockLootTables.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModLootTables.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/MainModRecipeProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomArmourCraftingTableRecipeBuilder.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomToolCraftingTableRecipeBuilder.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/EnchantmentsAndLevels.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/IngotFusionTollEnhancerRecipeBuilder.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/FurnaceRecipeProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/spirit/ArmourAndTollsModSpriteSourceProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModBlockTagsProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModItemTagsProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModBlockStateProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModItemStateProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/world/ModWorldGenProvider.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/effect/WorthyEffect.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/enchantment/SkyForgeEnchantment.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/ArmourAndToolsModJEIPlugin.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/armour/CustomArmourCraftingTableJEIRecipeCategory.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/fusion/IngotFusionTollEnhancerJEIRecipeCategory.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/generic/GenericCraftingTableJEIRecipeCategory.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/tool/CustomToolCraftingTableJEIRecipeCategory.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/CustomSwordItem.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/HammerItem.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/Mjolnir.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/StormBreaker.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/util/HammerLevel.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/shield/ArmourToolsModShieldItem.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/AqumarineTridentItem.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/ArmourToolsModTridentItem.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/logger/LoggerColorScheme.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/models/MjolnirModel.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableRecipe.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableRecipe.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableShapedRecipe.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/util/KeyBinding.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModConfiguredFeatures.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModOrePlacement.kt (100%) rename {src => forge/src}/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModPlacedFeatures.kt (100%) rename {src => forge/src}/main/resources/META-INF/accesstransformer.cfg (100%) rename {src => forge/src}/main/resources/META-INF/mods.toml (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/blockbench/DragonDestroyer.bbmodel (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/blockbench/title_model.bbmodel (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/blue_double_lightsaber.json (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/blue_lightsaber.json (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/dragon_destroyer.json (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/generic_models/GenericWeponHilt.json (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/green_lightsaber.json (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/mjolnir.json (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/mjolnir_thrown.json (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/old_blue_lightsaber.json (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/old_mjolnir.json (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/orange_lightsaber.json (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/purple_lightsaber.json (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/stormbreaker.json (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/white_lightsaber.json (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/models/item/yellow_lightsaber.json (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_block.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_block.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_front.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_side.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_top.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_front.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_side.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_top.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/deepslate_aqumarine_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/deepslate_graphite_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/deepslate_imperium_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/deepslate_rainbow_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/deepslate_ruby_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/deepslate_sapphire_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/enderite_block.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/enderite_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/graphite_block.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/graphite_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/imperium_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/infinitum_block.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_front.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_side.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_top.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_front.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_side.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_top.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/legendary_block.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/legendary_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/rainbow_block.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/rainbow_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/ruby_block.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/ruby_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/sapphire_block.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/block/sapphire_ore.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/entity/mc_texture/shield_base.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/entity/mc_texture/shield_base_nopattern.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/entity/shield/aqumarine.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/entity/shield/graphite.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/entity/shield/rainbow.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/entity/shield/ruby.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/entity/shield/sapphire.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/entity/trident/aqumarine.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/gui/container/custom_crafting_table_Jei.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/gui/container/custom_tool_crafting_table.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/gui/container/ingot_fusion_toll_enhancer.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/gui/container/ingot_fusion_toll_enhancer_jei.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/gui/recipe_book.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/gui/recipe_button.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/amethyst_axe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/amethyst_boots.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/amethyst_chestplate.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/amethyst_helmet.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/amethyst_leggings.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/amethyst_pickaxe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/amethyst_shovel.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/amethyst_sword.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/aqumarine.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_boots.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_chestplate.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_helmet.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_leggings.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_trident.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/black_diamond.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_axe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_boots.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_chestplate.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_helmet.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_hoe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_leggings.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_pickaxe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_scrap.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_shovel.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_sword.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/botoompommelmiddle.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/bottompommelbottom.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/hammer.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/middlehandle.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/middlepommel.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/toppommelone.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/toppommeltwo.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/enderite.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/enderite_axe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/enderite_boots.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/enderite_chestplate.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/enderite_helmet.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/enderite_hoe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/enderite_leggings.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/enderite_pickaxe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/enderite_shovel.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/enderite_sword.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/graphite.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/graphite_boots.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/graphite_chestplate.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/graphite_helmet.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/graphite_leggings.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/imperium.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/imperium_axe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/imperium_pickaxe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/imperium_sword.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/infinitum.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/infinitum_axe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/infinitum_boots.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/infinitum_chestplate.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/infinitum_helmet.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/infinitum_hoe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/infinitum_leggings.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/infinitum_pickaxe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/infinitum_scrap.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/infinitum_shovel.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/infinitum_sword.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/legendary.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/legendary_boots.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/legendary_chestplate.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/legendary_helmet.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/legendary_leggings.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/legendary_sword.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/blue_stained_glass.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture11.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture17.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture28.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture30.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture31.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture32.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture36.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture51.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue_lightsaber.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/blue_stained_glass.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture11.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture14.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture24.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture30.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture31.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture36.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture66.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture11.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture24.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture30.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture31.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture32.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture36.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture7 proz.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/orange_stained_glass.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture17.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture19.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture30.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture31.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture32.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture36.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/purple_stained_glass.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture11.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture28.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture30.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture31.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture32.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture36.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture51.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture6.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture63.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/red_lightsaber.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture11.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture29.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture36.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture63.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/white_stained_glass.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture11.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture15.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture30.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture31.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture32.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture34.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture36.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture47.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture5 proz.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/magma_strike_pickaxe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_axe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_hoe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_pickaxe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_shovel.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_sword.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/all.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture13.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture14.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture2.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture37.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/all.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/bottompommel.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/hammer.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/middlehandle.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/toppommel.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/toppommeltwo.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/rainbow.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/rainbow_boots.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/rainbow_chestplate.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/rainbow_helmet.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/rainbow_leggings.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/raw_aqumarine.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/raw_enderite.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/raw_graphite.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/raw_imperium.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/raw_legendary.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/raw_rainbow.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/raw_ruby.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/raw_sapphire.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/ruby.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/ruby_apple.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/ruby_axe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/ruby_boots.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/ruby_chestplate.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/ruby_helmet.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/ruby_hoe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/ruby_leggings.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/ruby_pickaxe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/ruby_shovel.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/ruby_sword.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/sapphire.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/sapphire_axe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/sapphire_boots.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/sapphire_chestplate.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/sapphire_helmet.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/sapphire_hoe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/sapphire_leggings.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/sapphire_pickaxe.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/sapphire_shovel.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/sapphire_sword.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log_top.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture32.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture33.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture34.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture35.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture45.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture46.png (100%) rename {src => forge/src}/main/resources/assets/armourandtoolsmod/textures/logo/armour_and_tools_mod_logo.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_1.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_2.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_1.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_2.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/enderite_layer_1.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/enderite_layer_2.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/graphite_layer_1.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/graphite_layer_2.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_1.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_2.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/legendary_layer_1.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/legendary_layer_2.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/rainbow_layer_1.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/rainbow_layer_2.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/ruby_layer_1.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/ruby_layer_2.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_1.png (100%) rename {src => forge/src}/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_2.png (100%) rename {src => forge/src}/main/resources/logback.xml (100%) rename {src => forge/src}/main/resources/logo.png (100%) rename {src => forge/src}/test/kotlin/io/github/realyusufismail/armourandtoolsmod/LocationTester.kt (100%) delete mode 100644 gradle/config/detekt.yml rename CHANGELOG.md => neoforge/CHANGELOG.md (98%) create mode 100644 neoforge/build.gradle.kts create mode 100644 neoforge/gradle.properties create mode 100644 neoforge/src/generated/resources/.cache/0cf1fbcc3d48b3e57ef3f7c05b035e489fdab1a7 create mode 100644 neoforge/src/generated/resources/.cache/0f202e000d40347127b33b6edbbb29689b8cbf86 create mode 100644 neoforge/src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924 create mode 100644 neoforge/src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d create mode 100644 neoforge/src/generated/resources/.cache/9cedfe5b9b9b8fb51ee0cbcde6ee21cf9da7c57c create mode 100644 neoforge/src/generated/resources/.cache/9f61bb65fbe4cfb8a15e0d3253c99409d3dd169b create mode 100644 neoforge/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e create mode 100644 neoforge/src/generated/resources/.cache/b051adeca7b8303d1a7d46afb7c4eaf8cfa3a7f5 create mode 100644 neoforge/src/generated/resources/.cache/b437fe956183b85bad8f19eb71f021ad5d4a1455 create mode 100644 neoforge/src/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8 create mode 100644 neoforge/src/generated/resources/.cache/e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0 create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/custom_armour_crafting_table.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/custom_tool_crafting_table.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_graphite_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_imperium_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_rainbow_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_ruby_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_sapphire_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/imperium_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/ingot_fusion_toll_enhancer.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/lang/en_us.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/custom_armour_crafting_table.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/custom_tool_crafting_table.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_graphite_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_imperium_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_rainbow_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_ruby_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_sapphire_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/enderite_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/enderite_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/graphite_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/graphite_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/imperium_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer_on.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ruby_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ruby_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_axe.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_boots.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_chestplate.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_helmet.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_leggings.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_pickaxe.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_shovel.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_sword.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_boots.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_chestplate.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_helmet.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_leggings.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield_blocking.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_gui.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_throwing.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/custom_armour_crafting_table.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/custom_tool_crafting_table.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_graphite_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_imperium_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_rainbow_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_ruby_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_sapphire_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_axe.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_boots.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_chestplate.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_helmet.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_hoe.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_leggings.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_pickaxe.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_shovel.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_sword.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_boots.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_chestplate.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_helmet.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_leggings.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield_blocking.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_pickaxe.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_sword.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ingot_fusion_toll_enhancer.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/magma_strike_pickaxe.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_boots.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_chestplate.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_helmet.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_leggings.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield_blocking.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_aqumarine.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_enderite.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_graphite.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_imperium.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_rainbow.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_ruby.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_sapphire.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_axe.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_boots.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_chestplate.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_helmet.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_hoe.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_leggings.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_pickaxe.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield_blocking.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shovel.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_sword.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_axe.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_block.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_boots.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_chestplate.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_helmet.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_hoe.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_leggings.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_ore.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_pickaxe.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield_blocking.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shovel.json create mode 100644 neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_sword.json create mode 100644 neoforge/src/generated/resources/assets/minecraft/atlases/armor_trims.json create mode 100644 neoforge/src/generated/resources/assets/minecraft/atlases/blocks.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_armour.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_block.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ingot.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_armour.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_block.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_ingot.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_tools.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_armour.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_block.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_ingot.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_ingot.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_tools.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_armour.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_block.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ingot.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/aqumarine_block_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_armour_crafting_table_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_tool_crafting_table_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/enderite_block_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/graphite_block_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ingot_fusion_toll_enhancer_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/rainbow_block_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ruby_block_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/sapphire_block_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_trident.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_graphite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_imperium_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_rainbow_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_ruby_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_sapphire_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_aqumarine.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_enderite.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_graphite.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_imperium.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_rainbow.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_ruby.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_sapphire.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/ruby_helmet_smithing_trim.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_trident.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_graphite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_imperium_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_rainbow_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_ruby_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_sapphire_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_aqumarine.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_enderite.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_graphite.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_imperium.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_rainbow.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_ruby.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_sapphire.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tool/magma_strike_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_trident.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/graphite_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/rainbow_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/root.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_armour.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_block.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_ingot.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_tools.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_armour.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_block.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ingot.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_tools.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_block.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_armour_crafting_table.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_tool_crafting_table.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_graphite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_imperium_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_rainbow_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_ruby_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_sapphire_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_block.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_block.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/imperium_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ingot_fusion_toll_enhancer.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_block.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_block.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_block.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_block_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_trident.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_trident.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_graphite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_imperium_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_rainbow_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_ruby_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_sapphire_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_aqumarine.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_enderite.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_graphite.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_imperium.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_rainbow.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_ruby.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_sapphire.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/custom_armour_crafting_table_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/custom_tool_crafting_table_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_block_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_block_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/imperium_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/imperium_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ingot_fusion_toll_enhancer_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/magma_strike_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_block_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_block_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet_smithing_trim.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_block_recipe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_trident.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_graphite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_imperium_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_rainbow_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_ruby_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_sapphire_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_aqumarine.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_enderite.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_graphite.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_imperium.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_rainbow.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_ruby.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_sapphire.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_axe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_boots.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_chestplate.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_helmet.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_hoe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_leggings.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_pickaxe.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shield.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shovel.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_sword.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/enderite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/graphite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/imperium_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/rainbow_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/ruby_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/sapphire_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/aqumarine_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/enderite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/graphite_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/imperium_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/rainbow_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/ruby_ore.json create mode 100644 neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/sapphire_ore.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/aqumarine_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/graphite_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/imperium_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/rainbow_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/ruby_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/sapphire_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/needs_gold_tool.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/ores/aqumarine_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/ores/enderite_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/ores/graphite_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/ores/imperium_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/ores/rainbow_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/ores/ruby_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/ores/sapphire_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/aqumarine.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/enderite.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/graphite.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/rainbow.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/ruby.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/sapphire.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/aqumarine_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/graphite_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/imperium_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/rainbow_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/ruby_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/sapphire_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/ingots/aqumarine.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/ingots/enderite.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/ingots/graphite.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/ingots/imperium.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/ingots/rainbow.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/ingots/ruby.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/ingots/sapphire.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/ores/aqumarine_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/ores/enderite_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/ores/graphite_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/ores/imperium_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/ores/rainbow_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/ores/ruby_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/ores/sapphire_ores.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/scraps/aqumarine.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/scraps/enderite.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/scraps/graphite.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/scraps/rainbow.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/scraps/ruby.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/scraps/sapphire.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/aqumarine.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/enderite.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/graphite.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/rainbow.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/ruby.json create mode 100644 neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/sapphire.json create mode 100644 neoforge/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json create mode 100644 neoforge/src/generated/resources/data/minecraft/tags/blocks/needs_diamond_tool.json create mode 100644 neoforge/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json create mode 100644 neoforge/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json create mode 100644 neoforge/src/generated/resources/pack.mcmeta create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/IngotFusionTollEnhancer.java create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableScreen.java create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerMenu.java create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerScreen.java create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LITBlock.java create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LitBlockParticleColour.java create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RainbowLitBlock.java create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RubyLitBlock.java create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableScreen.java create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModShieldItemRendererProvider.java create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModTridentItemRendererProvider.java create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/BlockEntityTypeInit.java create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/EntityTypeInit.java create mode 100644 neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/recipe/infusion/IngotFusionTollEnhancerRecipe.java create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/ArmourAndToolsMod.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomArmourCraftingTable.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomToolCraftingTable.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableContainer.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableMenu.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableResultSlot.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/book/CustomArmourCraftingBookCategory.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/InfusionFuelSlot.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/OutputSlotItemHandler.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableContainer.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableMenu.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableResultSlot.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/book/CustomToolsCraftingBookCategory.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModBlockEntityWithoutLevelRenderer.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ClientEvents.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRenderer.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRendererISTER.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/info.md create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/shield/ArmourAndToolsModShieldItemRenderer.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentItemRenderer.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentRendererISTER.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/AqumarineTridentEntity.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/ArmourToolsModTridentEntity.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/MjolnirEntity.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AmethystArmour.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AqumarineArmour.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/EnderiteArmour.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/GraphiteArmour.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RainbowArmour.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RubyArmour.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/SapphireArmour.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/BlockInit.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/CreativeModeTabInit.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/EnchantmentCategoryInit.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/ItemInit.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/JEIRecipeTypes.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MenuTypeInit.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MinableBlockType.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MobEffectsInit.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/PotionsInit.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeBookTypesInit.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeCategoriesInit.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeSerializerInit.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeTypeInit.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/TagsInit.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/ArmourMaterialInit.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomShieldMaterial.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomToolMaterial.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomTridentMaterial.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/NameUtils.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/ResourceLocations.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/DataGenerators.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/Advancements.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/ModAdvancementProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/lang/ModEnLangProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModBlockLootTables.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModLootTables.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/MainModRecipeProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomArmourCraftingTableRecipeBuilder.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomToolCraftingTableRecipeBuilder.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/EnchantmentsAndLevels.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/IngotFusionTollEnhancerRecipeBuilder.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/FurnaceRecipeProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/spirit/ArmourAndTollsModSpriteSourceProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModBlockTagsProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModItemTagsProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModBlockStateProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModItemStateProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/world/ModWorldGenProvider.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/effect/WorthyEffect.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/enchantment/SkyForgeEnchantment.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/ArmourAndToolsModJEIPlugin.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/armour/CustomArmourCraftingTableJEIRecipeCategory.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/fusion/IngotFusionTollEnhancerJEIRecipeCategory.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/generic/GenericCraftingTableJEIRecipeCategory.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/tool/CustomToolCraftingTableJEIRecipeCategory.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/CustomSwordItem.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/HammerItem.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/Mjolnir.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/StormBreaker.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/util/HammerLevel.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/shield/ArmourToolsModShieldItem.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/AqumarineTridentItem.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/ArmourToolsModTridentItem.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/logger/LoggerColorScheme.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/models/MjolnirModel.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableRecipe.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableRecipe.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableShapedRecipe.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/util/KeyBinding.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModConfiguredFeatures.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModOrePlacement.kt create mode 100644 neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModPlacedFeatures.kt create mode 100644 neoforge/src/main/resources/META-INF/accesstransformer.cfg create mode 100644 neoforge/src/main/resources/META-INF/mods.toml create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blockbench/DragonDestroyer.bbmodel create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blockbench/title_model.bbmodel create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blue_double_lightsaber.json create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blue_lightsaber.json create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/dragon_destroyer.json create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/generic_models/GenericWeponHilt.json create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/green_lightsaber.json create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/mjolnir.json create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/mjolnir_thrown.json create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/old_blue_lightsaber.json create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/old_mjolnir.json create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/orange_lightsaber.json create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/purple_lightsaber.json create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/stormbreaker.json create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/white_lightsaber.json create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/models/item/yellow_lightsaber.json create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_block.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_block.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_front.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_side.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_top.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_front.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_side.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_top.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_aqumarine_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_graphite_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_imperium_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_rainbow_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_ruby_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_sapphire_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/enderite_block.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/enderite_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/graphite_block.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/graphite_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/imperium_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_block.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_front.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_side.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_top.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_front.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_side.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_top.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/legendary_block.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/legendary_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/rainbow_block.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/rainbow_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/ruby_block.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/ruby_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/sapphire_block.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/sapphire_ore.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/entity/mc_texture/shield_base.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/entity/mc_texture/shield_base_nopattern.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/aqumarine.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/graphite.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/rainbow.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/ruby.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/sapphire.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/entity/trident/aqumarine.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/custom_crafting_table_Jei.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/custom_tool_crafting_table.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/ingot_fusion_toll_enhancer.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/ingot_fusion_toll_enhancer_jei.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/gui/recipe_book.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/gui/recipe_button.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_axe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_boots.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_chestplate.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_helmet.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_leggings.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_pickaxe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_shovel.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_sword.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_boots.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_chestplate.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_helmet.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_leggings.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_trident.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_axe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_boots.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_chestplate.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_helmet.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_hoe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_leggings.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_pickaxe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_scrap.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_shovel.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_sword.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/botoompommelmiddle.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/bottompommelbottom.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/hammer.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/middlehandle.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/middlepommel.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/toppommelone.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/toppommeltwo.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_axe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_boots.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_chestplate.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_helmet.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_hoe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_leggings.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_pickaxe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_shovel.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_sword.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_boots.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_chestplate.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_helmet.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_leggings.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/imperium.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/imperium_axe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/imperium_pickaxe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/imperium_sword.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_axe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_boots.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_chestplate.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_helmet.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_hoe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_leggings.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_pickaxe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_scrap.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_shovel.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_sword.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_boots.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_chestplate.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_helmet.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_leggings.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_sword.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/blue_stained_glass.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture11.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture17.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture28.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture30.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture31.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture32.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture36.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture51.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue_lightsaber.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/blue_stained_glass.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture11.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture14.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture24.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture30.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture31.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture36.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture66.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture11.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture24.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture30.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture31.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture32.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture36.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture7 proz.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/orange_stained_glass.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture17.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture19.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture30.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture31.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture32.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture36.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/purple_stained_glass.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture11.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture28.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture30.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture31.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture32.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture36.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture51.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture6.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture63.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/red_lightsaber.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture11.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture29.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture36.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture63.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/white_stained_glass.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture11.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture15.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture30.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture31.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture32.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture34.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture36.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture47.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture5 proz.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/magma_strike_pickaxe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_axe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_hoe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_pickaxe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_shovel.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_sword.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/all.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture13.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture14.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture2.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture37.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/all.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/bottompommel.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/hammer.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/middlehandle.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/toppommel.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/toppommeltwo.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_boots.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_chestplate.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_helmet.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_leggings.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_aqumarine.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_enderite.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_graphite.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_imperium.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_legendary.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_rainbow.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_ruby.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_sapphire.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_apple.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_axe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_boots.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_chestplate.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_helmet.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_hoe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_leggings.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_pickaxe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_shovel.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_sword.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_axe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_boots.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_chestplate.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_helmet.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_hoe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_leggings.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_pickaxe.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_shovel.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_sword.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log_top.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture32.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture33.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture34.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture35.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture45.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture46.png create mode 100644 neoforge/src/main/resources/assets/armourandtoolsmod/textures/logo/armour_and_tools_mod_logo.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_1.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_2.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_1.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_2.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/enderite_layer_1.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/enderite_layer_2.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/graphite_layer_1.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/graphite_layer_2.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_1.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_2.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/legendary_layer_1.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/legendary_layer_2.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/rainbow_layer_1.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/rainbow_layer_2.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/ruby_layer_1.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/ruby_layer_2.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_1.png create mode 100644 neoforge/src/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_2.png create mode 100644 neoforge/src/main/resources/logback.xml create mode 100644 neoforge/src/main/resources/logo.png create mode 100644 neoforge/src/test/kotlin/io/github/realyusufismail/armourandtoolsmod/LocationTester.kt diff --git a/build.gradle.kts b/build.gradle.kts index 710317b5..90fca547 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,4 @@ -import io.gitlab.arturbosch.detekt.Detekt import java.net.URL -import net.minecraftforge.gradle.userdev.UserDevExtension import org.jetbrains.dokka.base.DokkaBase import org.jetbrains.dokka.base.DokkaBaseConfiguration import org.jetbrains.dokka.gradle.DokkaTask @@ -19,177 +17,55 @@ plugins { kotlin("jvm") version "1.9.10" kotlin("plugin.allopen") version "1.9.10" id("com.diffplug.spotless") version "6.20.0" - id("net.minecraftforge.gradle") version "[6.0,6.2)" - id("org.parchmentmc.librarian.forgegradle") version "1.+" - id("io.gitlab.arturbosch.detekt") version "1.23.0" - id("net.darkhax.curseforgegradle") version "1.1.16" id("org.jetbrains.dokka") version "1.9.0" + id("net.darkhax.curseforgegradle") version "1.1.16" jacoco // code coverage reports } project.group = "io.github.realyusufismail" -project.version = "1.20.1-1.0.7.beta1" - -base.archivesName.set("armourandtoolsmod") - -val mcVersion = "1.20.1" - -// A project ID is required to tell CurseForge which project the uploaded -// file belongs to. This is public on your project page and is not private -// information. -var projectId = "480779" - -println( - """ - Java: ${System.getProperty("java.version")} - JVM: ${System.getProperty("java.vm.version")} (${System.getProperty("java.vendor")}) - Arch: ${System.getProperty("os.arch")} - """ - .trimIndent()) - -configure { - mappings("parchment", "2023.09.03-$mcVersion") - - accessTransformer("src/main/resources/META-INF/accesstransformer.cfg") - - runs { - create("client") { - workingDirectory(file("run")) - - // add mixin - property("mixin.env.remapRefMap", "true") - property( - "mixin.env.refMapRemappingFile", "${projectDir}/build/createSrgToMcp/output.srg") - - // Recommended logging data for a userdev environment - property("forge.logging.markers", "SCAN,REGISTRIES,REGISTRYDUMP") - - // Recommended logging level for the console - property("forge.logging.console.level", "debug") - - mods { create(base.archivesName.get()) { source(sourceSets["main"]) } } - } - - create("server") { - workingDirectory(file("run")) - - // add mixin - property("mixin.env.remapRefMap", "true") - property( - "mixin.env.refMapRemappingFile", "${projectDir}/build/createSrgToMcp/output.srg") - - // Recommended logging data for a userdev environment - property("forge.logging.markers", "SCAN,REGISTRIES,REGISTRYDUMP") - - // Recommended logging level for the console - property("forge.logging.console.level", "debug") - - mods { create(base.archivesName.get()) { source(sourceSets["main"]) } } - } - - create("gameTestServer") { - workingDirectory(file("run")) - - // add mixin - property("mixin.env.remapRefMap", "true") - property( - "mixin.env.refMapRemappingFile", "${projectDir}/build/createSrgToMcp/output.srg") - - // Recommended logging data for a userdev environment - property("forge.logging.markers", "SCAN,REGISTRIES,REGISTRYDUMP") - - // Recommended logging level for the console - property("forge.logging.console.level", "debug") - - mods { create(base.archivesName.get()) { source(sourceSets["main"]) } } - } - - create("data") { - workingDirectory(file("run-data")) - // add mixin - property("mixin.env.remapRefMap", "true") - property( - "mixin.env.refMapRemappingFile", "${projectDir}/build/createSrgToMcp/output.srg") - - // Recommended logging data for a userdev environment - property("forge.logging.markers", "SCAN,REGISTRIES,REGISTRYDUMP") - - // Recommended logging level for the console - property("forge.logging.console.level", "debug") - - // Specify the mod id for data generation, where to output the resulting resource, and - // where to look for existing resources. - args( - "--mod", - base.archivesName.get(), - "--all", - "--output", - file("src/generated/resources/"), - "--existing", - file("src/main/resources/")) - - mods { create(base.archivesName.get()) { source(sourceSets["main"]) } } - - // 'runData' is renamed to 'runDataGenerator' to make it more clear what it does. - taskName = "runDataGenerator" - } +allprojects { + repositories { + maven { url = uri("https://thedarkcolour.github.io/KotlinForForge/") } + maven { url = uri("https://maven.blamejared.com") } + maven { url = uri("https://dvs1.progwml6.com/files/maven/") } + maven { url = uri("https://modmaven.dev") } + maven { url = uri("https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/") } + mavenCentral() } -} - -configurations { compileOnly { extendsFrom(configurations.annotationProcessor.get()) } } -sourceSets.main { resources.srcDir("src/generated/resources") } - -repositories { - maven { url = uri("https://thedarkcolour.github.io/KotlinForForge/") } - maven { url = uri("https://maven.blamejared.com") } - maven { url = uri("https://dvs1.progwml6.com/files/maven/") } - maven { url = uri("https://modmaven.dev") } - maven { url = uri("https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/") } - mavenCentral() + configurations { all { exclude(group = "org.slf4j", module = "slf4j-log4j12") } } } -dependencies { - minecraft("net.minecraftforge:forge:" + properties["forgeVersion"]) - - // kotlin forge - implementation("thedarkcolour:kotlinforforge:" + properties["kotlinForForgeVersion"]) - - // Logger - implementation("ch.qos.logback:logback-classic:" + properties["logbackVersion"]) - implementation("ch.qos.logback:logback-core:" + properties["logbackVersion"]) - - // core - implementation("io.github.realyusufismail:realyusufismailcore:" + properties["coreVersion"]) +subprojects { + apply(plugin = "org.jetbrains.kotlin.jvm") + apply(plugin = "jacoco") - // Geckolib4 for animation engine. - // implementation(fg.deobf("software.bernie.geckolib:geckolib-forge-" + mcVersion + ":" + - // properties["geckolibVersion"])) - - // The JEI API is declared for compile time use, while the full JEI artifact is used at runtime - compileOnly(fg.deobf("mezz.jei:jei-${mcVersion}-common-api:" + properties["jeiVersion"])) - compileOnly(fg.deobf("mezz.jei:jei-${mcVersion}-forge-api:" + properties["jeiVersion"])) - runtimeOnly(fg.deobf("mezz.jei:jei-${mcVersion}-forge:" + properties["jeiVersion"])) - - // lombok - compileOnly("org.projectlombok:lombok:" + properties["lombokVersion"]) - annotationProcessor("org.projectlombok:lombok:" + properties["lombokVersion"]) + dependencies { + // Json + implementation( + "com.fasterxml.jackson.module:jackson-module-kotlin:" + properties["jacksonVersion"]) - // Json - implementation( - "com.fasterxml.jackson.module:jackson-module-kotlin:" + properties["jacksonVersion"]) + // test + testImplementation("org.junit.jupiter:junit-jupiter:" + properties["junitVersion"]) + } - // test - testImplementation("org.junit.jupiter:junit-jupiter:" + properties["junitVersion"]) -} + tasks.test { + useJUnitPlatform() + finalizedBy(tasks.jacocoTestReport) // report is always generated after tests run + } -tasks.test { - useJUnitPlatform() - finalizedBy(tasks.jacocoTestReport) // report is always generated after tests run + tasks.jacocoTestReport { + group = "Reporting" + description = "Generate Jacoco coverage reports after running tests." + reports { + xml.required.set(true) + html.required.set(true) + } + finalizedBy("jacocoTestCoverageVerification") + } } -configurations { all { exclude(group = "org.slf4j", module = "slf4j-log4j12") } } spotless { kotlin { @@ -276,54 +152,6 @@ java { tasks.withType { kotlinOptions.jvmTarget = "17" } -tasks.jacocoTestReport { - group = "Reporting" - description = "Generate Jacoco coverage reports after running tests." - reports { - xml.required.set(true) - html.required.set(true) - } - finalizedBy("jacocoTestCoverageVerification") -} - -detekt { - config.setFrom(files("gradle/config/detekt.yml")) - baseline = file("gradle/config/detekt-baseline.xml") - allRules = false -} - -tasks.withType().configureEach { - reports { - xml.required.set(true) - html.required.set(true) - } -} - -tasks.create("cfPublish", net.darkhax.curseforgegradle.TaskPublishCurseForge::class) { - group = "CurseForge" - dependsOn("build") - disableVersionDetection() - - val token = - if (project.findProperty("curseforge.token") != null) - project.property("curseforge.token") as String - else "" - apiToken = token - - val jar = file("build/libs/${base.archivesName.get()}-${project.version}.jar") - - // The main file to upload - val mainFile = upload(projectId, jar) - mainFile.changelog = file("CHANGELOG.md").readText() - mainFile.changelogType = "markdown" - mainFile.releaseType = "release" - mainFile.addEmbedded("kotlin-for-forge") - mainFile.addEmbedded("realyusufismail-core") - mainFile.addJavaVersion("Java 17") - mainFile.addModLoader("forge") - mainFile.addGameVersion(mcVersion) -} - tasks.getByName("dokkaHtml", DokkaTask::class) { dokkaSourceSets.configureEach { includes.from("package.md") @@ -348,4 +176,4 @@ tasks.getByName("dokkaHtml", DokkaTask::class) { footerMessage = "Copyright © 2023 RealYusufIsmail MC Mods" } } -} +} \ No newline at end of file diff --git a/forge/CHANGELOG.md b/forge/CHANGELOG.md new file mode 100644 index 00000000..ad41cd05 --- /dev/null +++ b/forge/CHANGELOG.md @@ -0,0 +1,152 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [1.20.1-1.0.7.beta2] - 2023-10-24 + +### Added support for new forge. Changelog for both versions will now be split. Currently both versions are the same. + +## [1.20.1-1.0.7.beta1] - 2023-10-23 + +### Added Thor hammer. This is a work in progress and will be updated in the future. +### Worthy enchantment is obtained by killing the ender dragon. This will allow then allowing you to get the hammer. +### Pressing M while having the effect 'worthy' will allow you to get the hammer. +### Pressing Z while having the effect 'worthy' will allow you to strike lightning. (Disabled for now due to issues) +### Striking an entity with the hammer will cause lightning to strike the entity. +### Added a new logo for the mod. +### Fixed a few bugs. +### Current known issues: +### — When the hammer is thrown, it will be rendered as black lines. This is due to the model not being rendered properly. +### — Pressing Z while having the effect 'worthy' will at this point cause no lightning to strike. This is due to there being an issue in getting the lighting to hit the entity or block. + +## [1.20.1-1.0.6] - 2023-10-13 + +### Added Ingot Fusion Enchanter (been in the works for a month with more than two rewrites) : +### This allows you to upgrade certain items. Currently only works with the MAGMA_STRIKE_PICKAXE. More to come in the future. +### Added imperium sword, pickaxe, axe, ingot and ore. More to come in the future. +### Added saphire tool recipes to the tool crafting table. +### Fixed issue with JEI for custom crafting tables where some recipes were not showing. +### Issue with how the item recipes are being displayed in the custom tool crafting tables. Will be fixed in the future. +### Added support for enchanted items to be crafted in the custom crafting tables. +### Fixed some other issues I came across while testing. + +## [1.20.1-1.0.5] - 2023-09-26 + +### Added JEI integration for custom crafting tables. + +## [1.20.1-1.0.4] - 2023-09-25 + +### Added Sapphire tools. +### Added rest of advancments for all the rest of the ores. + +## [1.20.1-1.0.3] - 2023-9-23 + +### Add advancements for root and ruby. More to come in the future. +### Switched some recipes to use tags instead of specific items. This will allow for more flexibility in the future. + +## [1.20.1-1.0.2] - 2023-9-3 + +### Improved worlgen + +## [1.20.1-1.0.1] - 2023-8-30 + +### Added amethyst tools. + +## [1.20.1-1.0.0] - 2023-8-28 + +### Added support for 1.20.1 but is Short term support as 1.19.4 is the LTS version. + +## [1.19.4-1.0.1] - 2023-8-26 + +### Added support for trident after figuring out how to do it. +### More tools and elytras to be added in future. + +## [1.19.4-1.0.0] - 2023-8-1 + +### Shields now function as intended. +### Textures for shields have been added. Thx to redrosewarrior1 for the textures. +### Removed aq trident as it was causing issues with the game. Will be added back in future. +### Added enderite ore, block, ingot, tools and armour. Thx to redrosewarrior1 for some of the textures. +### Rainbow armour now has a texture. Thx to redrosewarrior1 for the textures. +### Known issue with ore generation. Will be fixed in future. +### Fixed issue where nothing was craft-able in tool crafting table. +### Fixed issue where the crafting book gave the wrong pattern for recipes in both armor and tool crafting tables. +### Fixed issue were stats for tools such as attack damage where incorrect. + +## [1.19.4-1.0.0.beta.6] - 2023-7-20 + +### Added a missing recipe for tool crafting table +### Added all tool sets for ruby +### Added aquarium trident. - Textures not added yet. +### Added shields for all custom ores. — Textures aren't added yet. + +## [1.19.4-1.0.0.beta.5] - 2023-5-3 + +### Fixed issue with json update url. + +## [1.19.4-1.0.0.beta.4] - 2023-4-30 + +### Improve custom armor crafting table recipe book. Now shows different sections for each armour type. +### Updated forge and kotlin forge versions to latest. + +## [1.19.4-1.0.0.beta.3] - 2023-4-25 + +### Bug fixe where game crashed due to an outdated patchouli version +### Added new custom tool table + +## [1.19.4-1.0.0.beta.2] - 2023-4-17 + +### Add all armour layers apart from rainbow which needs to be done. + +## [1.19.4-1.0.0.beta.1] - 2023-4-10 + +### Ported to 1.19.4 +### Implemented Ore generation + +## [1.19.3-1.0.0.alpha.8.1] - 2023-2-25 + +### Added all armour item textures. Some are placeholders. +### Fixed issue where blocks could not be mined. +### Ruby, and Rainbow ore now give off redstone signal when mined - color current blue which is set to be changed in future. + +## [1.19.3-1.0.0.alpha.8] - 2023-2-16 + +### Bumped kotlinforforge to v 4.0.0 as 3.10.0 supports version 1.19.2 and under only + +## [1.19.3-1.0.0.alpha.7] - 2023-2-15 + +### Added new textures for ores and raw ores +### Added support for patchouli + +## [1.19.3-1.0.0.alpha.6] - 2023-2-02 + +### Fixed the issue where the game would crash when opening the custom crafting table. + +## [1.19.3-1.0.0.alpha.5] - 2023-2-02 + +### Added Custom crafting table for armour +### Added new texture for aquarium block +### Added all crafting and smelting recipes +### Fixed issue where recipe book for custom armour crafting table was not showing +### Identified issue where custom crafting table was not causing the game to crash. To be fixed in next update. + +## [1.19.3-1.0.0.alpha.4] - 2022-13-01 + +### Fixed an issue where resources were not generating. + +## [1.19.3-1.0.0.alpha.3] - 2022-11-01 + +### Added update json to mods.toml by @RealYusufIsmail in #5 +### added Loottables by @RealYusufIsmail in #6 +### Bump junit-jupiter from 5.9.0 to 5.9.1 by @dependabot in #4 +### Bump com.diffplug.spotless from 6.6.1 to 6.12.1 by @dependabot in #3 +### Added block textures by @RealYusufIsmail in #9 +### 1.19.3-1.0.0.alpha.3 by @RealYusufIsmail in #10 + +## [1.19.3-1.0.0.alpha.2] - 2022-07-01 + +### I fixed a lot of bugs. +### Create menu should now appear with properly formatted names for each item/block. +### Ignore the warning when starting. The issue will be fixed in due course. +### I switched from Java to Kotlin. It Does not affect you. +### Now required kotlin for forge \ No newline at end of file diff --git a/forge/build.gradle.kts b/forge/build.gradle.kts new file mode 100644 index 00000000..8f0af293 --- /dev/null +++ b/forge/build.gradle.kts @@ -0,0 +1,162 @@ +import net.minecraftforge.gradle.userdev.UserDevExtension + +plugins { + kotlin("jvm") version "1.9.10" + id("net.minecraftforge.gradle") version "[6.0,6.2)" + id("org.parchmentmc.librarian.forgegradle") version "1.+" +} + +project.version = properties["modVersion"] as String +base.archivesName.set("armourandtoolsmod-forge") +val mcVersion = properties["mcVersion"] as String +var projectId = properties["projectId"] as String +val modId = properties["modId"] as String + +println( + """ + Java: ${System.getProperty("java.version")} + JVM: ${System.getProperty("java.vm.version")} (${System.getProperty("java.vendor")}) + Arch: ${System.getProperty("os.arch")} + """ + .trimIndent()) + +configure { + mappings("parchment", "2023.09.03-$mcVersion") + + accessTransformer("src/main/resources/META-INF/accesstransformer.cfg") + + runs { + create("client") { + workingDirectory(file("run")) + + // add mixin + property("mixin.env.remapRefMap", "true") + property( + "mixin.env.refMapRemappingFile", "${projectDir}/build/createSrgToMcp/output.srg") + + // Recommended logging data for a userdev environment + property("forge.logging.markers", "SCAN,REGISTRIES,REGISTRYDUMP") + + // Recommended logging level for the console + property("forge.logging.console.level", "debug") + + mods { create(modId) { source(sourceSets["main"]) } } + } + + create("server") { + workingDirectory(file("run")) + + // add mixin + property("mixin.env.remapRefMap", "true") + property( + "mixin.env.refMapRemappingFile", "${projectDir}/build/createSrgToMcp/output.srg") + + // Recommended logging data for a userdev environment + property("forge.logging.markers", "SCAN,REGISTRIES,REGISTRYDUMP") + + // Recommended logging level for the console + property("forge.logging.console.level", "debug") + + mods { create(modId) { source(sourceSets["main"]) } } + } + + create("gameTestServer") { + workingDirectory(file("run")) + + // add mixin + property("mixin.env.remapRefMap", "true") + property( + "mixin.env.refMapRemappingFile", "${projectDir}/build/createSrgToMcp/output.srg") + + // Recommended logging data for a userdev environment + property("forge.logging.markers", "SCAN,REGISTRIES,REGISTRYDUMP") + + // Recommended logging level for the console + property("forge.logging.console.level", "debug") + + mods { create(base.archivesName.get()) { source(sourceSets["main"]) } } + } + + create("data") { + workingDirectory(file("run-data")) + // add mixin + property("mixin.env.remapRefMap", "true") + property( + "mixin.env.refMapRemappingFile", "${projectDir}/build/createSrgToMcp/output.srg") + + // Recommended logging data for a userdev environment + property("forge.logging.markers", "SCAN,REGISTRIES,REGISTRYDUMP") + + // Recommended logging level for the console + property("forge.logging.console.level", "debug") + + // Specify the mod id for data generation, where to output the resulting resource, and + // where to look for existing resources. + args( + "--mod", + modId, + "--all", + "--output", + file("src/generated/resources/"), + "--existing", + file("src/main/resources/")) + + mods { create(modId) { source(sourceSets["main"]) } } + + // 'runData' is renamed to 'runDataGenerator' to make it more clear what it does. + taskName = "runDataGenerator" + } + } +} + +sourceSets.main { resources.srcDir("src/generated/resources") } + +configurations { compileOnly { extendsFrom(configurations.annotationProcessor.get()) } } + +dependencies { + minecraft("net.minecraftforge:forge:" + properties["forgeVersion"]) + + // kotlin forge + implementation("thedarkcolour:kotlinforforge:" + properties["kotlinForForgeVersion"]) + + // Logger + implementation("ch.qos.logback:logback-classic:" + properties["logbackVersion"]) + implementation("ch.qos.logback:logback-core:" + properties["logbackVersion"]) + + // core + implementation("io.github.realyusufismail:realyusufismailcore:" + properties["coreVersion"]) + + // The JEI API is declared for compile time use, while the full JEI artifact is used at runtime + compileOnly(fg.deobf("mezz.jei:jei-${mcVersion}-common-api:" + properties["jeiVersion"])) + compileOnly(fg.deobf("mezz.jei:jei-${mcVersion}-forge-api:" + properties["jeiVersion"])) + runtimeOnly(fg.deobf("mezz.jei:jei-${mcVersion}-forge:" + properties["jeiVersion"])) + + // lombok + compileOnly("org.projectlombok:lombok:" + properties["lombokVersion"]) + annotationProcessor("org.projectlombok:lombok:" + properties["lombokVersion"]) +} + +tasks.create("cfPublish", net.darkhax.curseforgegradle.TaskPublishCurseForge::class) { + group = "CurseForge" + dependsOn("build") + disableVersionDetection() + + val token = + if (project.findProperty("curseforge.token") != null) + project.property("curseforge.token") as String + else "" + apiToken = token + + val jar = file("build/libs/${base.archivesName.get()}-${project.version}.jar") + + // The main file to upload + val mainFile = upload(projectId, jar) + mainFile.changelog = file("CHANGELOG.md").readText() + mainFile.changelogType = "markdown" + mainFile.releaseType = "release" + mainFile.addEmbedded("kotlin-for-forge") + mainFile.addEmbedded("realyusufismail-core") + mainFile.addJavaVersion("Java 17") + mainFile.addModLoader("forge") + mainFile.addGameVersion(mcVersion) +} \ No newline at end of file diff --git a/forge/gradle.properties b/forge/gradle.properties new file mode 100644 index 00000000..9e91ddad --- /dev/null +++ b/forge/gradle.properties @@ -0,0 +1,16 @@ +kotlin.code.style=official +org.gradle.jvmargs=-Xmx3G +org.gradle.daemon=false + +modVersion = 1.20.1-1.0.7.beta2 +mcVersion = 1.20.1 +projectId = 480779 +modId = armourandtoolsmod + +forgeVersion = 1.20.1-47.2.0 +kotlinForForgeVersion = 4.4.0 +logbackVersion = 1.4.11 +junitVersion = 5.10.0 +coreVersion = 1.20.1-1.0.1 +jeiVersion = 15.2.0.27 +lombokVersion = 1.18.30 \ No newline at end of file diff --git a/src/generated/resources/.cache/0cf1fbcc3d48b3e57ef3f7c05b035e489fdab1a7 b/forge/src/generated/resources/.cache/0cf1fbcc3d48b3e57ef3f7c05b035e489fdab1a7 similarity index 100% rename from src/generated/resources/.cache/0cf1fbcc3d48b3e57ef3f7c05b035e489fdab1a7 rename to forge/src/generated/resources/.cache/0cf1fbcc3d48b3e57ef3f7c05b035e489fdab1a7 diff --git a/src/generated/resources/.cache/0f202e000d40347127b33b6edbbb29689b8cbf86 b/forge/src/generated/resources/.cache/0f202e000d40347127b33b6edbbb29689b8cbf86 similarity index 100% rename from src/generated/resources/.cache/0f202e000d40347127b33b6edbbb29689b8cbf86 rename to forge/src/generated/resources/.cache/0f202e000d40347127b33b6edbbb29689b8cbf86 diff --git a/src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924 b/forge/src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924 similarity index 100% rename from src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924 rename to forge/src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924 diff --git a/src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d b/forge/src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d similarity index 100% rename from src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d rename to forge/src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d diff --git a/src/generated/resources/.cache/9cedfe5b9b9b8fb51ee0cbcde6ee21cf9da7c57c b/forge/src/generated/resources/.cache/9cedfe5b9b9b8fb51ee0cbcde6ee21cf9da7c57c similarity index 100% rename from src/generated/resources/.cache/9cedfe5b9b9b8fb51ee0cbcde6ee21cf9da7c57c rename to forge/src/generated/resources/.cache/9cedfe5b9b9b8fb51ee0cbcde6ee21cf9da7c57c diff --git a/src/generated/resources/.cache/9f61bb65fbe4cfb8a15e0d3253c99409d3dd169b b/forge/src/generated/resources/.cache/9f61bb65fbe4cfb8a15e0d3253c99409d3dd169b similarity index 100% rename from src/generated/resources/.cache/9f61bb65fbe4cfb8a15e0d3253c99409d3dd169b rename to forge/src/generated/resources/.cache/9f61bb65fbe4cfb8a15e0d3253c99409d3dd169b diff --git a/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e b/forge/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e similarity index 100% rename from src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e rename to forge/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e diff --git a/src/generated/resources/.cache/b051adeca7b8303d1a7d46afb7c4eaf8cfa3a7f5 b/forge/src/generated/resources/.cache/b051adeca7b8303d1a7d46afb7c4eaf8cfa3a7f5 similarity index 100% rename from src/generated/resources/.cache/b051adeca7b8303d1a7d46afb7c4eaf8cfa3a7f5 rename to forge/src/generated/resources/.cache/b051adeca7b8303d1a7d46afb7c4eaf8cfa3a7f5 diff --git a/src/generated/resources/.cache/b437fe956183b85bad8f19eb71f021ad5d4a1455 b/forge/src/generated/resources/.cache/b437fe956183b85bad8f19eb71f021ad5d4a1455 similarity index 100% rename from src/generated/resources/.cache/b437fe956183b85bad8f19eb71f021ad5d4a1455 rename to forge/src/generated/resources/.cache/b437fe956183b85bad8f19eb71f021ad5d4a1455 diff --git a/src/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8 b/forge/src/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8 similarity index 100% rename from src/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8 rename to forge/src/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8 diff --git a/src/generated/resources/.cache/e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0 b/forge/src/generated/resources/.cache/e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0 similarity index 100% rename from src/generated/resources/.cache/e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0 rename to forge/src/generated/resources/.cache/e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0 diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/custom_armour_crafting_table.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/custom_armour_crafting_table.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/custom_armour_crafting_table.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/custom_armour_crafting_table.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/custom_tool_crafting_table.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/custom_tool_crafting_table.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/custom_tool_crafting_table.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/custom_tool_crafting_table.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_aqumarine_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_aqumarine_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_aqumarine_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_aqumarine_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_graphite_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_graphite_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_graphite_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_graphite_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_imperium_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_imperium_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_imperium_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_imperium_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_rainbow_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_rainbow_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_rainbow_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_rainbow_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_ruby_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_ruby_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_ruby_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_ruby_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_sapphire_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_sapphire_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_sapphire_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_sapphire_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/imperium_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/imperium_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/imperium_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/imperium_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/ingot_fusion_toll_enhancer.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/ingot_fusion_toll_enhancer.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/ingot_fusion_toll_enhancer.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/ingot_fusion_toll_enhancer.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/lang/en_us.json b/forge/src/generated/resources/assets/armourandtoolsmod/lang/en_us.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/lang/en_us.json rename to forge/src/generated/resources/assets/armourandtoolsmod/lang/en_us.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/custom_armour_crafting_table.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/custom_armour_crafting_table.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/custom_armour_crafting_table.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/custom_armour_crafting_table.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/custom_tool_crafting_table.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/custom_tool_crafting_table.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/custom_tool_crafting_table.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/custom_tool_crafting_table.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_aqumarine_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_aqumarine_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_aqumarine_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_aqumarine_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_graphite_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_graphite_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_graphite_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_graphite_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_imperium_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_imperium_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_imperium_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_imperium_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_rainbow_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_rainbow_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_rainbow_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_rainbow_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_ruby_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_ruby_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_ruby_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_ruby_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_sapphire_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_sapphire_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_sapphire_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_sapphire_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/enderite_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/enderite_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/enderite_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/enderite_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/enderite_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/enderite_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/enderite_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/enderite_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/graphite_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/graphite_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/graphite_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/graphite_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/graphite_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/graphite_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/graphite_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/graphite_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/imperium_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/imperium_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/imperium_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/imperium_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer_on.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer_on.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer_on.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer_on.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/ruby_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/ruby_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/ruby_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/ruby_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/ruby_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/ruby_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/ruby_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/ruby_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_axe.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_axe.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_axe.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_axe.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_boots.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_boots.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_boots.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_boots.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_chestplate.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_chestplate.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_chestplate.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_chestplate.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_helmet.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_helmet.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_helmet.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_helmet.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_leggings.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_leggings.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_leggings.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_leggings.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_pickaxe.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_pickaxe.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_pickaxe.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_pickaxe.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_shovel.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_shovel.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_shovel.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_shovel.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_sword.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_sword.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_sword.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_sword.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_boots.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_boots.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_boots.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_boots.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_chestplate.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_chestplate.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_chestplate.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_chestplate.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_helmet.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_helmet.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_helmet.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_helmet.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_leggings.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_leggings.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_leggings.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_leggings.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield_blocking.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield_blocking.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield_blocking.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield_blocking.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_gui.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_gui.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_gui.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_gui.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_throwing.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_throwing.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_throwing.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_throwing.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/custom_armour_crafting_table.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/custom_armour_crafting_table.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/custom_armour_crafting_table.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/custom_armour_crafting_table.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/custom_tool_crafting_table.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/custom_tool_crafting_table.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/custom_tool_crafting_table.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/custom_tool_crafting_table.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_aqumarine_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_aqumarine_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_aqumarine_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_aqumarine_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_graphite_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_graphite_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_graphite_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_graphite_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_imperium_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_imperium_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_imperium_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_imperium_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_rainbow_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_rainbow_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_rainbow_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_rainbow_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_ruby_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_ruby_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_ruby_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_ruby_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_sapphire_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_sapphire_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_sapphire_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_sapphire_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/enderite.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/enderite.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_axe.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_axe.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/enderite_axe.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_axe.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/enderite_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_boots.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_boots.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/enderite_boots.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_boots.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_chestplate.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_chestplate.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/enderite_chestplate.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_chestplate.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_helmet.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_helmet.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/enderite_helmet.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_helmet.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_hoe.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_hoe.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/enderite_hoe.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_hoe.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_leggings.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_leggings.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/enderite_leggings.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_leggings.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/enderite_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_pickaxe.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_pickaxe.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/enderite_pickaxe.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_pickaxe.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_shovel.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_shovel.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/enderite_shovel.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_shovel.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_sword.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_sword.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/enderite_sword.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_sword.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/graphite.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/graphite.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/graphite_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_boots.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_boots.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/graphite_boots.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_boots.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_chestplate.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_chestplate.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/graphite_chestplate.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_chestplate.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_helmet.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_helmet.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/graphite_helmet.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_helmet.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_leggings.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_leggings.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/graphite_leggings.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_leggings.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/graphite_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield_blocking.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield_blocking.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield_blocking.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield_blocking.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/imperium.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/imperium.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/imperium_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_pickaxe.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_pickaxe.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/imperium_pickaxe.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_pickaxe.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_sword.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_sword.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/imperium_sword.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_sword.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ingot_fusion_toll_enhancer.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ingot_fusion_toll_enhancer.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ingot_fusion_toll_enhancer.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ingot_fusion_toll_enhancer.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/magma_strike_pickaxe.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/magma_strike_pickaxe.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/magma_strike_pickaxe.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/magma_strike_pickaxe.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/rainbow.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_boots.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_boots.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_boots.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_boots.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_chestplate.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_chestplate.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_chestplate.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_chestplate.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_helmet.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_helmet.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_helmet.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_helmet.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_leggings.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_leggings.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_leggings.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_leggings.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield_blocking.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield_blocking.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield_blocking.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield_blocking.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/raw_aqumarine.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_aqumarine.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/raw_aqumarine.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_aqumarine.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/raw_enderite.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_enderite.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/raw_enderite.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_enderite.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/raw_graphite.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_graphite.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/raw_graphite.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_graphite.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/raw_imperium.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_imperium.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/raw_imperium.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_imperium.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/raw_rainbow.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_rainbow.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/raw_rainbow.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_rainbow.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/raw_ruby.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_ruby.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/raw_ruby.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_ruby.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/raw_sapphire.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_sapphire.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/raw_sapphire.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_sapphire.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ruby.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ruby.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_axe.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_axe.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ruby_axe.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_axe.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ruby_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_boots.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_boots.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ruby_boots.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_boots.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_chestplate.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_chestplate.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ruby_chestplate.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_chestplate.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_helmet.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_helmet.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ruby_helmet.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_helmet.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_hoe.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_hoe.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ruby_hoe.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_hoe.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_leggings.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_leggings.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ruby_leggings.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_leggings.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ruby_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_pickaxe.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_pickaxe.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ruby_pickaxe.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_pickaxe.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield_blocking.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield_blocking.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield_blocking.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield_blocking.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shovel.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shovel.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shovel.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shovel.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_sword.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_sword.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/ruby_sword.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_sword.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/sapphire.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_axe.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_axe.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_axe.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_axe.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_block.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_block.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_block.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_block.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_boots.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_boots.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_boots.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_boots.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_chestplate.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_chestplate.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_chestplate.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_chestplate.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_helmet.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_helmet.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_helmet.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_helmet.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_hoe.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_hoe.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_hoe.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_hoe.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_leggings.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_leggings.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_leggings.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_leggings.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_ore.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_ore.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_ore.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_ore.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_pickaxe.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_pickaxe.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_pickaxe.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_pickaxe.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield_blocking.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield_blocking.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield_blocking.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield_blocking.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shovel.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shovel.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shovel.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shovel.json diff --git a/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_sword.json b/forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_sword.json similarity index 100% rename from src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_sword.json rename to forge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_sword.json diff --git a/src/generated/resources/assets/minecraft/atlases/armor_trims.json b/forge/src/generated/resources/assets/minecraft/atlases/armor_trims.json similarity index 100% rename from src/generated/resources/assets/minecraft/atlases/armor_trims.json rename to forge/src/generated/resources/assets/minecraft/atlases/armor_trims.json diff --git a/src/generated/resources/assets/minecraft/atlases/blocks.json b/forge/src/generated/resources/assets/minecraft/atlases/blocks.json similarity index 100% rename from src/generated/resources/assets/minecraft/atlases/blocks.json rename to forge/src/generated/resources/assets/minecraft/atlases/blocks.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_armour.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_armour.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_armour.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_armour.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_block.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_block.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_block.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_block.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ingot.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ingot.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ingot.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ingot.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/enderite_armour.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_armour.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/enderite_armour.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_armour.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/enderite_block.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_block.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/enderite_block.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_block.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/enderite_ingot.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_ingot.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/enderite_ingot.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_ingot.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/enderite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/enderite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/enderite_tools.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_tools.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/enderite_tools.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_tools.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/graphite_armour.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_armour.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/graphite_armour.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_armour.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/graphite_block.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_block.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/graphite_block.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_block.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/graphite_ingot.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_ingot.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/graphite_ingot.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_ingot.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/graphite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/graphite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/imperium_ingot.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_ingot.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/imperium_ingot.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_ingot.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/imperium_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/imperium_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/imperium_tools.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_tools.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/imperium_tools.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_tools.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_armour.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_armour.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/rainbow_armour.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_armour.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_block.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_block.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/rainbow_block.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_block.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ingot.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ingot.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ingot.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ingot.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/aqumarine_block_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/aqumarine_block_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/aqumarine_block_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/aqumarine_block_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_armour_crafting_table_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_armour_crafting_table_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_armour_crafting_table_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_armour_crafting_table_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_tool_crafting_table_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_tool_crafting_table_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_tool_crafting_table_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_tool_crafting_table_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/enderite_block_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/enderite_block_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/enderite_block_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/enderite_block_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/graphite_block_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/graphite_block_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/graphite_block_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/graphite_block_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ingot_fusion_toll_enhancer_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ingot_fusion_toll_enhancer_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ingot_fusion_toll_enhancer_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ingot_fusion_toll_enhancer_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/rainbow_block_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/rainbow_block_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/rainbow_block_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/rainbow_block_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ruby_block_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ruby_block_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ruby_block_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ruby_block_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/sapphire_block_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/sapphire_block_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/sapphire_block_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/sapphire_block_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_trident.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_trident.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_trident.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_trident.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_aqumarine_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_aqumarine_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_aqumarine_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_aqumarine_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_graphite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_graphite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_graphite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_graphite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_imperium_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_imperium_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_imperium_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_imperium_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_rainbow_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_rainbow_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_rainbow_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_rainbow_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_ruby_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_ruby_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_ruby_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_ruby_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_sapphire_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_sapphire_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_sapphire_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_sapphire_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_aqumarine.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_aqumarine.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_aqumarine.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_aqumarine.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_enderite.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_enderite.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_enderite.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_enderite.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_graphite.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_graphite.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_graphite.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_graphite.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_imperium.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_imperium.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_imperium.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_imperium.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_rainbow.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_rainbow.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_rainbow.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_rainbow.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_ruby.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_ruby.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_ruby.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_ruby.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_sapphire.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_sapphire.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_sapphire.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_sapphire.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/ruby_helmet_smithing_trim.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/ruby_helmet_smithing_trim.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/ruby_helmet_smithing_trim.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/ruby_helmet_smithing_trim.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_trident.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_trident.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_trident.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_trident.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_aqumarine_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_aqumarine_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_aqumarine_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_aqumarine_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_graphite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_graphite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_graphite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_graphite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_imperium_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_imperium_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_imperium_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_imperium_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_rainbow_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_rainbow_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_rainbow_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_rainbow_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_ruby_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_ruby_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_ruby_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_ruby_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_sapphire_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_sapphire_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_sapphire_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_sapphire_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_aqumarine.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_aqumarine.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_aqumarine.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_aqumarine.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_enderite.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_enderite.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_enderite.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_enderite.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_graphite.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_graphite.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_graphite.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_graphite.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_imperium.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_imperium.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_imperium.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_imperium.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_rainbow.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_rainbow.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_rainbow.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_rainbow.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_ruby.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_ruby.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_ruby.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_ruby.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_sapphire.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_sapphire.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_sapphire.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_sapphire.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tool/magma_strike_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tool/magma_strike_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tool/magma_strike_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tool/magma_strike_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_trident.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_trident.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_trident.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_trident.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/graphite_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/graphite_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/graphite_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/graphite_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/rainbow_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/rainbow_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/rainbow_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/rainbow_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/root.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/root.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/root.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/root.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/ruby_armour.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_armour.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/ruby_armour.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_armour.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/ruby_block.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_block.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/ruby_block.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_block.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/ruby_ingot.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_ingot.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/ruby_ingot.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_ingot.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/ruby_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/ruby_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/ruby_tools.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_tools.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/ruby_tools.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_tools.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_armour.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_armour.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/sapphire_armour.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_armour.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_block.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_block.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/sapphire_block.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_block.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ingot.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ingot.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ingot.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ingot.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_tools.json b/forge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_tools.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/advancements/sapphire_tools.json rename to forge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_tools.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_block.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_block.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_block.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_block.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_armour_crafting_table.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_armour_crafting_table.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_armour_crafting_table.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_armour_crafting_table.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_tool_crafting_table.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_tool_crafting_table.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_tool_crafting_table.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_tool_crafting_table.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_aqumarine_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_aqumarine_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_aqumarine_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_aqumarine_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_graphite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_graphite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_graphite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_graphite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_imperium_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_imperium_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_imperium_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_imperium_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_rainbow_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_rainbow_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_rainbow_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_rainbow_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_ruby_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_ruby_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_ruby_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_ruby_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_sapphire_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_sapphire_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_sapphire_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_sapphire_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_block.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_block.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_block.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_block.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_block.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_block.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_block.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_block.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/imperium_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/imperium_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/imperium_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/imperium_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ingot_fusion_toll_enhancer.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ingot_fusion_toll_enhancer.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ingot_fusion_toll_enhancer.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ingot_fusion_toll_enhancer.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_block.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_block.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_block.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_block.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_block.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_block.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_block.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_block.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_block.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_block.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_block.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_block.json diff --git a/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/amethyst_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/amethyst_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/amethyst_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/amethyst_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/amethyst_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/amethyst_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/amethyst_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/amethyst_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_block_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_block_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_block_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_block_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_trident.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_trident.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_trident.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_trident.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_trident.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_trident.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_trident.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_trident.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_aqumarine_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_aqumarine_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_aqumarine_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_aqumarine_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_graphite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_graphite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_graphite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_graphite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_imperium_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_imperium_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_imperium_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_imperium_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_rainbow_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_rainbow_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_rainbow_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_rainbow_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_ruby_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_ruby_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_ruby_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_ruby_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_sapphire_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_sapphire_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_sapphire_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_sapphire_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_aqumarine.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_aqumarine.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_aqumarine.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_aqumarine.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_enderite.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_enderite.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_enderite.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_enderite.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_graphite.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_graphite.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_graphite.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_graphite.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_imperium.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_imperium.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_imperium.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_imperium.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_rainbow.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_rainbow.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_rainbow.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_rainbow.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_ruby.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_ruby.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_ruby.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_ruby.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_sapphire.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_sapphire.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_sapphire.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_sapphire.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/custom_armour_crafting_table_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/custom_armour_crafting_table_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/custom_armour_crafting_table_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/custom_armour_crafting_table_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/custom_tool_crafting_table_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/custom_tool_crafting_table_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/custom_tool_crafting_table_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/custom_tool_crafting_table_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/enderite_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/enderite_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/enderite_block_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_block_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/enderite_block_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_block_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/enderite_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/enderite_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/enderite_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/enderite_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/enderite_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/enderite_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/enderite_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/enderite_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/enderite_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/enderite_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/enderite_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/enderite_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/enderite_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/enderite_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/enderite_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/enderite_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/graphite_block_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_block_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/graphite_block_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_block_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/graphite_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/graphite_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/graphite_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/graphite_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/graphite_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/graphite_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/graphite_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/graphite_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/graphite_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/graphite_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/imperium_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/imperium_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/imperium_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/imperium_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/imperium_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/imperium_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/imperium_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/imperium_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/ingot_fusion_toll_enhancer_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/ingot_fusion_toll_enhancer_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/ingot_fusion_toll_enhancer_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/ingot_fusion_toll_enhancer_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/magma_strike_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/magma_strike_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/magma_strike_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/magma_strike_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_block_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_block_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/rainbow_block_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_block_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/rainbow_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/rainbow_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/rainbow_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/rainbow_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/rainbow_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/ruby_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/ruby_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/ruby_block_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_block_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/ruby_block_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_block_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/ruby_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/ruby_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/ruby_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/ruby_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet_smithing_trim.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet_smithing_trim.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet_smithing_trim.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet_smithing_trim.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/ruby_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/ruby_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/ruby_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/ruby_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/ruby_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/ruby_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/ruby_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/ruby_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/ruby_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/ruby_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/ruby_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/ruby_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/sapphire_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_block_recipe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_block_recipe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/sapphire_block_recipe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_block_recipe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/sapphire_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/sapphire_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/sapphire_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/sapphire_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/sapphire_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/sapphire_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/sapphire_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_trident.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_trident.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_trident.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_trident.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_aqumarine_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_aqumarine_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_aqumarine_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_aqumarine_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_graphite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_graphite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_graphite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_graphite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_imperium_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_imperium_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_imperium_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_imperium_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_rainbow_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_rainbow_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_rainbow_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_rainbow_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_ruby_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_ruby_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_ruby_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_ruby_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_sapphire_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_sapphire_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_sapphire_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_sapphire_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_aqumarine.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_aqumarine.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_aqumarine.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_aqumarine.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_enderite.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_enderite.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_enderite.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_enderite.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_graphite.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_graphite.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_graphite.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_graphite.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_imperium.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_imperium.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_imperium.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_imperium.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_rainbow.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_rainbow.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_rainbow.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_rainbow.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_ruby.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_ruby.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_ruby.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_ruby.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_sapphire.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_sapphire.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_sapphire.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_sapphire.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_axe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_axe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_axe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_axe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_boots.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_boots.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_boots.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_boots.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_chestplate.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_chestplate.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_chestplate.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_chestplate.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_helmet.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_helmet.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_helmet.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_helmet.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_hoe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_hoe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_hoe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_hoe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_leggings.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_leggings.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_leggings.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_leggings.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_pickaxe.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_pickaxe.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_pickaxe.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_pickaxe.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shield.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shield.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shield.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shield.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shovel.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shovel.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shovel.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shovel.json diff --git a/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_sword.json b/forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_sword.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_sword.json rename to forge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_sword.json diff --git a/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/aqumarine_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/aqumarine_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/aqumarine_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/aqumarine_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/enderite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/enderite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/enderite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/enderite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/graphite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/graphite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/graphite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/graphite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/imperium_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/imperium_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/imperium_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/imperium_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/rainbow_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/rainbow_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/rainbow_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/rainbow_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/ruby_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/ruby_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/ruby_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/ruby_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/sapphire_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/sapphire_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/sapphire_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/sapphire_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/aqumarine_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/aqumarine_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/aqumarine_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/aqumarine_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/enderite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/enderite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/enderite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/enderite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/graphite_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/graphite_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/graphite_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/graphite_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/imperium_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/imperium_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/imperium_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/imperium_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/rainbow_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/rainbow_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/rainbow_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/rainbow_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/ruby_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/ruby_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/ruby_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/ruby_ore.json diff --git a/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/sapphire_ore.json b/forge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/sapphire_ore.json similarity index 100% rename from src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/sapphire_ore.json rename to forge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/sapphire_ore.json diff --git a/src/generated/resources/data/forge/tags/blocks/deepslate_ores/aqumarine_ores.json b/forge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/aqumarine_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/deepslate_ores/aqumarine_ores.json rename to forge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/aqumarine_ores.json diff --git a/src/generated/resources/data/forge/tags/blocks/deepslate_ores/graphite_ores.json b/forge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/graphite_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/deepslate_ores/graphite_ores.json rename to forge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/graphite_ores.json diff --git a/src/generated/resources/data/forge/tags/blocks/deepslate_ores/imperium_ores.json b/forge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/imperium_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/deepslate_ores/imperium_ores.json rename to forge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/imperium_ores.json diff --git a/src/generated/resources/data/forge/tags/blocks/deepslate_ores/rainbow_ores.json b/forge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/rainbow_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/deepslate_ores/rainbow_ores.json rename to forge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/rainbow_ores.json diff --git a/src/generated/resources/data/forge/tags/blocks/deepslate_ores/ruby_ores.json b/forge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/ruby_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/deepslate_ores/ruby_ores.json rename to forge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/ruby_ores.json diff --git a/src/generated/resources/data/forge/tags/blocks/deepslate_ores/sapphire_ores.json b/forge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/sapphire_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/deepslate_ores/sapphire_ores.json rename to forge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/sapphire_ores.json diff --git a/src/generated/resources/data/forge/tags/blocks/needs_gold_tool.json b/forge/src/generated/resources/data/forge/tags/blocks/needs_gold_tool.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/needs_gold_tool.json rename to forge/src/generated/resources/data/forge/tags/blocks/needs_gold_tool.json diff --git a/src/generated/resources/data/forge/tags/blocks/ores/aqumarine_ores.json b/forge/src/generated/resources/data/forge/tags/blocks/ores/aqumarine_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/ores/aqumarine_ores.json rename to forge/src/generated/resources/data/forge/tags/blocks/ores/aqumarine_ores.json diff --git a/src/generated/resources/data/forge/tags/blocks/ores/enderite_ores.json b/forge/src/generated/resources/data/forge/tags/blocks/ores/enderite_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/ores/enderite_ores.json rename to forge/src/generated/resources/data/forge/tags/blocks/ores/enderite_ores.json diff --git a/src/generated/resources/data/forge/tags/blocks/ores/graphite_ores.json b/forge/src/generated/resources/data/forge/tags/blocks/ores/graphite_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/ores/graphite_ores.json rename to forge/src/generated/resources/data/forge/tags/blocks/ores/graphite_ores.json diff --git a/src/generated/resources/data/forge/tags/blocks/ores/imperium_ores.json b/forge/src/generated/resources/data/forge/tags/blocks/ores/imperium_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/ores/imperium_ores.json rename to forge/src/generated/resources/data/forge/tags/blocks/ores/imperium_ores.json diff --git a/src/generated/resources/data/forge/tags/blocks/ores/rainbow_ores.json b/forge/src/generated/resources/data/forge/tags/blocks/ores/rainbow_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/ores/rainbow_ores.json rename to forge/src/generated/resources/data/forge/tags/blocks/ores/rainbow_ores.json diff --git a/src/generated/resources/data/forge/tags/blocks/ores/ruby_ores.json b/forge/src/generated/resources/data/forge/tags/blocks/ores/ruby_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/ores/ruby_ores.json rename to forge/src/generated/resources/data/forge/tags/blocks/ores/ruby_ores.json diff --git a/src/generated/resources/data/forge/tags/blocks/ores/sapphire_ores.json b/forge/src/generated/resources/data/forge/tags/blocks/ores/sapphire_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/ores/sapphire_ores.json rename to forge/src/generated/resources/data/forge/tags/blocks/ores/sapphire_ores.json diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/aqumarine.json b/forge/src/generated/resources/data/forge/tags/blocks/storage_blocks/aqumarine.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/storage_blocks/aqumarine.json rename to forge/src/generated/resources/data/forge/tags/blocks/storage_blocks/aqumarine.json diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/enderite.json b/forge/src/generated/resources/data/forge/tags/blocks/storage_blocks/enderite.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/storage_blocks/enderite.json rename to forge/src/generated/resources/data/forge/tags/blocks/storage_blocks/enderite.json diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/graphite.json b/forge/src/generated/resources/data/forge/tags/blocks/storage_blocks/graphite.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/storage_blocks/graphite.json rename to forge/src/generated/resources/data/forge/tags/blocks/storage_blocks/graphite.json diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/rainbow.json b/forge/src/generated/resources/data/forge/tags/blocks/storage_blocks/rainbow.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/storage_blocks/rainbow.json rename to forge/src/generated/resources/data/forge/tags/blocks/storage_blocks/rainbow.json diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/ruby.json b/forge/src/generated/resources/data/forge/tags/blocks/storage_blocks/ruby.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/storage_blocks/ruby.json rename to forge/src/generated/resources/data/forge/tags/blocks/storage_blocks/ruby.json diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/sapphire.json b/forge/src/generated/resources/data/forge/tags/blocks/storage_blocks/sapphire.json similarity index 100% rename from src/generated/resources/data/forge/tags/blocks/storage_blocks/sapphire.json rename to forge/src/generated/resources/data/forge/tags/blocks/storage_blocks/sapphire.json diff --git a/src/generated/resources/data/forge/tags/items/deepslate_ores/aqumarine_ores.json b/forge/src/generated/resources/data/forge/tags/items/deepslate_ores/aqumarine_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/deepslate_ores/aqumarine_ores.json rename to forge/src/generated/resources/data/forge/tags/items/deepslate_ores/aqumarine_ores.json diff --git a/src/generated/resources/data/forge/tags/items/deepslate_ores/graphite_ores.json b/forge/src/generated/resources/data/forge/tags/items/deepslate_ores/graphite_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/deepslate_ores/graphite_ores.json rename to forge/src/generated/resources/data/forge/tags/items/deepslate_ores/graphite_ores.json diff --git a/src/generated/resources/data/forge/tags/items/deepslate_ores/imperium_ores.json b/forge/src/generated/resources/data/forge/tags/items/deepslate_ores/imperium_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/deepslate_ores/imperium_ores.json rename to forge/src/generated/resources/data/forge/tags/items/deepslate_ores/imperium_ores.json diff --git a/src/generated/resources/data/forge/tags/items/deepslate_ores/rainbow_ores.json b/forge/src/generated/resources/data/forge/tags/items/deepslate_ores/rainbow_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/deepslate_ores/rainbow_ores.json rename to forge/src/generated/resources/data/forge/tags/items/deepslate_ores/rainbow_ores.json diff --git a/src/generated/resources/data/forge/tags/items/deepslate_ores/ruby_ores.json b/forge/src/generated/resources/data/forge/tags/items/deepslate_ores/ruby_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/deepslate_ores/ruby_ores.json rename to forge/src/generated/resources/data/forge/tags/items/deepslate_ores/ruby_ores.json diff --git a/src/generated/resources/data/forge/tags/items/deepslate_ores/sapphire_ores.json b/forge/src/generated/resources/data/forge/tags/items/deepslate_ores/sapphire_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/deepslate_ores/sapphire_ores.json rename to forge/src/generated/resources/data/forge/tags/items/deepslate_ores/sapphire_ores.json diff --git a/src/generated/resources/data/forge/tags/items/ingots/aqumarine.json b/forge/src/generated/resources/data/forge/tags/items/ingots/aqumarine.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/ingots/aqumarine.json rename to forge/src/generated/resources/data/forge/tags/items/ingots/aqumarine.json diff --git a/src/generated/resources/data/forge/tags/items/ingots/enderite.json b/forge/src/generated/resources/data/forge/tags/items/ingots/enderite.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/ingots/enderite.json rename to forge/src/generated/resources/data/forge/tags/items/ingots/enderite.json diff --git a/src/generated/resources/data/forge/tags/items/ingots/graphite.json b/forge/src/generated/resources/data/forge/tags/items/ingots/graphite.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/ingots/graphite.json rename to forge/src/generated/resources/data/forge/tags/items/ingots/graphite.json diff --git a/src/generated/resources/data/forge/tags/items/ingots/imperium.json b/forge/src/generated/resources/data/forge/tags/items/ingots/imperium.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/ingots/imperium.json rename to forge/src/generated/resources/data/forge/tags/items/ingots/imperium.json diff --git a/src/generated/resources/data/forge/tags/items/ingots/rainbow.json b/forge/src/generated/resources/data/forge/tags/items/ingots/rainbow.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/ingots/rainbow.json rename to forge/src/generated/resources/data/forge/tags/items/ingots/rainbow.json diff --git a/src/generated/resources/data/forge/tags/items/ingots/ruby.json b/forge/src/generated/resources/data/forge/tags/items/ingots/ruby.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/ingots/ruby.json rename to forge/src/generated/resources/data/forge/tags/items/ingots/ruby.json diff --git a/src/generated/resources/data/forge/tags/items/ingots/sapphire.json b/forge/src/generated/resources/data/forge/tags/items/ingots/sapphire.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/ingots/sapphire.json rename to forge/src/generated/resources/data/forge/tags/items/ingots/sapphire.json diff --git a/src/generated/resources/data/forge/tags/items/ores/aqumarine_ores.json b/forge/src/generated/resources/data/forge/tags/items/ores/aqumarine_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/ores/aqumarine_ores.json rename to forge/src/generated/resources/data/forge/tags/items/ores/aqumarine_ores.json diff --git a/src/generated/resources/data/forge/tags/items/ores/enderite_ores.json b/forge/src/generated/resources/data/forge/tags/items/ores/enderite_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/ores/enderite_ores.json rename to forge/src/generated/resources/data/forge/tags/items/ores/enderite_ores.json diff --git a/src/generated/resources/data/forge/tags/items/ores/graphite_ores.json b/forge/src/generated/resources/data/forge/tags/items/ores/graphite_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/ores/graphite_ores.json rename to forge/src/generated/resources/data/forge/tags/items/ores/graphite_ores.json diff --git a/src/generated/resources/data/forge/tags/items/ores/imperium_ores.json b/forge/src/generated/resources/data/forge/tags/items/ores/imperium_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/ores/imperium_ores.json rename to forge/src/generated/resources/data/forge/tags/items/ores/imperium_ores.json diff --git a/src/generated/resources/data/forge/tags/items/ores/rainbow_ores.json b/forge/src/generated/resources/data/forge/tags/items/ores/rainbow_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/ores/rainbow_ores.json rename to forge/src/generated/resources/data/forge/tags/items/ores/rainbow_ores.json diff --git a/src/generated/resources/data/forge/tags/items/ores/ruby_ores.json b/forge/src/generated/resources/data/forge/tags/items/ores/ruby_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/ores/ruby_ores.json rename to forge/src/generated/resources/data/forge/tags/items/ores/ruby_ores.json diff --git a/src/generated/resources/data/forge/tags/items/ores/sapphire_ores.json b/forge/src/generated/resources/data/forge/tags/items/ores/sapphire_ores.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/ores/sapphire_ores.json rename to forge/src/generated/resources/data/forge/tags/items/ores/sapphire_ores.json diff --git a/src/generated/resources/data/forge/tags/items/scraps/aqumarine.json b/forge/src/generated/resources/data/forge/tags/items/scraps/aqumarine.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/scraps/aqumarine.json rename to forge/src/generated/resources/data/forge/tags/items/scraps/aqumarine.json diff --git a/src/generated/resources/data/forge/tags/items/scraps/enderite.json b/forge/src/generated/resources/data/forge/tags/items/scraps/enderite.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/scraps/enderite.json rename to forge/src/generated/resources/data/forge/tags/items/scraps/enderite.json diff --git a/src/generated/resources/data/forge/tags/items/scraps/graphite.json b/forge/src/generated/resources/data/forge/tags/items/scraps/graphite.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/scraps/graphite.json rename to forge/src/generated/resources/data/forge/tags/items/scraps/graphite.json diff --git a/src/generated/resources/data/forge/tags/items/scraps/rainbow.json b/forge/src/generated/resources/data/forge/tags/items/scraps/rainbow.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/scraps/rainbow.json rename to forge/src/generated/resources/data/forge/tags/items/scraps/rainbow.json diff --git a/src/generated/resources/data/forge/tags/items/scraps/ruby.json b/forge/src/generated/resources/data/forge/tags/items/scraps/ruby.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/scraps/ruby.json rename to forge/src/generated/resources/data/forge/tags/items/scraps/ruby.json diff --git a/src/generated/resources/data/forge/tags/items/scraps/sapphire.json b/forge/src/generated/resources/data/forge/tags/items/scraps/sapphire.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/scraps/sapphire.json rename to forge/src/generated/resources/data/forge/tags/items/scraps/sapphire.json diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/aqumarine.json b/forge/src/generated/resources/data/forge/tags/items/storage_blocks/aqumarine.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/storage_blocks/aqumarine.json rename to forge/src/generated/resources/data/forge/tags/items/storage_blocks/aqumarine.json diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/enderite.json b/forge/src/generated/resources/data/forge/tags/items/storage_blocks/enderite.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/storage_blocks/enderite.json rename to forge/src/generated/resources/data/forge/tags/items/storage_blocks/enderite.json diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/graphite.json b/forge/src/generated/resources/data/forge/tags/items/storage_blocks/graphite.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/storage_blocks/graphite.json rename to forge/src/generated/resources/data/forge/tags/items/storage_blocks/graphite.json diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/rainbow.json b/forge/src/generated/resources/data/forge/tags/items/storage_blocks/rainbow.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/storage_blocks/rainbow.json rename to forge/src/generated/resources/data/forge/tags/items/storage_blocks/rainbow.json diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/ruby.json b/forge/src/generated/resources/data/forge/tags/items/storage_blocks/ruby.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/storage_blocks/ruby.json rename to forge/src/generated/resources/data/forge/tags/items/storage_blocks/ruby.json diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/sapphire.json b/forge/src/generated/resources/data/forge/tags/items/storage_blocks/sapphire.json similarity index 100% rename from src/generated/resources/data/forge/tags/items/storage_blocks/sapphire.json rename to forge/src/generated/resources/data/forge/tags/items/storage_blocks/sapphire.json diff --git a/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/forge/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json similarity index 100% rename from src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json rename to forge/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json diff --git a/src/generated/resources/data/minecraft/tags/blocks/needs_diamond_tool.json b/forge/src/generated/resources/data/minecraft/tags/blocks/needs_diamond_tool.json similarity index 100% rename from src/generated/resources/data/minecraft/tags/blocks/needs_diamond_tool.json rename to forge/src/generated/resources/data/minecraft/tags/blocks/needs_diamond_tool.json diff --git a/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json b/forge/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json similarity index 100% rename from src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json rename to forge/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json diff --git a/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json b/forge/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json similarity index 100% rename from src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json rename to forge/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json diff --git a/src/generated/resources/pack.mcmeta b/forge/src/generated/resources/pack.mcmeta similarity index 100% rename from src/generated/resources/pack.mcmeta rename to forge/src/generated/resources/pack.mcmeta diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/IngotFusionTollEnhancer.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/IngotFusionTollEnhancer.java similarity index 93% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/IngotFusionTollEnhancer.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/IngotFusionTollEnhancer.java index ed0a1078..840ad418 100644 --- a/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/IngotFusionTollEnhancer.java +++ b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/IngotFusionTollEnhancer.java @@ -54,7 +54,7 @@ import org.jetbrains.annotations.Nullable; /** - * @see net.minecraft.world.level.block.FurnaceBlock + * @see FurnaceBlock */ public class IngotFusionTollEnhancer extends BaseEntityBlock { public static final BooleanProperty LIT = BlockStateProperties.LIT; @@ -62,7 +62,7 @@ public class IngotFusionTollEnhancer extends BaseEntityBlock { public IngotFusionTollEnhancer() { super( - BlockBehaviour.Properties.of() + Properties.of() .strength(5.0F, 6.0F) .sound(SoundType.METAL) .mapColor(MapColor.DIAMOND)); @@ -147,7 +147,7 @@ public boolean hasDynamicShape() { /** * @deprecated call via {@link - * net.minecraft.world.level.block.state.BlockBehaviour.BlockStateBase#hasAnalogOutputSignal} + * BlockStateBase#hasAnalogOutputSignal} * whenever possible. Implementing/overriding is fine. */ @Override @@ -160,7 +160,7 @@ public boolean hasAnalogOutputSignal(BlockState pState) { * for TESR-only, LIQUID for vanilla liquids, INVISIBLE to skip all rendering * * @deprecated call via {@link - * net.minecraft.world.level.block.state.BlockBehaviour.BlockStateBase#getRenderShape} + * BlockStateBase#getRenderShape} * whenever possible. Implementing/overriding is fine. */ public @NotNull RenderShape getRenderShape(BlockState pState) { @@ -172,7 +172,7 @@ public boolean hasAnalogOutputSignal(BlockState pState) { * returns the passed blockstate. * * @deprecated call via {@link - * net.minecraft.world.level.block.state.BlockBehaviour.BlockStateBase#rotate} whenever + * BlockStateBase#rotate} whenever * possible. Implementing/overriding is fine. */ @Override @@ -185,7 +185,7 @@ public BlockState rotate(BlockState pState, Rotation pRotation) { * the passed blockstate. * * @deprecated call via {@link - * net.minecraft.world.level.block.state.BlockBehaviour.BlockStateBase#mirror} whenever + * BlockStateBase#mirror} whenever * possible. Implementing/overriding is fine. */ @Override diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableScreen.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableScreen.java similarity index 100% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableScreen.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableScreen.java diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java similarity index 99% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java index 3403c576..a35bd0cf 100644 --- a/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java +++ b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java @@ -69,7 +69,7 @@ import org.jetbrains.annotations.Nullable; /** - * @see net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity + * @see AbstractFurnaceBlockEntity */ public class IngotFusionTollEnhancerBlockEntity extends BaseContainerBlockEntity implements WorldlyContainer, RecipeHolder, StackedContentsCompatible { diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerMenu.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerMenu.java similarity index 100% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerMenu.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerMenu.java diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerScreen.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerScreen.java similarity index 100% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerScreen.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerScreen.java diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LITBlock.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LITBlock.java similarity index 100% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LITBlock.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LITBlock.java diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LitBlockParticleColour.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LitBlockParticleColour.java similarity index 100% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LitBlockParticleColour.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LitBlockParticleColour.java diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RainbowLitBlock.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RainbowLitBlock.java similarity index 100% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RainbowLitBlock.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RainbowLitBlock.java diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RubyLitBlock.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RubyLitBlock.java similarity index 100% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RubyLitBlock.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RubyLitBlock.java diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableScreen.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableScreen.java similarity index 100% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableScreen.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableScreen.java diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModShieldItemRendererProvider.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModShieldItemRendererProvider.java similarity index 100% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModShieldItemRendererProvider.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModShieldItemRendererProvider.java diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModTridentItemRendererProvider.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModTridentItemRendererProvider.java similarity index 100% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModTridentItemRendererProvider.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModTridentItemRendererProvider.java diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/BlockEntityTypeInit.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/BlockEntityTypeInit.java similarity index 100% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/BlockEntityTypeInit.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/BlockEntityTypeInit.java diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/EntityTypeInit.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/EntityTypeInit.java similarity index 100% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/EntityTypeInit.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/EntityTypeInit.java diff --git a/src/main/java/io/github/realyusufismail/armourandtoolsmod/recipe/infusion/IngotFusionTollEnhancerRecipe.java b/forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/recipe/infusion/IngotFusionTollEnhancerRecipe.java similarity index 100% rename from src/main/java/io/github/realyusufismail/armourandtoolsmod/recipe/infusion/IngotFusionTollEnhancerRecipe.java rename to forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/recipe/infusion/IngotFusionTollEnhancerRecipe.java diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/ArmourAndToolsMod.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/ArmourAndToolsMod.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/ArmourAndToolsMod.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/ArmourAndToolsMod.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomArmourCraftingTable.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomArmourCraftingTable.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomArmourCraftingTable.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomArmourCraftingTable.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomToolCraftingTable.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomToolCraftingTable.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomToolCraftingTable.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomToolCraftingTable.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableContainer.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableContainer.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableContainer.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableContainer.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableMenu.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableMenu.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableMenu.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableMenu.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableResultSlot.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableResultSlot.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableResultSlot.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableResultSlot.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/book/CustomArmourCraftingBookCategory.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/book/CustomArmourCraftingBookCategory.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/book/CustomArmourCraftingBookCategory.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/book/CustomArmourCraftingBookCategory.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/InfusionFuelSlot.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/InfusionFuelSlot.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/InfusionFuelSlot.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/InfusionFuelSlot.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/OutputSlotItemHandler.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/OutputSlotItemHandler.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/OutputSlotItemHandler.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/OutputSlotItemHandler.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableContainer.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableContainer.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableContainer.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableContainer.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableMenu.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableMenu.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableMenu.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableMenu.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableResultSlot.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableResultSlot.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableResultSlot.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableResultSlot.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/book/CustomToolsCraftingBookCategory.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/book/CustomToolsCraftingBookCategory.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/book/CustomToolsCraftingBookCategory.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/book/CustomToolsCraftingBookCategory.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModBlockEntityWithoutLevelRenderer.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModBlockEntityWithoutLevelRenderer.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModBlockEntityWithoutLevelRenderer.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModBlockEntityWithoutLevelRenderer.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ClientEvents.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ClientEvents.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ClientEvents.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ClientEvents.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRenderer.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRenderer.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRenderer.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRenderer.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRendererISTER.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRendererISTER.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRendererISTER.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRendererISTER.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/info.md b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/info.md similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/info.md rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/info.md diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/shield/ArmourAndToolsModShieldItemRenderer.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/shield/ArmourAndToolsModShieldItemRenderer.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/shield/ArmourAndToolsModShieldItemRenderer.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/shield/ArmourAndToolsModShieldItemRenderer.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentItemRenderer.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentItemRenderer.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentItemRenderer.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentItemRenderer.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentRendererISTER.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentRendererISTER.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentRendererISTER.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentRendererISTER.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/AqumarineTridentEntity.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/AqumarineTridentEntity.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/AqumarineTridentEntity.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/AqumarineTridentEntity.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/ArmourToolsModTridentEntity.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/ArmourToolsModTridentEntity.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/ArmourToolsModTridentEntity.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/ArmourToolsModTridentEntity.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/MjolnirEntity.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/MjolnirEntity.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/MjolnirEntity.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/MjolnirEntity.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AmethystArmour.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AmethystArmour.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AmethystArmour.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AmethystArmour.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AqumarineArmour.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AqumarineArmour.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AqumarineArmour.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AqumarineArmour.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/EnderiteArmour.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/EnderiteArmour.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/EnderiteArmour.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/EnderiteArmour.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/GraphiteArmour.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/GraphiteArmour.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/GraphiteArmour.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/GraphiteArmour.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RainbowArmour.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RainbowArmour.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RainbowArmour.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RainbowArmour.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RubyArmour.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RubyArmour.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RubyArmour.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RubyArmour.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/SapphireArmour.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/SapphireArmour.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/SapphireArmour.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/SapphireArmour.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/BlockInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/BlockInit.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/BlockInit.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/BlockInit.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/CreativeModeTabInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/CreativeModeTabInit.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/CreativeModeTabInit.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/CreativeModeTabInit.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/EnchantmentCategoryInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/EnchantmentCategoryInit.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/EnchantmentCategoryInit.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/EnchantmentCategoryInit.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/ItemInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/ItemInit.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/ItemInit.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/ItemInit.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/JEIRecipeTypes.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/JEIRecipeTypes.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/JEIRecipeTypes.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/JEIRecipeTypes.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MenuTypeInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MenuTypeInit.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MenuTypeInit.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MenuTypeInit.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MinableBlockType.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MinableBlockType.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MinableBlockType.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MinableBlockType.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MobEffectsInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MobEffectsInit.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MobEffectsInit.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MobEffectsInit.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/PotionsInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/PotionsInit.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/PotionsInit.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/PotionsInit.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeBookTypesInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeBookTypesInit.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeBookTypesInit.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeBookTypesInit.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeCategoriesInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeCategoriesInit.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeCategoriesInit.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeCategoriesInit.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeSerializerInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeSerializerInit.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeSerializerInit.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeSerializerInit.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeTypeInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeTypeInit.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeTypeInit.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeTypeInit.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/TagsInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/TagsInit.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/TagsInit.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/TagsInit.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/ArmourMaterialInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/ArmourMaterialInit.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/ArmourMaterialInit.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/ArmourMaterialInit.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomShieldMaterial.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomShieldMaterial.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomShieldMaterial.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomShieldMaterial.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomToolMaterial.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomToolMaterial.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomToolMaterial.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomToolMaterial.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomTridentMaterial.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomTridentMaterial.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomTridentMaterial.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomTridentMaterial.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/NameUtils.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/NameUtils.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/NameUtils.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/NameUtils.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/ResourceLocations.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/ResourceLocations.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/ResourceLocations.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/ResourceLocations.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/DataGenerators.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/DataGenerators.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/DataGenerators.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/DataGenerators.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/Advancements.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/Advancements.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/Advancements.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/Advancements.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/ModAdvancementProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/ModAdvancementProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/ModAdvancementProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/ModAdvancementProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/lang/ModEnLangProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/lang/ModEnLangProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/lang/ModEnLangProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/lang/ModEnLangProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModBlockLootTables.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModBlockLootTables.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModBlockLootTables.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModBlockLootTables.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModLootTables.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModLootTables.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModLootTables.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModLootTables.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/MainModRecipeProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/MainModRecipeProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/MainModRecipeProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/MainModRecipeProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomArmourCraftingTableRecipeBuilder.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomArmourCraftingTableRecipeBuilder.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomArmourCraftingTableRecipeBuilder.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomArmourCraftingTableRecipeBuilder.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomToolCraftingTableRecipeBuilder.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomToolCraftingTableRecipeBuilder.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomToolCraftingTableRecipeBuilder.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomToolCraftingTableRecipeBuilder.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/EnchantmentsAndLevels.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/EnchantmentsAndLevels.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/EnchantmentsAndLevels.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/EnchantmentsAndLevels.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/IngotFusionTollEnhancerRecipeBuilder.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/IngotFusionTollEnhancerRecipeBuilder.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/IngotFusionTollEnhancerRecipeBuilder.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/IngotFusionTollEnhancerRecipeBuilder.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/FurnaceRecipeProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/FurnaceRecipeProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/FurnaceRecipeProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/FurnaceRecipeProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/spirit/ArmourAndTollsModSpriteSourceProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/spirit/ArmourAndTollsModSpriteSourceProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/spirit/ArmourAndTollsModSpriteSourceProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/spirit/ArmourAndTollsModSpriteSourceProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModBlockTagsProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModBlockTagsProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModBlockTagsProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModBlockTagsProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModItemTagsProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModItemTagsProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModItemTagsProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModItemTagsProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModBlockStateProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModBlockStateProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModBlockStateProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModBlockStateProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModItemStateProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModItemStateProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModItemStateProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModItemStateProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/world/ModWorldGenProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/world/ModWorldGenProvider.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/world/ModWorldGenProvider.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/world/ModWorldGenProvider.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/effect/WorthyEffect.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/effect/WorthyEffect.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/effect/WorthyEffect.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/effect/WorthyEffect.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/enchantment/SkyForgeEnchantment.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/enchantment/SkyForgeEnchantment.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/enchantment/SkyForgeEnchantment.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/enchantment/SkyForgeEnchantment.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/ArmourAndToolsModJEIPlugin.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/ArmourAndToolsModJEIPlugin.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/ArmourAndToolsModJEIPlugin.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/ArmourAndToolsModJEIPlugin.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/armour/CustomArmourCraftingTableJEIRecipeCategory.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/armour/CustomArmourCraftingTableJEIRecipeCategory.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/armour/CustomArmourCraftingTableJEIRecipeCategory.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/armour/CustomArmourCraftingTableJEIRecipeCategory.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/fusion/IngotFusionTollEnhancerJEIRecipeCategory.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/fusion/IngotFusionTollEnhancerJEIRecipeCategory.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/fusion/IngotFusionTollEnhancerJEIRecipeCategory.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/fusion/IngotFusionTollEnhancerJEIRecipeCategory.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/generic/GenericCraftingTableJEIRecipeCategory.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/generic/GenericCraftingTableJEIRecipeCategory.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/generic/GenericCraftingTableJEIRecipeCategory.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/generic/GenericCraftingTableJEIRecipeCategory.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/tool/CustomToolCraftingTableJEIRecipeCategory.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/tool/CustomToolCraftingTableJEIRecipeCategory.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/tool/CustomToolCraftingTableJEIRecipeCategory.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/tool/CustomToolCraftingTableJEIRecipeCategory.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/CustomSwordItem.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/CustomSwordItem.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/CustomSwordItem.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/CustomSwordItem.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/HammerItem.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/HammerItem.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/HammerItem.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/HammerItem.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/Mjolnir.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/Mjolnir.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/Mjolnir.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/Mjolnir.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/StormBreaker.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/StormBreaker.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/StormBreaker.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/StormBreaker.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/util/HammerLevel.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/util/HammerLevel.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/util/HammerLevel.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/util/HammerLevel.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/shield/ArmourToolsModShieldItem.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/shield/ArmourToolsModShieldItem.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/shield/ArmourToolsModShieldItem.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/shield/ArmourToolsModShieldItem.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/AqumarineTridentItem.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/AqumarineTridentItem.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/AqumarineTridentItem.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/AqumarineTridentItem.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/ArmourToolsModTridentItem.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/ArmourToolsModTridentItem.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/ArmourToolsModTridentItem.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/ArmourToolsModTridentItem.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/logger/LoggerColorScheme.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/logger/LoggerColorScheme.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/logger/LoggerColorScheme.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/logger/LoggerColorScheme.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/models/MjolnirModel.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/models/MjolnirModel.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/models/MjolnirModel.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/models/MjolnirModel.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableRecipe.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableRecipe.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableRecipe.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableRecipe.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableRecipe.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableRecipe.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableRecipe.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableRecipe.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableShapedRecipe.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableShapedRecipe.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableShapedRecipe.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableShapedRecipe.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/util/KeyBinding.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/util/KeyBinding.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/util/KeyBinding.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/util/KeyBinding.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModConfiguredFeatures.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModConfiguredFeatures.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModConfiguredFeatures.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModConfiguredFeatures.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModOrePlacement.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModOrePlacement.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModOrePlacement.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModOrePlacement.kt diff --git a/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModPlacedFeatures.kt b/forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModPlacedFeatures.kt similarity index 100% rename from src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModPlacedFeatures.kt rename to forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModPlacedFeatures.kt diff --git a/src/main/resources/META-INF/accesstransformer.cfg b/forge/src/main/resources/META-INF/accesstransformer.cfg similarity index 100% rename from src/main/resources/META-INF/accesstransformer.cfg rename to forge/src/main/resources/META-INF/accesstransformer.cfg diff --git a/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml similarity index 100% rename from src/main/resources/META-INF/mods.toml rename to forge/src/main/resources/META-INF/mods.toml diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/blockbench/DragonDestroyer.bbmodel b/forge/src/main/resources/assets/armourandtoolsmod/models/item/blockbench/DragonDestroyer.bbmodel similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/blockbench/DragonDestroyer.bbmodel rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/blockbench/DragonDestroyer.bbmodel diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/blockbench/title_model.bbmodel b/forge/src/main/resources/assets/armourandtoolsmod/models/item/blockbench/title_model.bbmodel similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/blockbench/title_model.bbmodel rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/blockbench/title_model.bbmodel diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/blue_double_lightsaber.json b/forge/src/main/resources/assets/armourandtoolsmod/models/item/blue_double_lightsaber.json similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/blue_double_lightsaber.json rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/blue_double_lightsaber.json diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/blue_lightsaber.json b/forge/src/main/resources/assets/armourandtoolsmod/models/item/blue_lightsaber.json similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/blue_lightsaber.json rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/blue_lightsaber.json diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/dragon_destroyer.json b/forge/src/main/resources/assets/armourandtoolsmod/models/item/dragon_destroyer.json similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/dragon_destroyer.json rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/dragon_destroyer.json diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/generic_models/GenericWeponHilt.json b/forge/src/main/resources/assets/armourandtoolsmod/models/item/generic_models/GenericWeponHilt.json similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/generic_models/GenericWeponHilt.json rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/generic_models/GenericWeponHilt.json diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/green_lightsaber.json b/forge/src/main/resources/assets/armourandtoolsmod/models/item/green_lightsaber.json similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/green_lightsaber.json rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/green_lightsaber.json diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/mjolnir.json b/forge/src/main/resources/assets/armourandtoolsmod/models/item/mjolnir.json similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/mjolnir.json rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/mjolnir.json diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/mjolnir_thrown.json b/forge/src/main/resources/assets/armourandtoolsmod/models/item/mjolnir_thrown.json similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/mjolnir_thrown.json rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/mjolnir_thrown.json diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/old_blue_lightsaber.json b/forge/src/main/resources/assets/armourandtoolsmod/models/item/old_blue_lightsaber.json similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/old_blue_lightsaber.json rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/old_blue_lightsaber.json diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/old_mjolnir.json b/forge/src/main/resources/assets/armourandtoolsmod/models/item/old_mjolnir.json similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/old_mjolnir.json rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/old_mjolnir.json diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/orange_lightsaber.json b/forge/src/main/resources/assets/armourandtoolsmod/models/item/orange_lightsaber.json similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/orange_lightsaber.json rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/orange_lightsaber.json diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/purple_lightsaber.json b/forge/src/main/resources/assets/armourandtoolsmod/models/item/purple_lightsaber.json similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/purple_lightsaber.json rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/purple_lightsaber.json diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/stormbreaker.json b/forge/src/main/resources/assets/armourandtoolsmod/models/item/stormbreaker.json similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/stormbreaker.json rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/stormbreaker.json diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/white_lightsaber.json b/forge/src/main/resources/assets/armourandtoolsmod/models/item/white_lightsaber.json similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/white_lightsaber.json rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/white_lightsaber.json diff --git a/src/main/resources/assets/armourandtoolsmod/models/item/yellow_lightsaber.json b/forge/src/main/resources/assets/armourandtoolsmod/models/item/yellow_lightsaber.json similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/models/item/yellow_lightsaber.json rename to forge/src/main/resources/assets/armourandtoolsmod/models/item/yellow_lightsaber.json diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_block.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_block.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_block.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_block.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_block.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_block.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_block.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_block.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_front.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_front.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_front.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_front.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_side.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_side.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_side.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_side.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_top.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_top.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_top.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_top.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_front.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_front.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_front.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_front.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_side.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_side.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_side.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_side.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_top.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_top.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_top.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_top.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_aqumarine_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_aqumarine_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_aqumarine_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_aqumarine_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_graphite_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_graphite_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_graphite_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_graphite_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_imperium_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_imperium_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_imperium_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_imperium_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_rainbow_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_rainbow_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_rainbow_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_rainbow_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_ruby_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_ruby_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_ruby_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_ruby_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_sapphire_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_sapphire_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_sapphire_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_sapphire_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/enderite_block.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/enderite_block.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/enderite_block.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/enderite_block.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/enderite_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/enderite_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/enderite_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/enderite_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/graphite_block.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/graphite_block.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/graphite_block.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/graphite_block.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/graphite_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/graphite_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/graphite_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/graphite_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/imperium_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/imperium_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/imperium_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/imperium_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_block.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_block.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_block.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_block.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_front.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_front.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_front.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_front.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_side.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_side.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_side.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_side.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_top.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_top.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_top.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/infinitum_ore_top.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_front.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_front.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_front.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_front.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_side.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_side.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_side.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_side.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_top.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_top.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_top.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_top.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/legendary_block.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/legendary_block.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/legendary_block.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/legendary_block.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/legendary_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/legendary_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/legendary_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/legendary_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/rainbow_block.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/rainbow_block.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/rainbow_block.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/rainbow_block.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/rainbow_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/rainbow_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/rainbow_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/rainbow_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/ruby_block.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/ruby_block.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/ruby_block.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/ruby_block.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/ruby_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/ruby_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/ruby_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/ruby_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/sapphire_block.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/sapphire_block.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/sapphire_block.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/sapphire_block.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/block/sapphire_ore.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/block/sapphire_ore.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/block/sapphire_ore.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/block/sapphire_ore.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/entity/mc_texture/shield_base.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/entity/mc_texture/shield_base.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/entity/mc_texture/shield_base.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/entity/mc_texture/shield_base.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/entity/mc_texture/shield_base_nopattern.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/entity/mc_texture/shield_base_nopattern.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/entity/mc_texture/shield_base_nopattern.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/entity/mc_texture/shield_base_nopattern.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/aqumarine.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/aqumarine.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/entity/shield/aqumarine.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/aqumarine.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/graphite.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/graphite.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/entity/shield/graphite.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/graphite.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/rainbow.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/rainbow.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/entity/shield/rainbow.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/rainbow.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/ruby.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/ruby.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/entity/shield/ruby.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/ruby.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/sapphire.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/sapphire.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/entity/shield/sapphire.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/sapphire.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/entity/trident/aqumarine.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/entity/trident/aqumarine.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/entity/trident/aqumarine.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/entity/trident/aqumarine.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/gui/container/custom_crafting_table_Jei.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/custom_crafting_table_Jei.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/gui/container/custom_crafting_table_Jei.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/custom_crafting_table_Jei.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/gui/container/custom_tool_crafting_table.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/custom_tool_crafting_table.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/gui/container/custom_tool_crafting_table.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/custom_tool_crafting_table.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/gui/container/ingot_fusion_toll_enhancer.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/ingot_fusion_toll_enhancer.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/gui/container/ingot_fusion_toll_enhancer.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/ingot_fusion_toll_enhancer.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/gui/container/ingot_fusion_toll_enhancer_jei.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/ingot_fusion_toll_enhancer_jei.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/gui/container/ingot_fusion_toll_enhancer_jei.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/ingot_fusion_toll_enhancer_jei.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/gui/recipe_book.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/gui/recipe_book.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/gui/recipe_book.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/gui/recipe_book.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/gui/recipe_button.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/gui/recipe_button.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/gui/recipe_button.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/gui/recipe_button.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_axe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_axe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_axe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_axe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_boots.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_boots.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_boots.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_boots.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_chestplate.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_chestplate.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_chestplate.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_chestplate.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_helmet.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_helmet.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_helmet.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_helmet.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_leggings.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_leggings.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_leggings.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_leggings.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_pickaxe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_pickaxe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_pickaxe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_pickaxe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_shovel.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_shovel.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_shovel.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_shovel.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_sword.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_sword.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_sword.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_sword.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_boots.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_boots.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_boots.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_boots.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_chestplate.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_chestplate.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_chestplate.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_chestplate.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_helmet.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_helmet.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_helmet.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_helmet.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_leggings.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_leggings.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_leggings.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_leggings.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_trident.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_trident.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_trident.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_trident.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_axe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_axe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_axe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_axe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_boots.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_boots.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_boots.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_boots.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_chestplate.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_chestplate.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_chestplate.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_chestplate.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_helmet.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_helmet.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_helmet.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_helmet.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_hoe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_hoe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_hoe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_hoe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_leggings.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_leggings.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_leggings.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_leggings.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_pickaxe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_pickaxe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_pickaxe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_pickaxe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_scrap.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_scrap.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_scrap.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_scrap.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_shovel.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_shovel.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_shovel.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_shovel.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_sword.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_sword.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_sword.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_sword.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/botoompommelmiddle.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/botoompommelmiddle.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/botoompommelmiddle.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/botoompommelmiddle.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/bottompommelbottom.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/bottompommelbottom.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/bottompommelbottom.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/bottompommelbottom.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/hammer.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/hammer.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/hammer.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/hammer.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/middlehandle.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/middlehandle.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/middlehandle.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/middlehandle.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/middlepommel.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/middlepommel.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/middlepommel.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/middlepommel.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/toppommelone.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/toppommelone.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/toppommelone.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/toppommelone.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/toppommeltwo.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/toppommeltwo.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/toppommeltwo.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/toppommeltwo.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/enderite.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/enderite.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_axe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_axe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/enderite_axe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_axe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_boots.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_boots.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/enderite_boots.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_boots.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_chestplate.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_chestplate.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/enderite_chestplate.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_chestplate.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_helmet.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_helmet.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/enderite_helmet.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_helmet.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_hoe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_hoe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/enderite_hoe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_hoe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_leggings.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_leggings.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/enderite_leggings.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_leggings.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_pickaxe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_pickaxe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/enderite_pickaxe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_pickaxe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_shovel.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_shovel.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/enderite_shovel.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_shovel.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_sword.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_sword.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/enderite_sword.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_sword.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/graphite.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/graphite.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_boots.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_boots.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/graphite_boots.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_boots.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_chestplate.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_chestplate.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/graphite_chestplate.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_chestplate.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_helmet.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_helmet.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/graphite_helmet.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_helmet.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_leggings.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_leggings.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/graphite_leggings.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_leggings.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/imperium.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/imperium.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/imperium.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/imperium.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/imperium_axe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/imperium_axe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/imperium_axe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/imperium_axe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/imperium_pickaxe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/imperium_pickaxe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/imperium_pickaxe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/imperium_pickaxe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/imperium_sword.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/imperium_sword.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/imperium_sword.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/imperium_sword.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/infinitum.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_axe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_axe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_axe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_axe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_boots.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_boots.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_boots.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_boots.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_chestplate.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_chestplate.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_chestplate.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_chestplate.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_helmet.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_helmet.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_helmet.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_helmet.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_hoe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_hoe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_hoe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_hoe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_leggings.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_leggings.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_leggings.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_leggings.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_pickaxe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_pickaxe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_pickaxe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_pickaxe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_scrap.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_scrap.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_scrap.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_scrap.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_shovel.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_shovel.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_shovel.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_shovel.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_sword.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_sword.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_sword.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_sword.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/legendary.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/legendary.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_boots.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_boots.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/legendary_boots.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_boots.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_chestplate.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_chestplate.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/legendary_chestplate.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_chestplate.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_helmet.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_helmet.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/legendary_helmet.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_helmet.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_leggings.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_leggings.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/legendary_leggings.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_leggings.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_sword.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_sword.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/legendary_sword.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_sword.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/blue_stained_glass.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/blue_stained_glass.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/blue_stained_glass.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/blue_stained_glass.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture11.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture11.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture11.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture11.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture17.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture17.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture17.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture17.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture28.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture28.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture28.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture28.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture30.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture30.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture30.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture30.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture31.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture31.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture31.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture31.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture32.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture32.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture32.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture32.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture36.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture36.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture36.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture36.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture51.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture51.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture51.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture51.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue_lightsaber.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue_lightsaber.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue_lightsaber.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue_lightsaber.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/blue_stained_glass.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/blue_stained_glass.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/blue_stained_glass.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/blue_stained_glass.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture11.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture11.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture11.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture11.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture14.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture14.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture14.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture14.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture24.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture24.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture24.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture24.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture30.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture30.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture30.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture30.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture31.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture31.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture31.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture31.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture36.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture36.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture36.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture36.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture66.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture66.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture66.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture66.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture11.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture11.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture11.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture11.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture24.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture24.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture24.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture24.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture30.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture30.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture30.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture30.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture31.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture31.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture31.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture31.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture32.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture32.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture32.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture32.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture36.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture36.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture36.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture36.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture7 proz.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture7 proz.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture7 proz.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture7 proz.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/orange_stained_glass.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/orange_stained_glass.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/orange_stained_glass.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/orange_stained_glass.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture17.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture17.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture17.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture17.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture19.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture19.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture19.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture19.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture30.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture30.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture30.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture30.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture31.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture31.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture31.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture31.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture32.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture32.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture32.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture32.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture36.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture36.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture36.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture36.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/purple_stained_glass.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/purple_stained_glass.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/purple_stained_glass.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/purple_stained_glass.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture11.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture11.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture11.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture11.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture28.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture28.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture28.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture28.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture30.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture30.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture30.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture30.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture31.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture31.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture31.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture31.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture32.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture32.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture32.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture32.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture36.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture36.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture36.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture36.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture51.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture51.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture51.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture51.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture6.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture6.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture6.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture6.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture63.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture63.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture63.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture63.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/red_lightsaber.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/red_lightsaber.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/red_lightsaber.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/red_lightsaber.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture11.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture11.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture11.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture11.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture29.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture29.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture29.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture29.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture36.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture36.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture36.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture36.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture63.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture63.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture63.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture63.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/white_stained_glass.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/white_stained_glass.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/white_stained_glass.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/white_stained_glass.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture11.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture11.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture11.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture11.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture15.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture15.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture15.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture15.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture30.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture30.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture30.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture30.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture31.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture31.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture31.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture31.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture32.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture32.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture32.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture32.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture34.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture34.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture34.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture34.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture36.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture36.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture36.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture36.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture47.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture47.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture47.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture47.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture5 proz.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture5 proz.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture5 proz.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture5 proz.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/magma_strike_pickaxe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/magma_strike_pickaxe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/magma_strike_pickaxe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/magma_strike_pickaxe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_axe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_axe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_axe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_axe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_hoe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_hoe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_hoe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_hoe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_pickaxe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_pickaxe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_pickaxe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_pickaxe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_shovel.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_shovel.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_shovel.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_shovel.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_sword.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_sword.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_sword.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_sword.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/all.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/all.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/all.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/all.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture13.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture13.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture13.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture13.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture14.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture14.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture14.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture14.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture2.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture2.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture2.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture2.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture37.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture37.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture37.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture37.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/all.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/all.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/all.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/all.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/bottompommel.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/bottompommel.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/bottompommel.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/bottompommel.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/hammer.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/hammer.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/hammer.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/hammer.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/middlehandle.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/middlehandle.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/middlehandle.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/middlehandle.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/toppommel.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/toppommel.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/toppommel.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/toppommel.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/toppommeltwo.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/toppommeltwo.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/toppommeltwo.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/toppommeltwo.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/rainbow.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_boots.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_boots.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_boots.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_boots.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_chestplate.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_chestplate.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_chestplate.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_chestplate.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_helmet.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_helmet.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_helmet.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_helmet.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_leggings.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_leggings.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_leggings.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_leggings.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/raw_aqumarine.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_aqumarine.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/raw_aqumarine.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_aqumarine.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/raw_enderite.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_enderite.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/raw_enderite.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_enderite.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/raw_graphite.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_graphite.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/raw_graphite.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_graphite.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/raw_imperium.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_imperium.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/raw_imperium.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_imperium.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/raw_legendary.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_legendary.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/raw_legendary.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_legendary.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/raw_rainbow.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_rainbow.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/raw_rainbow.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_rainbow.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/raw_ruby.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_ruby.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/raw_ruby.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_ruby.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/raw_sapphire.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_sapphire.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/raw_sapphire.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_sapphire.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/ruby.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/ruby.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_apple.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_apple.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/ruby_apple.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_apple.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_axe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_axe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/ruby_axe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_axe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_boots.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_boots.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/ruby_boots.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_boots.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_chestplate.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_chestplate.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/ruby_chestplate.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_chestplate.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_helmet.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_helmet.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/ruby_helmet.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_helmet.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_hoe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_hoe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/ruby_hoe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_hoe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_leggings.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_leggings.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/ruby_leggings.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_leggings.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_pickaxe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_pickaxe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/ruby_pickaxe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_pickaxe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_shovel.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_shovel.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/ruby_shovel.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_shovel.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_sword.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_sword.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/ruby_sword.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_sword.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/sapphire.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_axe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_axe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_axe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_axe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_boots.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_boots.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_boots.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_boots.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_chestplate.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_chestplate.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_chestplate.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_chestplate.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_helmet.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_helmet.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_helmet.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_helmet.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_hoe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_hoe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_hoe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_hoe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_leggings.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_leggings.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_leggings.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_leggings.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_pickaxe.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_pickaxe.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_pickaxe.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_pickaxe.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_shovel.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_shovel.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_shovel.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_shovel.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_sword.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_sword.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_sword.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_sword.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log_top.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log_top.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log_top.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log_top.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture32.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture32.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture32.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture32.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture33.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture33.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture33.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture33.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture34.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture34.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture34.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture34.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture35.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture35.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture35.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture35.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture45.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture45.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture45.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture45.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture46.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture46.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture46.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture46.png diff --git a/src/main/resources/assets/armourandtoolsmod/textures/logo/armour_and_tools_mod_logo.png b/forge/src/main/resources/assets/armourandtoolsmod/textures/logo/armour_and_tools_mod_logo.png similarity index 100% rename from src/main/resources/assets/armourandtoolsmod/textures/logo/armour_and_tools_mod_logo.png rename to forge/src/main/resources/assets/armourandtoolsmod/textures/logo/armour_and_tools_mod_logo.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_1.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_1.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_1.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_1.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_2.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_2.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_2.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_2.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_1.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_1.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_1.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_1.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_2.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_2.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_2.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_2.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/enderite_layer_1.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/enderite_layer_1.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/enderite_layer_1.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/enderite_layer_1.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/enderite_layer_2.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/enderite_layer_2.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/enderite_layer_2.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/enderite_layer_2.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/graphite_layer_1.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/graphite_layer_1.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/graphite_layer_1.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/graphite_layer_1.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/graphite_layer_2.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/graphite_layer_2.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/graphite_layer_2.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/graphite_layer_2.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_1.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_1.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_1.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_1.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_2.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_2.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_2.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_2.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/legendary_layer_1.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/legendary_layer_1.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/legendary_layer_1.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/legendary_layer_1.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/legendary_layer_2.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/legendary_layer_2.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/legendary_layer_2.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/legendary_layer_2.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/rainbow_layer_1.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/rainbow_layer_1.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/rainbow_layer_1.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/rainbow_layer_1.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/rainbow_layer_2.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/rainbow_layer_2.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/rainbow_layer_2.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/rainbow_layer_2.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/ruby_layer_1.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/ruby_layer_1.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/ruby_layer_1.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/ruby_layer_1.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/ruby_layer_2.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/ruby_layer_2.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/ruby_layer_2.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/ruby_layer_2.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_1.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_1.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_1.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_1.png diff --git a/src/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_2.png b/forge/src/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_2.png similarity index 100% rename from src/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_2.png rename to forge/src/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_2.png diff --git a/src/main/resources/logback.xml b/forge/src/main/resources/logback.xml similarity index 100% rename from src/main/resources/logback.xml rename to forge/src/main/resources/logback.xml diff --git a/src/main/resources/logo.png b/forge/src/main/resources/logo.png similarity index 100% rename from src/main/resources/logo.png rename to forge/src/main/resources/logo.png diff --git a/src/test/kotlin/io/github/realyusufismail/armourandtoolsmod/LocationTester.kt b/forge/src/test/kotlin/io/github/realyusufismail/armourandtoolsmod/LocationTester.kt similarity index 100% rename from src/test/kotlin/io/github/realyusufismail/armourandtoolsmod/LocationTester.kt rename to forge/src/test/kotlin/io/github/realyusufismail/armourandtoolsmod/LocationTester.kt diff --git a/gradle/config/detekt.yml b/gradle/config/detekt.yml deleted file mode 100644 index b411f941..00000000 --- a/gradle/config/detekt.yml +++ /dev/null @@ -1,238 +0,0 @@ -build: - maxIssues: 0 - excludeCorrectable: false - weights: - # complexity: 2 - # LongParameterList: 1 - # style: 1 - # comments: 1 - -config: - validation: true - warningsAsErrors: false - checkExhaustiveness: false - # when writing own rules with new properties, exclude the property path e.g.: 'my_rule_set,.*>.*>[my_property]' - excludes: '' - -processors: - active: true - exclude: - - 'DetektProgressListener' - # - 'KtFileCountProcessor' - # - 'PackageCountProcessor' - # - 'ClassCountProcessor' - # - 'FunctionCountProcessor' - # - 'PropertyCountProcessor' - # - 'ProjectComplexityProcessor' - # - 'ProjectCognitiveComplexityProcessor' - # - 'ProjectLLOCProcessor' - # - 'ProjectCLOCProcessor' - # - 'ProjectLOCProcessor' - # - 'ProjectSLOCProcessor' - # - 'LicenseHeaderLoaderExtension' - -console-reports: - active: true - exclude: - - 'ProjectStatisticsReport' - - 'ComplexityReport' - - 'NotificationReport' - - 'FindingsReport' - - 'FileBasedFindingsReport' - # - 'LiteFindingsReport' - -output-reports: - active: true - exclude: - # - 'TxtOutputReport' - # - 'XmlOutputReport' - # - 'HtmlOutputReport' - # - 'MdOutputReport' - -comments: - active: true - AbsentOrWrongFileLicense: - active: false - licenseTemplateFile: 'license.template' - licenseTemplateIsRegex: false - CommentOverPrivateFunction: - active: false - CommentOverPrivateProperty: - active: false - DeprecatedBlockTag: - active: true - EndOfSentenceFormat: - active: false - endOfSentenceFormat: '([.?!][ \t\n\r\f<])|([.?!:]$)' # default value - KDocReferencesNonPublicProperty: - active: false - excludes: ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/jsTest/**', '**/iosTest/**'] - OutdatedDocumentation: - active: false - matchTypeParameters: false - matchDeclarationsOrder: true - allowParamOnConstructorProperties: false - UndocumentedPublicClass: - active: false - excludes: ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/jsTest/**', '**/iosTest/**'] - searchInNestedClass: true - searchInInnerClass: true - searchInInnerObject: true - searchInInnerInterface: true - searchInProtectedClass: false - UndocumentedPublicFunction: - active: false - excludes: ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/jsTest/**', '**/iosTest/**'] - searchProtectedFunction: false - UndocumentedPublicProperty: - active: false - excludes: ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/jsTest/**', '**/iosTest/**'] - searchProtectedProperty: false - -complexity: - active: true - CognitiveComplexMethod: - active: false - threshold: 15 - ComplexCondition: - active: true - threshold: 10 - ComplexInterface: - active: false - threshold: 10 - includeStaticDeclarations: false - includePrivateDeclarations: false - ignoreOverloaded: false - CyclomaticComplexMethod: - active: false - threshold: 16 - ignoreSingleWhenExpression: false - ignoreSimpleWhenEntries: false - ignoreNestingFunctions: false - nestingFunctions: - - 'also' - - 'apply' - - 'forEach' - - 'isNotNull' - - 'ifNull' - - 'let' - - 'run' - - 'use' - - 'with' - LabeledExpression: - active: false - ignoredLabels: [] - LargeClass: - active: true - threshold: 600 - LongMethod: - active: false - threshold: 60 - LongParameterList: - active: false - functionThreshold: 6 - constructorThreshold: 10 - ignoreDefaultParameters: false - ignoreDataClasses: true - ignoreAnnotatedParameter: [] - MethodOverloading: - active: false - threshold: 6 - NamedArguments: - active: false - threshold: 3 - ignoreArgumentsMatchingNames: false - NestedBlockDepth: - active: false - threshold: 4 - NestedScopeFunctions: - active: false - threshold: 1 - functions: - - 'kotlin.apply' - - 'kotlin.run' - - 'kotlin.with' - - 'kotlin.let' - - 'kotlin.also' - ReplaceSafeCallChainWithRun: - active: false - StringLiteralDuplication: - active: false - excludes: ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/jsTest/**', '**/iosTest/**'] - threshold: 3 - ignoreAnnotation: true - excludeStringsWithLessThan5Characters: true - ignoreStringsRegex: '$^' - TooManyFunctions: - active: false - excludes: ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/jsTest/**', '**/iosTest/**'] - thresholdInFiles: 11 - thresholdInClasses: 11 - thresholdInInterfaces: 11 - thresholdInObjects: 11 - thresholdInEnums: 11 - ignoreDeprecated: false - ignorePrivate: false - ignoreOverridden: false - -coroutines: - active: true - GlobalCoroutineUsage: - active: false - InjectDispatcher: - active: true - dispatcherNames: - - 'IO' - - 'Default' - - 'Unconfined' - RedundantSuspendModifier: - active: true - SleepInsteadOfDelay: - active: true - SuspendFunWithCoroutineScopeReceiver: - active: false - SuspendFunWithFlowReturnType: - active: true - -empty-blocks: - active: true - EmptyCatchBlock: - active: true - allowedExceptionNameRegex: '_|(ignore|expected).*' - EmptyClassBlock: - active: false - EmptyDefaultConstructor: - active: true - EmptyDoWhileBlock: - active: true - EmptyElseBlock: - active: true - EmptyFinallyBlock: - active: true - EmptyForBlock: - active: true - EmptyFunctionBlock: - active: true - ignoreOverridden: false - EmptyIfBlock: - active: true - EmptyInitBlock: - active: true - EmptyKtFile: - active: true - EmptySecondaryConstructor: - active: true - EmptyTryBlock: - active: true - EmptyWhenBlock: - active: true - EmptyWhileBlock: - active: true - -exceptions: - active: true - ExceptionRaisedInUnexpectedLocation: - active: true - methodNames: - - 'equals' - - 'finalize' \ No newline at end of file diff --git a/CHANGELOG.md b/neoforge/CHANGELOG.md similarity index 98% rename from CHANGELOG.md rename to neoforge/CHANGELOG.md index b46bfb9f..6152b90b 100644 --- a/CHANGELOG.md +++ b/neoforge/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [1.20.1-1.0.7.beta2] - 2023-10-24 + +### Added support for new forge. Changelog for both versions will now be split. + ## [1.20.1-1.0.7.beta1] - 2023-10-23 ### Added Thor hammer. This is a work in progress and will be updated in the future. diff --git a/neoforge/build.gradle.kts b/neoforge/build.gradle.kts new file mode 100644 index 00000000..568a44f0 --- /dev/null +++ b/neoforge/build.gradle.kts @@ -0,0 +1,162 @@ +import net.minecraftforge.gradle.userdev.UserDevExtension + +plugins { + kotlin("jvm") version "1.9.10" + id("net.neoforged.gradle") version "[6.0.18,6.2)" + id("org.parchmentmc.librarian.forgegradle") version "1.+" +} + +project.version = properties["modVersion"] as String +base.archivesName.set("armourandtoolsmod-neoforge") +val mcVersion = properties["mcVersion"] as String +var projectId = properties["projectId"] as String +val modId = properties["modId"] as String + +println( + """ + Java: ${System.getProperty("java.version")} + JVM: ${System.getProperty("java.vm.version")} (${System.getProperty("java.vendor")}) + Arch: ${System.getProperty("os.arch")} + """ + .trimIndent()) + +configure { + mappings("parchment", "2023.09.03-$mcVersion") + + accessTransformer("src/main/resources/META-INF/accesstransformer.cfg") + + runs { + create("client") { + workingDirectory(file("run")) + + // add mixin + property("mixin.env.remapRefMap", "true") + property( + "mixin.env.refMapRemappingFile", "${projectDir}/build/createSrgToMcp/output.srg") + + // Recommended logging data for a userdev environment + property("forge.logging.markers", "SCAN,REGISTRIES,REGISTRYDUMP") + + // Recommended logging level for the console + property("forge.logging.console.level", "debug") + + mods { create(modId) { source(sourceSets["main"]) } } + } + + create("server") { + workingDirectory(file("run")) + + // add mixin + property("mixin.env.remapRefMap", "true") + property( + "mixin.env.refMapRemappingFile", "${projectDir}/build/createSrgToMcp/output.srg") + + // Recommended logging data for a userdev environment + property("forge.logging.markers", "SCAN,REGISTRIES,REGISTRYDUMP") + + // Recommended logging level for the console + property("forge.logging.console.level", "debug") + + mods { create(modId) { source(sourceSets["main"]) } } + } + + create("gameTestServer") { + workingDirectory(file("run")) + + // add mixin + property("mixin.env.remapRefMap", "true") + property( + "mixin.env.refMapRemappingFile", "${projectDir}/build/createSrgToMcp/output.srg") + + // Recommended logging data for a userdev environment + property("forge.logging.markers", "SCAN,REGISTRIES,REGISTRYDUMP") + + // Recommended logging level for the console + property("forge.logging.console.level", "debug") + + mods { create(modId) { source(sourceSets["main"]) } } + } + + create("data") { + workingDirectory(file("run-data")) + // add mixin + property("mixin.env.remapRefMap", "true") + property( + "mixin.env.refMapRemappingFile", "${projectDir}/build/createSrgToMcp/output.srg") + + // Recommended logging data for a userdev environment + property("forge.logging.markers", "SCAN,REGISTRIES,REGISTRYDUMP") + + // Recommended logging level for the console + property("forge.logging.console.level", "debug") + + // Specify the mod id for data generation, where to output the resulting resource, and + // where to look for existing resources. + args( + "--mod", + modId, + "--all", + "--output", + file("src/generated/resources/"), + "--existing", + file("src/main/resources/")) + + mods { create(modId) { source(sourceSets["main"]) } } + + // 'runData' is renamed to 'runDataGenerator' to make it more clear what it does. + taskName = "runDataGenerator" + } + } +} + +sourceSets.main { resources.srcDir("src/generated/resources") } + +configurations { compileOnly { extendsFrom(configurations.annotationProcessor.get()) } } + +dependencies { + minecraft("net.neoforged:forge:${mcVersion}-" + properties["neoForgeVersion"]) + + // kotlin forge + implementation("thedarkcolour:kotlinforforge:" + properties["kotlinForForgeVersion"]) + + // Logger + implementation("ch.qos.logback:logback-classic:" + properties["logbackVersion"]) + implementation("ch.qos.logback:logback-core:" + properties["logbackVersion"]) + + // core + implementation("io.github.realyusufismail:realyusufismailcore-neo:" + properties["coreVersion"]) + + // The JEI API is declared for compile time use, while the full JEI artifact is used at runtime + compileOnly(fg.deobf("mezz.jei:jei-${mcVersion}-common-api:" + properties["jeiVersion"])) + compileOnly(fg.deobf("mezz.jei:jei-${mcVersion}-forge-api:" + properties["jeiVersion"])) + runtimeOnly(fg.deobf("mezz.jei:jei-${mcVersion}-forge:" + properties["jeiVersion"])) + + // lombok + compileOnly("org.projectlombok:lombok:" + properties["lombokVersion"]) + annotationProcessor("org.projectlombok:lombok:" + properties["lombokVersion"]) +} + +tasks.create("cfPublish", net.darkhax.curseforgegradle.TaskPublishCurseForge::class) { + group = "CurseForge" + dependsOn("build") + disableVersionDetection() + + val token = + if (project.findProperty("curseforge.token") != null) + project.property("curseforge.token") as String + else "" + apiToken = token + + val jar = file("build/libs/${base.archivesName.get()}-${project.version}.jar") + + // The main file to upload + val mainFile = upload(projectId, jar) + mainFile.changelog = file("CHANGELOG.md").readText() + mainFile.changelogType = "markdown" + mainFile.releaseType = "release" + mainFile.addEmbedded("kotlin-for-forge") + mainFile.addEmbedded("realyusufismail-core") + mainFile.addJavaVersion("Java 17") + mainFile.addModLoader("NeoForge") + mainFile.addGameVersion(mcVersion) +} \ No newline at end of file diff --git a/neoforge/gradle.properties b/neoforge/gradle.properties new file mode 100644 index 00000000..764f48bc --- /dev/null +++ b/neoforge/gradle.properties @@ -0,0 +1,16 @@ +kotlin.code.style=official +org.gradle.jvmargs=-Xmx3G +org.gradle.daemon=false + +modVersion = 1.20.1-1.0.7.beta2 +mcVersion = 1.20.1 +projectId = 480779 +modId = armourandtoolsmod + +neoForgeVersion = 47.1.76 +kotlinForForgeVersion = 4.4.0 +logbackVersion = 1.4.11 +junitVersion = 5.10.0 +coreVersion = 1.20.1-1.0.2 +jeiVersion = 15.2.0.27 +lombokVersion = 1.18.30 \ No newline at end of file diff --git a/neoforge/src/generated/resources/.cache/0cf1fbcc3d48b3e57ef3f7c05b035e489fdab1a7 b/neoforge/src/generated/resources/.cache/0cf1fbcc3d48b3e57ef3f7c05b035e489fdab1a7 new file mode 100644 index 00000000..6ba1c4b7 --- /dev/null +++ b/neoforge/src/generated/resources/.cache/0cf1fbcc3d48b3e57ef3f7c05b035e489fdab1a7 @@ -0,0 +1,3 @@ +// 1.20.1 2023-08-28T05:16:02.6293286 atlases generator for armourandtoolsmod +92069d0a9af0dc23693cb381311ec4a576427b49 assets/minecraft/atlases/armor_trims.json +0dcc23f5ce41513d01611691d31cd5f4aacf7df4 assets/minecraft/atlases/blocks.json diff --git a/neoforge/src/generated/resources/.cache/0f202e000d40347127b33b6edbbb29689b8cbf86 b/neoforge/src/generated/resources/.cache/0f202e000d40347127b33b6edbbb29689b8cbf86 new file mode 100644 index 00000000..af05b441 --- /dev/null +++ b/neoforge/src/generated/resources/.cache/0f202e000d40347127b33b6edbbb29689b8cbf86 @@ -0,0 +1,2 @@ +// 1.20.1 2023-08-28T05:16:02.6338489 Pack Metadata +acae0febb57eb8aa2269471902f7d4de3e86c288 pack.mcmeta diff --git a/neoforge/src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924 b/neoforge/src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924 new file mode 100644 index 00000000..9d4e46a1 --- /dev/null +++ b/neoforge/src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924 @@ -0,0 +1,15 @@ +// 1.20.1 2023-10-12T22:09:59.3276706 Registries +8ebeb9bcc133ba172a3775d0e796bc03967d305e data/armourandtoolsmod/worldgen/configured_feature/aqumarine_ore.json +efcff90a0c2ce2de5ad73b08e38af0880ff404de data/armourandtoolsmod/worldgen/configured_feature/enderite_ore.json +b77f5a337f5557cc75c6aa6e358f59b658ba914c data/armourandtoolsmod/worldgen/configured_feature/graphite_ore.json +3586104847bae073d8ffda6725cfe9f65fd3db37 data/armourandtoolsmod/worldgen/configured_feature/imperium_ore.json +b6141dbad16c493a2dd3da977a099762593c0ce1 data/armourandtoolsmod/worldgen/configured_feature/rainbow_ore.json +3057438b0a0e49c8fa64f17eca031307d1247594 data/armourandtoolsmod/worldgen/configured_feature/ruby_ore.json +ae5ee97a8e0db56c8b686c63d73efad162974df7 data/armourandtoolsmod/worldgen/configured_feature/sapphire_ore.json +f27642c578ca288c102d5a06421fcd879102fd7a data/armourandtoolsmod/worldgen/placed_feature/aqumarine_ore.json +a0c79f9bf1ba7248cab71480bb71041682400cdd data/armourandtoolsmod/worldgen/placed_feature/enderite_ore.json +65608a650f79607aeb96f0ad3ed9a099f59aec67 data/armourandtoolsmod/worldgen/placed_feature/graphite_ore.json +c8eccb16b2db153e5902b8c8ab07a2a7f51a2f36 data/armourandtoolsmod/worldgen/placed_feature/imperium_ore.json +c784f4c858f7b80fcc27ca88c8f80774bfa35b23 data/armourandtoolsmod/worldgen/placed_feature/rainbow_ore.json +7bb425cc1128f1c7cce61f9ef23b30e7bf3b3331 data/armourandtoolsmod/worldgen/placed_feature/ruby_ore.json +ed58618a3af3d63c835c2a5dccff501b8272f323 data/armourandtoolsmod/worldgen/placed_feature/sapphire_ore.json diff --git a/neoforge/src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d b/neoforge/src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d new file mode 100644 index 00000000..79ccde6c --- /dev/null +++ b/neoforge/src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d @@ -0,0 +1,23 @@ +// 1.20.1 2023-10-12T22:09:59.3226175 Loot Tables +2898515efda3fb01ac7eb6337875f6310869a683 data/armourandtoolsmod/loot_tables/blocks/aqumarine_block.json +1efb52b906488da11f7948ed6a21285c1ae085c5 data/armourandtoolsmod/loot_tables/blocks/aqumarine_ore.json +0f854404a05c040106f826bf3e6eb1debb2b8513 data/armourandtoolsmod/loot_tables/blocks/custom_armour_crafting_table.json +56189365fbfbeedbc9086e95af54637dc1288e25 data/armourandtoolsmod/loot_tables/blocks/custom_tool_crafting_table.json +037852d2164bc89fdf7eec7ca820d976bfb8cf00 data/armourandtoolsmod/loot_tables/blocks/deepslate_aqumarine_ore.json +052b565467fcb498276abcd82329fa8e9f3dac0c data/armourandtoolsmod/loot_tables/blocks/deepslate_graphite_ore.json +c80a43cdf06bb47f0ea5ac5792cff47d6dd1365a data/armourandtoolsmod/loot_tables/blocks/deepslate_imperium_ore.json +5b1d35ef7749092a2048ab38bc74861db42d08d9 data/armourandtoolsmod/loot_tables/blocks/deepslate_rainbow_ore.json +353b1fcc43692ef4d531d28725c0cbae9f21beed data/armourandtoolsmod/loot_tables/blocks/deepslate_ruby_ore.json +5152d7bfc26caa8fbafd7d728a3bde94f17071f1 data/armourandtoolsmod/loot_tables/blocks/deepslate_sapphire_ore.json +ee3c7cea455b43662bb85c65ba097a66fad15e2b data/armourandtoolsmod/loot_tables/blocks/enderite_block.json +0a1baaef0c26d8186cfebd9b5f7e8a319d14187d data/armourandtoolsmod/loot_tables/blocks/enderite_ore.json +baf5c9934dbe9336e2362956ea6223cd4f067fd5 data/armourandtoolsmod/loot_tables/blocks/graphite_block.json +4e4d7f9e13f901fe3ae5ca406313f683dda24fbb data/armourandtoolsmod/loot_tables/blocks/graphite_ore.json +17468a98a420053cfde63911493d9289cffa48f4 data/armourandtoolsmod/loot_tables/blocks/imperium_ore.json +e71ceb5931a3484e4792e6c73a0f9ff13d769c6f data/armourandtoolsmod/loot_tables/blocks/ingot_fusion_toll_enhancer.json +be352efe18892a6d569480eb2c34423ab7e8f199 data/armourandtoolsmod/loot_tables/blocks/rainbow_block.json +8c9c9a72eb8e8424e527174afee3bee8f54a6c0d data/armourandtoolsmod/loot_tables/blocks/rainbow_ore.json +1b4f1728a73c79f1834e8d896bd7af391a8782ac data/armourandtoolsmod/loot_tables/blocks/ruby_block.json +ed3c7d1f7fedc5688d4dcf31077a4e63f4ec7fbc data/armourandtoolsmod/loot_tables/blocks/ruby_ore.json +bfde61d2e085f59841a4bccd2e778b69724ab7d7 data/armourandtoolsmod/loot_tables/blocks/sapphire_block.json +1703272b6ddef86dc925308454f31eed0a409af7 data/armourandtoolsmod/loot_tables/blocks/sapphire_ore.json diff --git a/neoforge/src/generated/resources/.cache/9cedfe5b9b9b8fb51ee0cbcde6ee21cf9da7c57c b/neoforge/src/generated/resources/.cache/9cedfe5b9b9b8fb51ee0cbcde6ee21cf9da7c57c new file mode 100644 index 00000000..fc163805 --- /dev/null +++ b/neoforge/src/generated/resources/.cache/9cedfe5b9b9b8fb51ee0cbcde6ee21cf9da7c57c @@ -0,0 +1,25 @@ +// 1.20.1 2023-10-12T22:09:59.3123883 Tags for minecraft:block mod id armourandtoolsmod +f4e0d28b203a60fd241885a727654636c8762650 data/forge/tags/blocks/deepslate_ores/aqumarine_ores.json +186e50e522fb2ae91c6e315a523523796b105b56 data/forge/tags/blocks/deepslate_ores/graphite_ores.json +08f48b19390eb9e06478f989851d261c8cb384a4 data/forge/tags/blocks/deepslate_ores/imperium_ores.json +d66c065dfb98375b77835223afe692a26c7be84b data/forge/tags/blocks/deepslate_ores/rainbow_ores.json +cd94fb683ebafe1cbde0ba3a30280d57b587fc34 data/forge/tags/blocks/deepslate_ores/ruby_ores.json +6a274e766194dfaf9c967be14c4b26a4ff637a8b data/forge/tags/blocks/deepslate_ores/sapphire_ores.json +f773a519f0e034a7e3ca24464a8b960396d4da4c data/forge/tags/blocks/needs_gold_tool.json +1372356eb4655b6d26d8a5a16aaa3032bbb738d4 data/forge/tags/blocks/ores/aqumarine_ores.json +fef5965e3903fc07aa6146bd17e74efd9b313fb6 data/forge/tags/blocks/ores/enderite_ores.json +974c70b44df044135463b300ebed43eee38001b3 data/forge/tags/blocks/ores/graphite_ores.json +e892786d477f668113418b8239abc7bb6395f33f data/forge/tags/blocks/ores/imperium_ores.json +fa835a8b8eb217767d6139f02c46edfa27377555 data/forge/tags/blocks/ores/rainbow_ores.json +f5b270d5c60fdfc53020be6469026c27bc742f1e data/forge/tags/blocks/ores/ruby_ores.json +47d725a30030287aa216532b38ba1d0774dd627f data/forge/tags/blocks/ores/sapphire_ores.json +b4f0641534858a5001fc966241f11ffc58353dea data/forge/tags/blocks/storage_blocks/aqumarine.json +1cffa2b44530afbdea9d225369fb95f802f90788 data/forge/tags/blocks/storage_blocks/enderite.json +99eaf00e6f62b833263940a7a455f86f9fdb3c49 data/forge/tags/blocks/storage_blocks/graphite.json +55c124f845d639b73cb5bffcdcc94bcfd8967966 data/forge/tags/blocks/storage_blocks/rainbow.json +bc5ebfcaf115155b63f0817517bdc3efc0934364 data/forge/tags/blocks/storage_blocks/ruby.json +2e755598d83145bf0d52488c9d8e3c41331dccc3 data/forge/tags/blocks/storage_blocks/sapphire.json +a5acd6d8f782164d765c73d2438d0289b32f2bcd data/minecraft/tags/blocks/mineable/pickaxe.json +98eed05f65788348c30e906407f790c6a4d70f32 data/minecraft/tags/blocks/needs_diamond_tool.json +7f6f40bd05ba0003ea6e54eee50655a1d2fc1fcb data/minecraft/tags/blocks/needs_iron_tool.json +a9b03e3b99a673d01bb7413cc6092c7a9b5be634 data/minecraft/tags/blocks/needs_stone_tool.json diff --git a/neoforge/src/generated/resources/.cache/9f61bb65fbe4cfb8a15e0d3253c99409d3dd169b b/neoforge/src/generated/resources/.cache/9f61bb65fbe4cfb8a15e0d3253c99409d3dd169b new file mode 100644 index 00000000..0678f642 --- /dev/null +++ b/neoforge/src/generated/resources/.cache/9f61bb65fbe4cfb8a15e0d3253c99409d3dd169b @@ -0,0 +1,78 @@ +// 1.20.1 2023-10-12T22:09:59.3196167 Item Models: armourandtoolsmod +6fdab53e9321f76ef7edd0a135b6879656abdad7 assets/armourandtoolsmod/models/item/amethyst_axe.json +f523d3f594a0d1a51fb553f028ab2b20eee793dd assets/armourandtoolsmod/models/item/amethyst_boots.json +8377e984c59ebdaa220b7d1c0973dfd4653e52fb assets/armourandtoolsmod/models/item/amethyst_chestplate.json +8895d7116f5e4183fe38d01164721842ede9d5f1 assets/armourandtoolsmod/models/item/amethyst_helmet.json +f4b6c07eb577e733e4a793a0c685ef47485374c9 assets/armourandtoolsmod/models/item/amethyst_leggings.json +41fffc3ab7746fb4ae82224c996bf090dde016fb assets/armourandtoolsmod/models/item/amethyst_pickaxe.json +317b95cc5f931eae64ac43aaf9f37e74ff9a14b8 assets/armourandtoolsmod/models/item/amethyst_shovel.json +14de7fd5b5037fe3f9f5a8c51a941a497efb2b51 assets/armourandtoolsmod/models/item/amethyst_sword.json +bcd1561c42adb01c5a4102f863dc885f29d4b9e4 assets/armourandtoolsmod/models/item/aqumarine.json +8bec48f2b18876bd67eff3dc3cec2a8662bd4cfe assets/armourandtoolsmod/models/item/aqumarine_boots.json +e09597118a1e608b9e07e9432300aae376e8fa3a assets/armourandtoolsmod/models/item/aqumarine_chestplate.json +d25d68727720050a474df8206696ed1923d178f7 assets/armourandtoolsmod/models/item/aqumarine_helmet.json +d86d467659c9eff5444cbfb7f86a7b48181952f7 assets/armourandtoolsmod/models/item/aqumarine_leggings.json +66c43671e133766f0cafda7a21e689b14650de6a assets/armourandtoolsmod/models/item/aqumarine_shield.json +bca50717ce57de779eefd9596955c68311b8bab2 assets/armourandtoolsmod/models/item/aqumarine_shield_blocking.json +204bcc35e65c8c0bba68a97b98b95c5780b47d5b assets/armourandtoolsmod/models/item/aqumarine_trident.json +e79b9d89f34ec757e7e3b292ca71b60e5635d5f4 assets/armourandtoolsmod/models/item/aqumarine_trident_gui.json +ba1a482e4102dcf42e10990460997a3579ca5de2 assets/armourandtoolsmod/models/item/aqumarine_trident_throwing.json +ed3de052a84a65844b0c680060fa040a21b6be12 assets/armourandtoolsmod/models/item/enderite.json +17fd6706e4cc93cd4e6ddcc5c4382222197efc1d assets/armourandtoolsmod/models/item/enderite_axe.json +c8e7ac2776a4f4e4c233d09dbc3678fd70e26ef6 assets/armourandtoolsmod/models/item/enderite_boots.json +0984e154b534eaad0a28aab1b6e484687cad2670 assets/armourandtoolsmod/models/item/enderite_chestplate.json +8e10d205f5c45073dacf215d5892186150438ed7 assets/armourandtoolsmod/models/item/enderite_helmet.json +b2349156c6d567e373eed798efaeb2a0a186d776 assets/armourandtoolsmod/models/item/enderite_hoe.json +3fe97b3a87ed7837242aaf73462e44bd00acb674 assets/armourandtoolsmod/models/item/enderite_leggings.json +7f0e60bdcf354a582f7a60f457ac800d0b9c1185 assets/armourandtoolsmod/models/item/enderite_pickaxe.json +179f8eab02b9e47c50f90f505c71003d3444f63a assets/armourandtoolsmod/models/item/enderite_shovel.json +3094acc3ed614e4a376465795bd0d9184a011159 assets/armourandtoolsmod/models/item/enderite_sword.json +5065a4a937d0e518c206cbaeac5aa9eda2bf3128 assets/armourandtoolsmod/models/item/graphite.json +d24a2b244711dd2e7b62bb4f75ade16a808f47b4 assets/armourandtoolsmod/models/item/graphite_boots.json +1d8ef15df3a5f4c923bbb64bb285a17af5682894 assets/armourandtoolsmod/models/item/graphite_chestplate.json +a999cd10ee1b427640b86cb303e4b33cbd82cfa8 assets/armourandtoolsmod/models/item/graphite_helmet.json +7f03d28ac4363abcd78d60dee0823ebcbdbe4848 assets/armourandtoolsmod/models/item/graphite_leggings.json +2aecba55504a8f58919a7ed564db44ac4a46cf40 assets/armourandtoolsmod/models/item/graphite_shield.json +6bd7890815727bba27c0471942890c4044023bf4 assets/armourandtoolsmod/models/item/graphite_shield_blocking.json +c689e4209f0c9c5d72a90efb880fda6fa5de4119 assets/armourandtoolsmod/models/item/imperium.json +b9bf414d688bbea27c22d22470fb3119ab3820c0 assets/armourandtoolsmod/models/item/imperium_pickaxe.json +205f8bdfd7249defd6d60e27deed940842c6650b assets/armourandtoolsmod/models/item/imperium_sword.json +585fa6ddfbf0355703c29b0cb9c14b985f3fe6cd assets/armourandtoolsmod/models/item/magma_strike_pickaxe.json +62517ca368679b6de05f59df5cf0ba2be1600829 assets/armourandtoolsmod/models/item/rainbow.json +e7a2dce51d378c49e596294d6ea2bf6f8d5bf6a2 assets/armourandtoolsmod/models/item/rainbow_boots.json +790e68bc582401a2289e8be785368d04c946185c assets/armourandtoolsmod/models/item/rainbow_chestplate.json +5f165222191f11f1a1349fcc8578ba139ef3775c assets/armourandtoolsmod/models/item/rainbow_helmet.json +1a5ad2c8843909c8691c8b302992cd89b929e799 assets/armourandtoolsmod/models/item/rainbow_leggings.json +34662c6a9868015db8d734d4c81244cfdff45892 assets/armourandtoolsmod/models/item/rainbow_shield.json +34dcae49909f984a9027efcc73d4be456f8076f0 assets/armourandtoolsmod/models/item/rainbow_shield_blocking.json +33b68057db18389d58595a300e616f0e1f848ada assets/armourandtoolsmod/models/item/raw_aqumarine.json +e2e4e00dea2145b5ae54560c28a85eae2bf5bed5 assets/armourandtoolsmod/models/item/raw_enderite.json +68070919d55c07e9e09eb39a3a50362475cfcc14 assets/armourandtoolsmod/models/item/raw_graphite.json +3061dcb2768b3fb493283254c3ba51bb39d60f79 assets/armourandtoolsmod/models/item/raw_imperium.json +073845b113c727ef0adce18c38781aa211ab8867 assets/armourandtoolsmod/models/item/raw_rainbow.json +40dd62b983e59172e5640256e298c1ab3704de25 assets/armourandtoolsmod/models/item/raw_ruby.json +7321aefdabda17126533ee833870352ecb756978 assets/armourandtoolsmod/models/item/raw_sapphire.json +f0cad8795d707eda44cb2c90c8c3e3ffa7c43c9c assets/armourandtoolsmod/models/item/ruby.json +f2508bcb6e049ef5f3afe5a3fe0847c1de9a9551 assets/armourandtoolsmod/models/item/ruby_axe.json +96c13154ba44a1a43d12e0162a363a080fb1e616 assets/armourandtoolsmod/models/item/ruby_boots.json +c40d4f89b6994257f10d8770836eab90fe5de484 assets/armourandtoolsmod/models/item/ruby_chestplate.json +e8c516c9cf485e09bd7d3b01d4716d6ae5c304ce assets/armourandtoolsmod/models/item/ruby_helmet.json +1fc8410fd955ccf5bb3109464037ef5b9a02ad42 assets/armourandtoolsmod/models/item/ruby_hoe.json +81da1e4880c9f8e5504ffe8df39e46e2641b94aa assets/armourandtoolsmod/models/item/ruby_leggings.json +b20ac3021a725f43f0db1c2f02c4259153372d07 assets/armourandtoolsmod/models/item/ruby_pickaxe.json +f132f7b36c6d9afba4bc1584d40e04a7758574c6 assets/armourandtoolsmod/models/item/ruby_shield.json +4adbd18633b0a1f103dbf6fd706d8e686d6344ca assets/armourandtoolsmod/models/item/ruby_shield_blocking.json +4c6eaca19b658f0cd4dd8342b776610f7c739d7b assets/armourandtoolsmod/models/item/ruby_shovel.json +a5d0971fa9b5d9043179306cdccdebef34007a0b assets/armourandtoolsmod/models/item/ruby_sword.json +4b0b4eb698d244132bfb8f12fc607cc01ec3c42a assets/armourandtoolsmod/models/item/sapphire.json +ec642bc131aaa13e2e0f348116da8ea3acc70f16 assets/armourandtoolsmod/models/item/sapphire_axe.json +55dd91859981462a224d5cbead94b2980bf83e99 assets/armourandtoolsmod/models/item/sapphire_boots.json +1d08e6624fa8c2b2e31b4488970229e1b9428035 assets/armourandtoolsmod/models/item/sapphire_chestplate.json +f535960e93f68a94e4985036d602b925d5f8aca9 assets/armourandtoolsmod/models/item/sapphire_helmet.json +e2c3c93f6b15ad2d06f37d7bcfcbcafb009848d6 assets/armourandtoolsmod/models/item/sapphire_hoe.json +bc5128bd4e8d45c235c4c036f9b962e8395a4aba assets/armourandtoolsmod/models/item/sapphire_leggings.json +6ebea9099f190b2386937226a76c118dd9e96e80 assets/armourandtoolsmod/models/item/sapphire_pickaxe.json +498433d71e17318b0ad4a06725341cef41016fbc assets/armourandtoolsmod/models/item/sapphire_shield.json +abca32c423c04d9fd3fb20b8ef95367494ef6d3f assets/armourandtoolsmod/models/item/sapphire_shield_blocking.json +a859ec2b689f137a200572cebf2beb5ba0e7adbb assets/armourandtoolsmod/models/item/sapphire_shovel.json +c565b2fac9d49e40f0865beb88ac8c3fc2666147 assets/armourandtoolsmod/models/item/sapphire_sword.json diff --git a/neoforge/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e b/neoforge/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e new file mode 100644 index 00000000..a8e39db7 --- /dev/null +++ b/neoforge/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e @@ -0,0 +1,401 @@ +// 1.20.1 2023-10-23T07:56:53.0671898 Recipes +64b2fa52dbca9188c5fed6b3a1d1426c2b380ed1 data/armourandtoolsmod/advancements/recipes/building_blocks/aqumarine_block_recipe.json +7d54606f53db4f400123dfb6907c02f087b53786 data/armourandtoolsmod/advancements/recipes/building_blocks/custom_armour_crafting_table_recipe.json +9c72e5c5a44803c45a34320f73263008e4bada72 data/armourandtoolsmod/advancements/recipes/building_blocks/custom_tool_crafting_table_recipe.json +b1fa135141f599ea4d7fab4f77cd7aae863f0819 data/armourandtoolsmod/advancements/recipes/building_blocks/enderite_block_recipe.json +1acc3f7f2761775fc7efe033dd5b77393a66ca9d data/armourandtoolsmod/advancements/recipes/building_blocks/graphite_block_recipe.json +ccb320284e7430286cffdffd1a9ce9b6babe48f6 data/armourandtoolsmod/advancements/recipes/building_blocks/ingot_fusion_toll_enhancer_recipe.json +c7a9daf7e9793d66f69bdfd53a8e535251b0a75c data/armourandtoolsmod/advancements/recipes/building_blocks/rainbow_block_recipe.json +a1191d311fcf166617e619855f1c89f218ed3d0a data/armourandtoolsmod/advancements/recipes/building_blocks/ruby_block_recipe.json +4e2d078faefa50aebd181dcc29d0c0d22e75bff4 data/armourandtoolsmod/advancements/recipes/building_blocks/sapphire_block_recipe.json +1cdaf1b403771ba2ee488b24b231c7ba75e2117a data/armourandtoolsmod/advancements/recipes/combat/amethyst_boots.json +f08a3bd5d9fb75c5ec6cc1a227c27e5d99056115 data/armourandtoolsmod/advancements/recipes/combat/amethyst_chestplate.json +529e0ef8d29e4be64cb20c6765e120d0db319bde data/armourandtoolsmod/advancements/recipes/combat/amethyst_helmet.json +cf89b931a91cabea19638994a6e50d576e22d94a data/armourandtoolsmod/advancements/recipes/combat/amethyst_leggings.json +84f1983f62babec0e57489da90a326616b2435a1 data/armourandtoolsmod/advancements/recipes/combat/aqumarine_boots.json +32d20f38d6ad35e4b5b4b9fd7f7132347d5ee8fd data/armourandtoolsmod/advancements/recipes/combat/aqumarine_chestplate.json +7cb4ae38106379d693b6a2094cc25e0df1e71c73 data/armourandtoolsmod/advancements/recipes/combat/aqumarine_helmet.json +0d5e5f9088dd8650af5ec055d055942168d3a9ce data/armourandtoolsmod/advancements/recipes/combat/aqumarine_leggings.json +8dd2eccb6de01399e51cea5572876195888c90ee data/armourandtoolsmod/advancements/recipes/combat/enderite_boots.json +aa2dbdd1ca2c5f0de169b5da4333e3dc47c0bd44 data/armourandtoolsmod/advancements/recipes/combat/enderite_chestplate.json +8c297ef96748256e647700b62d6ab57d50c5a736 data/armourandtoolsmod/advancements/recipes/combat/enderite_helmet.json +b3b673f812f32eee82876ff23a971fc99bdbec03 data/armourandtoolsmod/advancements/recipes/combat/enderite_leggings.json +2a0a41fa3cb4c5606bf7c42b99549882ca533a7d data/armourandtoolsmod/advancements/recipes/combat/graphite_boots.json +ae8fcb07418ad365aa9cdcca1b73725b3e8d527e data/armourandtoolsmod/advancements/recipes/combat/graphite_chestplate.json +317489aad402d8b949332252c83c034dd6d4feff data/armourandtoolsmod/advancements/recipes/combat/graphite_helmet.json +5ab929901b20ccb1fde6b6c8953cb85ba7ec63e3 data/armourandtoolsmod/advancements/recipes/combat/graphite_leggings.json +ec5b3e24d4d36a57e1f7bd3ed9b127bd64a0b89b data/armourandtoolsmod/advancements/recipes/combat/rainbow_boots.json +28ba6fcb9063413c32241b7dd2a5abf872ebe0ac data/armourandtoolsmod/advancements/recipes/combat/rainbow_chestplate.json +0da130847b814e29f877738b56b804f9ae453633 data/armourandtoolsmod/advancements/recipes/combat/rainbow_helmet.json +4540669c06f1a7b67563797de991d99f183d2def data/armourandtoolsmod/advancements/recipes/combat/rainbow_leggings.json +a600f94e9fba78e1ad65789ecbd654e4b0f85519 data/armourandtoolsmod/advancements/recipes/combat/ruby_boots.json +18d0524eadbfbf2947db3531e1c26d2186923d62 data/armourandtoolsmod/advancements/recipes/combat/ruby_chestplate.json +b231fd5ab5d98354f5d5b2c25170506d0c806a8f data/armourandtoolsmod/advancements/recipes/combat/ruby_helmet.json +4bf021f5d653056ceea1960d90992c24b336ca83 data/armourandtoolsmod/advancements/recipes/combat/ruby_leggings.json +ca4b724c47716477791ef4efcf90e10ea456e49a data/armourandtoolsmod/advancements/recipes/combat/sapphire_boots.json +5cf51881e62cb4796923c127bf80adf5f2cb9f28 data/armourandtoolsmod/advancements/recipes/combat/sapphire_chestplate.json +eed8cc120a358cc533ef4373b3ed5bea61ed8bc1 data/armourandtoolsmod/advancements/recipes/combat/sapphire_helmet.json +d4e99b72616bb3f4a18629753efcaa9a869d7414 data/armourandtoolsmod/advancements/recipes/combat/sapphire_leggings.json +18c471800958f97f405ff0f53d9ba6a0773b2818 data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_boots.json +65caf5a26fa5b8c3e81527e8aad95529f8955a16 data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_chestplate.json +3134bee386c96b4397a5b3a2669989cf47545d2c data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_helmet.json +ddcdcb798f732ee81be1fb0809b351a8db60650a data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_leggings.json +c642de905ce8e6b87d8d9c6a776480d5d5335646 data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_ore.json +0bd007a9c2c5c387a9c4a40956e2058dcf3d4414 data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_shield.json +1da9de6c6a5c07dc66b392bb507a437a3a2086b9 data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_trident.json +8b7f09c2641f571163d351d1e7d12d0002fe821a data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_aqumarine_ore.json +c9f89ed0c1cf85b7d741006f820f59445b6570eb data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_graphite_ore.json +94d18b20f86c0520e3132441323981f782ff1af7 data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_imperium_ore.json +c07cb3c50293b4e7f0e719738657886da0e4f0a2 data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_rainbow_ore.json +6347da67981c03ef4dd93c6ba4a452b4abf015e9 data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_ruby_ore.json +7fe9ac66d15c9ba799b4e3273e1156af890fe661 data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_sapphire_ore.json +6fa8fd04f6a145766d924c9efc9ff3fc22c4a688 data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_axe.json +e673658b762611c422ba07d126fc4e59bd91e113 data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_boots.json +ca5ab1a1f81216e21bf327cf290548631beeef54 data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_chestplate.json +19599cc654d35c2c426c85f258e7b492aa2f7b1c data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_helmet.json +1ddd0bf3fec836edaa32baf7a98a08e986b1cd42 data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_hoe.json +fba2e3207edf3f03a90029b30e0fb08c01690370 data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_leggings.json +362ed9930834caa5a02a7f3eb80afa4284116654 data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_ore.json +ed6863180fbdb2aca431c6bcdb0f6df8afe69409 data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_pickaxe.json +2ded49f80f1357fee2b7c60683de7d1e6c287d0d data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_shovel.json +8ea99a634e31dfacc62da643faf6f309b50bcb2e data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_sword.json +36d4309f2a07ef0719386676f70ab3f378aa8f18 data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_boots.json +5763e269b38db1fc6f7e2df64681733db47ff748 data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_chestplate.json +58f64ec9cb338819997378bf037d36824e3dc641 data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_helmet.json +ee8e188e67a2f84b6c44f9192afb3df90a2dbeec data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_leggings.json +c2713f717ff034d981cc364a316a1d1ba5b193e5 data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_ore.json +e0bc24cbc2dfaf553c81d5df49dae90e26607755 data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_shield.json +c1037c2bcfe5d85a4a2b5a99af8046b4a07483f7 data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_ore.json +89eec26122dc068e0959737ef75541c6e267c7cb data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_pickaxe.json +be19fe520153ab0d464ee94f2e0d8eef995d4a9e data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_sword.json +4b741bf870196f2f5e99ab7ea7f0ad5231af6b78 data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_boots.json +20388126da52b373ebcc1a33af22ad2427f2e730 data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_chestplate.json +0b75836d5abc9865e2c66b363486656fc3f7243a data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_helmet.json +36280ef946f6d779cb41050a8919cb6fe31085e6 data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_leggings.json +cb26f2aa48a3dd77099c07ce7de232bebef9a9aa data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_ore.json +00a12ce3fbf98e13314d17a278054c3ce6733ad2 data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_shield.json +0850dae06e25bbf2c1b2945374ae973c1a6b8af6 data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_aqumarine.json +4abd2efebf5520a66b84548d28129c24255e3c12 data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_enderite.json +439470381e3121b18d0a62a08eb8297ed4cbec99 data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_graphite.json +4354d2e08cdac65b77b57e7c75a37aefff86dc8a data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_imperium.json +b89be5df3c953a270ea839ca5898bf7c1193539d data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_rainbow.json +86059c216bc6943213702d7695997b010f077d9a data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_ruby.json +b7e76846c125f9f68a05d49ebb636b2ac656c6e4 data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_sapphire.json +2cbb0987ec934160782d4e12bdc8056b437e3fba data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_axe.json +43aa79f5d81e28f5963f4df4c07c7a690c02d743 data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_boots.json +dcdf5034b94eb1e356259dd46706855c28dc89be data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_chestplate.json +d57676420d2bc4140a3dd1a758c2d4b805fd29a0 data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_helmet.json +fd3a6434ef231392340352519d9d01a080516b67 data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_hoe.json +47ee8887a930ec9283062de80b2ffdd194044f76 data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_leggings.json +43d1a31cb18cfcb7736082972d227608e23fe378 data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_ore.json +bb3f5a4f54c96894f7d4bcac09fd7b6a6f025a02 data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_pickaxe.json +b8cdbd6367794bc2ed2cc7b0b8b61aa54cd89f3d data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shield.json +1e35eab67bd21cd1529f66513a95733fec784942 data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shovel.json +06aa0bef82b78a0daf3f1f532317c543e4aa2f97 data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_sword.json +a580c4a408b2f69f10dc2a55bf95a860ea9ff568 data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_axe.json +1bdfdabd04062319d9d460c20ae48d0f20a27ce2 data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_boots.json +57bcc73b5c1bd10e6365fb8fcf0c1fad0992089e data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_chestplate.json +6c64797468871d041ad68a24dc29effccd7bccea data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_helmet.json +035889e2a8ac1562932de03d0dba72830bb214a5 data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_hoe.json +6b451be03f010eb26feeb4336506147ba9002e8e data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_leggings.json +a2d9599efde19645c8b17ba121785ffc396d6bae data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_ore.json +19bb432913c2c5dce375b31bdbe0ae5e4070d9a8 data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_pickaxe.json +8ecd5fa10d78f8ab885cb645e219724b87dff690 data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shield.json +4be563774005a17f19a04926fed6ce14e6ea185e data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shovel.json +8fde7d0844ca23b13522398bb0794d84ba399e22 data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_sword.json +fa26a78f99e474efa6b0ac87a695632e9b05b72e data/armourandtoolsmod/advancements/recipes/misc/ruby_helmet_smithing_trim.json +57080faf9853ca610b4e1f2fc27e008e85edfd60 data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_boots.json +03b32cc01446ed59dc222d9cb3dfe71ede6626e1 data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_chestplate.json +13430e382515f6637d147aa499f84bb44905bec7 data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_helmet.json +151267e511e3789e4b5e3335975de7a62573066c data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_leggings.json +c90b290fc113ad7336ea17060e563eb36a744774 data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_ore.json +f9a05422123bfed508fd57ade8ae076d6d3e9f87 data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_shield.json +196452c4a9bba2b81c261f0b9c083a847e67dfdc data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_trident.json +9c37b6f168979f96ee24f9143c237395d4b7894e data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_aqumarine_ore.json +f0b78cc5431a28aa63f0c8ff7c6907ee467f3dde data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_graphite_ore.json +a1cf1012000deb960c34558568790dcf6842f2e1 data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_imperium_ore.json +76e72325f77b49c8b5d773e2f236aed73defa96d data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_rainbow_ore.json +05b817f3113534fae563be099250f596bb340512 data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_ruby_ore.json +25496969a81dc5396321fa699ad6ef71a6845593 data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_sapphire_ore.json +eba4e4688ace8817db51fdeb4c81a0c13678522a data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_axe.json +caeb34761fda1b51c1fc2125a03598d043c3b833 data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_boots.json +9b5a3584918b83a31b25d2b8e25dcf07c56b4b8a data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_chestplate.json +e76a9eb737c3adbcc1b537b47f523a4df0578df8 data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_helmet.json +472784e1da12536bd336e4370e6690ce90468da2 data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_hoe.json +c7547738f06f7ae2528068c10505e2bd53187472 data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_leggings.json +28d9c85f656b67c60453dc0cceaa05fd6d9325c1 data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_ore.json +f259c7251b032dc3b63d57d6c04160f2aad412c7 data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_pickaxe.json +cd9a5052d0698340e98a99affd9e4e2929f375a8 data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_shovel.json +ef76211b77a8202d5c48662f1f23da379e2b4e85 data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_sword.json +ab96657c7a924abefeacb0c6aab067361dbd9385 data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_boots.json +6a9e56fd26376a96292924b512f5c3f3b9edc4c6 data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_chestplate.json +74494826a49a69c7762843f62fe07d95b88e7b5e data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_helmet.json +6d38ce697d71dc070a82b5df079fc55e817db0f5 data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_leggings.json +82ad6894705e8823f89fcc51b271ced2c718f043 data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_ore.json +19adb32ab595ae5f70d35594871c85b005916583 data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_shield.json +58dc85362f1e0e10f0f3ee9147ffeea5eda0ee99 data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_ore.json +a999f4b6bf2382323461e4f6a58f702dcd0b9856 data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_pickaxe.json +89d4c9bedd50834da0b7c2eeb6afb0f0ba445715 data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_sword.json +862fdef31621aa2292be16dfc763fbbde13a436b data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_boots.json +6d6be5cee0e052ce45e8cc5bcb5119ee11886ff4 data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_chestplate.json +28d6e51f8e14ee87e470e00b4184cd693a5866cc data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_helmet.json +26a0c56cc427ace4e8b4c1d587836449a4c2dc4c data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_leggings.json +d6491169a6fed068edd6eb2bcbf0d8e7a91e5a52 data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_ore.json +9635b63e8b335180e2978d705907213665443065 data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_shield.json +152c3c75c2dadd8e80812523316b4143ee1028c9 data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_aqumarine.json +e23db98788b0af3cc60a306e55936e15ebb2ccab data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_enderite.json +a2afd163fee51f111d2f5cbc9078833cb0503e44 data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_graphite.json +a8c847ec60b7357929a4cabbff1c0e84c8c7de10 data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_imperium.json +51244dfde5aa6d9fed7419f8898a0aca090051ad data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_rainbow.json +a8645c8ccdfdb178b2dab19a44bde81133e050d8 data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_ruby.json +64f93f80f3fd7d77b9457a00884713fd799047eb data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_sapphire.json +335d4b4ecd8dfe1c0c3bf7b3f99e13398871ef57 data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_axe.json +d7d334b63787259124e4479264dba5be352e4a42 data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_boots.json +c17c8ef9909d7303e804e205617b4503c624e752 data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_chestplate.json +330fb725aaf7987a0a037972b0490d1c10466504 data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_helmet.json +fb8449d668cdfa078fd04ad81ff54605c11f6078 data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_hoe.json +3f48d4afb4710ab244538d8ce28dece32044e0c1 data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_leggings.json +323b6f5c4483c5f86066b36dd874f76b7c4fcbae data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_ore.json +b182d303ffb99405c531e027e593277797d8b459 data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_pickaxe.json +07d9daea97b79aceafe734eadd77ba451533a1ab data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shield.json +11ae6c5cece8aba5720583729f598d6e4ab31e4f data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shovel.json +4c6c4accfc96cbd2fc7a85c88fc82962413af98e data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_sword.json +55feee8d596daeff13c8d4bb1070602cb207da05 data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_axe.json +e796a4ce09f337d929bf66e880bd7383948dfeff data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_boots.json +d4d17e727ebd4324536f060377e79833e089f69b data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_chestplate.json +34d0edff9cb0ee2280016ceaa9882cb168eac455 data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_helmet.json +d6dffa179ac5e608e4b02b079d7ce7f2e8717936 data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_hoe.json +bed6f58facefe2b49dd593589643915ef6f6a1f7 data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_leggings.json +b15626440399c8d4ec922cffd9f4391ff8dc7de9 data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_ore.json +68639591ff163c03287bd6c2debfe76bfa44a1dd data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_pickaxe.json +8dfc7d5e8d8d0edff54402501e101b77b8141a4e data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shield.json +1d355a6149df6ee90baceb2af58481b174d39f53 data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shovel.json +cf55c36fed542c0e3e3b99255aec56aae6a5bbc2 data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_sword.json +e9b479dce4a333e720dc29b6332122e7b592f0ca data/armourandtoolsmod/advancements/recipes/tools/amethyst_axe.json +64fbc2a7192aa157444bfae3b1e41b9b8bd4c42e data/armourandtoolsmod/advancements/recipes/tools/amethyst_pickaxe.json +d23584eced53cc0fa543f7749096db34a79e98e8 data/armourandtoolsmod/advancements/recipes/tools/amethyst_shovel.json +b87e233ec8c74794186dd3debae7b4461486a409 data/armourandtoolsmod/advancements/recipes/tools/amethyst_sword.json +5cd7d2417c9e4ece7300874497ecb79a009d3a0f data/armourandtoolsmod/advancements/recipes/tools/aqumarine_shield.json +d3f4fac1cc4c3c387ea99311a58455684f5cea41 data/armourandtoolsmod/advancements/recipes/tools/aqumarine_trident.json +ade7248ccfc70e02171c4e83bac6f8ce1c0da8a1 data/armourandtoolsmod/advancements/recipes/tools/enderite_axe.json +afa30bf8d648696beb40316ae96d9b417c9b0000 data/armourandtoolsmod/advancements/recipes/tools/enderite_hoe.json +bf51aa0688586b63f984c9d439054c995048cc22 data/armourandtoolsmod/advancements/recipes/tools/enderite_pickaxe.json +6a977849effd37c6e745b3a04fdac602e51c2320 data/armourandtoolsmod/advancements/recipes/tools/enderite_shovel.json +1257c4ee51ccdd562a046dd492053f53887f9703 data/armourandtoolsmod/advancements/recipes/tools/enderite_sword.json +d20438d6632aaa0e31ae4ad6ee9af2595dfd2bf8 data/armourandtoolsmod/advancements/recipes/tools/graphite_shield.json +768bf0e682d50ab6265661a6b5dc5e53218a9c24 data/armourandtoolsmod/advancements/recipes/tools/imperium_pickaxe.json +23056e96123073ccd762a7d763afabf93bf99724 data/armourandtoolsmod/advancements/recipes/tools/imperium_sword.json +aa1edd9262dfc43253edef429a1dda3be6705e24 data/armourandtoolsmod/advancements/recipes/tools/rainbow_shield.json +cb4451ef3aafb1a17926203b75bc3bb85c156667 data/armourandtoolsmod/advancements/recipes/tools/ruby_axe.json +d7395d76ae997531eb308841d393de9cb4062585 data/armourandtoolsmod/advancements/recipes/tools/ruby_hoe.json +e0a2d46e6a562d46dccc42eedcda00b89d3a7cd2 data/armourandtoolsmod/advancements/recipes/tools/ruby_pickaxe.json +3209f918eb86bebe3a16a1344863b0247ba31d6e data/armourandtoolsmod/advancements/recipes/tools/ruby_shield.json +8eb669e829e5a81651b5691926c209d16e317be4 data/armourandtoolsmod/advancements/recipes/tools/ruby_shovel.json +afaa0f79973970a20fc6ad1a6b628e40e73b2ae7 data/armourandtoolsmod/advancements/recipes/tools/ruby_sword.json +b107aadcab847b199085f9c69083751eb7bf0a0b data/armourandtoolsmod/advancements/recipes/tools/sapphire_axe.json +c0d8469bd06d4576da46e02cc0dc15954ee859a7 data/armourandtoolsmod/advancements/recipes/tools/sapphire_hoe.json +25eca0fc984e510dae3aed27012f60df2b296eb9 data/armourandtoolsmod/advancements/recipes/tools/sapphire_pickaxe.json +406cfeb511bd6a34d4fcf0a30868e5fa7073bd25 data/armourandtoolsmod/advancements/recipes/tools/sapphire_shield.json +895e10ca5f689259a276802e07de278ba6682ead data/armourandtoolsmod/advancements/recipes/tools/sapphire_shovel.json +1296cd3603319a79a10046ebf6b9f0be618f1f9e data/armourandtoolsmod/advancements/recipes/tools/sapphire_sword.json +ef7ef1d4b425916d8205de09e00227225687c9de data/armourandtoolsmod/advancements/recipes/tool/magma_strike_pickaxe.json +9cfe0a80df9637e4f0a594063ec9d3da5ae1ea92 data/armourandtoolsmod/recipes/amethyst_axe.json +37c59fcd7e6870869c09b655269118c12b6f58ae data/armourandtoolsmod/recipes/amethyst_boots.json +492c2c6866f720415ef3f69e5cb8019775939919 data/armourandtoolsmod/recipes/amethyst_chestplate.json +b5b33aef5c5fec332d41973c493fc81b43e2376a data/armourandtoolsmod/recipes/amethyst_helmet.json +57b0885c30518800891d6ef03e5a308471b9b57f data/armourandtoolsmod/recipes/amethyst_leggings.json +6067624d32108ef99773bafd255a5538a501c1dc data/armourandtoolsmod/recipes/amethyst_pickaxe.json +89ccba0ac32b5dc269cfcc38a1e6a7969cdd564c data/armourandtoolsmod/recipes/amethyst_shovel.json +98926a8d84ad7159793592a4cd4de67cbb47e696 data/armourandtoolsmod/recipes/amethyst_sword.json +1576f1a4728f4419a491d43ef95bd24c5396b1f5 data/armourandtoolsmod/recipes/aqumarine_block_recipe.json +52a469a10c2bc4ae10c4b8d19b51ca477cf94f96 data/armourandtoolsmod/recipes/aqumarine_boots.json +9dc8543b18e506463e212bf0d53df7b70937259d data/armourandtoolsmod/recipes/aqumarine_chestplate.json +37228579152c282701ad7350876955d7772a60eb data/armourandtoolsmod/recipes/aqumarine_helmet.json +8888a61ecb494ff942baa6a8d408ed2481c1e097 data/armourandtoolsmod/recipes/aqumarine_leggings.json +319083e4d9e5039792974aadc87b41a9eec9909f data/armourandtoolsmod/recipes/aqumarine_shield.json +7a6a40ed519e3e296ed000dda2c3bb73d159602d data/armourandtoolsmod/recipes/aqumarine_trident.json +3ba9b5664117242513a4dbed09829d10b55c3023 data/armourandtoolsmod/recipes/blasting_aqumarine_boots.json +527e99a8f5b27206e1b01e6445378ed02e5838b8 data/armourandtoolsmod/recipes/blasting_aqumarine_chestplate.json +68b3798d90f0228ec1b16505d79f19da75695706 data/armourandtoolsmod/recipes/blasting_aqumarine_helmet.json +34d6beac7a5b1b99f05872fb02fc9d4d1e7c470a data/armourandtoolsmod/recipes/blasting_aqumarine_leggings.json +21d491f8c8cbcd1f8b219c5ae4c1f67f67fb78e1 data/armourandtoolsmod/recipes/blasting_aqumarine_ore.json +add1364bea93f082cfbde5ea7691601bcb39c167 data/armourandtoolsmod/recipes/blasting_aqumarine_shield.json +0664ebaea50346e487b1f1d80e6f64bf83bc30ea data/armourandtoolsmod/recipes/blasting_aqumarine_trident.json +33dda1dab04283c3a1db5ff577ae5f0e67ab6785 data/armourandtoolsmod/recipes/blasting_deepslate_aqumarine_ore.json +fa451aadfe0d1733d98c5fdf218737b65ba7977a data/armourandtoolsmod/recipes/blasting_deepslate_graphite_ore.json +1ceb5abed9a96a3149f9eb3fbb6cacd3d1e57b54 data/armourandtoolsmod/recipes/blasting_deepslate_imperium_ore.json +085a3f25fabbe82511cedcdd68fa34b757f3eccc data/armourandtoolsmod/recipes/blasting_deepslate_rainbow_ore.json +ec365638e9f2d0c9be0d7d45f058b5985a5f1ff7 data/armourandtoolsmod/recipes/blasting_deepslate_ruby_ore.json +dbab236832da5fd5f08b6f1d6180cfe9f8efd6b9 data/armourandtoolsmod/recipes/blasting_deepslate_sapphire_ore.json +40d022b646ee457eb0415fd55237ce9ad6468c50 data/armourandtoolsmod/recipes/blasting_enderite_axe.json +f79cfbc38dc0174d4a16addc3d6274c699dcbed7 data/armourandtoolsmod/recipes/blasting_enderite_boots.json +f2f161f103919afae84698dcfeb469e0bb178b9b data/armourandtoolsmod/recipes/blasting_enderite_chestplate.json +20531193cfaed5bc0a9ec41c157e43faf3e89616 data/armourandtoolsmod/recipes/blasting_enderite_helmet.json +2c3bf8313127a9c8808c0912d4e71d8a705fb1c2 data/armourandtoolsmod/recipes/blasting_enderite_hoe.json +f9dc5bb0ee2e394d7560113457825d2f1ed00eab data/armourandtoolsmod/recipes/blasting_enderite_leggings.json +7b0bfcf6177513fe4957e246ac6a539bad619db8 data/armourandtoolsmod/recipes/blasting_enderite_ore.json +23cfce719d50b9772e3809dccfd928f7e9f92ee8 data/armourandtoolsmod/recipes/blasting_enderite_pickaxe.json +d9ef585b752aeda863cdca3e139469359fb53126 data/armourandtoolsmod/recipes/blasting_enderite_shovel.json +5f41487de2e25d28f0c4d1bb0aa5825a9573e64b data/armourandtoolsmod/recipes/blasting_enderite_sword.json +3138454fe1f105538804ab2167098b2acad1e702 data/armourandtoolsmod/recipes/blasting_graphite_boots.json +50c4c6f1e6c3a350a2798564497ef31fcd1ff72e data/armourandtoolsmod/recipes/blasting_graphite_chestplate.json +72b6620f8aa66e4866c3a99c7fb94f11c61ba888 data/armourandtoolsmod/recipes/blasting_graphite_helmet.json +6979c6ecfd06efa11535896c3c39455f2b70d545 data/armourandtoolsmod/recipes/blasting_graphite_leggings.json +d0a2e50b965e216ffe4101faaa5a20b7e7e6227e data/armourandtoolsmod/recipes/blasting_graphite_ore.json +404478e2e1c735cbfd37280e7b6e87ca935df6ac data/armourandtoolsmod/recipes/blasting_graphite_shield.json +de28c31cbda03faee6881e077d26411fa22a3578 data/armourandtoolsmod/recipes/blasting_imperium_ore.json +e5ad7dbb328973b6c5d109c4c38a7ba03a46ed80 data/armourandtoolsmod/recipes/blasting_imperium_pickaxe.json +5b1841a1c12d1c07aa89df4511b0214885c94722 data/armourandtoolsmod/recipes/blasting_imperium_sword.json +a169e362521aa2c9c066e8a528f92dd202bda6b5 data/armourandtoolsmod/recipes/blasting_rainbow_boots.json +3761490c5e09279ecbe6053bbd81e46430c3e658 data/armourandtoolsmod/recipes/blasting_rainbow_chestplate.json +8251b2695c495f4c51b1de507d5ae5b00d7b93d5 data/armourandtoolsmod/recipes/blasting_rainbow_helmet.json +ca9c1c8d755b2c53cc4fc87c62e7e005449e026f data/armourandtoolsmod/recipes/blasting_rainbow_leggings.json +deceb6b224fa0de25d785680cd15063cb8465517 data/armourandtoolsmod/recipes/blasting_rainbow_ore.json +a065ed2a7a56e9ea420c348d6f8480a7eb378822 data/armourandtoolsmod/recipes/blasting_rainbow_shield.json +2df433ab712f2619ac6544628563d43c1e1c598f data/armourandtoolsmod/recipes/blasting_raw_aqumarine.json +6ed3be5bb73f40fb06d4619c025cea285dde2459 data/armourandtoolsmod/recipes/blasting_raw_enderite.json +d31238fe257d170f74f7f7708b8c728e6a7e762e data/armourandtoolsmod/recipes/blasting_raw_graphite.json +da6f6d87ee8748bbc580fc27a01c8ea04b309029 data/armourandtoolsmod/recipes/blasting_raw_imperium.json +e39c39afebd3ce99c9706304b9cb1b8eb381c8e1 data/armourandtoolsmod/recipes/blasting_raw_rainbow.json +fade1b6ad76c4069def6c17886b0a896b37ab71f data/armourandtoolsmod/recipes/blasting_raw_ruby.json +a4fe178488bfda3b133388e0e8a7437d80da4f0b data/armourandtoolsmod/recipes/blasting_raw_sapphire.json +4a161116308f7a2c6a75dcf15fcecfa6a772c233 data/armourandtoolsmod/recipes/blasting_ruby_axe.json +730715d2b89d5dacf3117d8cd76f1ed108844e30 data/armourandtoolsmod/recipes/blasting_ruby_boots.json +0e57906adcb43aa4e8f3324064fb3b64082b3637 data/armourandtoolsmod/recipes/blasting_ruby_chestplate.json +7a6a0d12dcfc468a115d0aca3a8bf57086630687 data/armourandtoolsmod/recipes/blasting_ruby_helmet.json +c484ec7e97f5b71b86860e6beba9b5cb0e901319 data/armourandtoolsmod/recipes/blasting_ruby_hoe.json +4e40307683136be60da52d2f2bc5acd5bc4c0a6b data/armourandtoolsmod/recipes/blasting_ruby_leggings.json +dc1439c22ead568bbc80a4b55d0629f4d672bb3a data/armourandtoolsmod/recipes/blasting_ruby_ore.json +e5042409c92207ed464e0c4e5dc2e5d8a996f62f data/armourandtoolsmod/recipes/blasting_ruby_pickaxe.json +d1fbc5e05d72b982a0a257ea8a9804268f24bee0 data/armourandtoolsmod/recipes/blasting_ruby_shield.json +8acfb9a4d1ae39781a85c5b10f07367c14685c66 data/armourandtoolsmod/recipes/blasting_ruby_shovel.json +f5dd4f01ddd988bdc0eb42b9107476f5d57fc3a9 data/armourandtoolsmod/recipes/blasting_ruby_sword.json +76881d07efb1c52ebd35e0c529b11b491f7d87b5 data/armourandtoolsmod/recipes/blasting_sapphire_axe.json +aebf4b7ceb3689b7488b999fafe8b118a524871e data/armourandtoolsmod/recipes/blasting_sapphire_boots.json +6e745f694fdedfec42663e7ef69253f29fec18c5 data/armourandtoolsmod/recipes/blasting_sapphire_chestplate.json +0fc253be15818cda6f9813a44999f69ec4152f3d data/armourandtoolsmod/recipes/blasting_sapphire_helmet.json +c54fb4970f3f568c90689bfd5d7a5d9e2a6e3e86 data/armourandtoolsmod/recipes/blasting_sapphire_hoe.json +52dc314932628b9bea1d280c4d82870b42d481fb data/armourandtoolsmod/recipes/blasting_sapphire_leggings.json +e03b0882844ad67b638e963bc4b8386c89a2071b data/armourandtoolsmod/recipes/blasting_sapphire_ore.json +49a5a894b22c4607b0ddf0347605ac9339481495 data/armourandtoolsmod/recipes/blasting_sapphire_pickaxe.json +cb4206693e1d2a4815e0227563721ad9d4b9a534 data/armourandtoolsmod/recipes/blasting_sapphire_shield.json +0efdbbe98557fb7aa32045d913bd93dd71998402 data/armourandtoolsmod/recipes/blasting_sapphire_shovel.json +7d10f4ca19ab35884b482afad8bab7f52288e3cb data/armourandtoolsmod/recipes/blasting_sapphire_sword.json +5d841a1e90a62ba975f11ef400c691929067acf6 data/armourandtoolsmod/recipes/custom_armour_crafting_table_recipe.json +9c09562a537846f561aebc1c713898556cabc19a data/armourandtoolsmod/recipes/custom_tool_crafting_table_recipe.json +8fb226a28b694e976f31b17ed63427341ac02cc2 data/armourandtoolsmod/recipes/enderite_axe.json +60ce27cd8d6df6c12cac00caeece898800f85e77 data/armourandtoolsmod/recipes/enderite_block_recipe.json +fcda421db9bb70a201123a67d90bc59eab26a1b0 data/armourandtoolsmod/recipes/enderite_boots.json +aaa740d8851bfc86be1f4e485556f4932d3e842d data/armourandtoolsmod/recipes/enderite_chestplate.json +ed75749827576266150a54555faf65a7861b0df5 data/armourandtoolsmod/recipes/enderite_helmet.json +ba7060215f0ad2b9089447567512d065275abc3a data/armourandtoolsmod/recipes/enderite_hoe.json +fa43fb867e74b3eeb087704647fdb01de34cb494 data/armourandtoolsmod/recipes/enderite_leggings.json +ceff229c84a1d83a17a0380c6db142e348266663 data/armourandtoolsmod/recipes/enderite_pickaxe.json +e18aa8926fca8b12b88769c0ab6d1b18f2337670 data/armourandtoolsmod/recipes/enderite_shovel.json +595022a10eca17769a2136e5f5dfec8f09952afe data/armourandtoolsmod/recipes/enderite_sword.json +8ff83a33d3d0ea58fc5c9f9a80185fa3633e20de data/armourandtoolsmod/recipes/graphite_block_recipe.json +43e61ca8f72242f4799aac943910b34e047fbc1d data/armourandtoolsmod/recipes/graphite_boots.json +ea39cbfa896ebd4cc60af827cc27d1438cdb0aeb data/armourandtoolsmod/recipes/graphite_chestplate.json +b0f61021c51cbf69455d7d1de606d763841f3b9f data/armourandtoolsmod/recipes/graphite_helmet.json +3f2ce086e2b439a8c23fe3f11b70f4f4a44a0fa2 data/armourandtoolsmod/recipes/graphite_leggings.json +ad0c097621f95c5b6ecf7071f400c04d0a0539e1 data/armourandtoolsmod/recipes/graphite_shield.json +186a1e677fe29e54cd3f9266473edddc24ecd969 data/armourandtoolsmod/recipes/imperium_pickaxe.json +b38e6d05408603e66f68bca8e1f130a81f2b3878 data/armourandtoolsmod/recipes/imperium_sword.json +eb7bc1fd278b7b1e16aab1d6068656a0b69c6d36 data/armourandtoolsmod/recipes/ingot_fusion_toll_enhancer_recipe.json +cf0f2ab2d22ab8591df43b054cb613d21c911667 data/armourandtoolsmod/recipes/magma_strike_pickaxe.json +0399917d7fdda6f9af410c709805dfb149b2451c data/armourandtoolsmod/recipes/rainbow_block_recipe.json +9e4117f89e11f11fb8d19b1981e215582e5ac0b5 data/armourandtoolsmod/recipes/rainbow_boots.json +acc1a952978e1ddef1c694f2b0f5f84a69cd5c6b data/armourandtoolsmod/recipes/rainbow_chestplate.json +f41797c78358c63ad8bd96bd3daa4ffa26f4ba51 data/armourandtoolsmod/recipes/rainbow_helmet.json +9cfb9c28a5b422397eb2d9b57cc1d01cc3b5898c data/armourandtoolsmod/recipes/rainbow_leggings.json +062284fc8875f8e578961888291e9da493650cbc data/armourandtoolsmod/recipes/rainbow_shield.json +9d2dd490968f078c24025d8fb364545cff34ac7f data/armourandtoolsmod/recipes/ruby_axe.json +4553256d555f24b2023b17f5ea6578d10366bd28 data/armourandtoolsmod/recipes/ruby_block_recipe.json +815ff854c5f0c74c1c2d4365b6f7d6efd25195a3 data/armourandtoolsmod/recipes/ruby_boots.json +ef1f072d99cd4388f0c61f1aa6066a3aee0c52c7 data/armourandtoolsmod/recipes/ruby_chestplate.json +50351969a5306f1b62f8b96a885128efd2b07584 data/armourandtoolsmod/recipes/ruby_helmet.json +332481d945739b2bc2f7a57a445f098effe087ae data/armourandtoolsmod/recipes/ruby_helmet_smithing_trim.json +3c1d1867b81f5e538fb7e031f9f5c60faa781b7b data/armourandtoolsmod/recipes/ruby_hoe.json +454dd6f67949fd98787c3d1da1815d9b24e6f9f8 data/armourandtoolsmod/recipes/ruby_leggings.json +d5fc3669cd02ad96cd2776fb9be085ad294cc557 data/armourandtoolsmod/recipes/ruby_pickaxe.json +1bcd55a9a30fdc081d99a87cc20942eab2e7d6af data/armourandtoolsmod/recipes/ruby_shield.json +f114a256311cb8461e35b79bbf03564c361ee834 data/armourandtoolsmod/recipes/ruby_shovel.json +35d8ce1ab594a72a9ef607cf5f7646c3d5a7518d data/armourandtoolsmod/recipes/ruby_sword.json +d99e6f365eb18d2b39325f2fb5725eaa4402f5e5 data/armourandtoolsmod/recipes/sapphire_axe.json +89491cb4c6a2c38b52171d225e847b0857290162 data/armourandtoolsmod/recipes/sapphire_block_recipe.json +646089896c110d2816c2ebf8abc843d5d0ac08e2 data/armourandtoolsmod/recipes/sapphire_boots.json +a46a042370cb129cc866c3698582d50f5c192852 data/armourandtoolsmod/recipes/sapphire_chestplate.json +3dbb0117bd17adbbb5ae4a7ad8c4880d23434f97 data/armourandtoolsmod/recipes/sapphire_helmet.json +f9aecf47a4331f008e75ecf0f30cfc2e9c38c848 data/armourandtoolsmod/recipes/sapphire_hoe.json +f95d2229db790ddbe07801b20975ead5c00f70b0 data/armourandtoolsmod/recipes/sapphire_leggings.json +408759a8bc3bb5ef3bfeb4c8b0bd6dba3c8f670a data/armourandtoolsmod/recipes/sapphire_pickaxe.json +70ab6b20d45738dd90a70c295f4a83c23a651b66 data/armourandtoolsmod/recipes/sapphire_shield.json +193aec4d75dbf24b5dd9216d935d50e9719c773f data/armourandtoolsmod/recipes/sapphire_shovel.json +634df79a4f6be6a92813c307a64c34d80179b52c data/armourandtoolsmod/recipes/sapphire_sword.json +f8cf7f6bb5b6e5a9ce5a17bed676f409889ef231 data/armourandtoolsmod/recipes/smelting_aqumarine_boots.json +e368772b68e458c259c10eb88b7d15869e726987 data/armourandtoolsmod/recipes/smelting_aqumarine_chestplate.json +95a71b575cef57e97e65c445689855a53dfc79be data/armourandtoolsmod/recipes/smelting_aqumarine_helmet.json +9980b671dbbd61ea877a38abe2ddaf6e47058db3 data/armourandtoolsmod/recipes/smelting_aqumarine_leggings.json +2573ba6f4fccf730deb1b99627c52ec6ff8060d7 data/armourandtoolsmod/recipes/smelting_aqumarine_ore.json +41f4367edd8bc98507d1bd5fe7d6168dd421f209 data/armourandtoolsmod/recipes/smelting_aqumarine_shield.json +10f360754f4bfc21b8ca804e66e3b41601e49212 data/armourandtoolsmod/recipes/smelting_aqumarine_trident.json +4f2a03e74af293bb40015a711581026e6723019f data/armourandtoolsmod/recipes/smelting_deepslate_aqumarine_ore.json +24c6afe53017c4a31841a574c4af964fd4bb930f data/armourandtoolsmod/recipes/smelting_deepslate_graphite_ore.json +1499a4e882dba34f8c5d81dcf86d283715436df3 data/armourandtoolsmod/recipes/smelting_deepslate_imperium_ore.json +ba5677fbec717e0c287b00ec96352b1976fcba44 data/armourandtoolsmod/recipes/smelting_deepslate_rainbow_ore.json +30d1489fc939d1043d93e8113d57bf540eb39acf data/armourandtoolsmod/recipes/smelting_deepslate_ruby_ore.json +b7c6380a58e0367f331a4defccc9ac295ae18336 data/armourandtoolsmod/recipes/smelting_deepslate_sapphire_ore.json +094cb7df3877b52085869c872af39f8cfe24843e data/armourandtoolsmod/recipes/smelting_enderite_axe.json +be76cf85c7289cbec3661ce924d783ffa1ebe869 data/armourandtoolsmod/recipes/smelting_enderite_boots.json +2e25ab3fe0c28fdb7c7fdfa059bf1474a3f2e38c data/armourandtoolsmod/recipes/smelting_enderite_chestplate.json +331b6cc5ab4b0709451837d622e29a47bb3dbdce data/armourandtoolsmod/recipes/smelting_enderite_helmet.json +6be23bf94e446986c7de715184ee6c0ab23976f4 data/armourandtoolsmod/recipes/smelting_enderite_hoe.json +f47d098d558a8c488713c594f3059c740fa74809 data/armourandtoolsmod/recipes/smelting_enderite_leggings.json +ff9911b04406d992bad8aee9c544b849026fcd10 data/armourandtoolsmod/recipes/smelting_enderite_ore.json +ff327dcaf31c429d8ea405828b42b53bb5409dfb data/armourandtoolsmod/recipes/smelting_enderite_pickaxe.json +59bb9f05566d4f672c725c240bab447c6c0c7822 data/armourandtoolsmod/recipes/smelting_enderite_shovel.json +6dc6cff21427e947b3819849aadb536ae2452720 data/armourandtoolsmod/recipes/smelting_enderite_sword.json +2e3e5a00d15aad0b4dee62aa1a3bb365db79680f data/armourandtoolsmod/recipes/smelting_graphite_boots.json +773b4a36eab9650af3f8424820ba996ed13fa8a4 data/armourandtoolsmod/recipes/smelting_graphite_chestplate.json +4b197215342f4845490943bd34fc41f825e459fb data/armourandtoolsmod/recipes/smelting_graphite_helmet.json +92057c8adeb2fb7b55de20cc51a49f68d12bf839 data/armourandtoolsmod/recipes/smelting_graphite_leggings.json +10e97a407c586d2445dbcf0c258755e7218761e0 data/armourandtoolsmod/recipes/smelting_graphite_ore.json +397ad7fe2a5886b07a77b9ee078a282017c72db9 data/armourandtoolsmod/recipes/smelting_graphite_shield.json +4bd9d5766f8408bce46c1ef88e1f7db94bdf4dbd data/armourandtoolsmod/recipes/smelting_imperium_ore.json +bc64b1c76fb697ceefa32c41e7c3d16fd699d2de data/armourandtoolsmod/recipes/smelting_imperium_pickaxe.json +294e17646d77fed677b4ce3cc9695fc5eca2b9e9 data/armourandtoolsmod/recipes/smelting_imperium_sword.json +18c59f9125fe3f99eafe536af6e5851f2a46f80b data/armourandtoolsmod/recipes/smelting_rainbow_boots.json +4f1606302fe518c5597af87088dbd502f4640331 data/armourandtoolsmod/recipes/smelting_rainbow_chestplate.json +a0c5d53f8fc617b57cfd2fb46a61e2df860e889f data/armourandtoolsmod/recipes/smelting_rainbow_helmet.json +292fd89fe588f58690af80b079c338ff77de9416 data/armourandtoolsmod/recipes/smelting_rainbow_leggings.json +64afc9480881cefb156c0eef0af3c151c45043f3 data/armourandtoolsmod/recipes/smelting_rainbow_ore.json +3ec10a71009635aedaa238c331a08695f48e69ed data/armourandtoolsmod/recipes/smelting_rainbow_shield.json +3a2956c7da9f50b32faae0b204eb54512df25d06 data/armourandtoolsmod/recipes/smelting_raw_aqumarine.json +d8203ea8d54fa213f251890b3800bafeab5c2421 data/armourandtoolsmod/recipes/smelting_raw_enderite.json +a79d0a8b02fc5f8edfbe3192dc50e45789610eec data/armourandtoolsmod/recipes/smelting_raw_graphite.json +150436abb9d1e31737a2ec5effa051264b9d41cf data/armourandtoolsmod/recipes/smelting_raw_imperium.json +52f9bade04ae8b6b2f59d33002b20b48f0496050 data/armourandtoolsmod/recipes/smelting_raw_rainbow.json +bc318e30c5c19e3c590c397f0c3c4bc1600ba247 data/armourandtoolsmod/recipes/smelting_raw_ruby.json +a7e04556a9cf920ab1640b4f3b0779ea05139e17 data/armourandtoolsmod/recipes/smelting_raw_sapphire.json +6d53d6e9c645eb7ec262c5ae5f85425b1fba771e data/armourandtoolsmod/recipes/smelting_ruby_axe.json +601f9204249844e5968acfd6ce2cab160eb8de15 data/armourandtoolsmod/recipes/smelting_ruby_boots.json +97528775e10e3167ccfcc50d56e1327f4d2f6e9b data/armourandtoolsmod/recipes/smelting_ruby_chestplate.json +d6636a9008f444dbd3cf062037e5e8948fc7393c data/armourandtoolsmod/recipes/smelting_ruby_helmet.json +6a9bff6cec0aa826ed1d5b601d62f84eb8500d02 data/armourandtoolsmod/recipes/smelting_ruby_hoe.json +c540ce86f09f91df6f09454abfff295ad144b835 data/armourandtoolsmod/recipes/smelting_ruby_leggings.json +2f7ce99255473f3518b15dbbfcaeb83ae9d1690a data/armourandtoolsmod/recipes/smelting_ruby_ore.json +9aacd5ea903331c1e22b0c1d8c1d9d210b03b67d data/armourandtoolsmod/recipes/smelting_ruby_pickaxe.json +dc6467057d47d4d7e40bcc09384706b2bb147337 data/armourandtoolsmod/recipes/smelting_ruby_shield.json +d4fa3205832a36f1e76669575084623f80b48ffc data/armourandtoolsmod/recipes/smelting_ruby_shovel.json +2a3b7f2ab98b77eb4c7947c7f35a16c1a75b7270 data/armourandtoolsmod/recipes/smelting_ruby_sword.json +4004b39d5f1c9e74beb28dd10ffc63ebf463fe97 data/armourandtoolsmod/recipes/smelting_sapphire_axe.json +2f27e88fca76f2fad7229bd1f81c272ead1a9173 data/armourandtoolsmod/recipes/smelting_sapphire_boots.json +cc9fab4005c3ce8b282e1b0afcac784d200d0ab3 data/armourandtoolsmod/recipes/smelting_sapphire_chestplate.json +c2a6c2895986f1268aef5ca16e744091e66d4964 data/armourandtoolsmod/recipes/smelting_sapphire_helmet.json +eb75f4b82b50f37c5552b571cf5857edb2abf18a data/armourandtoolsmod/recipes/smelting_sapphire_hoe.json +c60139e2658f2d8d1a9f76b91619dce69550cbbd data/armourandtoolsmod/recipes/smelting_sapphire_leggings.json +af2d46c5ab3cedc08d12d302de3c5d41d3a66101 data/armourandtoolsmod/recipes/smelting_sapphire_ore.json +111ad751b7631f71c4fc4f366636ce7b29bde388 data/armourandtoolsmod/recipes/smelting_sapphire_pickaxe.json +9a92471d8f4a16920ce559f93d5a2c6a2c496f02 data/armourandtoolsmod/recipes/smelting_sapphire_shield.json +549a8dd91d6ff6e367821425e4e3dc891b2c5eb7 data/armourandtoolsmod/recipes/smelting_sapphire_shovel.json +489cf9e3d417dde5a83c6f8a6b52dfbb0f5f30f2 data/armourandtoolsmod/recipes/smelting_sapphire_sword.json diff --git a/neoforge/src/generated/resources/.cache/b051adeca7b8303d1a7d46afb7c4eaf8cfa3a7f5 b/neoforge/src/generated/resources/.cache/b051adeca7b8303d1a7d46afb7c4eaf8cfa3a7f5 new file mode 100644 index 00000000..af1351ad --- /dev/null +++ b/neoforge/src/generated/resources/.cache/b051adeca7b8303d1a7d46afb7c4eaf8cfa3a7f5 @@ -0,0 +1,33 @@ +// 1.20.1 2023-10-12T22:09:59.3186154 Tags for minecraft:item mod id armourandtoolsmod +f4e0d28b203a60fd241885a727654636c8762650 data/forge/tags/items/deepslate_ores/aqumarine_ores.json +186e50e522fb2ae91c6e315a523523796b105b56 data/forge/tags/items/deepslate_ores/graphite_ores.json +08f48b19390eb9e06478f989851d261c8cb384a4 data/forge/tags/items/deepslate_ores/imperium_ores.json +d66c065dfb98375b77835223afe692a26c7be84b data/forge/tags/items/deepslate_ores/rainbow_ores.json +cd94fb683ebafe1cbde0ba3a30280d57b587fc34 data/forge/tags/items/deepslate_ores/ruby_ores.json +6a274e766194dfaf9c967be14c4b26a4ff637a8b data/forge/tags/items/deepslate_ores/sapphire_ores.json +04d29499ff85f8124c50ef07269cf25db07ae07d data/forge/tags/items/ingots/aqumarine.json +dc53c8e250d79a891fb7b091453ddbf4a97be9c8 data/forge/tags/items/ingots/enderite.json +c963a5fc1309d90f803cfdfbf05f02ace6abb49b data/forge/tags/items/ingots/graphite.json +fcffdb7f1440f079493fd4add5abc1c711efbabe data/forge/tags/items/ingots/imperium.json +264adb63393b61bea724cadd9fe78dee27f9b867 data/forge/tags/items/ingots/rainbow.json +a9e8b31cf275be39ab498638115ee072f1c88065 data/forge/tags/items/ingots/ruby.json +5e8b8285fff705424cf2afb6d0df6e0fdab067ea data/forge/tags/items/ingots/sapphire.json +1372356eb4655b6d26d8a5a16aaa3032bbb738d4 data/forge/tags/items/ores/aqumarine_ores.json +fef5965e3903fc07aa6146bd17e74efd9b313fb6 data/forge/tags/items/ores/enderite_ores.json +974c70b44df044135463b300ebed43eee38001b3 data/forge/tags/items/ores/graphite_ores.json +e892786d477f668113418b8239abc7bb6395f33f data/forge/tags/items/ores/imperium_ores.json +fa835a8b8eb217767d6139f02c46edfa27377555 data/forge/tags/items/ores/rainbow_ores.json +f5b270d5c60fdfc53020be6469026c27bc742f1e data/forge/tags/items/ores/ruby_ores.json +47d725a30030287aa216532b38ba1d0774dd627f data/forge/tags/items/ores/sapphire_ores.json +391890e1b9ae2d7446f5fcf238d6626ef060bbb6 data/forge/tags/items/scraps/aqumarine.json +fe3270f5bce8b5011ffd45fe99a24565a588311e data/forge/tags/items/scraps/enderite.json +e620501e7602f2bae9893fef3338caae4c59bef8 data/forge/tags/items/scraps/graphite.json +7746fe643acaa3e4ca2dde8dbeba5ffa11b0bd94 data/forge/tags/items/scraps/rainbow.json +3f2a721c1ec9b17da152c6fe2a4d1882478c45fc data/forge/tags/items/scraps/ruby.json +c11f559b1f357497894a0db592f0633c95dc12bb data/forge/tags/items/scraps/sapphire.json +b4f0641534858a5001fc966241f11ffc58353dea data/forge/tags/items/storage_blocks/aqumarine.json +1cffa2b44530afbdea9d225369fb95f802f90788 data/forge/tags/items/storage_blocks/enderite.json +99eaf00e6f62b833263940a7a455f86f9fdb3c49 data/forge/tags/items/storage_blocks/graphite.json +55c124f845d639b73cb5bffcdcc94bcfd8967966 data/forge/tags/items/storage_blocks/rainbow.json +bc5ebfcaf115155b63f0817517bdc3efc0934364 data/forge/tags/items/storage_blocks/ruby.json +2e755598d83145bf0d52488c9d8e3c41331dccc3 data/forge/tags/items/storage_blocks/sapphire.json diff --git a/neoforge/src/generated/resources/.cache/b437fe956183b85bad8f19eb71f021ad5d4a1455 b/neoforge/src/generated/resources/.cache/b437fe956183b85bad8f19eb71f021ad5d4a1455 new file mode 100644 index 00000000..7154a2cb --- /dev/null +++ b/neoforge/src/generated/resources/.cache/b437fe956183b85bad8f19eb71f021ad5d4a1455 @@ -0,0 +1,68 @@ +// 1.20.1 2023-10-12T22:09:59.3306702 Armour and Tools Mod Blockstates +2e7a970f6d2f498e44c8111ab18365eb11feb9ec assets/armourandtoolsmod/blockstates/aqumarine_block.json +54fe09c01a2e09240df74b50d546d52a3f055d6c assets/armourandtoolsmod/blockstates/aqumarine_ore.json +14011b50d9bf8bbaeb041d4da1d2f0c5303ddef7 assets/armourandtoolsmod/blockstates/custom_armour_crafting_table.json +0f7b0db22ffb5c04bb3aaae00ebd07a8a5e7dc38 assets/armourandtoolsmod/blockstates/custom_tool_crafting_table.json +56cac7a7dc1b3cec4831e0489b6dfe8c903ef239 assets/armourandtoolsmod/blockstates/deepslate_aqumarine_ore.json +6634c0b42d6703bfe41629eb8d2ae3aec5d8e53d assets/armourandtoolsmod/blockstates/deepslate_graphite_ore.json +58e8c4ac32b20cf87a4b886b6bab93f5d8519c94 assets/armourandtoolsmod/blockstates/deepslate_imperium_ore.json +4e30728c4657a667559406ef693e49fc8b099f1a assets/armourandtoolsmod/blockstates/deepslate_rainbow_ore.json +3747e8ebc1746317f633e2c899e2d941f094734e assets/armourandtoolsmod/blockstates/deepslate_ruby_ore.json +c8512e5a03eec24140e6961b05767d6ef0fb4177 assets/armourandtoolsmod/blockstates/deepslate_sapphire_ore.json +84d0c1bb3f60a0e3103dc9d14777929cec905b33 assets/armourandtoolsmod/blockstates/enderite_block.json +dd94bac512b66e6bfc7167e1efd6d19e7603cfbd assets/armourandtoolsmod/blockstates/enderite_ore.json +5e08334bf3b4305ed8c8e5bd49e7ddb3181ef482 assets/armourandtoolsmod/blockstates/graphite_block.json +4bedced77b9f7a7387a64bf8343ddb0f38b630c0 assets/armourandtoolsmod/blockstates/graphite_ore.json +b2e20f5a5036e9fb9be6f4b63609c9c4aa1ba371 assets/armourandtoolsmod/blockstates/imperium_ore.json +d950e01376c01d6fdc91a8d6de6eb3ae179fb075 assets/armourandtoolsmod/blockstates/ingot_fusion_toll_enhancer.json +a7fc4d7c5702aac2d7d8dde4cdf85761bc17b328 assets/armourandtoolsmod/blockstates/rainbow_block.json +2ee63bda3f405985ced49a0bb440757d4604bf50 assets/armourandtoolsmod/blockstates/rainbow_ore.json +051baf056e542c7ec5a787b36466989f550c34e9 assets/armourandtoolsmod/blockstates/ruby_block.json +4904919085dd111c941386711b42fedcccf20afb assets/armourandtoolsmod/blockstates/ruby_ore.json +716ba3863d12b3216ca24e1e25948e7e998e1984 assets/armourandtoolsmod/blockstates/sapphire_block.json +b9f883dfd18744f8061afd9e25d201c9f259bb81 assets/armourandtoolsmod/blockstates/sapphire_ore.json +bdfb36733ee20eb7e6c4a2e75eecd87e6e9d2c8e assets/armourandtoolsmod/models/block/aqumarine_block.json +18ca2d5c67472afd25640675d6ca776e66042ca5 assets/armourandtoolsmod/models/block/aqumarine_ore.json +abf3538b38a6074395bd2b434de9ceaff8fcf8f7 assets/armourandtoolsmod/models/block/custom_armour_crafting_table.json +17253f7906c2b7f44057bb55b7595b619a541e2d assets/armourandtoolsmod/models/block/custom_tool_crafting_table.json +ce344ac7cf91a296e6b373259c1f33c4c37fd7a2 assets/armourandtoolsmod/models/block/deepslate_aqumarine_ore.json +cb1cd47ef020a5b2b7d99feb10549348fcaf3087 assets/armourandtoolsmod/models/block/deepslate_graphite_ore.json +22a29840565ef94c3453f0be7fc28c4438c53055 assets/armourandtoolsmod/models/block/deepslate_imperium_ore.json +d3e3c3b837a0ae320f97907cbe56f026668bf0ec assets/armourandtoolsmod/models/block/deepslate_rainbow_ore.json +823214b9303d01ca46cfe86e6e8a1fd2c2f7cc5f assets/armourandtoolsmod/models/block/deepslate_ruby_ore.json +128286da08fc8c25dbffe4987f64c6d94bbd7563 assets/armourandtoolsmod/models/block/deepslate_sapphire_ore.json +b07323a775ec3f1763b3c962b5d88c90d99e75a9 assets/armourandtoolsmod/models/block/enderite_block.json +7ae33083e9abb3b737adcadb357b22a965235e11 assets/armourandtoolsmod/models/block/enderite_ore.json +d7eebd8671ec4eebb5cca3e052d40e71adb5452d assets/armourandtoolsmod/models/block/graphite_block.json +963578bbc0213efb09abaeb28ef490575858a880 assets/armourandtoolsmod/models/block/graphite_ore.json +6276fea9ecc3de7e639dafbea5abb1f45cd13a93 assets/armourandtoolsmod/models/block/imperium_ore.json +f4954b01aaf1b85248d6f52ec350a3ae63bfd9cb assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer.json +f4954b01aaf1b85248d6f52ec350a3ae63bfd9cb assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer_on.json +70b12befd6c2592923ec2034968ac0f2e25ea4c2 assets/armourandtoolsmod/models/block/rainbow_block.json +ab39e04a10b45067e9bbbb9adc90663705707a2d assets/armourandtoolsmod/models/block/rainbow_ore.json +c81947216ccbbcff05acd805ede5bc22e8de0310 assets/armourandtoolsmod/models/block/ruby_block.json +0aaa46bb645b2aecf34e0a343cc2c35dc028192c assets/armourandtoolsmod/models/block/ruby_ore.json +8da16170d01c7d6f1c5994084d916f6f8b4ac885 assets/armourandtoolsmod/models/block/sapphire_block.json +4611f9733683d63d9eda83d1326143ea6ceee77c assets/armourandtoolsmod/models/block/sapphire_ore.json +ac1c8985523d1e8ae98a1a2d19d139e9deb6ac18 assets/armourandtoolsmod/models/item/aqumarine_block.json +c2b636566f927ee09b21b43ecc09ca52cc0a09b4 assets/armourandtoolsmod/models/item/aqumarine_ore.json +802c9273f04e181dd569c2071d2294c7b477f22e assets/armourandtoolsmod/models/item/custom_armour_crafting_table.json +222c2e8476c5855a641b2ea5cd73e7bbfdeb31e8 assets/armourandtoolsmod/models/item/custom_tool_crafting_table.json +d5f995b7d1f2e1efb8c548570e7df12eea351ca6 assets/armourandtoolsmod/models/item/deepslate_aqumarine_ore.json +7b80f30b63f3af5968e9ef014c83e0e0c7982016 assets/armourandtoolsmod/models/item/deepslate_graphite_ore.json +cdbeda258c6811ec3f233fecbfe929bb6df78b7a assets/armourandtoolsmod/models/item/deepslate_imperium_ore.json +8c1ee937187b027644772eab504d11a793cfe170 assets/armourandtoolsmod/models/item/deepslate_rainbow_ore.json +2db8dc2d5dac33d833edb3ffb7c3f91d6da03d45 assets/armourandtoolsmod/models/item/deepslate_ruby_ore.json +54ef792b4c0ac90bfa8cdf33e0defb137058d8e5 assets/armourandtoolsmod/models/item/deepslate_sapphire_ore.json +4cddb614bbdde6cacbf70974041be8558f1ad577 assets/armourandtoolsmod/models/item/enderite_block.json +0dcf9c375173535daa54cb002ae8322fa5f21ebb assets/armourandtoolsmod/models/item/enderite_ore.json +40d8fe283ae9334173aa5cb34c3fe2eff59c584a assets/armourandtoolsmod/models/item/graphite_block.json +e968896fc4c6ac9c0abff1d23cc576138bdb9e46 assets/armourandtoolsmod/models/item/graphite_ore.json +ee6799e55699527939aecf85402b98b43dcb1bf4 assets/armourandtoolsmod/models/item/imperium_ore.json +16a5fd8223f64c59e32fc4f75dc55a986b03c4df assets/armourandtoolsmod/models/item/ingot_fusion_toll_enhancer.json +241bc326669ed4b6f05d6ccbb37070a46f5d83c8 assets/armourandtoolsmod/models/item/rainbow_block.json +33ba53e3ed9e948a872ab89715acbce1b22957dd assets/armourandtoolsmod/models/item/rainbow_ore.json +ba5b646dfe3caf522b146a66b85b490535ac4df4 assets/armourandtoolsmod/models/item/ruby_block.json +8a9d4e5c2fa7099140c3b34d9fad6605f23fe881 assets/armourandtoolsmod/models/item/ruby_ore.json +f543d3c4f594c519c913f520211b7df4ec260bc5 assets/armourandtoolsmod/models/item/sapphire_block.json +4ea3df71a115cf674532f62cfc455d567e0cf36f assets/armourandtoolsmod/models/item/sapphire_ore.json diff --git a/neoforge/src/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8 b/neoforge/src/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8 new file mode 100644 index 00000000..c2593927 --- /dev/null +++ b/neoforge/src/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8 @@ -0,0 +1,2 @@ +// 1.20.1 2023-10-23T07:56:53.0874802 Languages: en_us +f8dcda39029792802a918f6b0516421e336dbfaf assets/armourandtoolsmod/lang/en_us.json diff --git a/neoforge/src/generated/resources/.cache/e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0 b/neoforge/src/generated/resources/.cache/e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0 new file mode 100644 index 00000000..ea728f3b --- /dev/null +++ b/neoforge/src/generated/resources/.cache/e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0 @@ -0,0 +1,32 @@ +// 1.20.1 2023-10-23T07:56:53.0911863 Advancements +615aa58042c1c9ffe9d0ce52c4d2ff2fabafceeb data/armourandtoolsmod/advancements/aqumarine_armour.json +c646a34402926a2fce2839d07d57bc89bbc36658 data/armourandtoolsmod/advancements/aqumarine_block.json +1640ef0ec6e127c1afe8e6b060ba29e844d3a9e9 data/armourandtoolsmod/advancements/aqumarine_ingot.json +62b3f8097e2d2931a4dc2bc5ce12f2dafabb96c6 data/armourandtoolsmod/advancements/aqumarine_ore.json +3ab89c38179b9aff97293d22557c87d7dbb4177c data/armourandtoolsmod/advancements/enderite_armour.json +82702fdc364aa859e7007f3a235d922a5309c085 data/armourandtoolsmod/advancements/enderite_block.json +872f597b5535e0df9e5cb15f4702eb5010bc4425 data/armourandtoolsmod/advancements/enderite_ingot.json +c3fa9a3a607a56d4ec773619a41cfd889b3a4dea data/armourandtoolsmod/advancements/enderite_ore.json +1dc71b8a45318d945e2c139f183e647a54f70974 data/armourandtoolsmod/advancements/enderite_tools.json +b08601bbad0cc8efe4d3845320f4088038e28d43 data/armourandtoolsmod/advancements/graphite_armour.json +b19cf2c2995b5cccb13b120cf7f939e9da8846f0 data/armourandtoolsmod/advancements/graphite_block.json +36250e8d2c72bbd2777714185259135746a5322f data/armourandtoolsmod/advancements/graphite_ingot.json +9adf555b52ffdf629389ea55196ca5cd10282975 data/armourandtoolsmod/advancements/graphite_ore.json +6d78dca81e0426274ca9944db826df140d7558af data/armourandtoolsmod/advancements/imperium_ingot.json +14397bc6ac6b9cdb50cc33b5bffdd40d903c864f data/armourandtoolsmod/advancements/imperium_ore.json +9d3bf539ece344e47730f78d5867fa8e1dcb4c68 data/armourandtoolsmod/advancements/imperium_tools.json +5920445e4112df9049a32cfb9f64a6563f3f21ca data/armourandtoolsmod/advancements/rainbow_armour.json +c823856ed4fd1c9cc14082a0e815cda7d7305692 data/armourandtoolsmod/advancements/rainbow_block.json +602389b3a613f86e1ae958a052e0635effb8ef6e data/armourandtoolsmod/advancements/rainbow_ingot.json +329e0594836ad97aee32766907087eb1d595dc0c data/armourandtoolsmod/advancements/rainbow_ore.json +95343b663915230e0123a16b9c92188a264b5817 data/armourandtoolsmod/advancements/root.json +9af5b955ffcb35aad96b6662a1674a4aeea105a2 data/armourandtoolsmod/advancements/ruby_armour.json +c7283efe8a10721cc12d6f75e20159542ceb7083 data/armourandtoolsmod/advancements/ruby_block.json +d5250527b9881cecbda67fbb2daa0b4d5f829dfb data/armourandtoolsmod/advancements/ruby_ingot.json +a1ebe95e005b5b589e0450811e7d29f0ac2a8f8d data/armourandtoolsmod/advancements/ruby_ore.json +fc876a899c6f5004bc5c9432ca7b4c62e09d513d data/armourandtoolsmod/advancements/ruby_tools.json +9517ee9871d20546e203fa02ad74da1ebf6e55e5 data/armourandtoolsmod/advancements/sapphire_armour.json +f30aac69475b4ee47e8f123ef95f9e757878f9a2 data/armourandtoolsmod/advancements/sapphire_block.json +ffb75d4b8f5f71d0785c7465f8dc5ca878ee17d6 data/armourandtoolsmod/advancements/sapphire_ingot.json +fde1e31a95bf9f1ca6d7fd685b4230dac455c7db data/armourandtoolsmod/advancements/sapphire_ore.json +6e1f5c89593d14cfff5689ab9de23f4bc9173c9d data/armourandtoolsmod/advancements/sapphire_tools.json diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_block.json new file mode 100644 index 00000000..25d0815c --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/aqumarine_block" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_ore.json new file mode 100644 index 00000000..0193cbc0 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/aqumarine_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/aqumarine_ore" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/custom_armour_crafting_table.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/custom_armour_crafting_table.json new file mode 100644 index 00000000..01e3ab4c --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/custom_armour_crafting_table.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/custom_armour_crafting_table" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/custom_tool_crafting_table.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/custom_tool_crafting_table.json new file mode 100644 index 00000000..f5563a55 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/custom_tool_crafting_table.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/custom_tool_crafting_table" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_aqumarine_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_aqumarine_ore.json new file mode 100644 index 00000000..3ea903ab --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_aqumarine_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/deepslate_aqumarine_ore" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_graphite_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_graphite_ore.json new file mode 100644 index 00000000..2fec6dbc --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_graphite_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/deepslate_graphite_ore" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_imperium_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_imperium_ore.json new file mode 100644 index 00000000..784d38df --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_imperium_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/deepslate_imperium_ore" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_rainbow_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_rainbow_ore.json new file mode 100644 index 00000000..069492e9 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_rainbow_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/deepslate_rainbow_ore" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_ruby_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_ruby_ore.json new file mode 100644 index 00000000..1e0e10ed --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_ruby_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/deepslate_ruby_ore" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_sapphire_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_sapphire_ore.json new file mode 100644 index 00000000..5208f4d1 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/deepslate_sapphire_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/deepslate_sapphire_ore" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_block.json new file mode 100644 index 00000000..3b66beec --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/enderite_block" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_ore.json new file mode 100644 index 00000000..b3f03d4b --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/enderite_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/enderite_ore" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_block.json new file mode 100644 index 00000000..4551a0b4 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/graphite_block" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_ore.json new file mode 100644 index 00000000..e8a1597e --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/graphite_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/graphite_ore" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/imperium_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/imperium_ore.json new file mode 100644 index 00000000..97e70f77 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/imperium_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/imperium_ore" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/ingot_fusion_toll_enhancer.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/ingot_fusion_toll_enhancer.json new file mode 100644 index 00000000..11a9cf85 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/ingot_fusion_toll_enhancer.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/ingot_fusion_toll_enhancer" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_block.json new file mode 100644 index 00000000..56e0eb3a --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/rainbow_block" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_ore.json new file mode 100644 index 00000000..894ed72e --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/rainbow_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/rainbow_ore" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_block.json new file mode 100644 index 00000000..806845fd --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/ruby_block" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_ore.json new file mode 100644 index 00000000..ef7d7873 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/ruby_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/ruby_ore" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_block.json new file mode 100644 index 00000000..d73cce8f --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/sapphire_block" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_ore.json new file mode 100644 index 00000000..6d1c0781 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/blockstates/sapphire_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "armourandtoolsmod:block/sapphire_ore" + } + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/lang/en_us.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/lang/en_us.json new file mode 100644 index 00000000..21583d3e --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/lang/en_us.json @@ -0,0 +1,174 @@ +{ + "advancements.armourandtoolsmod.aqumarine_armour.description": "Well done! You are now increasing your defence!", + "advancements.armourandtoolsmod.aqumarine_armour.title": "That aqua armour", + "advancements.armourandtoolsmod.aqumarine_block.description": "Well that's a way to show off your wealth!", + "advancements.armourandtoolsmod.aqumarine_block.title": "That aqua sparkling block", + "advancements.armourandtoolsmod.aqumarine_ingot.description": "Now use the aqumarine ingot to craft aqumarine armour and tools!", + "advancements.armourandtoolsmod.aqumarine_ingot.title": "That aqua gem", + "advancements.armourandtoolsmod.aqumarine_ore.description": "Now smelt the aqumarine ore to get a aqumarine ingot!", + "advancements.armourandtoolsmod.aqumarine_ore.title": "That rare aqua ore", + "advancements.armourandtoolsmod.aqumarine_tools.description": "Way to go! You are now increasing your attack!", + "advancements.armourandtoolsmod.aqumarine_tools.title": "That aqua tools", + "advancements.armourandtoolsmod.enderite_armour.description": "Well done! You are now increasing your defence!", + "advancements.armourandtoolsmod.enderite_armour.title": "That ender armour", + "advancements.armourandtoolsmod.enderite_block.description": "Well that's a way to show off your wealth!", + "advancements.armourandtoolsmod.enderite_block.title": "That ender sparkling block", + "advancements.armourandtoolsmod.enderite_ingot.description": "Now use the enderite ingot to craft enderite armour and tools!", + "advancements.armourandtoolsmod.enderite_ingot.title": "That ender gem", + "advancements.armourandtoolsmod.enderite_ore.description": "Now smelt the enderite ore to get a enderite ingot!", + "advancements.armourandtoolsmod.enderite_ore.title": "That rare ender ore", + "advancements.armourandtoolsmod.enderite_tools.description": "Way to go! You are now increasing your attack!", + "advancements.armourandtoolsmod.enderite_tools.title": "That ender tools", + "advancements.armourandtoolsmod.graphite_armour.description": "Well done! You are now increasing your defence!", + "advancements.armourandtoolsmod.graphite_armour.title": "That carbon armour", + "advancements.armourandtoolsmod.graphite_block.description": "Well that's a way to show off your wealth!", + "advancements.armourandtoolsmod.graphite_block.title": "That carbon sparkling block", + "advancements.armourandtoolsmod.graphite_ingot.description": "Now use the graphite ingot to craft graphite armour and tools!", + "advancements.armourandtoolsmod.graphite_ingot.title": "That carbon gem", + "advancements.armourandtoolsmod.graphite_ore.description": "Now smelt the graphite ore to get a graphite ingot!", + "advancements.armourandtoolsmod.graphite_ore.title": "That carbon ore", + "advancements.armourandtoolsmod.graphite_tools.description": "Way to go! You are now increasing your attack!", + "advancements.armourandtoolsmod.graphite_tools.title": "That carbon tools", + "advancements.armourandtoolsmod.rainbow_armour.description": "Well done! You are now increasing your defence!", + "advancements.armourandtoolsmod.rainbow_armour.title": "That polychromatic armour", + "advancements.armourandtoolsmod.rainbow_block.description": "Well that's a way to show off your wealth!", + "advancements.armourandtoolsmod.rainbow_block.title": "That polychromatic sparkling block", + "advancements.armourandtoolsmod.rainbow_ingot.description": "Now use the rainbow ingot to craft rainbow armour and tools!", + "advancements.armourandtoolsmod.rainbow_ingot.title": "That polychromatic gem", + "advancements.armourandtoolsmod.rainbow_ore.description": "Now smelt the rainbow ore to get a rainbow ingot!", + "advancements.armourandtoolsmod.rainbow_ore.title": "That rare polychromatic ore", + "advancements.armourandtoolsmod.rainbow_tools.description": "Way to go! You are now increasing your attack!", + "advancements.armourandtoolsmod.rainbow_tools.title": "That polychromatic tools", + "advancements.armourandtoolsmod.root.description": "Thanks for downloading Armour and Tools Mod! Enjoy!", + "advancements.armourandtoolsmod.root.title": "Download Armour and Tools Mod", + "advancements.armourandtoolsmod.ruby_armour.description": "Well done! You are now increasing your defence!", + "advancements.armourandtoolsmod.ruby_armour.title": "That crimson armour", + "advancements.armourandtoolsmod.ruby_block.description": "Well that's a way to show off your wealth!", + "advancements.armourandtoolsmod.ruby_block.title": "That crimson sparkling block", + "advancements.armourandtoolsmod.ruby_ingot.description": "Now use the ruby ingot to craft ruby armour and tools!", + "advancements.armourandtoolsmod.ruby_ingot.title": "That crimson gem", + "advancements.armourandtoolsmod.ruby_ore.description": "Now smelt the ruby ore to get a ruby ingot!", + "advancements.armourandtoolsmod.ruby_ore.title": "That rare crimson ore", + "advancements.armourandtoolsmod.ruby_tools.description": "Way to go! You are now increasing your attack!", + "advancements.armourandtoolsmod.ruby_tools.title": "That crimson tools", + "advancements.armourandtoolsmod.sapphire_armour.description": "Well done! You are now increasing your defence!", + "advancements.armourandtoolsmod.sapphire_armour.title": "That blue armour", + "advancements.armourandtoolsmod.sapphire_block.description": "Well that's a way to show off your wealth!", + "advancements.armourandtoolsmod.sapphire_block.title": "That blue sparkling block", + "advancements.armourandtoolsmod.sapphire_ingot.description": "Now use the sapphire ingot to craft sapphire armour and tools!", + "advancements.armourandtoolsmod.sapphire_ingot.title": "That blue gem", + "advancements.armourandtoolsmod.sapphire_ore.description": "Now smelt the sapphire ore to get a sapphire ingot!", + "advancements.armourandtoolsmod.sapphire_ore.title": "That rare blue ore", + "advancements.armourandtoolsmod.sapphire_tools.description": "Way to go! You are now increasing your attack!", + "advancements.armourandtoolsmod.sapphire_tools.title": "That blue tools", + "block.armourandtoolsmod.aqumarine_block": "Aqumarine Block", + "block.armourandtoolsmod.aqumarine_ore": "Aqumarine Ore", + "block.armourandtoolsmod.custom_armour_crafting_table": "Custom Armour Crafting Table", + "block.armourandtoolsmod.custom_tool_crafting_table": "Custom Tool Crafting Table", + "block.armourandtoolsmod.deepslate_aqumarine_ore": "Deepslate Aqumarine Ore", + "block.armourandtoolsmod.deepslate_graphite_ore": "Deepslate Graphite Ore", + "block.armourandtoolsmod.deepslate_imperium_ore": "Deepslate Imperium Ore", + "block.armourandtoolsmod.deepslate_rainbow_ore": "Deepslate Rainbow Ore", + "block.armourandtoolsmod.deepslate_ruby_ore": "Deepslate Ruby Ore", + "block.armourandtoolsmod.deepslate_sapphire_ore": "Deepslate Sapphire Ore", + "block.armourandtoolsmod.enderite_block": "Enderite Block", + "block.armourandtoolsmod.enderite_ore": "Enderite Ore", + "block.armourandtoolsmod.graphite_block": "Graphite Block", + "block.armourandtoolsmod.graphite_ore": "Graphite Ore", + "block.armourandtoolsmod.imperium_ore": "Imperium Ore", + "block.armourandtoolsmod.ingot_fusion_toll_enhancer": "Ingot Fusion Toll Enhancer", + "block.armourandtoolsmod.rainbow_block": "Rainbow Block", + "block.armourandtoolsmod.rainbow_ore": "Rainbow Ore", + "block.armourandtoolsmod.ruby_block": "Ruby Block", + "block.armourandtoolsmod.ruby_ore": "Ruby Ore", + "block.armourandtoolsmod.sapphire_block": "Sapphire Block", + "block.armourandtoolsmod.sapphire_ore": "Sapphire Ore", + "container.custom_armour_crafting_table": "Armour Crafting Table", + "container.custom_armour_crafting_table.description": "Craft your own custom armour!", + "container.custom_tool_crafting_table": "Tool Crafting Table", + "container.custom_tool_crafting_table.description": "Craft your own custom tools!", + "container.ingot_fusion_toll_enhancer": "Ingot Fusion Toll Enhancer", + "container.ingot_fusion_toll_enhancer.description": "Enhance your tools and armour!", + "creativetab.armourandtoolsmod": "Armour and Item Mod", + "effect.armourandtoolsmod.worthy_effect": "Worthy Potion", + "item.armourandtoolsmod.amethyst_axe": "Amethyst Axe", + "item.armourandtoolsmod.amethyst_boots": "Amethyst Boots", + "item.armourandtoolsmod.amethyst_chestplate": "Amethyst Chestplate", + "item.armourandtoolsmod.amethyst_helmet": "Amethyst Helmet", + "item.armourandtoolsmod.amethyst_leggings": "Amethyst Leggings", + "item.armourandtoolsmod.amethyst_pickaxe": "Amethyst Pickaxe", + "item.armourandtoolsmod.amethyst_shovel": "Amethyst Shovel", + "item.armourandtoolsmod.amethyst_sword": "Amethyst Sword", + "item.armourandtoolsmod.aqumarine": "Aqumarine", + "item.armourandtoolsmod.aqumarine_boots": "Aqumarine Boots", + "item.armourandtoolsmod.aqumarine_chestplate": "Aqumarine Chestplate", + "item.armourandtoolsmod.aqumarine_helmet": "Aqumarine Helmet", + "item.armourandtoolsmod.aqumarine_leggings": "Aqumarine Leggings", + "item.armourandtoolsmod.aqumarine_shield": "Aqumarine Shield", + "item.armourandtoolsmod.aqumarine_trident": "Aqumarine Trident", + "item.armourandtoolsmod.dragon_destroyer": "Dragon Destroyer", + "item.armourandtoolsmod.enderite": "Enderite", + "item.armourandtoolsmod.enderite_axe": "Enderite Axe", + "item.armourandtoolsmod.enderite_boots": "Enderite Boots", + "item.armourandtoolsmod.enderite_chestplate": "Enderite Chestplate", + "item.armourandtoolsmod.enderite_helmet": "Enderite Helmet", + "item.armourandtoolsmod.enderite_hoe": "Enderite Hoe", + "item.armourandtoolsmod.enderite_leggings": "Enderite Leggings", + "item.armourandtoolsmod.enderite_pickaxe": "Enderite Pickaxe", + "item.armourandtoolsmod.enderite_shovel": "Enderite Shovel", + "item.armourandtoolsmod.enderite_sword": "Enderite Sword", + "item.armourandtoolsmod.graphite": "Graphite", + "item.armourandtoolsmod.graphite_boots": "Graphite Boots", + "item.armourandtoolsmod.graphite_chestplate": "Graphite Chestplate", + "item.armourandtoolsmod.graphite_helmet": "Graphite Helmet", + "item.armourandtoolsmod.graphite_leggings": "Graphite Leggings", + "item.armourandtoolsmod.graphite_shield": "Graphite Shield", + "item.armourandtoolsmod.imperium": "Imperium", + "item.armourandtoolsmod.imperium_pickaxe": "Imperium Pickaxe", + "item.armourandtoolsmod.imperium_sword": "Imperium Sword", + "item.armourandtoolsmod.magma_strike_pickaxe": "Magma Strike Pickaxe", + "item.armourandtoolsmod.mjolnir": "Mjölnir", + "item.armourandtoolsmod.rainbow": "Rainbow Ingot", + "item.armourandtoolsmod.rainbow_boots": "Rainbow Boots", + "item.armourandtoolsmod.rainbow_chestplate": "Rainbow Chestplate", + "item.armourandtoolsmod.rainbow_helmet": "Rainbow Helmet", + "item.armourandtoolsmod.rainbow_leggings": "Rainbow Leggings", + "item.armourandtoolsmod.rainbow_shield": "Rainbow Shield", + "item.armourandtoolsmod.raw_aqumarine": "Raw Aqumarine", + "item.armourandtoolsmod.raw_enderite": "Raw Enderite", + "item.armourandtoolsmod.raw_graphite": "Raw Graphite", + "item.armourandtoolsmod.raw_imperium": "Raw Imperium", + "item.armourandtoolsmod.raw_rainbow": "Raw Rainbow", + "item.armourandtoolsmod.raw_ruby": "Raw Ruby", + "item.armourandtoolsmod.raw_sapphire": "Raw Sapphire", + "item.armourandtoolsmod.ruby": "Ruby", + "item.armourandtoolsmod.ruby_axe": "Ruby Axe", + "item.armourandtoolsmod.ruby_boots": "Ruby Boots", + "item.armourandtoolsmod.ruby_chestplate": "Ruby Chestplate", + "item.armourandtoolsmod.ruby_helmet": "Ruby Helmet", + "item.armourandtoolsmod.ruby_hoe": "Ruby Hoe", + "item.armourandtoolsmod.ruby_leggings": "Ruby Leggings", + "item.armourandtoolsmod.ruby_pickaxe": "Ruby Pickaxe", + "item.armourandtoolsmod.ruby_shield": "Ruby Shield", + "item.armourandtoolsmod.ruby_shovel": "Ruby Shovel", + "item.armourandtoolsmod.ruby_sword": "Ruby Sword", + "item.armourandtoolsmod.sapphire": "Sapphire", + "item.armourandtoolsmod.sapphire_axe": "Sapphire Axe", + "item.armourandtoolsmod.sapphire_boots": "Sapphire Boots", + "item.armourandtoolsmod.sapphire_chestplate": "Sapphire Chestplate", + "item.armourandtoolsmod.sapphire_helmet": "Sapphire Helmet", + "item.armourandtoolsmod.sapphire_hoe": "Sapphire Hoe", + "item.armourandtoolsmod.sapphire_leggings": "Sapphire Leggings", + "item.armourandtoolsmod.sapphire_pickaxe": "Sapphire Pickaxe", + "item.armourandtoolsmod.sapphire_shield": "Sapphire Shield", + "item.armourandtoolsmod.sapphire_shovel": "Sapphire Shovel", + "item.armourandtoolsmod.sapphire_sword": "Sapphire Sword", + "item.armourandtoolsmod.stormbreaker": "Stormbreaker", + "item.minecraft.lingering_potion.effect.worthy_potion": "Worthy Potion", + "item.minecraft.potion.effect.worthy_potion": "Worthy Potion", + "item.minecraft.splash_potion.effect.worthy_potion": "Worthy Potion", + "item.minecraft.tipped_arrow.effect.worthy_potion": "Worthy Potion", + "key.categories.armourandtoolsmod": "Armour and Item Mod", + "key.get_mjolnir": "Get Mjölnir", + "key.strike_lightning": "Strike Lightning" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_block.json new file mode 100644 index 00000000..1ec4a031 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/aqumarine_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_ore.json new file mode 100644 index 00000000..f41f1728 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/aqumarine_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/aqumarine_ore" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/custom_armour_crafting_table.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/custom_armour_crafting_table.json new file mode 100644 index 00000000..03b9ee57 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/custom_armour_crafting_table.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "down": "minecraft:block/iron_block", + "east": "armourandtoolsmod:block/custom_armour_crafting_table_side", + "north": "armourandtoolsmod:block/custom_armour_crafting_table_front", + "particle": "armourandtoolsmod:block/custom_armour_crafting_table_front", + "south": "armourandtoolsmod:block/custom_armour_crafting_table_side", + "up": "armourandtoolsmod:block/custom_armour_crafting_table_top", + "west": "armourandtoolsmod:block/custom_armour_crafting_table_front" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/custom_tool_crafting_table.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/custom_tool_crafting_table.json new file mode 100644 index 00000000..24a36a28 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/custom_tool_crafting_table.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "down": "minecraft:block/iron_block", + "east": "armourandtoolsmod:block/custom_tool_crafting_table_side", + "north": "armourandtoolsmod:block/custom_tool_crafting_table_front", + "particle": "armourandtoolsmod:block/custom_tool_crafting_table_front", + "south": "armourandtoolsmod:block/custom_tool_crafting_table_side", + "up": "armourandtoolsmod:block/custom_tool_crafting_table_top", + "west": "armourandtoolsmod:block/custom_tool_crafting_table_front" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_aqumarine_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_aqumarine_ore.json new file mode 100644 index 00000000..ab22672d --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_aqumarine_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/deepslate_aqumarine_ore" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_graphite_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_graphite_ore.json new file mode 100644 index 00000000..a679cddc --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_graphite_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/deepslate_graphite_ore" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_imperium_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_imperium_ore.json new file mode 100644 index 00000000..b9923dcc --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_imperium_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/deepslate_imperium_ore" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_rainbow_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_rainbow_ore.json new file mode 100644 index 00000000..60d7abe6 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_rainbow_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/deepslate_rainbow_ore" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_ruby_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_ruby_ore.json new file mode 100644 index 00000000..f1ec182d --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_ruby_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/deepslate_ruby_ore" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_sapphire_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_sapphire_ore.json new file mode 100644 index 00000000..5f73dcdd --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/deepslate_sapphire_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/deepslate_sapphire_ore" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/enderite_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/enderite_block.json new file mode 100644 index 00000000..b35db00a --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/enderite_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/enderite_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/enderite_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/enderite_ore.json new file mode 100644 index 00000000..199e3598 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/enderite_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/enderite_ore" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/graphite_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/graphite_block.json new file mode 100644 index 00000000..e1dcab31 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/graphite_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/graphite_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/graphite_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/graphite_ore.json new file mode 100644 index 00000000..5b692566 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/graphite_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/graphite_ore" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/imperium_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/imperium_ore.json new file mode 100644 index 00000000..ff041df6 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/imperium_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/imperium_ore" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer.json new file mode 100644 index 00000000..6674fd43 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "front": "armourandtoolsmod:block/ingot_fusion_toll_enhancer_front", + "side": "armourandtoolsmod:block/ingot_fusion_toll_enhancer_side", + "top": "armourandtoolsmod:block/ingot_fusion_toll_enhancer_top" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer_on.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer_on.json new file mode 100644 index 00000000..6674fd43 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ingot_fusion_toll_enhancer_on.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "front": "armourandtoolsmod:block/ingot_fusion_toll_enhancer_front", + "side": "armourandtoolsmod:block/ingot_fusion_toll_enhancer_side", + "top": "armourandtoolsmod:block/ingot_fusion_toll_enhancer_top" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_block.json new file mode 100644 index 00000000..07adbc0c --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/rainbow_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_ore.json new file mode 100644 index 00000000..b09401c0 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/rainbow_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/rainbow_ore" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ruby_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ruby_block.json new file mode 100644 index 00000000..21939e62 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ruby_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/ruby_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ruby_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ruby_ore.json new file mode 100644 index 00000000..6cfa3081 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/ruby_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/ruby_ore" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_block.json new file mode 100644 index 00000000..482972f4 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/sapphire_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_ore.json new file mode 100644 index 00000000..b8570444 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/block/sapphire_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "armourandtoolsmod:block/sapphire_ore" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_axe.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_axe.json new file mode 100644 index 00000000..cefb15e5 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/amethyst_axe" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_boots.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_boots.json new file mode 100644 index 00000000..32ca18f9 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/amethyst_boots" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_chestplate.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_chestplate.json new file mode 100644 index 00000000..ae99c3da --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/amethyst_chestplate" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_helmet.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_helmet.json new file mode 100644 index 00000000..68c2b1b6 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/amethyst_helmet" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_leggings.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_leggings.json new file mode 100644 index 00000000..f5d41b1d --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/amethyst_leggings" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_pickaxe.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_pickaxe.json new file mode 100644 index 00000000..2dad977d --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/amethyst_pickaxe" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_shovel.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_shovel.json new file mode 100644 index 00000000..30b5e20b --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/amethyst_shovel" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_sword.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_sword.json new file mode 100644 index 00000000..f75f3e80 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/amethyst_sword" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine.json new file mode 100644 index 00000000..7eb8ca58 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/aqumarine" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_block.json new file mode 100644 index 00000000..6160e982 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_block.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/aqumarine_block" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_boots.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_boots.json new file mode 100644 index 00000000..e2a16bca --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/aqumarine_boots" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_chestplate.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_chestplate.json new file mode 100644 index 00000000..69128090 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/aqumarine_chestplate" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_helmet.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_helmet.json new file mode 100644 index 00000000..7602b2c2 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/aqumarine_helmet" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_leggings.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_leggings.json new file mode 100644 index 00000000..5585c7d4 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/aqumarine_leggings" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_ore.json new file mode 100644 index 00000000..8a5512a2 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/aqumarine_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield.json new file mode 100644 index 00000000..318d3af9 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield.json @@ -0,0 +1,121 @@ +{ + "parent": "minecraft:builtin/entity", + "display": { + "firstperson_lefthand": { + "rotation": [ + 0, + 180, + 5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + 10, + 0, + -10 + ] + }, + "firstperson_righthand": { + "rotation": [ + 0, + 180, + 5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + -10, + 2, + -10 + ] + }, + "fixed": { + "rotation": [ + 0, + 180, + 0 + ], + "scale": [ + 0.5, + 0.5, + 0.5 + ], + "translation": [ + -2, + 4, + -5 + ] + }, + "ground": { + "scale": [ + 0.25, + 0.25, + 0.25 + ], + "translation": [ + 4, + 4, + 2 + ] + }, + "gui": { + "rotation": [ + 15, + -25, + -5 + ], + "scale": [ + 0.65, + 0.65, + 0.65 + ], + "translation": [ + 2, + 3, + 0 + ] + }, + "thirdperson_lefthand": { + "rotation": [ + 0, + 90, + 0 + ], + "translation": [ + 10, + 6, + 12 + ] + }, + "thirdperson_righthand": { + "rotation": [ + 0, + 90, + 0 + ], + "translation": [ + 10, + 6, + -4 + ] + } + }, + "gui_light": "front", + "overrides": [ + { + "model": "armourandtoolsmod:item/aqumarine_shield_blocking", + "predicate": { + "minecraft:blocking": 1.0 + } + } + ], + "textures": { + "particle": "armourandtoolsmod:block/aqumarine_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield_blocking.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield_blocking.json new file mode 100644 index 00000000..d0c685d7 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_shield_blocking.json @@ -0,0 +1,84 @@ +{ + "parent": "minecraft:builtin/entity", + "display": { + "firstperson_lefthand": { + "rotation": [ + 0, + 180, + -5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + 5, + 5, + -11 + ] + }, + "firstperson_righthand": { + "rotation": [ + 0, + 180, + -5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + -15, + 5, + -11 + ] + }, + "gui": { + "rotation": [ + 15, + -25, + -5 + ], + "scale": [ + 0.65, + 0.65, + 0.65 + ], + "translation": [ + 2, + 3, + 0 + ] + }, + "thirdperson_lefthand": { + "rotation": [ + 45, + 135, + 0 + ], + "translation": [ + 13.51, + 3, + 5 + ] + }, + "thirdperson_righthand": { + "rotation": [ + 45, + 135, + 0 + ], + "translation": [ + 3.51, + 11, + -2 + ] + } + }, + "gui_light": "front", + "textures": { + "particle": "armourandtoolsmod:block/aqumarine_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident.json new file mode 100644 index 00000000..b45daf8c --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident.json @@ -0,0 +1,51 @@ +{ + "base": { + "parent": "minecraft:item/trident_in_hand", + "display": { + "head": { + "rotation": [ + 0, + 180, + 120 + ], + "scale": [ + 1.5, + 1.5, + 1.5 + ], + "translation": [ + 8, + 10, + -11 + ] + } + }, + "textures": { + "particle": "armourandtoolsmod:item/aqumarine_trident" + } + }, + "gui_light": "front", + "loader": "forge:separate_transforms", + "overrides": [ + { + "model": "armourandtoolsmod:item/aqumarine_trident_throwing", + "predicate": { + "armourandtoolsmod:throwing": 1.0 + } + } + ], + "perspectives": { + "fixed": { + "parent": "armourandtoolsmod:item/aqumarine_trident_gui" + }, + "ground": { + "parent": "armourandtoolsmod:item/aqumarine_trident_gui" + }, + "gui": { + "parent": "armourandtoolsmod:item/aqumarine_trident_gui" + } + }, + "textures": { + "particle": "armourandtoolsmod:item/aqumarine_trident" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_gui.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_gui.json new file mode 100644 index 00000000..af0fa2d6 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_gui.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/aqumarine_trident" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_throwing.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_throwing.json new file mode 100644 index 00000000..bafdf5a2 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/aqumarine_trident_throwing.json @@ -0,0 +1,24 @@ +{ + "base": { + "parent": "minecraft:item/trident_throwing", + "textures": { + "particle": "armourandtoolsmod:item/aqumarine_trident" + } + }, + "gui_light": "front", + "loader": "forge:separate_transforms", + "perspectives": { + "fixed": { + "parent": "armourandtoolsmod:item/aqumarine_trident_gui" + }, + "ground": { + "parent": "armourandtoolsmod:item/aqumarine_trident_gui" + }, + "gui": { + "parent": "armourandtoolsmod:item/aqumarine_trident_gui" + } + }, + "textures": { + "particle": "armourandtoolsmod:item/aqumarine_trident" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/custom_armour_crafting_table.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/custom_armour_crafting_table.json new file mode 100644 index 00000000..5115afa4 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/custom_armour_crafting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/custom_armour_crafting_table" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/custom_tool_crafting_table.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/custom_tool_crafting_table.json new file mode 100644 index 00000000..91271fd3 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/custom_tool_crafting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/custom_tool_crafting_table" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_aqumarine_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_aqumarine_ore.json new file mode 100644 index 00000000..ae567c38 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_aqumarine_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/deepslate_aqumarine_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_graphite_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_graphite_ore.json new file mode 100644 index 00000000..4fc2a4f6 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_graphite_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/deepslate_graphite_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_imperium_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_imperium_ore.json new file mode 100644 index 00000000..b66f135c --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_imperium_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/deepslate_imperium_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_rainbow_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_rainbow_ore.json new file mode 100644 index 00000000..9ceae1c2 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_rainbow_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/deepslate_rainbow_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_ruby_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_ruby_ore.json new file mode 100644 index 00000000..52b70f02 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_ruby_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/deepslate_ruby_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_sapphire_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_sapphire_ore.json new file mode 100644 index 00000000..f347d5fa --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/deepslate_sapphire_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/deepslate_sapphire_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite.json new file mode 100644 index 00000000..db172a1d --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/enderite" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_axe.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_axe.json new file mode 100644 index 00000000..2c0c95f4 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/enderite_axe" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_block.json new file mode 100644 index 00000000..f7808a56 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_block.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/enderite_block" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_boots.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_boots.json new file mode 100644 index 00000000..2cf4cd90 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/enderite_boots" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_chestplate.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_chestplate.json new file mode 100644 index 00000000..1233ed74 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/enderite_chestplate" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_helmet.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_helmet.json new file mode 100644 index 00000000..024ff883 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/enderite_helmet" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_hoe.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_hoe.json new file mode 100644 index 00000000..1789927f --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/enderite_hoe" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_leggings.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_leggings.json new file mode 100644 index 00000000..9720747f --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/enderite_leggings" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_ore.json new file mode 100644 index 00000000..a1092f44 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/enderite_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_pickaxe.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_pickaxe.json new file mode 100644 index 00000000..7d04a17e --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/enderite_pickaxe" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_shovel.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_shovel.json new file mode 100644 index 00000000..2bcd7f21 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/enderite_shovel" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_sword.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_sword.json new file mode 100644 index 00000000..eed9b082 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/enderite_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/enderite_sword" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite.json new file mode 100644 index 00000000..7433cee7 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/graphite" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_block.json new file mode 100644 index 00000000..bcc4d4f8 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_block.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/graphite_block" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_boots.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_boots.json new file mode 100644 index 00000000..7825243a --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/graphite_boots" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_chestplate.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_chestplate.json new file mode 100644 index 00000000..cae27787 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/graphite_chestplate" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_helmet.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_helmet.json new file mode 100644 index 00000000..02bb91b6 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/graphite_helmet" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_leggings.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_leggings.json new file mode 100644 index 00000000..e0af5170 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/graphite_leggings" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_ore.json new file mode 100644 index 00000000..9e2883e0 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/graphite_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield.json new file mode 100644 index 00000000..ad2b03f3 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield.json @@ -0,0 +1,121 @@ +{ + "parent": "minecraft:builtin/entity", + "display": { + "firstperson_lefthand": { + "rotation": [ + 0, + 180, + 5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + 10, + 0, + -10 + ] + }, + "firstperson_righthand": { + "rotation": [ + 0, + 180, + 5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + -10, + 2, + -10 + ] + }, + "fixed": { + "rotation": [ + 0, + 180, + 0 + ], + "scale": [ + 0.5, + 0.5, + 0.5 + ], + "translation": [ + -2, + 4, + -5 + ] + }, + "ground": { + "scale": [ + 0.25, + 0.25, + 0.25 + ], + "translation": [ + 4, + 4, + 2 + ] + }, + "gui": { + "rotation": [ + 15, + -25, + -5 + ], + "scale": [ + 0.65, + 0.65, + 0.65 + ], + "translation": [ + 2, + 3, + 0 + ] + }, + "thirdperson_lefthand": { + "rotation": [ + 0, + 90, + 0 + ], + "translation": [ + 10, + 6, + 12 + ] + }, + "thirdperson_righthand": { + "rotation": [ + 0, + 90, + 0 + ], + "translation": [ + 10, + 6, + -4 + ] + } + }, + "gui_light": "front", + "overrides": [ + { + "model": "armourandtoolsmod:item/graphite_shield_blocking", + "predicate": { + "minecraft:blocking": 1.0 + } + } + ], + "textures": { + "particle": "armourandtoolsmod:block/graphite_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield_blocking.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield_blocking.json new file mode 100644 index 00000000..eb48ffe1 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/graphite_shield_blocking.json @@ -0,0 +1,84 @@ +{ + "parent": "minecraft:builtin/entity", + "display": { + "firstperson_lefthand": { + "rotation": [ + 0, + 180, + -5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + 5, + 5, + -11 + ] + }, + "firstperson_righthand": { + "rotation": [ + 0, + 180, + -5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + -15, + 5, + -11 + ] + }, + "gui": { + "rotation": [ + 15, + -25, + -5 + ], + "scale": [ + 0.65, + 0.65, + 0.65 + ], + "translation": [ + 2, + 3, + 0 + ] + }, + "thirdperson_lefthand": { + "rotation": [ + 45, + 135, + 0 + ], + "translation": [ + 13.51, + 3, + 5 + ] + }, + "thirdperson_righthand": { + "rotation": [ + 45, + 135, + 0 + ], + "translation": [ + 3.51, + 11, + -2 + ] + } + }, + "gui_light": "front", + "textures": { + "particle": "armourandtoolsmod:block/graphite_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium.json new file mode 100644 index 00000000..56b07484 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/imperium" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_ore.json new file mode 100644 index 00000000..60246089 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/imperium_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_pickaxe.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_pickaxe.json new file mode 100644 index 00000000..7a5b2bc8 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/imperium_pickaxe" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_sword.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_sword.json new file mode 100644 index 00000000..9aa145d7 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/imperium_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/imperium_sword" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ingot_fusion_toll_enhancer.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ingot_fusion_toll_enhancer.json new file mode 100644 index 00000000..1d1f350a --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ingot_fusion_toll_enhancer.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/ingot_fusion_toll_enhancer" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/magma_strike_pickaxe.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/magma_strike_pickaxe.json new file mode 100644 index 00000000..9ddd9220 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/magma_strike_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/magma_strike_pickaxe" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow.json new file mode 100644 index 00000000..9d89a7de --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/rainbow" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_block.json new file mode 100644 index 00000000..91d04255 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_block.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/rainbow_block" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_boots.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_boots.json new file mode 100644 index 00000000..606b836f --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/rainbow_boots" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_chestplate.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_chestplate.json new file mode 100644 index 00000000..9e072e26 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/rainbow_chestplate" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_helmet.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_helmet.json new file mode 100644 index 00000000..22cd5b9e --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/rainbow_helmet" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_leggings.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_leggings.json new file mode 100644 index 00000000..5ece51a0 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/rainbow_leggings" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_ore.json new file mode 100644 index 00000000..75a22cdd --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/rainbow_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield.json new file mode 100644 index 00000000..18d67abf --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield.json @@ -0,0 +1,121 @@ +{ + "parent": "minecraft:builtin/entity", + "display": { + "firstperson_lefthand": { + "rotation": [ + 0, + 180, + 5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + 10, + 0, + -10 + ] + }, + "firstperson_righthand": { + "rotation": [ + 0, + 180, + 5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + -10, + 2, + -10 + ] + }, + "fixed": { + "rotation": [ + 0, + 180, + 0 + ], + "scale": [ + 0.5, + 0.5, + 0.5 + ], + "translation": [ + -2, + 4, + -5 + ] + }, + "ground": { + "scale": [ + 0.25, + 0.25, + 0.25 + ], + "translation": [ + 4, + 4, + 2 + ] + }, + "gui": { + "rotation": [ + 15, + -25, + -5 + ], + "scale": [ + 0.65, + 0.65, + 0.65 + ], + "translation": [ + 2, + 3, + 0 + ] + }, + "thirdperson_lefthand": { + "rotation": [ + 0, + 90, + 0 + ], + "translation": [ + 10, + 6, + 12 + ] + }, + "thirdperson_righthand": { + "rotation": [ + 0, + 90, + 0 + ], + "translation": [ + 10, + 6, + -4 + ] + } + }, + "gui_light": "front", + "overrides": [ + { + "model": "armourandtoolsmod:item/rainbow_shield_blocking", + "predicate": { + "minecraft:blocking": 1.0 + } + } + ], + "textures": { + "particle": "armourandtoolsmod:block/rainbow_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield_blocking.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield_blocking.json new file mode 100644 index 00000000..6059e8e5 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/rainbow_shield_blocking.json @@ -0,0 +1,84 @@ +{ + "parent": "minecraft:builtin/entity", + "display": { + "firstperson_lefthand": { + "rotation": [ + 0, + 180, + -5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + 5, + 5, + -11 + ] + }, + "firstperson_righthand": { + "rotation": [ + 0, + 180, + -5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + -15, + 5, + -11 + ] + }, + "gui": { + "rotation": [ + 15, + -25, + -5 + ], + "scale": [ + 0.65, + 0.65, + 0.65 + ], + "translation": [ + 2, + 3, + 0 + ] + }, + "thirdperson_lefthand": { + "rotation": [ + 45, + 135, + 0 + ], + "translation": [ + 13.51, + 3, + 5 + ] + }, + "thirdperson_righthand": { + "rotation": [ + 45, + 135, + 0 + ], + "translation": [ + 3.51, + 11, + -2 + ] + } + }, + "gui_light": "front", + "textures": { + "particle": "armourandtoolsmod:block/rainbow_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_aqumarine.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_aqumarine.json new file mode 100644 index 00000000..2040bb8e --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_aqumarine.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/raw_aqumarine" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_enderite.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_enderite.json new file mode 100644 index 00000000..40c43c6f --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_enderite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/raw_enderite" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_graphite.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_graphite.json new file mode 100644 index 00000000..e98a8b46 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_graphite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/raw_graphite" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_imperium.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_imperium.json new file mode 100644 index 00000000..5f09da7b --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_imperium.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/raw_imperium" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_rainbow.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_rainbow.json new file mode 100644 index 00000000..5ed00330 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_rainbow.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/raw_rainbow" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_ruby.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_ruby.json new file mode 100644 index 00000000..2b141b0b --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_ruby.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/raw_ruby" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_sapphire.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_sapphire.json new file mode 100644 index 00000000..57e97d2f --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/raw_sapphire.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/raw_sapphire" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby.json new file mode 100644 index 00000000..129cf7b9 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/ruby" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_axe.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_axe.json new file mode 100644 index 00000000..e2409d04 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/ruby_axe" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_block.json new file mode 100644 index 00000000..7089c991 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_block.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/ruby_block" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_boots.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_boots.json new file mode 100644 index 00000000..936ac7eb --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/ruby_boots" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_chestplate.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_chestplate.json new file mode 100644 index 00000000..e82485ca --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/ruby_chestplate" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_helmet.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_helmet.json new file mode 100644 index 00000000..6d6aa697 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/ruby_helmet" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_hoe.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_hoe.json new file mode 100644 index 00000000..094d2291 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/ruby_hoe" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_leggings.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_leggings.json new file mode 100644 index 00000000..f1424766 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/ruby_leggings" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_ore.json new file mode 100644 index 00000000..68f5f89b --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/ruby_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_pickaxe.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_pickaxe.json new file mode 100644 index 00000000..2a637aff --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/ruby_pickaxe" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield.json new file mode 100644 index 00000000..adb058a9 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield.json @@ -0,0 +1,121 @@ +{ + "parent": "minecraft:builtin/entity", + "display": { + "firstperson_lefthand": { + "rotation": [ + 0, + 180, + 5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + 10, + 0, + -10 + ] + }, + "firstperson_righthand": { + "rotation": [ + 0, + 180, + 5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + -10, + 2, + -10 + ] + }, + "fixed": { + "rotation": [ + 0, + 180, + 0 + ], + "scale": [ + 0.5, + 0.5, + 0.5 + ], + "translation": [ + -2, + 4, + -5 + ] + }, + "ground": { + "scale": [ + 0.25, + 0.25, + 0.25 + ], + "translation": [ + 4, + 4, + 2 + ] + }, + "gui": { + "rotation": [ + 15, + -25, + -5 + ], + "scale": [ + 0.65, + 0.65, + 0.65 + ], + "translation": [ + 2, + 3, + 0 + ] + }, + "thirdperson_lefthand": { + "rotation": [ + 0, + 90, + 0 + ], + "translation": [ + 10, + 6, + 12 + ] + }, + "thirdperson_righthand": { + "rotation": [ + 0, + 90, + 0 + ], + "translation": [ + 10, + 6, + -4 + ] + } + }, + "gui_light": "front", + "overrides": [ + { + "model": "armourandtoolsmod:item/ruby_shield_blocking", + "predicate": { + "minecraft:blocking": 1.0 + } + } + ], + "textures": { + "particle": "armourandtoolsmod:block/ruby_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield_blocking.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield_blocking.json new file mode 100644 index 00000000..338e027d --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shield_blocking.json @@ -0,0 +1,84 @@ +{ + "parent": "minecraft:builtin/entity", + "display": { + "firstperson_lefthand": { + "rotation": [ + 0, + 180, + -5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + 5, + 5, + -11 + ] + }, + "firstperson_righthand": { + "rotation": [ + 0, + 180, + -5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + -15, + 5, + -11 + ] + }, + "gui": { + "rotation": [ + 15, + -25, + -5 + ], + "scale": [ + 0.65, + 0.65, + 0.65 + ], + "translation": [ + 2, + 3, + 0 + ] + }, + "thirdperson_lefthand": { + "rotation": [ + 45, + 135, + 0 + ], + "translation": [ + 13.51, + 3, + 5 + ] + }, + "thirdperson_righthand": { + "rotation": [ + 45, + 135, + 0 + ], + "translation": [ + 3.51, + 11, + -2 + ] + } + }, + "gui_light": "front", + "textures": { + "particle": "armourandtoolsmod:block/ruby_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shovel.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shovel.json new file mode 100644 index 00000000..df49f2f2 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/ruby_shovel" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_sword.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_sword.json new file mode 100644 index 00000000..cc9adcf9 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/ruby_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/ruby_sword" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire.json new file mode 100644 index 00000000..f9b70225 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/sapphire" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_axe.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_axe.json new file mode 100644 index 00000000..777a1560 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/sapphire_axe" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_block.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_block.json new file mode 100644 index 00000000..4ba700f2 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_block.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/sapphire_block" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_boots.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_boots.json new file mode 100644 index 00000000..ac48d3c5 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/sapphire_boots" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_chestplate.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_chestplate.json new file mode 100644 index 00000000..c8f55884 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/sapphire_chestplate" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_helmet.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_helmet.json new file mode 100644 index 00000000..2761695a --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/sapphire_helmet" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_hoe.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_hoe.json new file mode 100644 index 00000000..26d6247a --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/sapphire_hoe" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_leggings.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_leggings.json new file mode 100644 index 00000000..f95a3cc5 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "armourandtoolsmod:item/sapphire_leggings" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_ore.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_ore.json new file mode 100644 index 00000000..d364efbc --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "armourandtoolsmod:block/sapphire_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_pickaxe.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_pickaxe.json new file mode 100644 index 00000000..1a77ede3 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/sapphire_pickaxe" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield.json new file mode 100644 index 00000000..2b1bbab2 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield.json @@ -0,0 +1,121 @@ +{ + "parent": "minecraft:builtin/entity", + "display": { + "firstperson_lefthand": { + "rotation": [ + 0, + 180, + 5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + 10, + 0, + -10 + ] + }, + "firstperson_righthand": { + "rotation": [ + 0, + 180, + 5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + -10, + 2, + -10 + ] + }, + "fixed": { + "rotation": [ + 0, + 180, + 0 + ], + "scale": [ + 0.5, + 0.5, + 0.5 + ], + "translation": [ + -2, + 4, + -5 + ] + }, + "ground": { + "scale": [ + 0.25, + 0.25, + 0.25 + ], + "translation": [ + 4, + 4, + 2 + ] + }, + "gui": { + "rotation": [ + 15, + -25, + -5 + ], + "scale": [ + 0.65, + 0.65, + 0.65 + ], + "translation": [ + 2, + 3, + 0 + ] + }, + "thirdperson_lefthand": { + "rotation": [ + 0, + 90, + 0 + ], + "translation": [ + 10, + 6, + 12 + ] + }, + "thirdperson_righthand": { + "rotation": [ + 0, + 90, + 0 + ], + "translation": [ + 10, + 6, + -4 + ] + } + }, + "gui_light": "front", + "overrides": [ + { + "model": "armourandtoolsmod:item/sapphire_shield_blocking", + "predicate": { + "minecraft:blocking": 1.0 + } + } + ], + "textures": { + "particle": "armourandtoolsmod:block/sapphire_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield_blocking.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield_blocking.json new file mode 100644 index 00000000..c621b697 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shield_blocking.json @@ -0,0 +1,84 @@ +{ + "parent": "minecraft:builtin/entity", + "display": { + "firstperson_lefthand": { + "rotation": [ + 0, + 180, + -5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + 5, + 5, + -11 + ] + }, + "firstperson_righthand": { + "rotation": [ + 0, + 180, + -5 + ], + "scale": [ + 1.25, + 1.25, + 1.25 + ], + "translation": [ + -15, + 5, + -11 + ] + }, + "gui": { + "rotation": [ + 15, + -25, + -5 + ], + "scale": [ + 0.65, + 0.65, + 0.65 + ], + "translation": [ + 2, + 3, + 0 + ] + }, + "thirdperson_lefthand": { + "rotation": [ + 45, + 135, + 0 + ], + "translation": [ + 13.51, + 3, + 5 + ] + }, + "thirdperson_righthand": { + "rotation": [ + 45, + 135, + 0 + ], + "translation": [ + 3.51, + 11, + -2 + ] + } + }, + "gui_light": "front", + "textures": { + "particle": "armourandtoolsmod:block/sapphire_block" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shovel.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shovel.json new file mode 100644 index 00000000..5ce80ae3 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/sapphire_shovel" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_sword.json b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_sword.json new file mode 100644 index 00000000..1554b098 --- /dev/null +++ b/neoforge/src/generated/resources/assets/armourandtoolsmod/models/item/sapphire_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "armourandtoolsmod:item/sapphire_sword" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/minecraft/atlases/armor_trims.json b/neoforge/src/generated/resources/assets/minecraft/atlases/armor_trims.json new file mode 100644 index 00000000..3cfcea52 --- /dev/null +++ b/neoforge/src/generated/resources/assets/minecraft/atlases/armor_trims.json @@ -0,0 +1,26 @@ +{ + "sources": [ + { + "type": "minecraft:paletted_permutations", + "palette_key": "minecraft:trims/color_palettes/trim_palette", + "permutations": { + "ruby_amethyst": "minecraft:trims/color_palettes/amethyst", + "ruby_coal": "minecraft:trims/color_palettes/coal", + "ruby_copper": "minecraft:trims/color_palettes/copper", + "ruby_diamond": "minecraft:trims/color_palettes/diamond", + "ruby_emerald": "minecraft:trims/color_palettes/emerald", + "ruby_gold": "minecraft:trims/color_palettes/gold", + "ruby_iron": "minecraft:trims/color_palettes/iron", + "ruby_lapis": "minecraft:trims/color_palettes/lapis", + "ruby_quartz": "minecraft:trims/color_palettes/quartz", + "ruby_redstone": "minecraft:trims/color_palettes/redstone" + }, + "textures": [ + "armourandtoolsmod:trims/items/ruby_head_trim", + "armourandtoolsmod:trims/items/ruby_chest_trim", + "armourandtoolsmod:trims/items/ruby_legs_trim", + "armourandtoolsmod:trims/items/ruby_feet_trim" + ] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/assets/minecraft/atlases/blocks.json b/neoforge/src/generated/resources/assets/minecraft/atlases/blocks.json new file mode 100644 index 00000000..214be344 --- /dev/null +++ b/neoforge/src/generated/resources/assets/minecraft/atlases/blocks.json @@ -0,0 +1,24 @@ +{ + "sources": [ + { + "type": "minecraft:single", + "resource": "armourandtoolsmod:entity/shield/ruby" + }, + { + "type": "minecraft:single", + "resource": "armourandtoolsmod:entity/shield/aqumarine" + }, + { + "type": "minecraft:single", + "resource": "armourandtoolsmod:entity/shield/rainbow" + }, + { + "type": "minecraft:single", + "resource": "armourandtoolsmod:entity/shield/sapphire" + }, + { + "type": "minecraft:single", + "resource": "armourandtoolsmod:entity/shield/graphite" + } + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_armour.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_armour.json new file mode 100644 index 00000000..5424ddfb --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_armour.json @@ -0,0 +1,78 @@ +{ + "parent": "armourandtoolsmod:aqumarine_ingot", + "criteria": { + "aqumarine_boots": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "aqumarine_chestplate": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "aqumarine_helmet": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "aqumarine_leggings": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.aqumarine_armour.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:aqumarine_helmet", + "nbt": "{Damage:0}" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.aqumarine_armour.title" + } + }, + "requirements": [ + [ + "aqumarine_helmet", + "aqumarine_chestplate", + "aqumarine_leggings", + "aqumarine_boots" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_block.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_block.json new file mode 100644 index 00000000..f82164f6 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_block.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:aqumarine_ingot", + "criteria": { + "get_block": { + "conditions": { + "items": [ + { + "tag": "forge:storage_blocks/aqumarine" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.aqumarine_block.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:aqumarine_block" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.aqumarine_block.title" + } + }, + "requirements": [ + [ + "get_block" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ingot.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ingot.json new file mode 100644 index 00000000..b96ff7bf --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ingot.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:aqumarine_ore", + "criteria": { + "get_scrap": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/aqumarine" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.aqumarine_ingot.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:aqumarine" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.aqumarine_ingot.title" + } + }, + "requirements": [ + [ + "get_scrap" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ore.json new file mode 100644 index 00000000..4b35bc90 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/aqumarine_ore.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:root", + "criteria": { + "get_ore": { + "conditions": { + "items": [ + { + "tag": "forge:ores/aqumarine_ores" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.aqumarine_ore.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:aqumarine_ore" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.aqumarine_ore.title" + } + }, + "requirements": [ + [ + "get_ore" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_armour.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_armour.json new file mode 100644 index 00000000..3c60a252 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_armour.json @@ -0,0 +1,78 @@ +{ + "parent": "armourandtoolsmod:enderite_ingot", + "criteria": { + "enderite_boots": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "enderite_chestplate": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "enderite_helmet": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "enderite_leggings": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.enderite_armour.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:enderite_helmet", + "nbt": "{Damage:0}" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.enderite_armour.title" + } + }, + "requirements": [ + [ + "enderite_helmet", + "enderite_chestplate", + "enderite_leggings", + "enderite_boots" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_block.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_block.json new file mode 100644 index 00000000..df8c1c80 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_block.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:enderite_ingot", + "criteria": { + "get_block": { + "conditions": { + "items": [ + { + "tag": "forge:storage_blocks/enderite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.enderite_block.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:enderite_block" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.enderite_block.title" + } + }, + "requirements": [ + [ + "get_block" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_ingot.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_ingot.json new file mode 100644 index 00000000..987daf87 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_ingot.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:enderite_ore", + "criteria": { + "get_scrap": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/enderite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.enderite_ingot.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:enderite" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.enderite_ingot.title" + } + }, + "requirements": [ + [ + "get_scrap" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_ore.json new file mode 100644 index 00000000..57243ef3 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_ore.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:root", + "criteria": { + "get_ore": { + "conditions": { + "items": [ + { + "tag": "forge:ores/enderite_ores" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.enderite_ore.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:enderite_ore" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.enderite_ore.title" + } + }, + "requirements": [ + [ + "get_ore" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_tools.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_tools.json new file mode 100644 index 00000000..a9f4a6df --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/enderite_tools.json @@ -0,0 +1,90 @@ +{ + "parent": "armourandtoolsmod:enderite_ingot", + "criteria": { + "enderite_axe": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_axe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "enderite_hoe": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_hoe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "enderite_pickaxe": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_pickaxe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "enderite_shovel": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_shovel" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "enderite_sword": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_sword" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.enderite_tools.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:enderite_sword" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.enderite_tools.title" + } + }, + "requirements": [ + [ + "enderite_sword", + "enderite_pickaxe", + "enderite_axe", + "enderite_shovel", + "enderite_hoe" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_armour.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_armour.json new file mode 100644 index 00000000..753178e0 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_armour.json @@ -0,0 +1,78 @@ +{ + "parent": "armourandtoolsmod:graphite_ingot", + "criteria": { + "graphite_boots": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "graphite_chestplate": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "graphite_helmet": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "graphite_leggings": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.graphite_armour.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:graphite_helmet", + "nbt": "{Damage:0}" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.graphite_armour.title" + } + }, + "requirements": [ + [ + "graphite_helmet", + "graphite_chestplate", + "graphite_leggings", + "graphite_boots" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_block.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_block.json new file mode 100644 index 00000000..9266a56d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_block.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:graphite_ingot", + "criteria": { + "get_block": { + "conditions": { + "items": [ + { + "tag": "forge:storage_blocks/graphite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.graphite_block.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:graphite_block" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.graphite_block.title" + } + }, + "requirements": [ + [ + "get_block" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_ingot.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_ingot.json new file mode 100644 index 00000000..7f22aff3 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_ingot.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:graphite_ore", + "criteria": { + "get_scrap": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/graphite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.graphite_ingot.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:graphite" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.graphite_ingot.title" + } + }, + "requirements": [ + [ + "get_scrap" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_ore.json new file mode 100644 index 00000000..b7734bfc --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/graphite_ore.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:root", + "criteria": { + "get_ore": { + "conditions": { + "items": [ + { + "tag": "forge:ores/graphite_ores" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.graphite_ore.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:graphite_ore" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.graphite_ore.title" + } + }, + "requirements": [ + [ + "get_ore" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_ingot.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_ingot.json new file mode 100644 index 00000000..621ec00f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_ingot.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:imperium_ore", + "criteria": { + "get_scrap": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/imperium" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.imperium_ingot.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:imperium" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.imperium_ingot.title" + } + }, + "requirements": [ + [ + "get_scrap" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_ore.json new file mode 100644 index 00000000..b16252f8 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_ore.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:root", + "criteria": { + "get_ore": { + "conditions": { + "items": [ + { + "tag": "forge:ores/imperium_ores" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.imperium_ore.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:imperium_ore" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.imperium_ore.title" + } + }, + "requirements": [ + [ + "get_ore" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_tools.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_tools.json new file mode 100644 index 00000000..a586047f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/imperium_tools.json @@ -0,0 +1,51 @@ +{ + "parent": "armourandtoolsmod:imperium_ingot", + "criteria": { + "imperium_pickaxe": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:imperium_pickaxe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "imperium_sword": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:imperium_sword" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.imperium_tools.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:imperium_sword" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.imperium_tools.title" + } + }, + "requirements": [ + [ + "imperium_sword", + "imperium_pickaxe" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_armour.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_armour.json new file mode 100644 index 00000000..3f6f1f67 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_armour.json @@ -0,0 +1,78 @@ +{ + "parent": "armourandtoolsmod:rainbow_ingot", + "criteria": { + "rainbow_boots": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "rainbow_chestplate": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "rainbow_helmet": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "rainbow_leggings": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.rainbow_armour.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:rainbow_helmet", + "nbt": "{Damage:0}" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.rainbow_armour.title" + } + }, + "requirements": [ + [ + "rainbow_helmet", + "rainbow_chestplate", + "rainbow_leggings", + "rainbow_boots" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_block.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_block.json new file mode 100644 index 00000000..6b67fc9f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_block.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:rainbow_ingot", + "criteria": { + "get_block": { + "conditions": { + "items": [ + { + "tag": "forge:storage_blocks/rainbow" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.rainbow_block.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:rainbow_block" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.rainbow_block.title" + } + }, + "requirements": [ + [ + "get_block" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ingot.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ingot.json new file mode 100644 index 00000000..e50771d1 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ingot.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:rainbow_ore", + "criteria": { + "get_scrap": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/rainbow" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.rainbow_ingot.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:rainbow" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.rainbow_ingot.title" + } + }, + "requirements": [ + [ + "get_scrap" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ore.json new file mode 100644 index 00000000..5409ad14 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/rainbow_ore.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:root", + "criteria": { + "get_ore": { + "conditions": { + "items": [ + { + "tag": "forge:ores/rainbow_ores" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.rainbow_ore.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:rainbow_ore" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.rainbow_ore.title" + } + }, + "requirements": [ + [ + "get_ore" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/aqumarine_block_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/aqumarine_block_recipe.json new file mode 100644 index 00000000..a1655d5d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/aqumarine_block_recipe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:aqumarine_block_recipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:aqumarine_block_recipe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_armour_crafting_table_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_armour_crafting_table_recipe.json new file mode 100644 index 00000000..b0ebde64 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_armour_crafting_table_recipe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:iron_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:custom_armour_crafting_table_recipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:custom_armour_crafting_table_recipe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_tool_crafting_table_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_tool_crafting_table_recipe.json new file mode 100644 index 00000000..47567e31 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/custom_tool_crafting_table_recipe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:iron_pickaxe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:custom_tool_crafting_table_recipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:custom_tool_crafting_table_recipe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/enderite_block_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/enderite_block_recipe.json new file mode 100644 index 00000000..09e10da9 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/enderite_block_recipe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:enderite_block_recipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:enderite_block_recipe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/graphite_block_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/graphite_block_recipe.json new file mode 100644 index 00000000..c6d91772 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/graphite_block_recipe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:graphite_block_recipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:graphite_block_recipe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ingot_fusion_toll_enhancer_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ingot_fusion_toll_enhancer_recipe.json new file mode 100644 index 00000000..a630d59b --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ingot_fusion_toll_enhancer_recipe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:iron_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:ingot_fusion_toll_enhancer_recipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:ingot_fusion_toll_enhancer_recipe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/rainbow_block_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/rainbow_block_recipe.json new file mode 100644 index 00000000..1d5a52f4 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/rainbow_block_recipe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:rainbow_block_recipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:rainbow_block_recipe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ruby_block_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ruby_block_recipe.json new file mode 100644 index 00000000..dbd7a568 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/ruby_block_recipe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:ruby_block_recipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:ruby_block_recipe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/sapphire_block_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/sapphire_block_recipe.json new file mode 100644 index 00000000..a993bcfa --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/building_blocks/sapphire_block_recipe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:sapphire_block_recipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:sapphire_block_recipe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_boots.json new file mode 100644 index 00000000..640b184a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_boots.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:amethyst_shard" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:amethyst_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:amethyst_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_chestplate.json new file mode 100644 index 00000000..710c7ea8 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_chestplate.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:amethyst_shard" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:amethyst_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:amethyst_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_helmet.json new file mode 100644 index 00000000..8f5a1ea7 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_helmet.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:amethyst_shard" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:amethyst_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:amethyst_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_leggings.json new file mode 100644 index 00000000..8c3f6b2c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/amethyst_leggings.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:amethyst_shard" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:amethyst_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:amethyst_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_boots.json new file mode 100644 index 00000000..4565c66e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_boots.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/aqumarine" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:aqumarine_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:aqumarine_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_chestplate.json new file mode 100644 index 00000000..c88d13c6 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_chestplate.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/aqumarine" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:aqumarine_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:aqumarine_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_helmet.json new file mode 100644 index 00000000..5954e2d1 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_helmet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/aqumarine" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:aqumarine_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:aqumarine_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_leggings.json new file mode 100644 index 00000000..8a4c13d7 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/aqumarine_leggings.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/aqumarine" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:aqumarine_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:aqumarine_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_boots.json new file mode 100644 index 00000000..0c6c000f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_boots.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/enderite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:enderite_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:enderite_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_chestplate.json new file mode 100644 index 00000000..080ab7de --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_chestplate.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/enderite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:enderite_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:enderite_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_helmet.json new file mode 100644 index 00000000..95a6e885 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_helmet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/enderite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:enderite_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:enderite_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_leggings.json new file mode 100644 index 00000000..b4a4265c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/enderite_leggings.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/enderite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:enderite_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:enderite_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_boots.json new file mode 100644 index 00000000..ce8a2e1e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_boots.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/graphite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:graphite_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:graphite_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_chestplate.json new file mode 100644 index 00000000..d26dc3f9 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_chestplate.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/graphite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:graphite_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:graphite_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_helmet.json new file mode 100644 index 00000000..4fd7d08b --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_helmet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/graphite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:graphite_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:graphite_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_leggings.json new file mode 100644 index 00000000..6bc8e753 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/graphite_leggings.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/graphite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:graphite_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:graphite_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_boots.json new file mode 100644 index 00000000..ed73b161 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_boots.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/aqumarine" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:rainbow_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:rainbow_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_chestplate.json new file mode 100644 index 00000000..69fdeac4 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_chestplate.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/aqumarine" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:rainbow_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:rainbow_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_helmet.json new file mode 100644 index 00000000..9796167a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_helmet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/aqumarine" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:rainbow_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:rainbow_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_leggings.json new file mode 100644 index 00000000..7b1aff18 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/rainbow_leggings.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/aqumarine" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:rainbow_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:rainbow_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_boots.json new file mode 100644 index 00000000..2914543c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_boots.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/ruby" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:ruby_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:ruby_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_chestplate.json new file mode 100644 index 00000000..d0eeaca5 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_chestplate.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/ruby" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:ruby_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:ruby_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_helmet.json new file mode 100644 index 00000000..a1c0f0aa --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_helmet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/ruby" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:ruby_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:ruby_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_leggings.json new file mode 100644 index 00000000..213d1218 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/ruby_leggings.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/ruby" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:ruby_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:ruby_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_boots.json new file mode 100644 index 00000000..9ffc8b1f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_boots.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/sapphire" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:sapphire_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:sapphire_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_chestplate.json new file mode 100644 index 00000000..38b4b1fc --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_chestplate.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/sapphire" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:sapphire_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:sapphire_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_helmet.json new file mode 100644 index 00000000..31115ad6 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_helmet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/sapphire" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:sapphire_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:sapphire_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_leggings.json new file mode 100644 index 00000000..a9e66ed5 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/combat/sapphire_leggings.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/sapphire" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:sapphire_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:sapphire_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_boots.json new file mode 100644 index 00000000..81d1b132 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_boots.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_aqumarine_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_aqumarine_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_chestplate.json new file mode 100644 index 00000000..af7536ea --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_chestplate.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_aqumarine_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_aqumarine_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_helmet.json new file mode 100644 index 00000000..d7fc768c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_helmet.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_aqumarine_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_aqumarine_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_leggings.json new file mode 100644 index 00000000..25b5fefc --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_leggings.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_aqumarine_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_aqumarine_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_ore.json new file mode 100644 index 00000000..254344b1 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_aqumarine_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_aqumarine_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_shield.json new file mode 100644 index 00000000..866f5cfb --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_shield.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_shield" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_aqumarine_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_aqumarine_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_trident.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_trident.json new file mode 100644 index 00000000..daab7d41 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_aqumarine_trident.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_trident" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_aqumarine_trident" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_aqumarine_trident" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_aqumarine_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_aqumarine_ore.json new file mode 100644 index 00000000..753f993f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_aqumarine_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:deepslate_aqumarine_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_deepslate_aqumarine_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_deepslate_aqumarine_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_graphite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_graphite_ore.json new file mode 100644 index 00000000..ba4a66ea --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_graphite_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:deepslate_graphite_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_deepslate_graphite_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_deepslate_graphite_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_imperium_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_imperium_ore.json new file mode 100644 index 00000000..ea363cc3 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_imperium_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:deepslate_imperium_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_deepslate_imperium_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_deepslate_imperium_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_rainbow_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_rainbow_ore.json new file mode 100644 index 00000000..3639d17e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_rainbow_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:deepslate_rainbow_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_deepslate_rainbow_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_deepslate_rainbow_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_ruby_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_ruby_ore.json new file mode 100644 index 00000000..ec527a66 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_ruby_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:deepslate_ruby_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_deepslate_ruby_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_deepslate_ruby_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_sapphire_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_sapphire_ore.json new file mode 100644 index 00000000..56d047e1 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_deepslate_sapphire_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:deepslate_sapphire_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_deepslate_sapphire_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_deepslate_sapphire_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_axe.json new file mode 100644 index 00000000..ccb61a00 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_axe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_axe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_enderite_axe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_enderite_axe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_boots.json new file mode 100644 index 00000000..04df241f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_boots.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_enderite_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_enderite_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_chestplate.json new file mode 100644 index 00000000..f8ea568b --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_chestplate.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_enderite_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_enderite_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_helmet.json new file mode 100644 index 00000000..b8df019a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_helmet.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_enderite_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_enderite_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_hoe.json new file mode 100644 index 00000000..77bf72b0 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_hoe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_hoe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_enderite_hoe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_enderite_hoe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_leggings.json new file mode 100644 index 00000000..f36def13 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_leggings.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_enderite_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_enderite_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_ore.json new file mode 100644 index 00000000..4b2d4125 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_enderite_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_enderite_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_pickaxe.json new file mode 100644 index 00000000..e9f25112 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_pickaxe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_pickaxe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_enderite_pickaxe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_enderite_pickaxe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_shovel.json new file mode 100644 index 00000000..fd69a1d0 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_shovel.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_shovel" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_enderite_shovel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_enderite_shovel" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_sword.json new file mode 100644 index 00000000..2a1a3ce8 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_enderite_sword.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_sword" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_enderite_sword" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_enderite_sword" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_boots.json new file mode 100644 index 00000000..ee40924f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_boots.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_graphite_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_graphite_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_chestplate.json new file mode 100644 index 00000000..9c6abe2a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_chestplate.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_graphite_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_graphite_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_helmet.json new file mode 100644 index 00000000..3cdd66ed --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_helmet.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_graphite_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_graphite_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_leggings.json new file mode 100644 index 00000000..6130b4b8 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_leggings.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_graphite_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_graphite_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_ore.json new file mode 100644 index 00000000..ab575849 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_graphite_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_graphite_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_shield.json new file mode 100644 index 00000000..4b4fb12d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_graphite_shield.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_shield" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_graphite_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_graphite_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_ore.json new file mode 100644 index 00000000..7112e274 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:imperium_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_imperium_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_imperium_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_pickaxe.json new file mode 100644 index 00000000..2ba40543 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_pickaxe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:imperium_pickaxe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_imperium_pickaxe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_imperium_pickaxe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_sword.json new file mode 100644 index 00000000..a6214f9d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_imperium_sword.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:imperium_sword" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_imperium_sword" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_imperium_sword" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_boots.json new file mode 100644 index 00000000..a5337196 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_boots.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_rainbow_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_rainbow_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_chestplate.json new file mode 100644 index 00000000..50b9a743 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_chestplate.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_rainbow_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_rainbow_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_helmet.json new file mode 100644 index 00000000..ee3dd027 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_helmet.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_rainbow_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_rainbow_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_leggings.json new file mode 100644 index 00000000..4d27549c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_leggings.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_rainbow_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_rainbow_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_ore.json new file mode 100644 index 00000000..4f53f986 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_rainbow_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_rainbow_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_shield.json new file mode 100644 index 00000000..7403e103 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_rainbow_shield.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_shield" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_rainbow_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_rainbow_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_aqumarine.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_aqumarine.json new file mode 100644 index 00000000..a0760c46 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_aqumarine.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:raw_aqumarine" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_raw_aqumarine" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_raw_aqumarine" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_enderite.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_enderite.json new file mode 100644 index 00000000..010e179e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_enderite.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:raw_enderite" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_raw_enderite" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_raw_enderite" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_graphite.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_graphite.json new file mode 100644 index 00000000..c6dfd242 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_graphite.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:raw_graphite" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_raw_graphite" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_raw_graphite" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_imperium.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_imperium.json new file mode 100644 index 00000000..a093240f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_imperium.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:raw_imperium" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_raw_imperium" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_raw_imperium" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_rainbow.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_rainbow.json new file mode 100644 index 00000000..279e52f5 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_rainbow.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:raw_rainbow" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_raw_rainbow" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_raw_rainbow" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_ruby.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_ruby.json new file mode 100644 index 00000000..37bc16fa --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_ruby.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:raw_ruby" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_raw_ruby" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_raw_ruby" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_sapphire.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_sapphire.json new file mode 100644 index 00000000..79450e47 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_raw_sapphire.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:raw_sapphire" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_raw_sapphire" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_raw_sapphire" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_axe.json new file mode 100644 index 00000000..0aca8923 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_axe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_axe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_ruby_axe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_ruby_axe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_boots.json new file mode 100644 index 00000000..58d68c5c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_boots.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_ruby_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_ruby_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_chestplate.json new file mode 100644 index 00000000..92c04c1f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_chestplate.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_ruby_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_ruby_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_helmet.json new file mode 100644 index 00000000..8ec3e663 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_helmet.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_ruby_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_ruby_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_hoe.json new file mode 100644 index 00000000..d6b86d24 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_hoe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_hoe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_ruby_hoe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_ruby_hoe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_leggings.json new file mode 100644 index 00000000..4e598fcb --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_leggings.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_ruby_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_ruby_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_ore.json new file mode 100644 index 00000000..0d4ed36c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_ruby_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_ruby_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_pickaxe.json new file mode 100644 index 00000000..02b2c7ca --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_pickaxe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_pickaxe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_ruby_pickaxe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_ruby_pickaxe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shield.json new file mode 100644 index 00000000..8201f181 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shield.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_shield" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_ruby_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_ruby_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shovel.json new file mode 100644 index 00000000..72d2bec7 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_shovel.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_shovel" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_ruby_shovel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_ruby_shovel" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_sword.json new file mode 100644 index 00000000..19b03cfe --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_ruby_sword.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_sword" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_ruby_sword" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_ruby_sword" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_axe.json new file mode 100644 index 00000000..ba4871a7 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_axe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_axe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_sapphire_axe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_sapphire_axe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_boots.json new file mode 100644 index 00000000..68d2141a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_boots.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_sapphire_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_sapphire_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_chestplate.json new file mode 100644 index 00000000..31cade97 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_chestplate.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_sapphire_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_sapphire_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_helmet.json new file mode 100644 index 00000000..f81b05fc --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_helmet.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_sapphire_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_sapphire_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_hoe.json new file mode 100644 index 00000000..d8a1256b --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_hoe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_hoe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_sapphire_hoe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_sapphire_hoe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_leggings.json new file mode 100644 index 00000000..f92e8de3 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_leggings.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_sapphire_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_sapphire_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_ore.json new file mode 100644 index 00000000..d44b9809 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_sapphire_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_sapphire_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_pickaxe.json new file mode 100644 index 00000000..d2e37075 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_pickaxe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_pickaxe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_sapphire_pickaxe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_sapphire_pickaxe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shield.json new file mode 100644 index 00000000..318b02a4 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shield.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_shield" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_sapphire_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_sapphire_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shovel.json new file mode 100644 index 00000000..ed5b5cc7 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_shovel.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_shovel" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_sapphire_shovel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_sapphire_shovel" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_sword.json new file mode 100644 index 00000000..531ac50a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/blasting_sapphire_sword.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_sword" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:blasting_sapphire_sword" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:blasting_sapphire_sword" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/ruby_helmet_smithing_trim.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/ruby_helmet_smithing_trim.json new file mode 100644 index 00000000..06047f47 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/ruby_helmet_smithing_trim.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_diamond": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:diamond" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:ruby_helmet_smithing_trim" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_diamond", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:ruby_helmet_smithing_trim" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_boots.json new file mode 100644 index 00000000..a0dfce46 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_boots.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_aqumarine_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_aqumarine_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_chestplate.json new file mode 100644 index 00000000..d8b435cb --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_chestplate.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_aqumarine_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_aqumarine_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_helmet.json new file mode 100644 index 00000000..7e124e1e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_helmet.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_aqumarine_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_aqumarine_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_leggings.json new file mode 100644 index 00000000..017c1f96 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_leggings.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_aqumarine_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_aqumarine_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_ore.json new file mode 100644 index 00000000..10f02f31 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_aqumarine_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_aqumarine_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_shield.json new file mode 100644 index 00000000..094dfdff --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_shield.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_shield" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_aqumarine_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_aqumarine_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_trident.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_trident.json new file mode 100644 index 00000000..02ac98d2 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_aqumarine_trident.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:aqumarine_trident" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_aqumarine_trident" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_aqumarine_trident" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_aqumarine_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_aqumarine_ore.json new file mode 100644 index 00000000..90c66f7f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_aqumarine_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:deepslate_aqumarine_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_deepslate_aqumarine_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_deepslate_aqumarine_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_graphite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_graphite_ore.json new file mode 100644 index 00000000..669c628f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_graphite_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:deepslate_graphite_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_deepslate_graphite_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_deepslate_graphite_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_imperium_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_imperium_ore.json new file mode 100644 index 00000000..1db228cf --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_imperium_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:deepslate_imperium_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_deepslate_imperium_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_deepslate_imperium_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_rainbow_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_rainbow_ore.json new file mode 100644 index 00000000..adb2bb14 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_rainbow_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:deepslate_rainbow_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_deepslate_rainbow_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_deepslate_rainbow_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_ruby_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_ruby_ore.json new file mode 100644 index 00000000..9cdad485 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_ruby_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:deepslate_ruby_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_deepslate_ruby_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_deepslate_ruby_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_sapphire_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_sapphire_ore.json new file mode 100644 index 00000000..469fe128 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_deepslate_sapphire_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:deepslate_sapphire_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_deepslate_sapphire_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_deepslate_sapphire_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_axe.json new file mode 100644 index 00000000..2dd40898 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_axe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_axe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_enderite_axe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_enderite_axe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_boots.json new file mode 100644 index 00000000..9c61d614 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_boots.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_enderite_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_enderite_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_chestplate.json new file mode 100644 index 00000000..a572b782 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_chestplate.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_enderite_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_enderite_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_helmet.json new file mode 100644 index 00000000..7455d00e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_helmet.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_enderite_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_enderite_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_hoe.json new file mode 100644 index 00000000..01f119df --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_hoe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_hoe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_enderite_hoe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_enderite_hoe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_leggings.json new file mode 100644 index 00000000..a6e61a69 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_leggings.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_enderite_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_enderite_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_ore.json new file mode 100644 index 00000000..24367397 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_enderite_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_enderite_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_pickaxe.json new file mode 100644 index 00000000..5a28f650 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_pickaxe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_pickaxe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_enderite_pickaxe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_enderite_pickaxe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_shovel.json new file mode 100644 index 00000000..f8c8d151 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_shovel.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_shovel" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_enderite_shovel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_enderite_shovel" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_sword.json new file mode 100644 index 00000000..6b30e8ff --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_enderite_sword.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:enderite_sword" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_enderite_sword" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_enderite_sword" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_boots.json new file mode 100644 index 00000000..bb71cbe9 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_boots.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_graphite_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_graphite_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_chestplate.json new file mode 100644 index 00000000..e2ebcea3 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_chestplate.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_graphite_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_graphite_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_helmet.json new file mode 100644 index 00000000..8f6e359b --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_helmet.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_graphite_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_graphite_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_leggings.json new file mode 100644 index 00000000..e6645ec1 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_leggings.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_graphite_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_graphite_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_ore.json new file mode 100644 index 00000000..195f86ca --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_graphite_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_graphite_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_shield.json new file mode 100644 index 00000000..b79990e2 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_graphite_shield.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:graphite_shield" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_graphite_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_graphite_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_ore.json new file mode 100644 index 00000000..5a1dd1d9 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:imperium_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_imperium_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_imperium_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_pickaxe.json new file mode 100644 index 00000000..ac54ab95 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_pickaxe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:imperium_pickaxe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_imperium_pickaxe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_imperium_pickaxe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_sword.json new file mode 100644 index 00000000..07114cd7 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_imperium_sword.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:imperium_sword" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_imperium_sword" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_imperium_sword" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_boots.json new file mode 100644 index 00000000..fb327b4c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_boots.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_rainbow_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_rainbow_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_chestplate.json new file mode 100644 index 00000000..cfc01025 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_chestplate.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_rainbow_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_rainbow_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_helmet.json new file mode 100644 index 00000000..1b58c515 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_helmet.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_rainbow_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_rainbow_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_leggings.json new file mode 100644 index 00000000..9451c85c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_leggings.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_rainbow_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_rainbow_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_ore.json new file mode 100644 index 00000000..32a40735 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_rainbow_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_rainbow_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_shield.json new file mode 100644 index 00000000..9b6914cc --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_rainbow_shield.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:rainbow_shield" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_rainbow_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_rainbow_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_aqumarine.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_aqumarine.json new file mode 100644 index 00000000..a7fcd8df --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_aqumarine.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:raw_aqumarine" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_raw_aqumarine" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_raw_aqumarine" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_enderite.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_enderite.json new file mode 100644 index 00000000..6be85a28 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_enderite.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:raw_enderite" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_raw_enderite" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_raw_enderite" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_graphite.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_graphite.json new file mode 100644 index 00000000..e60eae79 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_graphite.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:raw_graphite" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_raw_graphite" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_raw_graphite" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_imperium.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_imperium.json new file mode 100644 index 00000000..2cc5922d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_imperium.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:raw_imperium" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_raw_imperium" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_raw_imperium" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_rainbow.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_rainbow.json new file mode 100644 index 00000000..f79d2832 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_rainbow.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:raw_rainbow" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_raw_rainbow" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_raw_rainbow" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_ruby.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_ruby.json new file mode 100644 index 00000000..c47ecc40 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_ruby.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:raw_ruby" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_raw_ruby" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_raw_ruby" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_sapphire.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_sapphire.json new file mode 100644 index 00000000..a9686ab6 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_raw_sapphire.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:raw_sapphire" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_raw_sapphire" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_raw_sapphire" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_axe.json new file mode 100644 index 00000000..c29196e0 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_axe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_axe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_ruby_axe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_ruby_axe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_boots.json new file mode 100644 index 00000000..bd479fae --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_boots.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_ruby_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_ruby_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_chestplate.json new file mode 100644 index 00000000..cd4bae2c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_chestplate.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_ruby_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_ruby_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_helmet.json new file mode 100644 index 00000000..c0436be7 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_helmet.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_ruby_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_ruby_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_hoe.json new file mode 100644 index 00000000..6eedacf4 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_hoe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_hoe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_ruby_hoe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_ruby_hoe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_leggings.json new file mode 100644 index 00000000..5b8ffb75 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_leggings.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_ruby_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_ruby_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_ore.json new file mode 100644 index 00000000..c331a57f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_ruby_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_ruby_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_pickaxe.json new file mode 100644 index 00000000..2a9a3dab --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_pickaxe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_pickaxe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_ruby_pickaxe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_ruby_pickaxe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shield.json new file mode 100644 index 00000000..c6cce673 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shield.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_shield" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_ruby_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_ruby_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shovel.json new file mode 100644 index 00000000..14b2f8ef --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_shovel.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_shovel" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_ruby_shovel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_ruby_shovel" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_sword.json new file mode 100644 index 00000000..df297a97 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_ruby_sword.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_sword" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_ruby_sword" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_ruby_sword" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_axe.json new file mode 100644 index 00000000..f4e11af3 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_axe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_axe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_sapphire_axe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_sapphire_axe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_boots.json new file mode 100644 index 00000000..196ceeec --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_boots.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_sapphire_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_sapphire_boots" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_chestplate.json new file mode 100644 index 00000000..4ae8b9b8 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_chestplate.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_sapphire_chestplate" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_sapphire_chestplate" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_helmet.json new file mode 100644 index 00000000..7358288b --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_helmet.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_sapphire_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_sapphire_helmet" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_hoe.json new file mode 100644 index 00000000..8eea3a91 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_hoe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_hoe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_sapphire_hoe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_sapphire_hoe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_leggings.json new file mode 100644 index 00000000..40bcfa30 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_leggings.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_sapphire_leggings" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_sapphire_leggings" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_ore.json new file mode 100644 index 00000000..0685b766 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_ore.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_sapphire_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_sapphire_ore" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_pickaxe.json new file mode 100644 index 00000000..daa71361 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_pickaxe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_pickaxe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_sapphire_pickaxe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_sapphire_pickaxe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shield.json new file mode 100644 index 00000000..ba6d4d45 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shield.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_shield" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_sapphire_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_sapphire_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shovel.json new file mode 100644 index 00000000..37ee3f57 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_shovel.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_shovel" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_sapphire_shovel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_sapphire_shovel" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_sword.json new file mode 100644 index 00000000..1bb4870f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/misc/smelting_sapphire_sword.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_sword" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:smelting_sapphire_sword" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:smelting_sapphire_sword" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tool/magma_strike_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tool/magma_strike_pickaxe.json new file mode 100644 index 00000000..e7e0538b --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tool/magma_strike_pickaxe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_imperium_ingot": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:imperium" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:magma_strike_pickaxe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_imperium_ingot", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:magma_strike_pickaxe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_axe.json new file mode 100644 index 00000000..85c940ba --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_axe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:amethyst_shard" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:amethyst_axe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:amethyst_axe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_pickaxe.json new file mode 100644 index 00000000..8dce2471 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_pickaxe.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:amethyst_shard" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:amethyst_pickaxe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:amethyst_pickaxe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_shovel.json new file mode 100644 index 00000000..d2190e7f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_shovel.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:amethyst_shard" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:amethyst_shovel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:amethyst_shovel" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_sword.json new file mode 100644 index 00000000..e94d09ee --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_sword.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:amethyst_shard" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:amethyst_sword" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:amethyst_sword" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_shield.json new file mode 100644 index 00000000..e83ef239 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_shield.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/aqumarine" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:aqumarine_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:aqumarine_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_trident.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_trident.json new file mode 100644 index 00000000..9677b033 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/aqumarine_trident.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/aqumarine" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:aqumarine_trident" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:aqumarine_trident" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_axe.json new file mode 100644 index 00000000..7870cf1d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_axe.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/enderite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:enderite_axe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:enderite_axe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_hoe.json new file mode 100644 index 00000000..b67d671d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_hoe.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/enderite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:enderite_hoe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:enderite_hoe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_pickaxe.json new file mode 100644 index 00000000..491925e5 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_pickaxe.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/enderite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:enderite_pickaxe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:enderite_pickaxe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_shovel.json new file mode 100644 index 00000000..0f9f146c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_shovel.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/enderite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:enderite_shovel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:enderite_shovel" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_sword.json new file mode 100644 index 00000000..271d4f33 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/enderite_sword.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/enderite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:enderite_sword" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:enderite_sword" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/graphite_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/graphite_shield.json new file mode 100644 index 00000000..ca6e2675 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/graphite_shield.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/graphite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:graphite_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:graphite_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_pickaxe.json new file mode 100644 index 00000000..258d75c4 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_pickaxe.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/imperium" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:imperium_pickaxe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:imperium_pickaxe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_sword.json new file mode 100644 index 00000000..b65a977e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/imperium_sword.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/imperium" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:imperium_sword" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:imperium_sword" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/rainbow_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/rainbow_shield.json new file mode 100644 index 00000000..8d1887a6 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/rainbow_shield.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/rainbow" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:rainbow_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:rainbow_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_axe.json new file mode 100644 index 00000000..1671259f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_axe.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/ruby" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:ruby_axe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:ruby_axe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_hoe.json new file mode 100644 index 00000000..617630df --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_hoe.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/ruby" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:ruby_hoe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:ruby_hoe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_pickaxe.json new file mode 100644 index 00000000..180ad960 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_pickaxe.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/ruby" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:ruby_pickaxe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:ruby_pickaxe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shield.json new file mode 100644 index 00000000..9ad9c14b --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shield.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/ruby" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:ruby_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:ruby_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shovel.json new file mode 100644 index 00000000..a65e29f6 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_shovel.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/ruby" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:ruby_shovel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:ruby_shovel" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_sword.json new file mode 100644 index 00000000..b47e2521 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/ruby_sword.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/ruby" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:ruby_sword" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:ruby_sword" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_axe.json new file mode 100644 index 00000000..6126f92c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_axe.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/sapphire" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:sapphire_axe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:sapphire_axe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_hoe.json new file mode 100644 index 00000000..e252cab7 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_hoe.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/sapphire" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:sapphire_hoe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:sapphire_hoe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_pickaxe.json new file mode 100644 index 00000000..f99c92c9 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_pickaxe.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/sapphire" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:sapphire_pickaxe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:sapphire_pickaxe" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shield.json new file mode 100644 index 00000000..55255a1f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shield.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/sapphire" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:sapphire_shield" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:sapphire_shield" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shovel.json new file mode 100644 index 00000000..91735dea --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_shovel.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/sapphire" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:sapphire_shovel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:sapphire_shovel" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_sword.json new file mode 100644 index 00000000..22f51d69 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/sapphire_sword.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/sapphire" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "armourandtoolsmod:sapphire_sword" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "armourandtoolsmod:sapphire_sword" + ] + }, + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/root.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/root.json new file mode 100644 index 00000000..8c06b190 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/root.json @@ -0,0 +1,38 @@ +{ + "criteria": { + "get_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:crafting_table" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "background": "minecraft:textures/block/light_blue_wool.png", + "description": { + "translate": "advancements.armourandtoolsmod.root.description" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:amethyst_sword" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.root.title" + } + }, + "requirements": [ + [ + "get_item" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_armour.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_armour.json new file mode 100644 index 00000000..d36b3c1d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_armour.json @@ -0,0 +1,78 @@ +{ + "parent": "armourandtoolsmod:ruby_ingot", + "criteria": { + "ruby_boots": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "ruby_chestplate": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "ruby_helmet": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "ruby_leggings": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.ruby_armour.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:ruby_helmet", + "nbt": "{Damage:0}" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.ruby_armour.title" + } + }, + "requirements": [ + [ + "ruby_helmet", + "ruby_chestplate", + "ruby_leggings", + "ruby_boots" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_block.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_block.json new file mode 100644 index 00000000..7d66baaa --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_block.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:ruby_ingot", + "criteria": { + "get_block": { + "conditions": { + "items": [ + { + "tag": "forge:storage_blocks/ruby" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.ruby_block.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:ruby_block" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.ruby_block.title" + } + }, + "requirements": [ + [ + "get_block" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_ingot.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_ingot.json new file mode 100644 index 00000000..d1454cd7 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_ingot.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:ruby_ore", + "criteria": { + "get_scrap": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/ruby" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.ruby_ingot.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:ruby" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.ruby_ingot.title" + } + }, + "requirements": [ + [ + "get_scrap" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_ore.json new file mode 100644 index 00000000..9c26bea4 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_ore.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:root", + "criteria": { + "get_ore": { + "conditions": { + "items": [ + { + "tag": "forge:ores/ruby_ores" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.ruby_ore.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:ruby_ore" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.ruby_ore.title" + } + }, + "requirements": [ + [ + "get_ore" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_tools.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_tools.json new file mode 100644 index 00000000..2e6f0519 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/ruby_tools.json @@ -0,0 +1,90 @@ +{ + "parent": "armourandtoolsmod:ruby_ingot", + "criteria": { + "ruby_axe": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_axe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "ruby_hoe": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_hoe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "ruby_pickaxe": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_pickaxe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "ruby_shovel": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_shovel" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "ruby_sword": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:ruby_sword" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.ruby_tools.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:ruby_sword" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.ruby_tools.title" + } + }, + "requirements": [ + [ + "ruby_sword", + "ruby_pickaxe", + "ruby_axe", + "ruby_shovel", + "ruby_hoe" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_armour.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_armour.json new file mode 100644 index 00000000..04d0c058 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_armour.json @@ -0,0 +1,78 @@ +{ + "parent": "armourandtoolsmod:sapphire_ingot", + "criteria": { + "sapphire_boots": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "sapphire_chestplate": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "sapphire_helmet": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "sapphire_leggings": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_leggings" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.sapphire_armour.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:sapphire_helmet", + "nbt": "{Damage:0}" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.sapphire_armour.title" + } + }, + "requirements": [ + [ + "sapphire_helmet", + "sapphire_chestplate", + "sapphire_leggings", + "sapphire_boots" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_block.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_block.json new file mode 100644 index 00000000..fff89eff --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_block.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:sapphire_ingot", + "criteria": { + "get_block": { + "conditions": { + "items": [ + { + "tag": "forge:storage_blocks/sapphire" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.sapphire_block.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:sapphire_block" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.sapphire_block.title" + } + }, + "requirements": [ + [ + "get_block" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ingot.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ingot.json new file mode 100644 index 00000000..9b390f39 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ingot.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:sapphire_ore", + "criteria": { + "get_scrap": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/sapphire" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.sapphire_ingot.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:sapphire" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.sapphire_ingot.title" + } + }, + "requirements": [ + [ + "get_scrap" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ore.json new file mode 100644 index 00000000..470761d2 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_ore.json @@ -0,0 +1,36 @@ +{ + "parent": "armourandtoolsmod:root", + "criteria": { + "get_ore": { + "conditions": { + "items": [ + { + "tag": "forge:ores/sapphire_ores" + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.sapphire_ore.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:sapphire_ore" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.sapphire_ore.title" + } + }, + "requirements": [ + [ + "get_ore" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_tools.json b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_tools.json new file mode 100644 index 00000000..c03743d0 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/advancements/sapphire_tools.json @@ -0,0 +1,90 @@ +{ + "parent": "armourandtoolsmod:sapphire_ingot", + "criteria": { + "sapphire_axe": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_axe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "sapphire_hoe": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_hoe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "sapphire_pickaxe": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_pickaxe" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "sapphire_shovel": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_shovel" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "sapphire_sword": { + "conditions": { + "items": [ + { + "items": [ + "armourandtoolsmod:sapphire_sword" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "translate": "advancements.armourandtoolsmod.sapphire_tools.description" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "armourandtoolsmod:sapphire_sword" + }, + "show_toast": true, + "title": { + "translate": "advancements.armourandtoolsmod.sapphire_tools.title" + } + }, + "requirements": [ + [ + "sapphire_sword", + "sapphire_pickaxe", + "sapphire_axe", + "sapphire_shovel", + "sapphire_hoe" + ] + ], + "sends_telemetry_event": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_block.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_block.json new file mode 100644 index 00000000..a103fe98 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "armourandtoolsmod:aqumarine_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/aqumarine_block" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_ore.json new file mode 100644 index 00000000..430fb282 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/aqumarine_ore.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "armourandtoolsmod:aqumarine_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "armourandtoolsmod:raw_aqumarine" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/aqumarine_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_armour_crafting_table.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_armour_crafting_table.json new file mode 100644 index 00000000..dcee4707 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_armour_crafting_table.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "armourandtoolsmod:custom_armour_crafting_table" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/custom_armour_crafting_table" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_tool_crafting_table.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_tool_crafting_table.json new file mode 100644 index 00000000..8ed523f6 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/custom_tool_crafting_table.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "armourandtoolsmod:custom_tool_crafting_table" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/custom_tool_crafting_table" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_aqumarine_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_aqumarine_ore.json new file mode 100644 index 00000000..05d3231b --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_aqumarine_ore.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "armourandtoolsmod:deepslate_aqumarine_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "armourandtoolsmod:raw_aqumarine" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/deepslate_aqumarine_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_graphite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_graphite_ore.json new file mode 100644 index 00000000..258e1789 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_graphite_ore.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "armourandtoolsmod:deepslate_graphite_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "armourandtoolsmod:raw_graphite" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/deepslate_graphite_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_imperium_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_imperium_ore.json new file mode 100644 index 00000000..29e72189 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_imperium_ore.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "armourandtoolsmod:deepslate_imperium_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "armourandtoolsmod:raw_imperium" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/deepslate_imperium_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_rainbow_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_rainbow_ore.json new file mode 100644 index 00000000..19d3c5c6 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_rainbow_ore.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "armourandtoolsmod:deepslate_rainbow_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "armourandtoolsmod:raw_rainbow" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/deepslate_rainbow_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_ruby_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_ruby_ore.json new file mode 100644 index 00000000..a27e1b81 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_ruby_ore.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "armourandtoolsmod:deepslate_ruby_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "armourandtoolsmod:raw_ruby" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/deepslate_ruby_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_sapphire_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_sapphire_ore.json new file mode 100644 index 00000000..90b6e380 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/deepslate_sapphire_ore.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "armourandtoolsmod:deepslate_sapphire_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "armourandtoolsmod:raw_sapphire" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/deepslate_sapphire_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_block.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_block.json new file mode 100644 index 00000000..dc2d7b17 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "armourandtoolsmod:enderite_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/enderite_block" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_ore.json new file mode 100644 index 00000000..71710dfc --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/enderite_ore.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "armourandtoolsmod:enderite_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "armourandtoolsmod:raw_enderite" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/enderite_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_block.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_block.json new file mode 100644 index 00000000..14081308 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "armourandtoolsmod:graphite_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/graphite_block" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_ore.json new file mode 100644 index 00000000..124b10dd --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/graphite_ore.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "armourandtoolsmod:graphite_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "armourandtoolsmod:raw_graphite" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/graphite_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/imperium_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/imperium_ore.json new file mode 100644 index 00000000..af420eef --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/imperium_ore.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "armourandtoolsmod:imperium_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "armourandtoolsmod:raw_imperium" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/imperium_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ingot_fusion_toll_enhancer.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ingot_fusion_toll_enhancer.json new file mode 100644 index 00000000..8a25045a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ingot_fusion_toll_enhancer.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "armourandtoolsmod:ingot_fusion_toll_enhancer" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/ingot_fusion_toll_enhancer" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_block.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_block.json new file mode 100644 index 00000000..3b15505b --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "armourandtoolsmod:rainbow_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/rainbow_block" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_ore.json new file mode 100644 index 00000000..6eff5572 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/rainbow_ore.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "armourandtoolsmod:rainbow_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "armourandtoolsmod:raw_rainbow" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/rainbow_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_block.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_block.json new file mode 100644 index 00000000..6b4f5619 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "armourandtoolsmod:ruby_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/ruby_block" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_ore.json new file mode 100644 index 00000000..46e38c80 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/ruby_ore.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "armourandtoolsmod:ruby_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "armourandtoolsmod:raw_ruby" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/ruby_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_block.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_block.json new file mode 100644 index 00000000..9dde14e5 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "armourandtoolsmod:sapphire_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/sapphire_block" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_ore.json new file mode 100644 index 00000000..430ada77 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/loot_tables/blocks/sapphire_ore.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "armourandtoolsmod:sapphire_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "armourandtoolsmod:raw_sapphire" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "armourandtoolsmod:blocks/sapphire_ore" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_axe.json new file mode 100644 index 00000000..eef90a44 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_axe.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "axe", + "key": { + "A": { + "item": "minecraft:amethyst_shard" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + " AA", + " SA", + " S " + ], + "result": { + "item": "armourandtoolsmod:amethyst_axe" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_boots.json new file mode 100644 index 00000000..65715d82 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_boots.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_feet", + "key": { + "A": { + "item": "minecraft:amethyst_shard" + } + }, + "pattern": [ + "A A", + "A A" + ], + "result": { + "item": "armourandtoolsmod:amethyst_boots" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_chestplate.json new file mode 100644 index 00000000..fee3b685 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_chestplate.json @@ -0,0 +1,18 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_chest", + "key": { + "A": { + "item": "minecraft:amethyst_shard" + } + }, + "pattern": [ + "A A", + "AAA", + "AAA" + ], + "result": { + "item": "armourandtoolsmod:amethyst_chestplate" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_helmet.json new file mode 100644 index 00000000..dfa45273 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_helmet.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_head", + "key": { + "A": { + "item": "minecraft:amethyst_shard" + } + }, + "pattern": [ + "AAA", + "A A" + ], + "result": { + "item": "armourandtoolsmod:amethyst_helmet" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_leggings.json new file mode 100644 index 00000000..326d5b60 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_leggings.json @@ -0,0 +1,18 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_legs", + "key": { + "A": { + "item": "minecraft:amethyst_shard" + } + }, + "pattern": [ + "AAA", + "A A", + "A A" + ], + "result": { + "item": "armourandtoolsmod:amethyst_leggings" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_pickaxe.json new file mode 100644 index 00000000..e1272b5f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_pickaxe.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "pickaxe", + "key": { + "A": { + "item": "minecraft:amethyst_shard" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + "AAA", + " S ", + " S " + ], + "result": { + "item": "armourandtoolsmod:amethyst_pickaxe" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_shovel.json new file mode 100644 index 00000000..5b630461 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_shovel.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "shovel", + "key": { + "A": { + "item": "minecraft:amethyst_shard" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + " A ", + " S ", + " S " + ], + "result": { + "item": "armourandtoolsmod:amethyst_shovel" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_sword.json new file mode 100644 index 00000000..4d8d014d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/amethyst_sword.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "sword", + "key": { + "A": { + "item": "minecraft:amethyst_shard" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + " A ", + " A ", + " S " + ], + "result": { + "item": "armourandtoolsmod:amethyst_sword" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_block_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_block_recipe.json new file mode 100644 index 00000000..7492b3bd --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_block_recipe.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "armourandtoolsmod:aqumarine_block" + } + ], + "result": { + "count": 9, + "item": "armourandtoolsmod:aqumarine" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_boots.json new file mode 100644 index 00000000..44dfdff6 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_boots.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_feet", + "key": { + "A": { + "tag": "forge:ingots/aqumarine" + } + }, + "pattern": [ + "A A", + "A A" + ], + "result": { + "item": "armourandtoolsmod:aqumarine_boots" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_chestplate.json new file mode 100644 index 00000000..009c6dea --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_chestplate.json @@ -0,0 +1,18 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_chest", + "key": { + "A": { + "tag": "forge:ingots/aqumarine" + } + }, + "pattern": [ + "A A", + "AAA", + "AAA" + ], + "result": { + "item": "armourandtoolsmod:aqumarine_chestplate" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_helmet.json new file mode 100644 index 00000000..9527d5e2 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_helmet.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_head", + "key": { + "A": { + "tag": "forge:ingots/aqumarine" + } + }, + "pattern": [ + "AAA", + "A A" + ], + "result": { + "item": "armourandtoolsmod:aqumarine_helmet" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_leggings.json new file mode 100644 index 00000000..b06cb18c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_leggings.json @@ -0,0 +1,18 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_legs", + "key": { + "A": { + "tag": "forge:ingots/aqumarine" + } + }, + "pattern": [ + "AAA", + "A A", + "A A" + ], + "result": { + "item": "armourandtoolsmod:aqumarine_leggings" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_shield.json new file mode 100644 index 00000000..b5242061 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_shield.json @@ -0,0 +1,33 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "shield", + "key": { + "A": { + "tag": "forge:ingots/aqumarine" + }, + "I": { + "item": "minecraft:iron_ingot" + }, + "S": { + "item": "minecraft:shield" + } + }, + "pattern": [ + " A ", + "SIS", + "SSS" + ], + "result": { + "item": "armourandtoolsmod:aqumarine_shield", + "nbt": { + "Enchantments": [ + { + "id": "minecraft:fire_aspect", + "lvl": 2 + } + ], + "HideFlags": 0 + } + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_trident.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_trident.json new file mode 100644 index 00000000..b368f3fb --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/aqumarine_trident.json @@ -0,0 +1,30 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "trident", + "key": { + "A": { + "tag": "forge:ingots/aqumarine" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + " AA", + " SA", + " S " + ], + "result": { + "item": "armourandtoolsmod:aqumarine_trident", + "nbt": { + "Enchantments": [ + { + "id": "minecraft:fire_aspect", + "lvl": 2 + } + ], + "HideFlags": 0 + } + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_boots.json new file mode 100644 index 00000000..d74a91aa --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_boots.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:aqumarine_boots" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_chestplate.json new file mode 100644 index 00000000..ddeb34e6 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_chestplate.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:aqumarine_chestplate" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_helmet.json new file mode 100644 index 00000000..7570064b --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_helmet.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:aqumarine_helmet" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_leggings.json new file mode 100644 index 00000000..75c507ed --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_leggings.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:aqumarine_leggings" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_ore.json new file mode 100644 index 00000000..67d34467 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:aqumarine_ore" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_shield.json new file mode 100644 index 00000000..af6c86c1 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_shield.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:aqumarine_shield" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_trident.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_trident.json new file mode 100644 index 00000000..e84d4e7d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_aqumarine_trident.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:aqumarine_trident" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_aqumarine_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_aqumarine_ore.json new file mode 100644 index 00000000..e9d67ad9 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_aqumarine_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:deepslate_aqumarine_ore" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_graphite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_graphite_ore.json new file mode 100644 index 00000000..24f7c2b1 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_graphite_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:deepslate_graphite_ore" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_imperium_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_imperium_ore.json new file mode 100644 index 00000000..99be0324 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_imperium_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:deepslate_imperium_ore" + }, + "result": "armourandtoolsmod:imperium" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_rainbow_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_rainbow_ore.json new file mode 100644 index 00000000..b76c3a63 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_rainbow_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:deepslate_rainbow_ore" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_ruby_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_ruby_ore.json new file mode 100644 index 00000000..798c76e9 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_ruby_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:deepslate_ruby_ore" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_sapphire_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_sapphire_ore.json new file mode 100644 index 00000000..bea82009 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_deepslate_sapphire_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:deepslate_sapphire_ore" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_axe.json new file mode 100644 index 00000000..0f794678 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_axe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_axe" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_boots.json new file mode 100644 index 00000000..2b85deec --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_boots.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_boots" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_chestplate.json new file mode 100644 index 00000000..c4afce08 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_chestplate.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_chestplate" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_helmet.json new file mode 100644 index 00000000..8fff8c47 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_helmet.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_helmet" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_hoe.json new file mode 100644 index 00000000..390197eb --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_hoe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_hoe" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_leggings.json new file mode 100644 index 00000000..353753fe --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_leggings.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_leggings" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_ore.json new file mode 100644 index 00000000..9e283852 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_ore" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_pickaxe.json new file mode 100644 index 00000000..eb51388e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_pickaxe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_pickaxe" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_shovel.json new file mode 100644 index 00000000..5572e961 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_shovel.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_shovel" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_sword.json new file mode 100644 index 00000000..4f8b5f99 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_enderite_sword.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_sword" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_boots.json new file mode 100644 index 00000000..28ac1ae8 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_boots.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:graphite_boots" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_chestplate.json new file mode 100644 index 00000000..866cfde1 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_chestplate.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:graphite_chestplate" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_helmet.json new file mode 100644 index 00000000..4aa46274 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_helmet.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:graphite_helmet" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_leggings.json new file mode 100644 index 00000000..36e3a759 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_leggings.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:graphite_leggings" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_ore.json new file mode 100644 index 00000000..6282e926 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:graphite_ore" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_shield.json new file mode 100644 index 00000000..cda094b8 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_graphite_shield.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:graphite_shield" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_ore.json new file mode 100644 index 00000000..8676bd9e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:imperium_ore" + }, + "result": "armourandtoolsmod:imperium" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_pickaxe.json new file mode 100644 index 00000000..39369ee5 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_pickaxe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:imperium_pickaxe" + }, + "result": "armourandtoolsmod:imperium" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_sword.json new file mode 100644 index 00000000..90171089 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_imperium_sword.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:imperium_sword" + }, + "result": "armourandtoolsmod:imperium" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_boots.json new file mode 100644 index 00000000..0fda79aa --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_boots.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:rainbow_boots" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_chestplate.json new file mode 100644 index 00000000..5464c0fe --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_chestplate.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:rainbow_chestplate" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_helmet.json new file mode 100644 index 00000000..466ea010 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_helmet.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:rainbow_helmet" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_leggings.json new file mode 100644 index 00000000..9f8f491e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_leggings.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:rainbow_leggings" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_ore.json new file mode 100644 index 00000000..e2bbbd6d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:rainbow_ore" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_shield.json new file mode 100644 index 00000000..8909982f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_rainbow_shield.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:rainbow_shield" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_aqumarine.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_aqumarine.json new file mode 100644 index 00000000..cbc30993 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_aqumarine.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:raw_aqumarine" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_enderite.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_enderite.json new file mode 100644 index 00000000..d9b72d4b --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_enderite.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:raw_enderite" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_graphite.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_graphite.json new file mode 100644 index 00000000..c888ced4 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_graphite.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:raw_graphite" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_imperium.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_imperium.json new file mode 100644 index 00000000..50607db5 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_imperium.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:raw_imperium" + }, + "result": "armourandtoolsmod:imperium" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_rainbow.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_rainbow.json new file mode 100644 index 00000000..bb4a394a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_rainbow.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:raw_rainbow" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_ruby.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_ruby.json new file mode 100644 index 00000000..f1b33be0 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_ruby.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:raw_ruby" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_sapphire.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_sapphire.json new file mode 100644 index 00000000..d51a2755 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_raw_sapphire.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:raw_sapphire" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_axe.json new file mode 100644 index 00000000..ca8a34e8 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_axe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_axe" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_boots.json new file mode 100644 index 00000000..9267181e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_boots.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_boots" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_chestplate.json new file mode 100644 index 00000000..899d9e09 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_chestplate.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_chestplate" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_helmet.json new file mode 100644 index 00000000..0c67aafb --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_helmet.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_helmet" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_hoe.json new file mode 100644 index 00000000..778ecce5 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_hoe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_hoe" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_leggings.json new file mode 100644 index 00000000..9e16be7f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_leggings.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_leggings" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_ore.json new file mode 100644 index 00000000..5daf51db --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_ore" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_pickaxe.json new file mode 100644 index 00000000..51e45dca --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_pickaxe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_pickaxe" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shield.json new file mode 100644 index 00000000..da25e389 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shield.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_shield" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shovel.json new file mode 100644 index 00000000..954bf8e8 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_shovel.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_shovel" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_sword.json new file mode 100644 index 00000000..ad0c5f80 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_ruby_sword.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_sword" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_axe.json new file mode 100644 index 00000000..401628d7 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_axe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_axe" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_boots.json new file mode 100644 index 00000000..95cfdf32 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_boots.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_boots" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_chestplate.json new file mode 100644 index 00000000..1e6a9cb3 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_chestplate.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_chestplate" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_helmet.json new file mode 100644 index 00000000..22ced949 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_helmet.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_helmet" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_hoe.json new file mode 100644 index 00000000..d7dde0f1 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_hoe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_hoe" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_leggings.json new file mode 100644 index 00000000..d145ed75 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_leggings.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_leggings" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_ore.json new file mode 100644 index 00000000..d8233948 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_ore" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_pickaxe.json new file mode 100644 index 00000000..01b535e6 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_pickaxe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_pickaxe" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shield.json new file mode 100644 index 00000000..fb4557fb --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shield.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_shield" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shovel.json new file mode 100644 index 00000000..32c3d1ce --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_shovel.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_shovel" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_sword.json new file mode 100644 index 00000000..e1729c15 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/blasting_sapphire_sword.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_sword" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/custom_armour_crafting_table_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/custom_armour_crafting_table_recipe.json new file mode 100644 index 00000000..b470ee19 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/custom_armour_crafting_table_recipe.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "key": { + "A": { + "item": "minecraft:iron_block" + }, + "B": { + "item": "minecraft:crafting_table" + }, + "C": { + "item": "minecraft:iron_chestplate" + } + }, + "pattern": [ + "ACA", + " B " + ], + "result": { + "item": "armourandtoolsmod:custom_armour_crafting_table" + }, + "show_notification": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/custom_tool_crafting_table_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/custom_tool_crafting_table_recipe.json new file mode 100644 index 00000000..feb2f8e9 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/custom_tool_crafting_table_recipe.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "key": { + "A": { + "item": "minecraft:iron_block" + }, + "B": { + "item": "minecraft:crafting_table" + }, + "C": { + "item": "minecraft:iron_pickaxe" + } + }, + "pattern": [ + "ACA", + " B " + ], + "result": { + "item": "armourandtoolsmod:custom_tool_crafting_table" + }, + "show_notification": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_axe.json new file mode 100644 index 00000000..5b7eb807 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_axe.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "axe", + "key": { + "A": { + "tag": "forge:ingots/enderite" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + " AA", + " SA", + " S " + ], + "result": { + "item": "armourandtoolsmod:enderite_axe" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_block_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_block_recipe.json new file mode 100644 index 00000000..3834b62c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_block_recipe.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "armourandtoolsmod:enderite_block" + } + ], + "result": { + "count": 9, + "item": "armourandtoolsmod:enderite" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_boots.json new file mode 100644 index 00000000..18d48356 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_boots.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_feet", + "key": { + "A": { + "tag": "forge:ingots/enderite" + } + }, + "pattern": [ + "A A", + "A A" + ], + "result": { + "item": "armourandtoolsmod:enderite_boots" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_chestplate.json new file mode 100644 index 00000000..6688c0cd --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_chestplate.json @@ -0,0 +1,18 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_chest", + "key": { + "A": { + "tag": "forge:ingots/enderite" + } + }, + "pattern": [ + "A A", + "AAA", + "AAA" + ], + "result": { + "item": "armourandtoolsmod:enderite_chestplate" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_helmet.json new file mode 100644 index 00000000..e430ee24 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_helmet.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_head", + "key": { + "A": { + "tag": "forge:ingots/enderite" + } + }, + "pattern": [ + "AAA", + "A A" + ], + "result": { + "item": "armourandtoolsmod:enderite_helmet" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_hoe.json new file mode 100644 index 00000000..939b3b9a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_hoe.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "hoe", + "key": { + "A": { + "tag": "forge:ingots/enderite" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + "AA ", + " S ", + " S " + ], + "result": { + "item": "armourandtoolsmod:enderite_hoe" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_leggings.json new file mode 100644 index 00000000..7bc74496 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_leggings.json @@ -0,0 +1,18 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_legs", + "key": { + "A": { + "tag": "forge:ingots/enderite" + } + }, + "pattern": [ + "AAA", + "A A", + "A A" + ], + "result": { + "item": "armourandtoolsmod:enderite_leggings" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_pickaxe.json new file mode 100644 index 00000000..3e3bae00 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_pickaxe.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "pickaxe", + "key": { + "A": { + "tag": "forge:ingots/enderite" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + "AAA", + " S ", + " S " + ], + "result": { + "item": "armourandtoolsmod:enderite_pickaxe" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_shovel.json new file mode 100644 index 00000000..837007f0 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_shovel.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "shovel", + "key": { + "A": { + "tag": "forge:ingots/enderite" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + " A ", + " S ", + " S " + ], + "result": { + "item": "armourandtoolsmod:enderite_shovel" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_sword.json new file mode 100644 index 00000000..eaf315ed --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/enderite_sword.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "sword", + "key": { + "A": { + "tag": "forge:ingots/enderite" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + " A ", + " A ", + " S " + ], + "result": { + "item": "armourandtoolsmod:enderite_sword" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_block_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_block_recipe.json new file mode 100644 index 00000000..9bcd844b --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_block_recipe.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "armourandtoolsmod:graphite_block" + } + ], + "result": { + "count": 9, + "item": "armourandtoolsmod:graphite" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_boots.json new file mode 100644 index 00000000..eb3ed739 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_boots.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_feet", + "key": { + "A": { + "tag": "forge:ingots/graphite" + } + }, + "pattern": [ + "A A", + "A A" + ], + "result": { + "item": "armourandtoolsmod:graphite_boots" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_chestplate.json new file mode 100644 index 00000000..0a473d53 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_chestplate.json @@ -0,0 +1,18 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_chest", + "key": { + "A": { + "tag": "forge:ingots/graphite" + } + }, + "pattern": [ + "A A", + "AAA", + "AAA" + ], + "result": { + "item": "armourandtoolsmod:graphite_chestplate" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_helmet.json new file mode 100644 index 00000000..4ced0f7e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_helmet.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_head", + "key": { + "A": { + "tag": "forge:ingots/graphite" + } + }, + "pattern": [ + "AAA", + "A A" + ], + "result": { + "item": "armourandtoolsmod:graphite_helmet" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_leggings.json new file mode 100644 index 00000000..f9f2de09 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_leggings.json @@ -0,0 +1,18 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_legs", + "key": { + "A": { + "tag": "forge:ingots/graphite" + } + }, + "pattern": [ + "AAA", + "A A", + "A A" + ], + "result": { + "item": "armourandtoolsmod:graphite_leggings" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_shield.json new file mode 100644 index 00000000..6c5bdac2 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/graphite_shield.json @@ -0,0 +1,33 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "shield", + "key": { + "A": { + "tag": "forge:ingots/graphite" + }, + "I": { + "item": "minecraft:iron_ingot" + }, + "S": { + "item": "minecraft:shield" + } + }, + "pattern": [ + " A ", + "SIS", + "SSS" + ], + "result": { + "item": "armourandtoolsmod:graphite_shield", + "nbt": { + "Enchantments": [ + { + "id": "minecraft:fire_aspect", + "lvl": 2 + } + ], + "HideFlags": 0 + } + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/imperium_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/imperium_pickaxe.json new file mode 100644 index 00000000..f722e19f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/imperium_pickaxe.json @@ -0,0 +1,30 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "pickaxe", + "key": { + "A": { + "tag": "forge:ingots/imperium" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + "AAA", + " S ", + " S " + ], + "result": { + "item": "armourandtoolsmod:imperium_pickaxe", + "nbt": { + "Enchantments": [ + { + "id": "minecraft:fire_aspect", + "lvl": 2 + } + ], + "HideFlags": 0 + } + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/imperium_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/imperium_sword.json new file mode 100644 index 00000000..53b4b50e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/imperium_sword.json @@ -0,0 +1,30 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "sword", + "key": { + "A": { + "tag": "forge:ingots/imperium" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + " A ", + " A ", + " S " + ], + "result": { + "item": "armourandtoolsmod:imperium_sword", + "nbt": { + "Enchantments": [ + { + "id": "minecraft:fire_aspect", + "lvl": 2 + } + ], + "HideFlags": 0 + } + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ingot_fusion_toll_enhancer_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ingot_fusion_toll_enhancer_recipe.json new file mode 100644 index 00000000..01461a08 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ingot_fusion_toll_enhancer_recipe.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "key": { + "A": { + "item": "minecraft:iron_block" + }, + "B": { + "item": "minecraft:iron_ingot" + }, + "C": { + "tag": "minecraft:base_stone_overworld" + } + }, + "pattern": [ + "ABA", + "CBC", + "CBC" + ], + "result": { + "item": "armourandtoolsmod:ingot_fusion_toll_enhancer" + }, + "show_notification": true +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/magma_strike_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/magma_strike_pickaxe.json new file mode 100644 index 00000000..b49a5ca5 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/magma_strike_pickaxe.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:ingot_fusion_toll_enhancer", + "category": "tool", + "ingredient1": { + "item": "armourandtoolsmod:imperium" + }, + "ingredient2": { + "item": "armourandtoolsmod:imperium_pickaxe" + }, + "ingredient3": { + "item": "armourandtoolsmod:imperium" + }, + "result": { + "count": 1, + "item": "armourandtoolsmod:magma_strike_pickaxe" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_block_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_block_recipe.json new file mode 100644 index 00000000..0968105a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_block_recipe.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "armourandtoolsmod:rainbow_block" + } + ], + "result": { + "count": 9, + "item": "armourandtoolsmod:rainbow" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_boots.json new file mode 100644 index 00000000..3c7f0d44 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_boots.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_feet", + "key": { + "A": { + "tag": "forge:ingots/aqumarine" + } + }, + "pattern": [ + "A A", + "A A" + ], + "result": { + "item": "armourandtoolsmod:rainbow_boots" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_chestplate.json new file mode 100644 index 00000000..0f08d851 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_chestplate.json @@ -0,0 +1,18 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_chest", + "key": { + "A": { + "tag": "forge:ingots/aqumarine" + } + }, + "pattern": [ + "A A", + "AAA", + "AAA" + ], + "result": { + "item": "armourandtoolsmod:rainbow_chestplate" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_helmet.json new file mode 100644 index 00000000..0c2a0335 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_helmet.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_head", + "key": { + "A": { + "tag": "forge:ingots/aqumarine" + } + }, + "pattern": [ + "AAA", + "A A" + ], + "result": { + "item": "armourandtoolsmod:rainbow_helmet" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_leggings.json new file mode 100644 index 00000000..a059df80 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_leggings.json @@ -0,0 +1,18 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_legs", + "key": { + "A": { + "tag": "forge:ingots/aqumarine" + } + }, + "pattern": [ + "AAA", + "A A", + "A A" + ], + "result": { + "item": "armourandtoolsmod:rainbow_leggings" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_shield.json new file mode 100644 index 00000000..5437aaba --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/rainbow_shield.json @@ -0,0 +1,33 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "shield", + "key": { + "A": { + "tag": "forge:ingots/rainbow" + }, + "I": { + "item": "minecraft:iron_ingot" + }, + "S": { + "item": "minecraft:shield" + } + }, + "pattern": [ + " A ", + "SIS", + "SSS" + ], + "result": { + "item": "armourandtoolsmod:rainbow_shield", + "nbt": { + "Enchantments": [ + { + "id": "minecraft:fire_aspect", + "lvl": 2 + } + ], + "HideFlags": 0 + } + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_axe.json new file mode 100644 index 00000000..c5ee8a7d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_axe.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "axe", + "key": { + "A": { + "tag": "forge:ingots/ruby" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + " AA", + " SA", + " S " + ], + "result": { + "item": "armourandtoolsmod:ruby_axe" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_block_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_block_recipe.json new file mode 100644 index 00000000..15676246 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_block_recipe.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "armourandtoolsmod:ruby_block" + } + ], + "result": { + "count": 9, + "item": "armourandtoolsmod:ruby" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_boots.json new file mode 100644 index 00000000..cdbcb5a4 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_boots.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_feet", + "key": { + "A": { + "tag": "forge:ingots/ruby" + } + }, + "pattern": [ + "A A", + "A A" + ], + "result": { + "item": "armourandtoolsmod:ruby_boots" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_chestplate.json new file mode 100644 index 00000000..b010e62d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_chestplate.json @@ -0,0 +1,18 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_chest", + "key": { + "A": { + "tag": "forge:ingots/ruby" + } + }, + "pattern": [ + "A A", + "AAA", + "AAA" + ], + "result": { + "item": "armourandtoolsmod:ruby_chestplate" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet.json new file mode 100644 index 00000000..f275c0fa --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_head", + "key": { + "A": { + "tag": "forge:ingots/ruby" + } + }, + "pattern": [ + "AAA", + "A A" + ], + "result": { + "item": "armourandtoolsmod:ruby_helmet" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet_smithing_trim.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet_smithing_trim.json new file mode 100644 index 00000000..6d19be8d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_helmet_smithing_trim.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing_trim", + "addition": { + "item": "minecraft:tide_armor_trim_smithing_template" + }, + "base": { + "item": "armourandtoolsmod:ruby_helmet" + }, + "template": { + "item": "minecraft:diamond" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_hoe.json new file mode 100644 index 00000000..a36f3a7c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_hoe.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "hoe", + "key": { + "A": { + "tag": "forge:ingots/ruby" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + "AA ", + " S ", + " S " + ], + "result": { + "item": "armourandtoolsmod:ruby_hoe" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_leggings.json new file mode 100644 index 00000000..73aff652 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_leggings.json @@ -0,0 +1,18 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_legs", + "key": { + "A": { + "tag": "forge:ingots/ruby" + } + }, + "pattern": [ + "AAA", + "A A", + "A A" + ], + "result": { + "item": "armourandtoolsmod:ruby_leggings" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_pickaxe.json new file mode 100644 index 00000000..4c085e65 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_pickaxe.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "pickaxe", + "key": { + "A": { + "tag": "forge:ingots/ruby" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + "AAA", + " S ", + " S " + ], + "result": { + "item": "armourandtoolsmod:ruby_pickaxe" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_shield.json new file mode 100644 index 00000000..5cacbbd0 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_shield.json @@ -0,0 +1,33 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "shield", + "key": { + "A": { + "tag": "forge:ingots/ruby" + }, + "I": { + "item": "minecraft:iron_ingot" + }, + "S": { + "item": "minecraft:shield" + } + }, + "pattern": [ + " A ", + "SIS", + "SSS" + ], + "result": { + "item": "armourandtoolsmod:ruby_shield", + "nbt": { + "Enchantments": [ + { + "id": "minecraft:fire_aspect", + "lvl": 2 + } + ], + "HideFlags": 0 + } + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_shovel.json new file mode 100644 index 00000000..f5ba2219 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_shovel.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "shovel", + "key": { + "A": { + "tag": "forge:ingots/ruby" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + " A ", + " S ", + " S " + ], + "result": { + "item": "armourandtoolsmod:ruby_shovel" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_sword.json new file mode 100644 index 00000000..c74b2fbe --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/ruby_sword.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "sword", + "key": { + "A": { + "tag": "forge:ingots/ruby" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + " A ", + " A ", + " S " + ], + "result": { + "item": "armourandtoolsmod:ruby_sword" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_axe.json new file mode 100644 index 00000000..36d4e98a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_axe.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "axe", + "key": { + "A": { + "tag": "forge:ingots/sapphire" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + " AA", + " SA", + " S " + ], + "result": { + "item": "armourandtoolsmod:sapphire_axe" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_block_recipe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_block_recipe.json new file mode 100644 index 00000000..f80e9a67 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_block_recipe.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "armourandtoolsmod:sapphire_block" + } + ], + "result": { + "count": 9, + "item": "armourandtoolsmod:sapphire" + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_boots.json new file mode 100644 index 00000000..bac95e2c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_boots.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_feet", + "key": { + "A": { + "tag": "forge:ingots/sapphire" + } + }, + "pattern": [ + "A A", + "A A" + ], + "result": { + "item": "armourandtoolsmod:sapphire_boots" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_chestplate.json new file mode 100644 index 00000000..e5c8498f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_chestplate.json @@ -0,0 +1,18 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_chest", + "key": { + "A": { + "tag": "forge:ingots/sapphire" + } + }, + "pattern": [ + "A A", + "AAA", + "AAA" + ], + "result": { + "item": "armourandtoolsmod:sapphire_chestplate" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_helmet.json new file mode 100644 index 00000000..aa88b03c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_helmet.json @@ -0,0 +1,17 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_head", + "key": { + "A": { + "tag": "forge:ingots/sapphire" + } + }, + "pattern": [ + "AAA", + "A A" + ], + "result": { + "item": "armourandtoolsmod:sapphire_helmet" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_hoe.json new file mode 100644 index 00000000..6a811dd5 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_hoe.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "hoe", + "key": { + "A": { + "tag": "forge:ingots/sapphire" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + "AA ", + " S ", + " S " + ], + "result": { + "item": "armourandtoolsmod:sapphire_hoe" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_leggings.json new file mode 100644 index 00000000..8bd72dad --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_leggings.json @@ -0,0 +1,18 @@ +{ + "type": "armourandtoolsmod:custom_armour_crafter", + "category": "armour_legs", + "key": { + "A": { + "tag": "forge:ingots/sapphire" + } + }, + "pattern": [ + "AAA", + "A A", + "A A" + ], + "result": { + "item": "armourandtoolsmod:sapphire_leggings" + }, + "show_notification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_pickaxe.json new file mode 100644 index 00000000..664b5a8d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_pickaxe.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "pickaxe", + "key": { + "A": { + "tag": "forge:ingots/sapphire" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + "AAA", + " S ", + " S " + ], + "result": { + "item": "armourandtoolsmod:sapphire_pickaxe" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shield.json new file mode 100644 index 00000000..bbf8cd2d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shield.json @@ -0,0 +1,33 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "shield", + "key": { + "A": { + "tag": "forge:ingots/sapphire" + }, + "I": { + "item": "minecraft:iron_ingot" + }, + "S": { + "item": "minecraft:shield" + } + }, + "pattern": [ + " A ", + "SIS", + "SSS" + ], + "result": { + "item": "armourandtoolsmod:sapphire_shield", + "nbt": { + "Enchantments": [ + { + "id": "minecraft:fire_aspect", + "lvl": 2 + } + ], + "HideFlags": 0 + } + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shovel.json new file mode 100644 index 00000000..b0eba9d9 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_shovel.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "shovel", + "key": { + "A": { + "tag": "forge:ingots/sapphire" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + " A ", + " S ", + " S " + ], + "result": { + "item": "armourandtoolsmod:sapphire_shovel" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_sword.json new file mode 100644 index 00000000..15368df1 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/sapphire_sword.json @@ -0,0 +1,21 @@ +{ + "type": "armourandtoolsmod:custom_tool_crafter", + "category": "sword", + "key": { + "A": { + "tag": "forge:ingots/sapphire" + }, + "S": { + "item": "minecraft:stick" + } + }, + "pattern": [ + " A ", + " A ", + " S " + ], + "result": { + "item": "armourandtoolsmod:sapphire_sword" + }, + "showNotification": false +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_boots.json new file mode 100644 index 00000000..4ac321f2 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_boots.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:aqumarine_boots" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_chestplate.json new file mode 100644 index 00000000..b8710d4d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_chestplate.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:aqumarine_chestplate" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_helmet.json new file mode 100644 index 00000000..a133c886 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_helmet.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:aqumarine_helmet" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_leggings.json new file mode 100644 index 00000000..826f0b19 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_leggings.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:aqumarine_leggings" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_ore.json new file mode 100644 index 00000000..a47e6eaa --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:aqumarine_ore" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_shield.json new file mode 100644 index 00000000..b1cf0ca5 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_shield.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:aqumarine_shield" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_trident.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_trident.json new file mode 100644 index 00000000..4e641402 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_aqumarine_trident.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:aqumarine_trident" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_aqumarine_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_aqumarine_ore.json new file mode 100644 index 00000000..0dbce718 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_aqumarine_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:deepslate_aqumarine_ore" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_graphite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_graphite_ore.json new file mode 100644 index 00000000..a45f402a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_graphite_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:deepslate_graphite_ore" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_imperium_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_imperium_ore.json new file mode 100644 index 00000000..639c21fb --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_imperium_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:deepslate_imperium_ore" + }, + "result": "armourandtoolsmod:imperium" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_rainbow_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_rainbow_ore.json new file mode 100644 index 00000000..ea0630ef --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_rainbow_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:deepslate_rainbow_ore" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_ruby_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_ruby_ore.json new file mode 100644 index 00000000..ecae5b5e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_ruby_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:deepslate_ruby_ore" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_sapphire_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_sapphire_ore.json new file mode 100644 index 00000000..b194bfbc --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_deepslate_sapphire_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:deepslate_sapphire_ore" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_axe.json new file mode 100644 index 00000000..9071c012 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_axe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_axe" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_boots.json new file mode 100644 index 00000000..37d47228 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_boots.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_boots" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_chestplate.json new file mode 100644 index 00000000..6d793061 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_chestplate.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_chestplate" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_helmet.json new file mode 100644 index 00000000..f52a68c5 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_helmet.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_helmet" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_hoe.json new file mode 100644 index 00000000..f2c2defa --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_hoe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_hoe" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_leggings.json new file mode 100644 index 00000000..31fa78be --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_leggings.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_leggings" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_ore.json new file mode 100644 index 00000000..bb8931c9 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_ore" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_pickaxe.json new file mode 100644 index 00000000..ab9dab17 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_pickaxe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_pickaxe" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_shovel.json new file mode 100644 index 00000000..4a95c95f --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_shovel.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_shovel" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_sword.json new file mode 100644 index 00000000..5a6ad781 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_enderite_sword.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:enderite_sword" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_boots.json new file mode 100644 index 00000000..42415bc2 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_boots.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:graphite_boots" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_chestplate.json new file mode 100644 index 00000000..ce117095 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_chestplate.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:graphite_chestplate" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_helmet.json new file mode 100644 index 00000000..393ace43 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_helmet.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:graphite_helmet" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_leggings.json new file mode 100644 index 00000000..da248f74 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_leggings.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:graphite_leggings" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_ore.json new file mode 100644 index 00000000..d33ce7ab --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:graphite_ore" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_shield.json new file mode 100644 index 00000000..0efdaf42 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_graphite_shield.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:graphite_shield" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_ore.json new file mode 100644 index 00000000..c3c64141 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:imperium_ore" + }, + "result": "armourandtoolsmod:imperium" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_pickaxe.json new file mode 100644 index 00000000..0b530dd7 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_pickaxe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:imperium_pickaxe" + }, + "result": "armourandtoolsmod:imperium" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_sword.json new file mode 100644 index 00000000..774266c0 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_imperium_sword.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:imperium_sword" + }, + "result": "armourandtoolsmod:imperium" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_boots.json new file mode 100644 index 00000000..27a1412a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_boots.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:rainbow_boots" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_chestplate.json new file mode 100644 index 00000000..6f8db018 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_chestplate.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:rainbow_chestplate" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_helmet.json new file mode 100644 index 00000000..cd8dee1d --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_helmet.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:rainbow_helmet" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_leggings.json new file mode 100644 index 00000000..dbe850cd --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_leggings.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:rainbow_leggings" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_ore.json new file mode 100644 index 00000000..139a3e8e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:rainbow_ore" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_shield.json new file mode 100644 index 00000000..03144457 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_rainbow_shield.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:rainbow_shield" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_aqumarine.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_aqumarine.json new file mode 100644 index 00000000..ca59dee7 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_aqumarine.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:raw_aqumarine" + }, + "result": "armourandtoolsmod:aqumarine" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_enderite.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_enderite.json new file mode 100644 index 00000000..f4fc71ad --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_enderite.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:raw_enderite" + }, + "result": "armourandtoolsmod:enderite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_graphite.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_graphite.json new file mode 100644 index 00000000..9ec6f39e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_graphite.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:raw_graphite" + }, + "result": "armourandtoolsmod:graphite" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_imperium.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_imperium.json new file mode 100644 index 00000000..a1529ab1 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_imperium.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:raw_imperium" + }, + "result": "armourandtoolsmod:imperium" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_rainbow.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_rainbow.json new file mode 100644 index 00000000..2f60a193 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_rainbow.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:raw_rainbow" + }, + "result": "armourandtoolsmod:rainbow" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_ruby.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_ruby.json new file mode 100644 index 00000000..dbea36e3 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_ruby.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:raw_ruby" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_sapphire.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_sapphire.json new file mode 100644 index 00000000..b4425da5 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_raw_sapphire.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:raw_sapphire" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_axe.json new file mode 100644 index 00000000..40bad736 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_axe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_axe" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_boots.json new file mode 100644 index 00000000..f43976b8 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_boots.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_boots" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_chestplate.json new file mode 100644 index 00000000..f87d5baa --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_chestplate.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_chestplate" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_helmet.json new file mode 100644 index 00000000..a2e9650e --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_helmet.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_helmet" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_hoe.json new file mode 100644 index 00000000..05bbe7ee --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_hoe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_hoe" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_leggings.json new file mode 100644 index 00000000..ddb60698 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_leggings.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_leggings" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_ore.json new file mode 100644 index 00000000..4f5b9e7c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_ore" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_pickaxe.json new file mode 100644 index 00000000..ee585522 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_pickaxe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_pickaxe" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shield.json new file mode 100644 index 00000000..0778a1f4 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shield.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_shield" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shovel.json new file mode 100644 index 00000000..334d7335 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_shovel.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_shovel" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_sword.json new file mode 100644 index 00000000..da2cd290 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_ruby_sword.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:ruby_sword" + }, + "result": "armourandtoolsmod:ruby" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_axe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_axe.json new file mode 100644 index 00000000..e070b82c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_axe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_axe" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_boots.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_boots.json new file mode 100644 index 00000000..444741ce --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_boots.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_boots" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_chestplate.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_chestplate.json new file mode 100644 index 00000000..44d427eb --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_chestplate.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_chestplate" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_helmet.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_helmet.json new file mode 100644 index 00000000..ea7b550b --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_helmet.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_helmet" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_hoe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_hoe.json new file mode 100644 index 00000000..2f006df9 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_hoe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_hoe" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_leggings.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_leggings.json new file mode 100644 index 00000000..67b5d1be --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_leggings.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_leggings" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_ore.json new file mode 100644 index 00000000..a852b8fa --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_ore" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_pickaxe.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_pickaxe.json new file mode 100644 index 00000000..410677ad --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_pickaxe.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_pickaxe" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shield.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shield.json new file mode 100644 index 00000000..fdb7e359 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shield.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_shield" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shovel.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shovel.json new file mode 100644 index 00000000..e9a4bc3a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_shovel.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_shovel" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_sword.json b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_sword.json new file mode 100644 index 00000000..66efe989 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/recipes/smelting_sapphire_sword.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 300, + "experience": 0.6, + "ingredient": { + "item": "armourandtoolsmod:sapphire_sword" + }, + "result": "armourandtoolsmod:sapphire" +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/aqumarine_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/aqumarine_ore.json new file mode 100644 index 00000000..7504b6ec --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/aqumarine_ore.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:ore", + "config": { + "discard_chance_on_air_exposure": 0.0, + "size": 4, + "targets": [ + { + "state": { + "Name": "armourandtoolsmod:aqumarine_ore" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:stone_ore_replaceables" + } + }, + { + "state": { + "Name": "armourandtoolsmod:deepslate_aqumarine_ore" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:deepslate_ore_replaceables" + } + } + ] + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/enderite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/enderite_ore.json new file mode 100644 index 00000000..040c27b8 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/enderite_ore.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:ore", + "config": { + "discard_chance_on_air_exposure": 0.0, + "size": 4, + "targets": [ + { + "state": { + "Name": "armourandtoolsmod:enderite_ore" + }, + "target": { + "block": "minecraft:end_stone", + "predicate_type": "minecraft:block_match" + } + } + ] + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/graphite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/graphite_ore.json new file mode 100644 index 00000000..200ec846 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/graphite_ore.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:ore", + "config": { + "discard_chance_on_air_exposure": 0.0, + "size": 4, + "targets": [ + { + "state": { + "Name": "armourandtoolsmod:graphite_ore" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:stone_ore_replaceables" + } + }, + { + "state": { + "Name": "armourandtoolsmod:deepslate_graphite_ore" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:deepslate_ore_replaceables" + } + } + ] + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/imperium_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/imperium_ore.json new file mode 100644 index 00000000..01991ce4 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/imperium_ore.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:ore", + "config": { + "discard_chance_on_air_exposure": 0.0, + "size": 4, + "targets": [ + { + "state": { + "Name": "armourandtoolsmod:imperium_ore" + }, + "target": { + "block": "minecraft:netherrack", + "predicate_type": "minecraft:block_match" + } + } + ] + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/rainbow_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/rainbow_ore.json new file mode 100644 index 00000000..481d7565 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/rainbow_ore.json @@ -0,0 +1,33 @@ +{ + "type": "minecraft:ore", + "config": { + "discard_chance_on_air_exposure": 0.0, + "size": 3, + "targets": [ + { + "state": { + "Name": "armourandtoolsmod:rainbow_ore", + "Properties": { + "lit": "false" + } + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:stone_ore_replaceables" + } + }, + { + "state": { + "Name": "armourandtoolsmod:deepslate_rainbow_ore", + "Properties": { + "lit": "false" + } + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:deepslate_ore_replaceables" + } + } + ] + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/ruby_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/ruby_ore.json new file mode 100644 index 00000000..a5d3a45c --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/ruby_ore.json @@ -0,0 +1,33 @@ +{ + "type": "minecraft:ore", + "config": { + "discard_chance_on_air_exposure": 0.0, + "size": 4, + "targets": [ + { + "state": { + "Name": "armourandtoolsmod:ruby_ore", + "Properties": { + "lit": "false" + } + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:stone_ore_replaceables" + } + }, + { + "state": { + "Name": "armourandtoolsmod:deepslate_ruby_ore", + "Properties": { + "lit": "false" + } + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:deepslate_ore_replaceables" + } + } + ] + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/sapphire_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/sapphire_ore.json new file mode 100644 index 00000000..30d35943 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/configured_feature/sapphire_ore.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:ore", + "config": { + "discard_chance_on_air_exposure": 0.0, + "size": 3, + "targets": [ + { + "state": { + "Name": "armourandtoolsmod:sapphire_ore" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:stone_ore_replaceables" + } + }, + { + "state": { + "Name": "armourandtoolsmod:deepslate_sapphire_ore" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:deepslate_ore_replaceables" + } + } + ] + } +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/aqumarine_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/aqumarine_ore.json new file mode 100644 index 00000000..e9630645 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/aqumarine_ore.json @@ -0,0 +1,27 @@ +{ + "feature": "armourandtoolsmod:aqumarine_ore", + "placement": [ + { + "type": "minecraft:count", + "count": 4 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 40 + }, + "min_inclusive": { + "absolute": -64 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/enderite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/enderite_ore.json new file mode 100644 index 00000000..12e1276a --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/enderite_ore.json @@ -0,0 +1,27 @@ +{ + "feature": "armourandtoolsmod:enderite_ore", + "placement": [ + { + "type": "minecraft:count", + "count": 4 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 40 + }, + "min_inclusive": { + "absolute": -64 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/graphite_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/graphite_ore.json new file mode 100644 index 00000000..07cc1ed4 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/graphite_ore.json @@ -0,0 +1,27 @@ +{ + "feature": "armourandtoolsmod:graphite_ore", + "placement": [ + { + "type": "minecraft:count", + "count": 4 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 30 + }, + "min_inclusive": { + "absolute": -64 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/imperium_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/imperium_ore.json new file mode 100644 index 00000000..00bf7750 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/imperium_ore.json @@ -0,0 +1,27 @@ +{ + "feature": "armourandtoolsmod:imperium_ore", + "placement": [ + { + "type": "minecraft:count", + "count": 4 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 50 + }, + "min_inclusive": { + "absolute": -64 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/rainbow_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/rainbow_ore.json new file mode 100644 index 00000000..39eb0931 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/rainbow_ore.json @@ -0,0 +1,27 @@ +{ + "feature": "armourandtoolsmod:rainbow_ore", + "placement": [ + { + "type": "minecraft:count", + "count": 3 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 40 + }, + "min_inclusive": { + "absolute": -64 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/ruby_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/ruby_ore.json new file mode 100644 index 00000000..471a41be --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/ruby_ore.json @@ -0,0 +1,27 @@ +{ + "feature": "armourandtoolsmod:ruby_ore", + "placement": [ + { + "type": "minecraft:count", + "count": 3 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 20 + }, + "min_inclusive": { + "absolute": -64 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/sapphire_ore.json b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/sapphire_ore.json new file mode 100644 index 00000000..e0797318 --- /dev/null +++ b/neoforge/src/generated/resources/data/armourandtoolsmod/worldgen/placed_feature/sapphire_ore.json @@ -0,0 +1,27 @@ +{ + "feature": "armourandtoolsmod:sapphire_ore", + "placement": [ + { + "type": "minecraft:count", + "count": 4 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 20 + }, + "min_inclusive": { + "absolute": -64 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/aqumarine_ores.json b/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/aqumarine_ores.json new file mode 100644 index 00000000..87b9c4ce --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/aqumarine_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:deepslate_aqumarine_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/graphite_ores.json b/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/graphite_ores.json new file mode 100644 index 00000000..b08d5790 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/graphite_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:deepslate_graphite_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/imperium_ores.json b/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/imperium_ores.json new file mode 100644 index 00000000..7f57287f --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/imperium_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:deepslate_imperium_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/rainbow_ores.json b/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/rainbow_ores.json new file mode 100644 index 00000000..1077a25e --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/rainbow_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:deepslate_rainbow_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/ruby_ores.json b/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/ruby_ores.json new file mode 100644 index 00000000..e65c7033 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/ruby_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:deepslate_ruby_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/sapphire_ores.json b/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/sapphire_ores.json new file mode 100644 index 00000000..5026d58a --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/deepslate_ores/sapphire_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:deepslate_sapphire_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/needs_gold_tool.json b/neoforge/src/generated/resources/data/forge/tags/blocks/needs_gold_tool.json new file mode 100644 index 00000000..39c3d263 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/needs_gold_tool.json @@ -0,0 +1,7 @@ +{ + "values": [ + "armourandtoolsmod:sapphire_ore", + "armourandtoolsmod:deepslate_sapphire_ore", + "armourandtoolsmod:sapphire_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/ores/aqumarine_ores.json b/neoforge/src/generated/resources/data/forge/tags/blocks/ores/aqumarine_ores.json new file mode 100644 index 00000000..02d89c64 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/ores/aqumarine_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:aqumarine_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/ores/enderite_ores.json b/neoforge/src/generated/resources/data/forge/tags/blocks/ores/enderite_ores.json new file mode 100644 index 00000000..b5c9d089 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/ores/enderite_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:enderite_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/ores/graphite_ores.json b/neoforge/src/generated/resources/data/forge/tags/blocks/ores/graphite_ores.json new file mode 100644 index 00000000..ebcd477c --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/ores/graphite_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:graphite_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/ores/imperium_ores.json b/neoforge/src/generated/resources/data/forge/tags/blocks/ores/imperium_ores.json new file mode 100644 index 00000000..1aff1254 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/ores/imperium_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:imperium_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/ores/rainbow_ores.json b/neoforge/src/generated/resources/data/forge/tags/blocks/ores/rainbow_ores.json new file mode 100644 index 00000000..5d4ca8d7 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/ores/rainbow_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:rainbow_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/ores/ruby_ores.json b/neoforge/src/generated/resources/data/forge/tags/blocks/ores/ruby_ores.json new file mode 100644 index 00000000..13ca4169 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/ores/ruby_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:ruby_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/ores/sapphire_ores.json b/neoforge/src/generated/resources/data/forge/tags/blocks/ores/sapphire_ores.json new file mode 100644 index 00000000..87ed8049 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/ores/sapphire_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:sapphire_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/aqumarine.json b/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/aqumarine.json new file mode 100644 index 00000000..a0a04079 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/aqumarine.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:aqumarine_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/enderite.json b/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/enderite.json new file mode 100644 index 00000000..a834e248 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/enderite.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:enderite_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/graphite.json b/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/graphite.json new file mode 100644 index 00000000..dd08d143 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/graphite.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:graphite_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/rainbow.json b/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/rainbow.json new file mode 100644 index 00000000..7e37cc29 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/rainbow.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:rainbow_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/ruby.json b/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/ruby.json new file mode 100644 index 00000000..85885b86 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/ruby.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:ruby_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/sapphire.json b/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/sapphire.json new file mode 100644 index 00000000..cf74c53b --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/blocks/storage_blocks/sapphire.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:sapphire_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/aqumarine_ores.json b/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/aqumarine_ores.json new file mode 100644 index 00000000..87b9c4ce --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/aqumarine_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:deepslate_aqumarine_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/graphite_ores.json b/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/graphite_ores.json new file mode 100644 index 00000000..b08d5790 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/graphite_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:deepslate_graphite_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/imperium_ores.json b/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/imperium_ores.json new file mode 100644 index 00000000..7f57287f --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/imperium_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:deepslate_imperium_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/rainbow_ores.json b/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/rainbow_ores.json new file mode 100644 index 00000000..1077a25e --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/rainbow_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:deepslate_rainbow_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/ruby_ores.json b/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/ruby_ores.json new file mode 100644 index 00000000..e65c7033 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/ruby_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:deepslate_ruby_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/sapphire_ores.json b/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/sapphire_ores.json new file mode 100644 index 00000000..5026d58a --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/deepslate_ores/sapphire_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:deepslate_sapphire_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/ingots/aqumarine.json b/neoforge/src/generated/resources/data/forge/tags/items/ingots/aqumarine.json new file mode 100644 index 00000000..42d0d2ef --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/ingots/aqumarine.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:aqumarine" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/ingots/enderite.json b/neoforge/src/generated/resources/data/forge/tags/items/ingots/enderite.json new file mode 100644 index 00000000..55dbd7f9 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/ingots/enderite.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:enderite" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/ingots/graphite.json b/neoforge/src/generated/resources/data/forge/tags/items/ingots/graphite.json new file mode 100644 index 00000000..f5e5dcd3 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/ingots/graphite.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:graphite" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/ingots/imperium.json b/neoforge/src/generated/resources/data/forge/tags/items/ingots/imperium.json new file mode 100644 index 00000000..1e14f19d --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/ingots/imperium.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:imperium" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/ingots/rainbow.json b/neoforge/src/generated/resources/data/forge/tags/items/ingots/rainbow.json new file mode 100644 index 00000000..2470844d --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/ingots/rainbow.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:rainbow" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/ingots/ruby.json b/neoforge/src/generated/resources/data/forge/tags/items/ingots/ruby.json new file mode 100644 index 00000000..a150413d --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/ingots/ruby.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:ruby" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/ingots/sapphire.json b/neoforge/src/generated/resources/data/forge/tags/items/ingots/sapphire.json new file mode 100644 index 00000000..093629e2 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/ingots/sapphire.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:sapphire" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/ores/aqumarine_ores.json b/neoforge/src/generated/resources/data/forge/tags/items/ores/aqumarine_ores.json new file mode 100644 index 00000000..02d89c64 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/ores/aqumarine_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:aqumarine_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/ores/enderite_ores.json b/neoforge/src/generated/resources/data/forge/tags/items/ores/enderite_ores.json new file mode 100644 index 00000000..b5c9d089 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/ores/enderite_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:enderite_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/ores/graphite_ores.json b/neoforge/src/generated/resources/data/forge/tags/items/ores/graphite_ores.json new file mode 100644 index 00000000..ebcd477c --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/ores/graphite_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:graphite_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/ores/imperium_ores.json b/neoforge/src/generated/resources/data/forge/tags/items/ores/imperium_ores.json new file mode 100644 index 00000000..1aff1254 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/ores/imperium_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:imperium_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/ores/rainbow_ores.json b/neoforge/src/generated/resources/data/forge/tags/items/ores/rainbow_ores.json new file mode 100644 index 00000000..5d4ca8d7 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/ores/rainbow_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:rainbow_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/ores/ruby_ores.json b/neoforge/src/generated/resources/data/forge/tags/items/ores/ruby_ores.json new file mode 100644 index 00000000..13ca4169 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/ores/ruby_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:ruby_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/ores/sapphire_ores.json b/neoforge/src/generated/resources/data/forge/tags/items/ores/sapphire_ores.json new file mode 100644 index 00000000..87ed8049 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/ores/sapphire_ores.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:sapphire_ore" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/scraps/aqumarine.json b/neoforge/src/generated/resources/data/forge/tags/items/scraps/aqumarine.json new file mode 100644 index 00000000..4c01d051 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/scraps/aqumarine.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:raw_aqumarine" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/scraps/enderite.json b/neoforge/src/generated/resources/data/forge/tags/items/scraps/enderite.json new file mode 100644 index 00000000..eb8ca7eb --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/scraps/enderite.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:raw_enderite" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/scraps/graphite.json b/neoforge/src/generated/resources/data/forge/tags/items/scraps/graphite.json new file mode 100644 index 00000000..506dfd1c --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/scraps/graphite.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:raw_graphite" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/scraps/rainbow.json b/neoforge/src/generated/resources/data/forge/tags/items/scraps/rainbow.json new file mode 100644 index 00000000..c73e47a1 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/scraps/rainbow.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:raw_rainbow" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/scraps/ruby.json b/neoforge/src/generated/resources/data/forge/tags/items/scraps/ruby.json new file mode 100644 index 00000000..bb28699a --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/scraps/ruby.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:raw_ruby" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/scraps/sapphire.json b/neoforge/src/generated/resources/data/forge/tags/items/scraps/sapphire.json new file mode 100644 index 00000000..2f653f77 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/scraps/sapphire.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:raw_sapphire" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/aqumarine.json b/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/aqumarine.json new file mode 100644 index 00000000..a0a04079 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/aqumarine.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:aqumarine_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/enderite.json b/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/enderite.json new file mode 100644 index 00000000..a834e248 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/enderite.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:enderite_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/graphite.json b/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/graphite.json new file mode 100644 index 00000000..dd08d143 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/graphite.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:graphite_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/rainbow.json b/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/rainbow.json new file mode 100644 index 00000000..7e37cc29 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/rainbow.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:rainbow_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/ruby.json b/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/ruby.json new file mode 100644 index 00000000..85885b86 --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/ruby.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:ruby_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/sapphire.json b/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/sapphire.json new file mode 100644 index 00000000..cf74c53b --- /dev/null +++ b/neoforge/src/generated/resources/data/forge/tags/items/storage_blocks/sapphire.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:sapphire_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/neoforge/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json new file mode 100644 index 00000000..f4b6772a --- /dev/null +++ b/neoforge/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -0,0 +1,27 @@ +{ + "values": [ + "armourandtoolsmod:ruby_block", + "armourandtoolsmod:rainbow_block", + "armourandtoolsmod:sapphire_block", + "armourandtoolsmod:graphite_block", + "armourandtoolsmod:aqumarine_block", + "armourandtoolsmod:enderite_block", + "armourandtoolsmod:ruby_ore", + "armourandtoolsmod:rainbow_ore", + "armourandtoolsmod:sapphire_ore", + "armourandtoolsmod:graphite_ore", + "armourandtoolsmod:aqumarine_ore", + "armourandtoolsmod:enderite_ore", + "armourandtoolsmod:imperium_ore", + "armourandtoolsmod:deepslate_ruby_ore", + "armourandtoolsmod:deepslate_rainbow_ore", + "armourandtoolsmod:deepslate_sapphire_ore", + "armourandtoolsmod:deepslate_graphite_ore", + "armourandtoolsmod:deepslate_aqumarine_ore", + "armourandtoolsmod:deepslate_imperium_ore", + "armourandtoolsmod:custom_armour_crafting_table", + "armourandtoolsmod:custom_tool_crafting_table", + "armourandtoolsmod:ingot_fusion_toll_enhancer", + "armourandtoolsmod:custom_armour_crafting_table" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/minecraft/tags/blocks/needs_diamond_tool.json b/neoforge/src/generated/resources/data/minecraft/tags/blocks/needs_diamond_tool.json new file mode 100644 index 00000000..86473fdd --- /dev/null +++ b/neoforge/src/generated/resources/data/minecraft/tags/blocks/needs_diamond_tool.json @@ -0,0 +1,15 @@ +{ + "values": [ + "armourandtoolsmod:rainbow_ore", + "armourandtoolsmod:graphite_ore", + "armourandtoolsmod:aqumarine_ore", + "armourandtoolsmod:enderite_ore", + "armourandtoolsmod:deepslate_rainbow_ore", + "armourandtoolsmod:deepslate_graphite_ore", + "armourandtoolsmod:deepslate_aqumarine_ore", + "armourandtoolsmod:rainbow_block", + "armourandtoolsmod:graphite_block", + "armourandtoolsmod:aqumarine_block", + "armourandtoolsmod:enderite_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json b/neoforge/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json new file mode 100644 index 00000000..0cf50ab7 --- /dev/null +++ b/neoforge/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json @@ -0,0 +1,9 @@ +{ + "values": [ + "armourandtoolsmod:ruby_ore", + "armourandtoolsmod:imperium_ore", + "armourandtoolsmod:deepslate_ruby_ore", + "armourandtoolsmod:deepslate_imperium_ore", + "armourandtoolsmod:ruby_block" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json b/neoforge/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json new file mode 100644 index 00000000..e2318c87 --- /dev/null +++ b/neoforge/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json @@ -0,0 +1,5 @@ +{ + "values": [ + "armourandtoolsmod:custom_armour_crafting_table" + ] +} \ No newline at end of file diff --git a/neoforge/src/generated/resources/pack.mcmeta b/neoforge/src/generated/resources/pack.mcmeta new file mode 100644 index 00000000..10259c4c --- /dev/null +++ b/neoforge/src/generated/resources/pack.mcmeta @@ -0,0 +1,8 @@ +{ + "pack": { + "description": { + "text": "Armour and Tools Mod Resources" + }, + "pack_format": 15 + } +} \ No newline at end of file diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/IngotFusionTollEnhancer.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/IngotFusionTollEnhancer.java new file mode 100644 index 00000000..840ad418 --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/IngotFusionTollEnhancer.java @@ -0,0 +1,213 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks; + +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.IngotFusionTollEnhancerBlockEntity; +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockEntityTypeInit; +import java.util.List; +import java.util.Objects; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.Container; +import net.minecraft.world.Containers; +import net.minecraft.world.InteractionHand; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.TooltipFlag; +import net.minecraft.world.item.context.BlockPlaceContext; +import net.minecraft.world.level.BlockGetter; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.*; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.entity.BlockEntityTicker; +import net.minecraft.world.level.block.entity.BlockEntityType; +import net.minecraft.world.level.block.state.BlockBehaviour; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.StateDefinition; +import net.minecraft.world.level.block.state.properties.BlockStateProperties; +import net.minecraft.world.level.block.state.properties.BooleanProperty; +import net.minecraft.world.level.block.state.properties.DirectionProperty; +import net.minecraft.world.level.material.MapColor; +import net.minecraft.world.phys.BlockHitResult; +import net.minecraftforge.network.NetworkHooks; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; + +/** + * @see FurnaceBlock + */ +public class IngotFusionTollEnhancer extends BaseEntityBlock { + public static final BooleanProperty LIT = BlockStateProperties.LIT; + private static final DirectionProperty FACING = HorizontalDirectionalBlock.FACING; + + public IngotFusionTollEnhancer() { + super( + Properties.of() + .strength(5.0F, 6.0F) + .sound(SoundType.METAL) + .mapColor(MapColor.DIAMOND)); + this.registerDefaultState( + defaultBlockState().setValue(FACING, Direction.NORTH).setValue(LIT, false)); + } + + public static @NotNull Component getContainerTitle() { + return Component.translatable("container.ingot_fusion_toll_enhancer"); + } + + public static Component getContainerDescription() { + return Component.translatable("container.ingot_fusion_toll_enhancer.description"); + } + + @Override + public @NotNull InteractionResult use( + @NotNull BlockState blockState, + @NotNull Level level, + @NotNull BlockPos blockPos, + @NotNull Player player, + @NotNull InteractionHand interactionHand, + @NotNull BlockHitResult blockHitResult) { + if (!level.isClientSide) { + BlockEntity blockEntity = level.getBlockEntity(blockPos); + if (blockEntity instanceof IngotFusionTollEnhancerBlockEntity) { + try { + Objects.requireNonNull(player, "Player is null"); + Objects.requireNonNull(blockEntity, "BlockEntity is null"); + + NetworkHooks.openScreen( + (ServerPlayer) player, (IngotFusionTollEnhancerBlockEntity) blockEntity, blockPos); + } catch (Exception e) { + throw new RuntimeException("Failed to open screen." + e); + } + } + } + return InteractionResult.sidedSuccess(level.isClientSide); + } + + @Override + public void onRemove( + BlockState oldState, + Level level, + BlockPos blockPos, + BlockState newState, + boolean movedByPiston) { + if (!oldState.is(newState.getBlock())) { + BlockEntity blockEntity = level.getBlockEntity(blockPos); + if (blockEntity instanceof IngotFusionTollEnhancerBlockEntity) { + if (level instanceof ServerLevel) { + Containers.dropContents(level, blockPos, (Container) blockEntity); + level.updateNeighbourForOutputSignal(blockPos, this); + } + level.updateNeighbourForOutputSignal(blockPos, this); + } + super.onRemove(oldState, level, blockPos, newState, movedByPiston); + } + } + + @Nullable + @Override + public BlockEntity newBlockEntity(BlockPos pPos, BlockState pState) { + return new IngotFusionTollEnhancerBlockEntity(pPos, pState); + } + + @Override + public BlockState getStateForPlacement(BlockPlaceContext context) { + return this.defaultBlockState() + .setValue(FACING, context.getHorizontalDirection().getOpposite()); + } + + @Override + protected void createBlockStateDefinition(StateDefinition.Builder builder) { + builder.add(FACING, LIT); + } + + @Override + public boolean hasDynamicShape() { + return true; + } + + /** + * @deprecated call via {@link + * BlockStateBase#hasAnalogOutputSignal} + * whenever possible. Implementing/overriding is fine. + */ + @Override + public boolean hasAnalogOutputSignal(BlockState pState) { + return true; + } + + /** + * The type of render function called. MODEL for mixed tesr and static model, MODELBLOCK_ANIMATED + * for TESR-only, LIQUID for vanilla liquids, INVISIBLE to skip all rendering + * + * @deprecated call via {@link + * BlockStateBase#getRenderShape} + * whenever possible. Implementing/overriding is fine. + */ + public @NotNull RenderShape getRenderShape(BlockState pState) { + return RenderShape.MODEL; + } + + /** + * Returns the blockstate with the given rotation from the passed blockstate. If inapplicable, + * returns the passed blockstate. + * + * @deprecated call via {@link + * BlockStateBase#rotate} whenever + * possible. Implementing/overriding is fine. + */ + @Override + public BlockState rotate(BlockState pState, Rotation pRotation) { + return pState.setValue(FACING, pRotation.rotate(pState.getValue(FACING))); + } + + /** + * Returns the blockstate with the given mirror of the passed blockstate. If inapplicable, returns + * the passed blockstate. + * + * @deprecated call via {@link + * BlockStateBase#mirror} whenever + * possible. Implementing/overriding is fine. + */ + @Override + public @NotNull BlockState mirror(BlockState pState, Mirror pMirror) { + return pState.rotate(pMirror.getRotation(pState.getValue(FACING))); + } + + @Override + public void appendHoverText( + ItemStack pStack, @Nullable BlockGetter pLevel, List pTooltip, TooltipFlag pFlag) { + pTooltip.add(getContainerDescription()); + } + + @Nullable + @Override + public BlockEntityTicker getTicker( + Level level, BlockState state, BlockEntityType type) { + return level.isClientSide + ? null + : createTickerHelper( + type, + BlockEntityTypeInit.INGOT_FUSION_TOLL_ENHANCER.get(), + IngotFusionTollEnhancerBlockEntity::serverTick); + } +} diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableScreen.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableScreen.java new file mode 100644 index 00000000..5df64be0 --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableScreen.java @@ -0,0 +1,167 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.armour; + +import java.util.Objects; +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.client.gui.components.ImageButton; +import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; +import net.minecraft.client.gui.screens.recipebook.RecipeBookComponent; +import net.minecraft.client.gui.screens.recipebook.RecipeUpdateListener; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.inventory.ClickType; +import net.minecraft.world.inventory.Slot; +import org.jetbrains.annotations.NotNull; + +public class CustomArmourCraftingTableScreen + extends AbstractContainerScreen implements RecipeUpdateListener { + private static final ResourceLocation CRAFTING_TABLE_LOCATION = + new ResourceLocation("textures/gui/container/crafting_table.png"); + private static final ResourceLocation RECIPE_BUTTON_LOCATION = + new ResourceLocation("textures/gui/recipe_button.png"); + private final RecipeBookComponent recipeBookComponent = new RecipeBookComponent(); + private boolean widthTooNarrow; + + public CustomArmourCraftingTableScreen( + CustomArmourCraftingTableMenu pMenu, Inventory pPlayerInventory, Component pTitle) { + super(pMenu, pPlayerInventory, pTitle); + } + + protected void init() { + super.init(); + this.widthTooNarrow = this.width < 379; + this.recipeBookComponent.init( + this.width, + this.height, + Objects.requireNonNull(this.minecraft, "Minecraft is null in table screen"), + this.widthTooNarrow, + this.menu); + this.leftPos = this.recipeBookComponent.updateScreenPosition(this.width, this.imageWidth); + this.addRenderableWidget( + new ImageButton( + this.leftPos + 5, + this.height / 2 - 49, + 20, + 18, + 0, + 0, + 19, + RECIPE_BUTTON_LOCATION, + (p_98484_) -> { + this.recipeBookComponent.toggleVisibility(); + this.leftPos = + this.recipeBookComponent.updateScreenPosition(this.width, this.imageWidth); + p_98484_.setPosition(this.leftPos + 5, this.height / 2 - 49); + })); + this.addWidget(this.recipeBookComponent); + this.setInitialFocus(this.recipeBookComponent); + this.titleLabelX = 29; + } + + public void containerTick() { + super.containerTick(); + this.recipeBookComponent.tick(); + } + + /** + * Renders the graphical user interface (GUI) element. + * + * @param pGuiGraphics the GuiGraphics object used for rendering. + * @param pMouseX the x-coordinate of the mouse cursor. + * @param pMouseY the y-coordinate of the mouse cursor. + * @param pPartialTick the partial tick time. + */ + public void render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) { + this.renderBackground(pGuiGraphics); + if (this.recipeBookComponent.isVisible() && this.widthTooNarrow) { + this.renderBg(pGuiGraphics, pPartialTick, pMouseX, pMouseY); + this.recipeBookComponent.render(pGuiGraphics, pMouseX, pMouseY, pPartialTick); + } else { + this.recipeBookComponent.render(pGuiGraphics, pMouseX, pMouseY, pPartialTick); + super.render(pGuiGraphics, pMouseX, pMouseY, pPartialTick); + this.recipeBookComponent.renderGhostRecipe( + pGuiGraphics, this.leftPos, this.topPos, true, pPartialTick); + } + + this.renderTooltip(pGuiGraphics, pMouseX, pMouseY); + this.recipeBookComponent.renderTooltip( + pGuiGraphics, this.leftPos, this.topPos, pMouseX, pMouseY); + } + + protected void renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) { + int i = this.leftPos; + int j = (this.height - this.imageHeight) / 2; + pGuiGraphics.blit(CRAFTING_TABLE_LOCATION, i, j, 0, 0, this.imageWidth, this.imageHeight); + } + + protected boolean isHovering( + int pX, int pY, int pWidth, int pHeight, double pMouseX, double pMouseY) { + return (!this.widthTooNarrow || !this.recipeBookComponent.isVisible()) + && super.isHovering(pX, pY, pWidth, pHeight, pMouseX, pMouseY); + } + + public boolean mouseClicked(double pMouseX, double pMouseY, int pButton) { + if (this.recipeBookComponent.mouseClicked(pMouseX, pMouseY, pButton)) { + this.setFocused(this.recipeBookComponent); + return true; + } else { + return this.widthTooNarrow && this.recipeBookComponent.isVisible() + || super.mouseClicked(pMouseX, pMouseY, pButton); + } + } + + protected boolean hasClickedOutside( + double pMouseX, double pMouseY, int pGuiLeft, int pGuiTop, int pMouseButton) { + boolean flag = + pMouseX < (double) pGuiLeft + || pMouseY < (double) pGuiTop + || pMouseX >= (double) (pGuiLeft + this.imageWidth) + || pMouseY >= (double) (pGuiTop + this.imageHeight); + return this.recipeBookComponent.hasClickedOutside( + pMouseX, + pMouseY, + this.leftPos, + this.topPos, + this.imageWidth, + this.imageHeight, + pMouseButton) + && flag; + } + + /** Called when the mouse is clicked over a slot or outside the gui. */ + protected void slotClicked( + @NotNull Slot pSlot, int pSlotId, int pMouseButton, @NotNull ClickType pType) { + super.slotClicked(pSlot, pSlotId, pMouseButton, pType); + this.recipeBookComponent.slotClicked(pSlot); + } + + public void recipesUpdated() { + this.recipeBookComponent.recipesUpdated(); + } + + public void removed() { + super.removed(); + } + + public @NotNull RecipeBookComponent getRecipeBookComponent() { + return this.recipeBookComponent; + } +} diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java new file mode 100644 index 00000000..a35bd0cf --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java @@ -0,0 +1,507 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.infusion; + +import com.google.common.collect.Lists; +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod; +import io.github.realyusufismail.armourandtoolsmod.blocks.IngotFusionTollEnhancer; +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockEntityTypeInit; +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit; +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit; +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeTypeInit; +import io.github.realyusufismail.armourandtoolsmod.recipe.infusion.IngotFusionTollEnhancerRecipe; +import it.unimi.dsi.fastutil.objects.Object2IntMap; +import it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap; +import java.util.*; +import lombok.Getter; +import lombok.Setter; +import lombok.val; +import net.minecraft.SharedConstants; +import net.minecraft.Util; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.core.NonNullList; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.tags.ItemTags; +import net.minecraft.util.Mth; +import net.minecraft.world.*; +import net.minecraft.world.entity.ExperienceOrb; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.entity.player.StackedContents; +import net.minecraft.world.inventory.AbstractContainerMenu; +import net.minecraft.world.inventory.ContainerData; +import net.minecraft.world.inventory.RecipeHolder; +import net.minecraft.world.inventory.StackedContentsCompatible; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.Items; +import net.minecraft.world.item.crafting.AbstractCookingRecipe; +import net.minecraft.world.item.crafting.Recipe; +import net.minecraft.world.item.crafting.RecipeManager; +import net.minecraft.world.item.crafting.RecipeType; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity; +import net.minecraft.world.level.block.entity.BaseContainerBlockEntity; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.phys.Vec3; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; + +/** + * @see AbstractFurnaceBlockEntity + */ +public class IngotFusionTollEnhancerBlockEntity extends BaseContainerBlockEntity + implements WorldlyContainer, RecipeHolder, StackedContentsCompatible { + + @Getter + private final RecipeManager.CachedCheck quickCheck; + + // recipe + private final RecipeType type = + RecipeTypeInit.INGOT_FUSION_TOLL_ENHANCER.get(); + + private final Object2IntOpenHashMap recipesUsed = new Object2IntOpenHashMap<>(); + + // slots + public static final int NUMBER_OF_SLOTS = 5; + public static final int FUEL_SLOT = 3; + public static final int RESULT_SLOT = 4; + public static final int NUMBER_OF_DATA = 3; + + @Getter + private NonNullList items = NonNullList.withSize(NUMBER_OF_SLOTS, ItemStack.EMPTY); + + // ingredients + private ItemStack ingredient1; + private ItemStack ingredient2; + private ItemStack ingredient3; + + // data + @Getter @Setter int creatingTime = 0; + @Getter @Setter int creatingTotalTime = 200; + @Getter @Setter int fuel = 0; + + protected final ContainerData dataAccess = + new ContainerData() { + public int get(int p_58431_) { + return switch (p_58431_) { + case 0 -> IngotFusionTollEnhancerBlockEntity.this.creatingTime; + case 1 -> IngotFusionTollEnhancerBlockEntity.this.creatingTotalTime; + case 2 -> IngotFusionTollEnhancerBlockEntity.this.fuel; + default -> throw new IllegalArgumentException("Invalid index: " + p_58431_); + }; + } + + public void set(int p_58433_, int p_58434_) { + switch (p_58433_) { + case 0 -> IngotFusionTollEnhancerBlockEntity.this.creatingTime = p_58434_; + case 1 -> IngotFusionTollEnhancerBlockEntity.this.creatingTotalTime = p_58434_; + case 2 -> IngotFusionTollEnhancerBlockEntity.this.fuel = p_58434_; + } + } + + public int getCount() { + return NUMBER_OF_DATA; + } + }; + + public IngotFusionTollEnhancerBlockEntity(BlockPos blockPos, BlockState blockState) { + super(BlockEntityTypeInit.INGOT_FUSION_TOLL_ENHANCER.get(), blockPos, blockState); + + this.quickCheck = RecipeManager.createCheck(RecipeTypeInit.INGOT_FUSION_TOLL_ENHANCER.get()); + } + + @Override + public void load(CompoundTag pTag) { + super.load(pTag); + this.items = NonNullList.withSize(this.getContainerSize(), ItemStack.EMPTY); + ContainerHelper.loadAllItems(pTag, this.items); + this.creatingTime = pTag.getInt("CraftTime"); + this.creatingTotalTime = pTag.getInt("CraftTimeTotal"); + this.fuel = getFuels().getOrDefault(this.items.get(FUEL_SLOT).getItem(), 0); + + val compoundtag = pTag.getCompound("RecipesUsed"); + + for (String s : compoundtag.getAllKeys()) { + this.recipesUsed.put(new ResourceLocation(s), compoundtag.getInt(s)); + } + } + + @Override + protected void saveAdditional(CompoundTag pTag) { + pTag.putInt("CraftTime", this.creatingTime); + pTag.putInt("CraftTimeTotal", this.creatingTotalTime); + pTag.putInt("Fuel", this.fuel); + + ContainerHelper.saveAllItems(pTag, this.items); + val compoundtag = new CompoundTag(); + this.recipesUsed.forEach( + (p_187449_, p_187450_) -> { + compoundtag.putInt(p_187449_.toString(), p_187450_); + }); + + pTag.put("RecipesUsed", compoundtag); + + super.saveAdditional(pTag); + } + + @Override + protected @NotNull Component getDefaultName() { + return IngotFusionTollEnhancer.getContainerTitle(); + } + + @Override + protected AbstractContainerMenu createMenu(int pContainerId, Inventory pInventory) { + ArmourAndToolsMod.ArmorAndToolsMod.getLogger().info("Creating menu"); + return new IngotFusionTollEnhancerMenu(pContainerId, this, this.dataAccess, pInventory); + } + + @Override + public int getContainerSize() { + return this.items.size(); + } + + @Override + public boolean isEmpty() { + for (ItemStack itemstack : this.items) { + if (!itemstack.isEmpty()) { + return false; + } + } + + return true; + } + + @Override + public ItemStack getItem(int pSlot) { + return pSlot >= 0 && pSlot < this.items.size() ? this.items.get(pSlot) : ItemStack.EMPTY; + } + + @Override + public ItemStack removeItem(int pSlot, int pAmount) { + return ContainerHelper.removeItem(this.items, pSlot, pAmount); + } + + @Override + public ItemStack removeItemNoUpdate(int pSlot) { + return ContainerHelper.takeItem(this.items, pSlot); + } + + @Override + public void setItem(int pSlot, ItemStack pStack) { + if (pSlot >= 0 && pSlot < this.items.size()) { + this.items.set(pSlot, pStack); + } + } + + @Override + public boolean stillValid(Player pPlayer) { + if (this.level.getBlockEntity(this.worldPosition) != this) { + return false; + } else { + return pPlayer.distanceToSqr( + (double) this.worldPosition.getX() + 0.5D, + (double) this.worldPosition.getY() + 0.5D, + (double) this.worldPosition.getZ() + 0.5D) + <= 64.0D; + } + } + + @Override + public void clearContent() { + this.items.clear(); + } + + public static void serverTick( + @NotNull Level level, + @NotNull BlockPos pos, + @NotNull BlockState state, + @NotNull IngotFusionTollEnhancerBlockEntity blockEntity) { + ItemStack itemstack = blockEntity.items.get(FUEL_SLOT); + + // Do i need blockEntity.fuel in this if statement? + if (blockEntity.fuel <= 0 && getFuels().containsKey(itemstack.getItem())) { + blockEntity.fuel = getFuels().get(itemstack.getItem()); + itemstack.shrink(1); + blockEntity.setChanged(); + } + + boolean flag = blockEntity.isCreatable(level); + boolean flag1 = blockEntity.creatingTime > 0; + ItemStack ingredient1 = blockEntity.items.get(0); + ItemStack ingredient2 = blockEntity.items.get(1); + ItemStack ingredient3 = blockEntity.items.get(2); + if (flag1) { // Says flag is false + --blockEntity.creatingTime; + boolean flag2 = blockEntity.creatingTime == 0; + if (flag2 && flag) { + blockEntity.createItem(level); + blockEntity.setChanged(); + } else if (!flag) { + blockEntity.creatingTime = 0; + blockEntity.setChanged(); + } else if (blockEntity.ingredient1 != ingredient1 + || blockEntity.ingredient2 != ingredient2 + || blockEntity.ingredient3 != ingredient3) { + blockEntity.creatingTime = 0; + blockEntity.setChanged(); + } + } else if (flag && blockEntity.fuel > 0) { + --blockEntity.fuel; + // TODO: Add ability to alter creating time. + blockEntity.creatingTime = 200; + blockEntity.ingredient1 = ingredient1; + blockEntity.ingredient2 = ingredient2; + blockEntity.ingredient3 = ingredient3; + blockEntity.setChanged(); + } + } + + private boolean isCreatable(Level level) { + ItemStack ingredient1 = this.items.get(0); + ItemStack ingredient2 = this.items.get(1); + ItemStack ingredient3 = this.items.get(2); + + if (!ingredient1.isEmpty() && !ingredient2.isEmpty() && !ingredient3.isEmpty()) { + + // TODO: Need to check this for loop + for (int i = 0; i < 3; ++i) { + if (!this.items.get(i).isEmpty()) { + if (!this.items.get(RESULT_SLOT).isEmpty()) { + continue; + } + + ItemStack ingredient = this.items.get(i); + if (!ingredient.isEmpty() && hasRecipe(ingredient)) { + return true; + } + } + } + } + return false; + } + + private void createItem(Level level) { + var ingredient1 = this.items.get(0); + var ingredient2 = this.items.get(1); + var ingredient3 = this.items.get(2); + + var output = getOutput(level, ingredient1, ingredient2, ingredient3); + this.items.set(RESULT_SLOT, output); + + val blockPos = this.getBlockPos(); + if (ingredient1.hasCraftingRemainingItem()) { + val ingredient1Remaining = ingredient1.getCraftingRemainingItem(); + ingredient1.shrink(1); + if (ingredient1.isEmpty()) { + ingredient1 = ingredient1Remaining; + } else if (!this.level.isClientSide) { + Containers.dropItemStack( + this.level, + (double) blockPos.getX(), + (double) blockPos.getY(), + (double) blockPos.getZ(), + ingredient1Remaining); + } + } else { + ingredient1.shrink(1); + } + + if (ingredient2.hasCraftingRemainingItem()) { + val ingredient2Remaining = ingredient2.getCraftingRemainingItem(); + ingredient2.shrink(1); + if (ingredient2.isEmpty()) { + ingredient2 = ingredient2Remaining; + } else if (!this.level.isClientSide) { + Containers.dropItemStack( + this.level, + (double) blockPos.getX(), + (double) blockPos.getY(), + (double) blockPos.getZ(), + ingredient2Remaining); + } + } else { + ingredient2.shrink(1); + } + + if (ingredient3.hasCraftingRemainingItem()) { + val ingredient3Remaining = ingredient3.getCraftingRemainingItem(); + ingredient3.shrink(1); + if (ingredient3.isEmpty()) { + ingredient3 = ingredient3Remaining; + } else if (!this.level.isClientSide) { + Containers.dropItemStack( + this.level, + (double) blockPos.getX(), + (double) blockPos.getY(), + (double) blockPos.getZ(), + ingredient3Remaining); + } + } else { + ingredient3.shrink(1); + } + + this.items.set(0, ingredient1); + this.items.set(1, ingredient2); + this.items.set(2, ingredient3); + + // level.levelEvent(1035, blockpos, 0); + level.levelEvent( + 1035, blockPos, this.items.get(4).isEmpty() ? 0 : this.items.get(4).getCount()); + } + + private boolean hasRecipe(ItemStack ingredient) { + return level.getRecipeManager().getAllRecipesFor(type).stream() + .anyMatch(recipe -> recipe.isIngredient(ingredient)); + } + + private ItemStack getOutput( + Level level, ItemStack ingredient1, ItemStack ingredient2, ItemStack ingredient3) { + return level.getRecipeManager().getAllRecipesFor(type).stream() + .map(recipe -> recipe.getResult(ingredient1, ingredient2, ingredient3)) + .filter(itemStack -> !itemStack.isEmpty()) + .findFirst() + .orElse(ItemStack.EMPTY); + } + + public static Map getFuels() { + Map map = new LinkedHashMap<>(AbstractFurnaceBlockEntity.getFuel()); + addFuel(map, ItemInit.INSTANCE.getGRAPHITE().get(), 200); + addFuel(map, BlockInit.INSTANCE.getGRAPHITE_BLOCK().get().asItem(), 2000); + return map; + } + + public static void addFuel(Map pMap, Item fuel, int pBurnTime) { + if (!isNeverAIngotFusionTollEnhanceFuel(fuel)) { + pMap.put(fuel, pBurnTime); + } else { + if (SharedConstants.IS_RUNNING_IN_IDE) { + throw (Util.pauseInIde( + new IllegalStateException( + "A developer tried to explicitly make fire resistant item " + + fuel.getName(null).getString() + + " a IngotFusionTollEnhancer fuel. That will not work!"))); + } + } + } + + public static boolean isNeverAIngotFusionTollEnhanceFuel(Item pItem) { + return pItem.builtInRegistryHolder().is(ItemTags.NON_FLAMMABLE_WOOD); + } + + public static Set getFuelAsItemStacks() { + return getFuels().keySet().stream() + .map(ItemStack::new) + .collect(java.util.stream.Collectors.toSet()); + } + + @Override + public int[] getSlotsForFace(Direction pSide) { + return switch (pSide) { + case DOWN -> new int[] {RESULT_SLOT}; + case UP -> new int[] {FUEL_SLOT}; + default -> new int[] {0, 1, 2, 3, 4}; + }; + } + + @Override + public boolean canPlaceItemThroughFace( + int pIndex, ItemStack pItemStack, @Nullable Direction pDirection) { + return this.canPlaceItem(pIndex, pItemStack); + } + + @Override + public boolean canTakeItemThroughFace(int pIndex, ItemStack pStack, Direction pDirection) { + return pIndex != FUEL_SLOT || pStack.getItem() == Items.BUCKET; + } + + @Override + public void setRecipeUsed(@Nullable Recipe pRecipe) { + if (pRecipe != null) { + ResourceLocation resourcelocation = pRecipe.getId(); + this.recipesUsed.addTo(resourcelocation, 1); + } + } + + @Nullable + @Override + public Recipe getRecipeUsed() { + return null; + } + + @Override + public void fillStackedContents(StackedContents pContents) { + for (ItemStack itemstack : this.items) { + pContents.accountStack(itemstack); + } + } + + public void awardUsedRecipes(Player pPlayer, List pItems) {} + + public void awardUsedRecipesAndPopExperience(ServerPlayer pPlayer) { + List> list = + this.getRecipesToAwardAndPopExperience(pPlayer.serverLevel(), pPlayer.position()); + pPlayer.awardRecipes(list); + + for (Recipe recipe : list) { + if (recipe != null) { + pPlayer.triggerRecipeCrafted(recipe, this.items); + } + } + + this.recipesUsed.clear(); + } + + public List> getRecipesToAwardAndPopExperience(ServerLevel pLevel, Vec3 pPopVec) { + List> list = Lists.newArrayList(); + + for (Object2IntMap.Entry entry : this.recipesUsed.object2IntEntrySet()) { + pLevel + .getRecipeManager() + .byKey(entry.getKey()) + .ifPresent( + (p_155023_) -> { + list.add(p_155023_); + createExperience( + pLevel, + pPopVec, + entry.getIntValue(), + ((AbstractCookingRecipe) p_155023_).getExperience()); + }); + } + + return list; + } + + private static void createExperience( + ServerLevel pLevel, Vec3 pPopVec, int pRecipeIndex, float pExperience) { + int i = Mth.floor((float) pRecipeIndex * pExperience); + float f = Mth.frac((float) pRecipeIndex * pExperience); + if (f != 0.0F && Math.random() < (double) f) { + ++i; + } + + ExperienceOrb.award(pLevel, pPopVec, i); + } +} diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerMenu.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerMenu.java new file mode 100644 index 00000000..86f54bb2 --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerMenu.java @@ -0,0 +1,225 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.infusion; + +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.slots.InfusionFuelSlot; +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.slots.OutputSlotItemHandler; +import io.github.realyusufismail.armourandtoolsmod.core.init.MenuTypeInit; +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeBookTypesInit; +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeTypeInit; +import io.github.realyusufismail.armourandtoolsmod.recipe.infusion.IngotFusionTollEnhancerRecipe; +import lombok.val; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.world.Container; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.entity.player.StackedContents; +import net.minecraft.world.inventory.*; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.crafting.Recipe; +import net.minecraft.world.item.crafting.RecipeType; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BaseContainerBlockEntity; +import net.minecraftforge.common.capabilities.ForgeCapabilities; +import net.minecraftforge.items.SlotItemHandler; +import org.jetbrains.annotations.NotNull; + +/** + * @see net.minecraft.stats.RecipeBookSettings + * @see FurnaceMenu + */ +public class IngotFusionTollEnhancerMenu extends RecipeBookMenu { + private final RecipeType recipeType; + private final RecipeBookType recipeBook; + private final Level level; + private static final int NUMBER_OF_SLOTS = 5; + private final ContainerData data; + private final BaseContainerBlockEntity blockEntity; + + public IngotFusionTollEnhancerMenu( + int pContainerId, + BaseContainerBlockEntity blockEntity, + ContainerData data, + @NotNull Inventory pInventory) { + super(MenuTypeInit.INGOT_FUSION_TOLL_ENHANCER_MENU.get(), pContainerId); + this.recipeType = RecipeTypeInit.INGOT_FUSION_TOLL_ENHANCER.get(); + this.recipeBook = RecipeBookTypesInit.INGOT_FUSION; + this.level = pInventory.player.level(); + this.data = data; + this.blockEntity = blockEntity; + + checkContainerSize(blockEntity, NUMBER_OF_SLOTS); + checkContainerDataCount(data, IngotFusionTollEnhancerBlockEntity.NUMBER_OF_DATA); + + addPlayerInventory(pInventory); + addPlayerHotbar(pInventory); + + blockEntity + .getCapability(ForgeCapabilities.ITEM_HANDLER) + .ifPresent( + it -> { + // slots to place ingredients + addSlot(new SlotItemHandler(it, 0, 16, 40)); + addSlot(new SlotItemHandler(it, 1, 43, 40)); + addSlot(new SlotItemHandler(it, 2, 70, 40)); + + // slot to place fuel + addSlot(new InfusionFuelSlot(it, this)); + + // slot to place result + addSlot(new OutputSlotItemHandler(it, pInventory.player)); + }); + + addDataSlots(data); + } + + public IngotFusionTollEnhancerMenu(int pContainerId, Inventory inventory, FriendlyByteBuf data) { + this( + pContainerId, + getBlockEntity(inventory, data), + new SimpleContainerData(IngotFusionTollEnhancerBlockEntity.NUMBER_OF_DATA), + inventory); + } + + private void addPlayerInventory(Inventory playerInventory) { + for (int row = 0; row < 3; row++) { + for (int col = 0; col < 9; col++) { + addSlot( + new Slot( + playerInventory, col + row * 9 + 9, 8 + col * 18, 166 - (4 - row) * 18 - 10 + 13)); + } + } + } + + private void addPlayerHotbar(Inventory playerInventory) { + for (int col = 0; col < 9; col++) { + addSlot(new Slot(playerInventory, col, 8 + col * 18, 142 + 13)); + } + } + + public static BaseContainerBlockEntity getBlockEntity(Inventory inventory, FriendlyByteBuf data) { + BaseContainerBlockEntity blockEntity = + (BaseContainerBlockEntity) inventory.player.level().getBlockEntity(data.readBlockPos()); + if (blockEntity != null) { + return blockEntity; + } else { + throw new IllegalStateException("Block entity is not correct"); + } + } + + @Override + public boolean stillValid(Player pPlayer) { + return this.blockEntity.stillValid(pPlayer); + } + + public int getCreatingTime() { + return this.data.get(0); + } + + public int getMaxCreatingTime() { + return this.data.get(1); + } + + public int getCreatingProgress() { + val creatingTime = getCreatingTime(); + val maxCreatingTime = getMaxCreatingTime(); + + return maxCreatingTime != 0 && creatingTime != 0 ? creatingTime * 24 / maxCreatingTime : 0; + } + + @Override + public @NotNull ItemStack quickMoveStack(Player pPlayer, int slotId) { + ItemStack itemstack = ItemStack.EMPTY; + Slot slot = this.slots.get(slotId); + if (slot != null && slot.hasItem()) { + ItemStack itemstack1 = slot.getItem(); + itemstack = itemstack1.copy(); + if (slotId < NUMBER_OF_SLOTS + && !moveItemStackTo(itemstack1, NUMBER_OF_SLOTS, this.slots.size(), true)) { + return ItemStack.EMPTY; + } + + if (!moveItemStackTo(itemstack1, 0, NUMBER_OF_SLOTS, false)) { + return ItemStack.EMPTY; + } else if (slotId < NUMBER_OF_SLOTS) { + // TODO: check if this is correct + slot.onQuickCraft(itemstack1, itemstack); + } + + if (itemstack1.isEmpty()) { + slot.set(ItemStack.EMPTY); + } else { + slot.setChanged(); + } + } + + return itemstack; + } + + @Override + public void fillCraftSlotsStackedContents(StackedContents pItemHelper) { + if (this.blockEntity instanceof StackedContentsCompatible) { + ((StackedContentsCompatible) this.blockEntity).fillStackedContents(pItemHelper); + } + } + + @Override + public void clearCraftingContent() { + this.slots.get(NUMBER_OF_SLOTS).set(ItemStack.EMPTY); + } + + @Override + public boolean recipeMatches(Recipe pRecipe) { + return pRecipe.matches(this.blockEntity, this.level); + } + + @Override + public int getResultSlotIndex() { + return 4; + } + + @Override + public int getGridWidth() { + return 1; + } + + @Override + public int getGridHeight() { + return 1; + } + + @Override + public int getSize() { + return NUMBER_OF_SLOTS; + } + + public boolean isFuel(ItemStack pStack) { + return IngotFusionTollEnhancerBlockEntity.getFuels().containsKey(pStack.getItem()); + } + + @Override + public @NotNull RecipeBookType getRecipeBookType() { + return recipeBook; + } + + @Override + public boolean shouldMoveToInventory(int pSlotIndex) { + return pSlotIndex != this.getResultSlotIndex(); + } +} diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerScreen.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerScreen.java new file mode 100644 index 00000000..6b174b70 --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerScreen.java @@ -0,0 +1,228 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.infusion; + +import com.mojang.blaze3d.systems.RenderSystem; +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod; +import io.github.realyusufismail.armourandtoolsmod.blocks.IngotFusionTollEnhancer; +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.book.IngotFusionTollEnhancerRecipeBookComponent; +import java.util.Objects; +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.client.gui.components.ImageButton; +import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; +import net.minecraft.client.gui.screens.recipebook.RecipeBookComponent; +import net.minecraft.client.gui.screens.recipebook.RecipeUpdateListener; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.inventory.ClickType; +import net.minecraft.world.inventory.Slot; +import org.jetbrains.annotations.NotNull; + +/** + * @see net.minecraft.client.gui.screens.inventory.FurnaceScreen + */ +public class IngotFusionTollEnhancerScreen + extends AbstractContainerScreen implements RecipeUpdateListener { + public static final ResourceLocation SCREEN_ID = + ArmourAndToolsMod.ArmorAndToolsMod.getModIdAndName( + "textures/gui/container/ingot_fusion_toll_enhancer.png"); + public final IngotFusionTollEnhancerRecipeBookComponent recipeBookComponent = + new IngotFusionTollEnhancerRecipeBookComponent(); + private static final ResourceLocation RECIPE_BUTTON_LOCATION = + new ResourceLocation("textures/gui/recipe_button.png"); + private boolean widthTooNarrow; + + public IngotFusionTollEnhancerScreen( + IngotFusionTollEnhancerMenu pMenu, Inventory pPlayerInventory, Component pTitle) { + super(pMenu, pPlayerInventory, pTitle); + } + + protected void init() { + super.init(); + this.widthTooNarrow = this.width < 379; + this.recipeBookComponent.init( + this.width, + this.height, + Objects.requireNonNull(this.minecraft, "Minecraft is null in table screen"), + this.widthTooNarrow, + this.menu); + this.leftPos = this.recipeBookComponent.updateScreenPosition(this.width, this.imageWidth); + this.addRenderableWidget( + new ImageButton( + this.leftPos + 5, + this.height / 2 - 22, + 20, + 18, + 0, + 0, + 19, + RECIPE_BUTTON_LOCATION, + (p_98484_) -> { + this.recipeBookComponent.toggleVisibility(); + this.leftPos = + this.recipeBookComponent.updateScreenPosition(this.width, this.imageWidth); + p_98484_.setPosition(this.leftPos + 5, this.height / 2 - 22); + })); + this.addWidget(this.recipeBookComponent); + this.setInitialFocus(this.recipeBookComponent); + this.titleLabelX = 29; + } + + public void containerTick() { + super.containerTick(); + this.recipeBookComponent.tick(); + } + + @Override + protected void renderBg( + @NotNull GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) { + try { + RenderSystem.setShaderColor(1.0F, 1.0F, 1.0F, 1.0F); + Objects.requireNonNull(minecraft, "Minecraft Instance is null") + .getTextureManager() + .bindForSetup(SCREEN_ID); + + int i = this.leftPos; + int j = this.topPos; + pGuiGraphics.blit(SCREEN_ID, i, j, 0, 0, 176, 179); + pGuiGraphics.blit(SCREEN_ID, i + 97, j + 38, 179, 25, menu.getCreatingProgress() + 1, 17); + } catch (NullPointerException e) { + throw new NullPointerException("Minecraft Instance is null"); + } + } + + @Override + public void render( + @NotNull GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) { + try { + this.renderBackground(pGuiGraphics); + + if (this.recipeBookComponent.isVisible() && this.widthTooNarrow) { + this.renderBg(pGuiGraphics, pPartialTick, pMouseX, pMouseY); + this.recipeBookComponent.render(pGuiGraphics, pMouseX, pMouseY, pPartialTick); + } else { + this.recipeBookComponent.render(pGuiGraphics, pMouseX, pMouseY, pPartialTick); + super.render(pGuiGraphics, pMouseX, pMouseY, pPartialTick); + this.recipeBookComponent.renderGhostRecipe( + pGuiGraphics, this.leftPos, this.topPos, true, pPartialTick); + } + + this.renderTooltip(pGuiGraphics, pMouseX, pMouseY); + this.recipeBookComponent.renderTooltip( + pGuiGraphics, this.leftPos, this.topPos, pMouseX, pMouseY); + } catch (NullPointerException e) { + throw new NullPointerException("Render method called before Minecraft Instance is set"); + } + } + + @Override + public void renderLabels(@NotNull GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) { + try { + pGuiGraphics.drawString(this.font, this.playerInventoryTitle, 7, 81, 4210752, false); + pGuiGraphics.drawString( + this.font, IngotFusionTollEnhancer.getContainerTitle(), 5, 10, 4210752, false); + } catch (NullPointerException e) { + throw new NullPointerException("Unable to render labels"); + } + } + + protected boolean isHovering( + int pX, int pY, int pWidth, int pHeight, double pMouseX, double pMouseY) { + return (!this.widthTooNarrow || !this.recipeBookComponent.isVisible()) + && super.isHovering(pX, pY, pWidth, pHeight, pMouseX, pMouseY); + } + + public boolean mouseClicked(double pMouseX, double pMouseY, int pButton) { + if (this.recipeBookComponent.mouseClicked(pMouseX, pMouseY, pButton)) { + this.setFocused(this.recipeBookComponent); + return true; + } else { + return this.widthTooNarrow && this.recipeBookComponent.isVisible() + || super.mouseClicked(pMouseX, pMouseY, pButton); + } + } + + protected boolean hasClickedOutside( + double pMouseX, double pMouseY, int pGuiLeft, int pGuiTop, int pMouseButton) { + boolean flag = + pMouseX < (double) pGuiLeft + || pMouseY < (double) pGuiTop + || pMouseX >= (double) (pGuiLeft + this.imageWidth) + || pMouseY >= (double) (pGuiTop + this.imageHeight); + return this.recipeBookComponent.hasClickedOutside( + pMouseX, + pMouseY, + this.leftPos, + this.topPos, + this.imageWidth, + this.imageHeight, + pMouseButton) + && flag; + } + + /** Called when the mouse is clicked over a slot or outside the gui. */ + protected void slotClicked( + @NotNull Slot pSlot, int pSlotId, int pMouseButton, @NotNull ClickType pType) { + super.slotClicked(pSlot, pSlotId, pMouseButton, pType); + this.recipeBookComponent.slotClicked(pSlot); + } + + /** + * Called when a keyboard key is pressed within the GUI element. + * + *

+ * + * @return {@code true} if the event is consumed, {@code false} otherwise. + * @param pKeyCode the key code of the pressed key. + * @param pScanCode the scan code of the pressed key. + * @param pModifiers the keyboard modifiers. + */ + public boolean keyPressed(int pKeyCode, int pScanCode, int pModifiers) { + return !this.recipeBookComponent.keyPressed(pKeyCode, pScanCode, pModifiers) + && super.keyPressed(pKeyCode, pScanCode, pModifiers); + } + + /** + * Called when a character is typed within the GUI element. + * + *

+ * + * @return {@code true} if the event is consumed, {@code false} otherwise. + * @param pCodePoint the code point of the typed character. + * @param pModifiers the keyboard modifiers. + */ + public boolean charTyped(char pCodePoint, int pModifiers) { + return this.recipeBookComponent.charTyped(pCodePoint, pModifiers) + || super.charTyped(pCodePoint, pModifiers); + } + + public void recipesUpdated() { + this.recipeBookComponent.recipesUpdated(); + } + + public void removed() { + super.removed(); + } + + @Override + public @NotNull RecipeBookComponent getRecipeBookComponent() { + return recipeBookComponent; + } +} diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LITBlock.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LITBlock.java new file mode 100644 index 00000000..a4b6f1a4 --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LITBlock.java @@ -0,0 +1,211 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.lit; + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.function.ToIntFunction; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; +import net.minecraft.world.InteractionHand; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.entity.Entity; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.BlockItem; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.context.BlockPlaceContext; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.RedstoneTorchBlock; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.StateDefinition; +import net.minecraft.world.level.block.state.properties.BlockStateProperties; +import net.minecraft.world.level.block.state.properties.BooleanProperty; +import net.minecraft.world.level.material.MapColor; +import net.minecraft.world.phys.BlockHitResult; + +/** + * A block that emits light when stepped on. + * + * @see net.minecraft.world.level.block.RedStoneOreBlock + */ +@SuppressWarnings("deprecation") +public class LITBlock extends Block { + public static final BooleanProperty LIT = RedstoneTorchBlock.LIT; + public static Map> particleColours = new HashMap<>(); + + protected LITBlock( + List particleColour, int lightLevel, Class blockClass) { + super( + Properties.of() + .requiresCorrectToolForDrops() + .randomTicks() + .lightLevel(litBlockEmission(lightLevel)) + .mapColor(MapColor.METAL) + .strength(3.0f, 3.0f)); + + particleColours.put(blockClass, particleColour); + this.registerDefaultState(this.defaultBlockState().setValue(LIT, Boolean.FALSE)); + } + + private static void interact(BlockState pState, Level pLevel, BlockPos pPos) { + spawnParticles(pLevel, pPos); + if (!pState.getValue(LIT)) { + pLevel.setBlock(pPos, pState.setValue(LIT, Boolean.valueOf(true)), 3); + } + } + + protected static void spawnParticles(Level pLevel, BlockPos pPos) { + RandomSource randomsource = pLevel.random; + + for (Direction direction : Direction.values()) { + BlockPos blockpos = pPos.relative(direction); + if (!pLevel.getBlockState(blockpos).isSolidRender(pLevel, blockpos)) { + Direction.Axis direction$axis = direction.getAxis(); + double d1 = + direction$axis == Direction.Axis.X + ? 0.5D + 0.5625D * (double) direction.getStepX() + : (double) randomsource.nextFloat(); + double d2 = + direction$axis == Direction.Axis.Y + ? 0.5D + 0.5625D * (double) direction.getStepY() + : (double) randomsource.nextFloat(); + double d3 = + direction$axis == Direction.Axis.Z + ? 0.5D + 0.5625D * (double) direction.getStepZ() + : (double) randomsource.nextFloat(); + + var block = pLevel.getBlockState(pPos).getBlock(); + var particleColours = LITBlock.particleColours.get(block.getClass()); + var colour = particleColours.get(randomsource.nextInt(particleColours.size())); + ArmourAndToolsMod.ArmorAndToolsMod.getLogger() + .debug( + "Colour: " + + colour + + "for block: " + + block.getClass().getName() + + " at pos: " + + pPos + + " with particleColours: " + + particleColours); + pLevel.addParticle( + colour.getParticleOption(), + (double) pPos.getX() + d1, + (double) pPos.getY() + d2, + (double) pPos.getZ() + d3, + 0.0D, + 0.0D, + 0.0D); + } + } + } + + private static ToIntFunction litBlockEmission(int pLightValue) { + return (p_50763_) -> { + return p_50763_.getValue(BlockStateProperties.LIT) ? pLightValue : 0; + }; + } + + public void attack(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer) { + interact(pState, pLevel, pPos); + super.attack(pState, pLevel, pPos, pPlayer); + } + + public void stepOn(Level pLevel, BlockPos pPos, BlockState pState, Entity pEntity) { + if (!pEntity.isSteppingCarefully()) { + interact(pState, pLevel, pPos); + } + + super.stepOn(pLevel, pPos, pState, pEntity); + } + + public InteractionResult use( + BlockState pState, + Level pLevel, + BlockPos pPos, + Player pPlayer, + InteractionHand pHand, + BlockHitResult pHit) { + if (pLevel.isClientSide) { + spawnParticles(pLevel, pPos); + } else { + interact(pState, pLevel, pPos); + } + + ItemStack itemstack = pPlayer.getItemInHand(pHand); + return itemstack.getItem() instanceof BlockItem + && (new BlockPlaceContext(pPlayer, pHand, itemstack, pHit)).canPlace() + ? InteractionResult.PASS + : InteractionResult.SUCCESS; + } + + /** + * @return whether this block needs random ticking. + */ + public boolean isRandomlyTicking(BlockState pState) { + return pState.getValue(LIT); + } + + /** Performs a random tick on a block. */ + public void randomTick( + BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRandom) { + if (pState.getValue(LIT)) { + pLevel.setBlock(pPos, pState.setValue(LIT, Boolean.valueOf(false)), 3); + } + } + + /** Perform side-effects from block dropping, such as creating silverfish */ + public void spawnAfterBreak( + BlockState pState, + ServerLevel pLevel, + BlockPos pPos, + ItemStack pStack, + boolean pDropExperience) { + super.spawnAfterBreak(pState, pLevel, pPos, pStack, pDropExperience); + } + + @Override + public int getExpDrop( + BlockState state, + net.minecraft.world.level.LevelReader world, + RandomSource randomSource, + BlockPos pos, + int fortune, + int silktouch) { + return silktouch == 0 ? 1 + randomSource.nextInt(5) : 0; + } + + /** + * Called periodically clientside on blocks near the player to show effects (like furnace fire + * particles). + */ + public void animateTick(BlockState pState, Level pLevel, BlockPos pPos, RandomSource pRandom) { + if (pState.getValue(LIT)) { + spawnParticles(pLevel, pPos); + } + } + + protected void createBlockStateDefinition(StateDefinition.Builder pBuilder) { + pBuilder.add(LIT); + } +} diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LitBlockParticleColour.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LitBlockParticleColour.java new file mode 100644 index 00000000..1a754e15 --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/LitBlockParticleColour.java @@ -0,0 +1,41 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.lit; + +import net.minecraft.core.particles.DustParticleOptions; +import net.minecraft.world.phys.Vec3; +import org.joml.Vector3f; + +public enum LitBlockParticleColour { + RAINBOW_PARTICLE_COLOR_PURPLE(Vec3.fromRGB24(148000211).toVector3f()), + RAINBOW_PARTICLE_COLOR_RED(Vec3.fromRGB24(16711680).toVector3f()), + RAINBOW_PARTICLE_COLOR_GREEN(Vec3.fromRGB24(65280).toVector3f()), + RAINBOW_PARTICLE_COLOR_BLUE(Vec3.fromRGB24(255).toVector3f()), + RUBY_PARTICLE_COLOR(Vec3.fromRGB24(14684511).toVector3f()); + + private final Vector3f colour; + + LitBlockParticleColour(Vector3f colour) { + this.colour = colour; + } + + public DustParticleOptions getParticleOption() { + return new DustParticleOptions(colour, 1.0f); + } +} diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RainbowLitBlock.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RainbowLitBlock.java new file mode 100644 index 00000000..f1dbdefc --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RainbowLitBlock.java @@ -0,0 +1,34 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.lit; + +import java.util.List; + +public class RainbowLitBlock extends LITBlock { + public RainbowLitBlock() { + super( + List.of( + LitBlockParticleColour.RAINBOW_PARTICLE_COLOR_RED, + LitBlockParticleColour.RAINBOW_PARTICLE_COLOR_GREEN, + LitBlockParticleColour.RAINBOW_PARTICLE_COLOR_BLUE, + LitBlockParticleColour.RAINBOW_PARTICLE_COLOR_PURPLE), + 11, + RainbowLitBlock.class); + } +} diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RubyLitBlock.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RubyLitBlock.java new file mode 100644 index 00000000..f2b3858a --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/lit/RubyLitBlock.java @@ -0,0 +1,27 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.lit; + +import java.util.List; + +public class RubyLitBlock extends LITBlock { + public RubyLitBlock() { + super(List.of(LitBlockParticleColour.RUBY_PARTICLE_COLOR), 11, RubyLitBlock.class); + } +} diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableScreen.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableScreen.java new file mode 100644 index 00000000..42f85a06 --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableScreen.java @@ -0,0 +1,170 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.tool; + +import java.util.Objects; +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.client.gui.components.ImageButton; +import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; +import net.minecraft.client.gui.screens.recipebook.RecipeBookComponent; +import net.minecraft.client.gui.screens.recipebook.RecipeUpdateListener; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.inventory.ClickType; +import net.minecraft.world.inventory.Slot; +import org.jetbrains.annotations.NotNull; + +/** + * @see net.minecraft.client.gui.screens.inventory.CraftingScreen + */ +public class CustomToolCraftingTableScreen + extends AbstractContainerScreen implements RecipeUpdateListener { + private static final ResourceLocation CRAFTING_TABLE_LOCATION = + new ResourceLocation("textures/gui/container/crafting_table.png"); + private static final ResourceLocation RECIPE_BUTTON_LOCATION = + new ResourceLocation("textures/gui/recipe_button.png"); + private final RecipeBookComponent recipeBookComponent = new RecipeBookComponent(); + private boolean widthTooNarrow; + + public CustomToolCraftingTableScreen( + CustomToolCraftingTableMenu pMenu, Inventory pPlayerInventory, Component pTitle) { + super(pMenu, pPlayerInventory, pTitle); + } + + protected void init() { + super.init(); + this.widthTooNarrow = this.width < 379; + this.recipeBookComponent.init( + this.width, + this.height, + Objects.requireNonNull(this.minecraft, "Minecraft is null in table screen"), + this.widthTooNarrow, + this.menu); + this.leftPos = this.recipeBookComponent.updateScreenPosition(this.width, this.imageWidth); + this.addRenderableWidget( + new ImageButton( + this.leftPos + 5, + this.height / 2 - 49, + 20, + 18, + 0, + 0, + 19, + RECIPE_BUTTON_LOCATION, + (p_98484_) -> { + this.recipeBookComponent.toggleVisibility(); + this.leftPos = + this.recipeBookComponent.updateScreenPosition(this.width, this.imageWidth); + p_98484_.setPosition(this.leftPos + 5, this.height / 2 - 49); + })); + this.addWidget(this.recipeBookComponent); + this.setInitialFocus(this.recipeBookComponent); + this.titleLabelX = 29; + } + + public void containerTick() { + super.containerTick(); + this.recipeBookComponent.tick(); + } + + /** + * Renders the graphical user interface (GUI) element. + * + * @param pGuiGraphics the GuiGraphics object used for rendering. + * @param pMouseX the x-coordinate of the mouse cursor. + * @param pMouseY the y-coordinate of the mouse cursor. + * @param pPartialTick the partial tick time. + */ + public void render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) { + this.renderBackground(pGuiGraphics); + if (this.recipeBookComponent.isVisible() && this.widthTooNarrow) { + this.renderBg(pGuiGraphics, pPartialTick, pMouseX, pMouseY); + this.recipeBookComponent.render(pGuiGraphics, pMouseX, pMouseY, pPartialTick); + } else { + this.recipeBookComponent.render(pGuiGraphics, pMouseX, pMouseY, pPartialTick); + super.render(pGuiGraphics, pMouseX, pMouseY, pPartialTick); + this.recipeBookComponent.renderGhostRecipe( + pGuiGraphics, this.leftPos, this.topPos, true, pPartialTick); + } + + this.renderTooltip(pGuiGraphics, pMouseX, pMouseY); + this.recipeBookComponent.renderTooltip( + pGuiGraphics, this.leftPos, this.topPos, pMouseX, pMouseY); + } + + protected void renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) { + int i = this.leftPos; + int j = (this.height - this.imageHeight) / 2; + pGuiGraphics.blit(CRAFTING_TABLE_LOCATION, i, j, 0, 0, this.imageWidth, this.imageHeight); + } + + protected boolean isHovering( + int pX, int pY, int pWidth, int pHeight, double pMouseX, double pMouseY) { + return (!this.widthTooNarrow || !this.recipeBookComponent.isVisible()) + && super.isHovering(pX, pY, pWidth, pHeight, pMouseX, pMouseY); + } + + public boolean mouseClicked(double pMouseX, double pMouseY, int pButton) { + if (this.recipeBookComponent.mouseClicked(pMouseX, pMouseY, pButton)) { + this.setFocused(this.recipeBookComponent); + return true; + } else { + return this.widthTooNarrow && this.recipeBookComponent.isVisible() + || super.mouseClicked(pMouseX, pMouseY, pButton); + } + } + + protected boolean hasClickedOutside( + double pMouseX, double pMouseY, int pGuiLeft, int pGuiTop, int pMouseButton) { + boolean flag = + pMouseX < (double) pGuiLeft + || pMouseY < (double) pGuiTop + || pMouseX >= (double) (pGuiLeft + this.imageWidth) + || pMouseY >= (double) (pGuiTop + this.imageHeight); + return this.recipeBookComponent.hasClickedOutside( + pMouseX, + pMouseY, + this.leftPos, + this.topPos, + this.imageWidth, + this.imageHeight, + pMouseButton) + && flag; + } + + /** Called when the mouse is clicked over a slot or outside the gui. */ + protected void slotClicked( + @NotNull Slot pSlot, int pSlotId, int pMouseButton, @NotNull ClickType pType) { + super.slotClicked(pSlot, pSlotId, pMouseButton, pType); + this.recipeBookComponent.slotClicked(pSlot); + } + + public void recipesUpdated() { + this.recipeBookComponent.recipesUpdated(); + } + + public void removed() { + super.removed(); + } + + public @NotNull RecipeBookComponent getRecipeBookComponent() { + return this.recipeBookComponent; + } +} diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModShieldItemRendererProvider.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModShieldItemRendererProvider.java new file mode 100644 index 00000000..87f0d2a1 --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModShieldItemRendererProvider.java @@ -0,0 +1,42 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.client; + +import io.github.realyusufismail.armourandtoolsmod.client.renderer.shield.ArmourAndToolsModShieldItemRenderer; +import net.minecraftforge.client.event.RegisterClientReloadListenersEvent; +import net.minecraftforge.client.extensions.common.IClientItemExtensions; + +public class ArmourAndToolsModShieldItemRendererProvider { + private static ArmourAndToolsModShieldItemRenderer shieldItemRenderer; + + public static void init(final RegisterClientReloadListenersEvent event) { + shieldItemRenderer = new ArmourAndToolsModShieldItemRenderer(); + + event.registerReloadListener(shieldItemRenderer); + } + + public static IClientItemExtensions shield() { + return new IClientItemExtensions() { + @Override + public ArmourAndToolsModShieldItemRenderer getCustomRenderer() { + return shieldItemRenderer; + } + }; + } +} diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModTridentItemRendererProvider.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModTridentItemRendererProvider.java new file mode 100644 index 00000000..ab856736 --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModTridentItemRendererProvider.java @@ -0,0 +1,55 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.client; + +import io.github.realyusufismail.armourandtoolsmod.client.renderer.mjolnir.MjolnirItemRendererISTER; +import io.github.realyusufismail.armourandtoolsmod.client.renderer.trident.aq.AqumarineTridentItemRendererISTER; +import net.minecraftforge.client.event.RegisterClientReloadListenersEvent; +import net.minecraftforge.client.extensions.common.IClientItemExtensions; + +public class ArmourAndToolsModTridentItemRendererProvider { + private static AqumarineTridentItemRendererISTER aqumarineTridentItemRendererISTER; + private static MjolnirItemRendererISTER mjolnirItemRendererISTER; + + public static void init(final RegisterClientReloadListenersEvent event) { + aqumarineTridentItemRendererISTER = new AqumarineTridentItemRendererISTER(); + mjolnirItemRendererISTER = new MjolnirItemRendererISTER(); + + event.registerReloadListener(aqumarineTridentItemRendererISTER); + event.registerReloadListener(mjolnirItemRendererISTER); + } + + public static IClientItemExtensions aqumarineTrident() { + return new IClientItemExtensions() { + @Override + public AqumarineTridentItemRendererISTER getCustomRenderer() { + return aqumarineTridentItemRendererISTER; + } + }; + } + + public static IClientItemExtensions mjolnir() { + return new IClientItemExtensions() { + @Override + public MjolnirItemRendererISTER getCustomRenderer() { + return mjolnirItemRendererISTER; + } + }; + } +} diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/BlockEntityTypeInit.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/BlockEntityTypeInit.java new file mode 100644 index 00000000..ed0873c2 --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/BlockEntityTypeInit.java @@ -0,0 +1,42 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init; + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod; +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.IngotFusionTollEnhancerBlockEntity; +import net.minecraft.world.level.block.entity.BlockEntityType; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public class BlockEntityTypeInit { + + public static DeferredRegister> BLOCK_ENTITY_TYPES = + DeferredRegister.create(ForgeRegistries.BLOCK_ENTITY_TYPES, ArmourAndToolsMod.MOD_ID); + + public static RegistryObject> + INGOT_FUSION_TOLL_ENHANCER = + BLOCK_ENTITY_TYPES.register( + "ingot_fusion_toll_enhancer", + () -> + BlockEntityType.Builder.of( + IngotFusionTollEnhancerBlockEntity::new, + BlockInit.INGOT_FUSION_TOLL_ENHANCER.get()) + .build(null)); +} diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/EntityTypeInit.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/EntityTypeInit.java new file mode 100644 index 00000000..14826521 --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/core/init/EntityTypeInit.java @@ -0,0 +1,66 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init; + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod; +import io.github.realyusufismail.armourandtoolsmod.common.entity.AqumarineTridentEntity; +import io.github.realyusufismail.armourandtoolsmod.common.entity.ArmourToolsModTridentEntity; +import io.github.realyusufismail.armourandtoolsmod.common.entity.MjolnirEntity; +import net.minecraft.world.entity.EntityType; +import net.minecraft.world.entity.MobCategory; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public class EntityTypeInit { + public static DeferredRegister> ENTITY_TYPES = + DeferredRegister.create(ForgeRegistries.ENTITY_TYPES, ArmourAndToolsMod.MOD_ID); + + public static final RegistryObject> + AQUMARINE_THROWN_TRIDENT = + ENTITY_TYPES.register( + "aqumarine_thrown_trident", + () -> + EntityType.Builder.of( + AqumarineTridentEntity::new, MobCategory.MISC) + .sized(0.5F, 0.5F) + .fireImmune() + .clientTrackingRange(4) + .updateInterval(20) + .setCustomClientFactory( + (spawnEntity, world) -> + new AqumarineTridentEntity( + EntityTypeInit.AQUMARINE_THROWN_TRIDENT.get(), world)) + .build(ArmourAndToolsMod.MOD_ID + ":aqumarine_thrown_trident")); + + public static final RegistryObject> MJOLNIR = + ENTITY_TYPES.register( + "mjolnir", + () -> + EntityType.Builder.of( + MjolnirEntity::new, MobCategory.MISC) + .sized(0.5F, 0.5F) + .fireImmune() + .clientTrackingRange(4) + .updateInterval(20) + .setCustomClientFactory( + (spawnEntity, world) -> + new MjolnirEntity(EntityTypeInit.MJOLNIR.get(), world)) + .build(ArmourAndToolsMod.MOD_ID + ":mjolnir_thrown")); +} diff --git a/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/recipe/infusion/IngotFusionTollEnhancerRecipe.java b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/recipe/infusion/IngotFusionTollEnhancerRecipe.java new file mode 100644 index 00000000..668c59e2 --- /dev/null +++ b/neoforge/src/main/java/io/github/realyusufismail/armourandtoolsmod/recipe/infusion/IngotFusionTollEnhancerRecipe.java @@ -0,0 +1,176 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.recipe.infusion; + +import com.google.gson.JsonObject; +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.book.IngotFusionTollEnhancerRecipeBookCategory; +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeSerializerInit; +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeTypeInit; +import java.util.Arrays; +import lombok.Getter; +import lombok.val; +import net.minecraft.core.RegistryAccess; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.util.GsonHelper; +import net.minecraft.world.Container; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.crafting.*; +import net.minecraft.world.level.Level; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; + +public class IngotFusionTollEnhancerRecipe implements Recipe { + + protected final RecipeType type; + protected final ResourceLocation id; + @Getter public final Ingredient ingredient1; + @Getter public final Ingredient ingredient2; + @Getter public final Ingredient ingredient3; + @Getter @NotNull public final ItemStack result; + @Getter @NotNull public final IngotFusionTollEnhancerRecipeBookCategory category; + + public IngotFusionTollEnhancerRecipe( + RecipeType type, + ResourceLocation id, + Ingredient ingredient1, + Ingredient ingredient2, + Ingredient ingredient3, + ItemStack result, + IngotFusionTollEnhancerRecipeBookCategory category) { + this.type = type; + this.id = id; + this.ingredient1 = ingredient1; + this.ingredient2 = ingredient2; + this.ingredient3 = ingredient3; + this.result = result; + this.category = category; + } + + @Override + public boolean matches(Container pContainer, Level pLevel) { + return this.ingredient1.test(pContainer.getItem(0)) + && this.ingredient2.test(pContainer.getItem(1)) + && this.ingredient3.test(pContainer.getItem(2)); + } + + @Override + public @NotNull ItemStack assemble(Container pContainer, RegistryAccess pRegistryAccess) { + return this.result.copy(); + } + + @Override + public boolean canCraftInDimensions(int pWidth, int pHeight) { + return true; + } + + @Override + public ItemStack getResultItem(RegistryAccess pRegistryAccess) { + return this.result; + } + + @Override + public ResourceLocation getId() { + return this.id; + } + + @Override + public RecipeSerializer getSerializer() { + return RecipeSerializerInit.INGOT_FUSION_TOLL_ENHANCER_RECIPE.get(); + } + + @Override + public RecipeType getType() { + return this.type; + } + + public boolean isIngredient(ItemStack ingredient) { + return Arrays.stream(this.ingredient1.getItems()) + .anyMatch( + itemStack -> { + return ItemStack.isSameItem(ingredient, itemStack); + }) + || Arrays.stream(this.ingredient2.getItems()) + .anyMatch( + itemStack -> { + return ItemStack.isSameItem(ingredient, itemStack); + }) + || Arrays.stream(this.ingredient3.getItems()) + .anyMatch( + itemStack -> { + return ItemStack.isSameItem(ingredient, itemStack); + }); + } + + public ItemStack getResult(ItemStack ingredient1, ItemStack ingredient2, ItemStack ingredient3) { + return isIngredient(ingredient1) && isIngredient(ingredient2) && isIngredient(ingredient3) + ? this.result + : ItemStack.EMPTY; + } + + public static class Serializer implements RecipeSerializer { + + @Override + public IngotFusionTollEnhancerRecipe fromJson(ResourceLocation pRecipeId, JsonObject json) { + val category = + IngotFusionTollEnhancerRecipeBookCategory.CODEC.byName( + GsonHelper.getAsString(json, "category", null), + IngotFusionTollEnhancerRecipeBookCategory.MISC); + val ingredient1 = Ingredient.fromJson(GsonHelper.getAsJsonObject(json, "ingredient1")); + val ingredient2 = Ingredient.fromJson(GsonHelper.getAsJsonObject(json, "ingredient2")); + val ingredient3 = Ingredient.fromJson(GsonHelper.getAsJsonObject(json, "ingredient3")); + val result = ShapedRecipe.itemStackFromJson(GsonHelper.getAsJsonObject(json, "result")); + return new IngotFusionTollEnhancerRecipe( + RecipeTypeInit.INGOT_FUSION_TOLL_ENHANCER.get(), + pRecipeId, + ingredient1, + ingredient2, + ingredient3, + result, + category); + } + + @Override + public @Nullable IngotFusionTollEnhancerRecipe fromNetwork( + ResourceLocation pRecipeId, FriendlyByteBuf pBuffer) { + val category = pBuffer.readEnum(IngotFusionTollEnhancerRecipeBookCategory.class); + val ingredient1 = Ingredient.fromNetwork(pBuffer); + val ingredient2 = Ingredient.fromNetwork(pBuffer); + val ingredient3 = Ingredient.fromNetwork(pBuffer); + val result = pBuffer.readItem(); + return new IngotFusionTollEnhancerRecipe( + RecipeTypeInit.INGOT_FUSION_TOLL_ENHANCER.get(), + pRecipeId, + ingredient1, + ingredient2, + ingredient3, + result, + category); + } + + @Override + public void toNetwork(FriendlyByteBuf pBuffer, IngotFusionTollEnhancerRecipe pRecipe) { + pBuffer.writeEnum(pRecipe.category); + pRecipe.ingredient1.toNetwork(pBuffer); + pRecipe.ingredient2.toNetwork(pBuffer); + pRecipe.ingredient3.toNetwork(pBuffer); + pBuffer.writeItem(pRecipe.result); + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/ArmourAndToolsMod.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/ArmourAndToolsMod.kt new file mode 100644 index 00000000..4c5b79fb --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/ArmourAndToolsMod.kt @@ -0,0 +1,85 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.client.ArmourAndToolsModShieldItemRendererProvider +import io.github.realyusufismail.armourandtoolsmod.client.ArmourAndToolsModTridentItemRendererProvider +import io.github.realyusufismail.armourandtoolsmod.client.ClientEvents +import io.github.realyusufismail.armourandtoolsmod.core.init.* +import io.github.realyusufismail.armourandtoolsmod.datagen.DataGenerators +import java.util.* +import net.minecraft.resources.ResourceLocation +import net.minecraftforge.fml.common.Mod +import org.slf4j.Logger +import org.slf4j.LoggerFactory +import thedarkcolour.kotlinforforge.KotlinModLoadingContext +import thedarkcolour.kotlinforforge.forge.FORGE_BUS + +@Mod(MOD_ID) +class ArmourAndToolsMod { + init { + val bus = KotlinModLoadingContext.get().getKEventBus() + ItemInit.ITEMS.register(bus) + BlockInit.BLOCKS.register(bus) + MenuTypeInit.MENU.register(bus) + RecipeSerializerInit.SERIALIZERS.register(bus) + RecipeTypeInit.RECIPE_TYPES.register(bus) + EntityTypeInit.ENTITY_TYPES.register(bus) + BlockEntityTypeInit.BLOCK_ENTITY_TYPES.register(bus) + CreativeModeTabInit.CREATIVE_MODE_TAB.register(bus) + PotionsInit.POTION.register(bus) + MobEffectsInit.MOB_EFFECTS.register(bus) + + // Register ourselves for server and other game events we are interested in + // Register the data generators + bus.addListener(DataGenerators::gatherData) + // adds recipe category + bus.addListener(RecipeCategoriesInit::registerRecipeBookCategories) + // client setup listener + bus.addListener(ClientEvents::clientSetup) + // register shield renderer provider + bus.addListener(ArmourAndToolsModShieldItemRendererProvider::init) + // register trident renderer provider + bus.addListener(ArmourAndToolsModTridentItemRendererProvider::init) + // register entity renderers + bus.addListener(ClientEvents::registerEntityRenders) + // register key input event + bus.addListener(ClientEvents::onKeyRegister) + FORGE_BUS.addListener(ClientEvents::onKeyInput) + // layer render + bus.addListener(ClientEvents::registerLayerDefinition) + // entity death event + FORGE_BUS.addListener(ClientEvents::onEntityDeath) + + FORGE_BUS.register(this) + + logger.info("Loaded Armour and Item Mod") + } + + companion object ArmorAndToolsMod { + val logger: Logger = LoggerFactory.getLogger(ArmourAndToolsMod::class.java) + + fun getModIdAndName(name: String): ResourceLocation { + return ResourceLocation(MOD_ID, name.lowercase(Locale.getDefault())) + } + + const val MOD_ID = "armourandtoolsmod" + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomArmourCraftingTable.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomArmourCraftingTable.kt new file mode 100644 index 00000000..18b58fcc --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomArmourCraftingTable.kt @@ -0,0 +1,96 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks + +import io.github.realyusufismail.armourandtoolsmod.blocks.armour.CustomArmourCraftingTableMenu +import net.minecraft.core.BlockPos +import net.minecraft.network.chat.Component +import net.minecraft.stats.Stats +import net.minecraft.world.InteractionHand +import net.minecraft.world.InteractionResult +import net.minecraft.world.MenuProvider +import net.minecraft.world.SimpleMenuProvider +import net.minecraft.world.entity.player.Inventory +import net.minecraft.world.entity.player.Player +import net.minecraft.world.inventory.ContainerLevelAccess +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.TooltipFlag +import net.minecraft.world.level.BlockGetter +import net.minecraft.world.level.Level +import net.minecraft.world.level.block.Block +import net.minecraft.world.level.block.SoundType +import net.minecraft.world.level.block.state.BlockState +import net.minecraft.world.phys.BlockHitResult + +/** + * A crafting table to make custom armour. + * + * Recipe: one iron block, one crafting table and one stone. + */ +class CustomArmourCraftingTable : + Block(Properties.of().strength(5.0f, 6.0f).sound(SoundType.METAL)) { + private val containerDescription: Component = + Component.translatable("container.custom_armour_crafting_table.description") + + @Deprecated("Deprecated in Java") + override fun use( + blockState: BlockState, + level: Level, + blockPos: BlockPos, + player: Player, + interactionHand: InteractionHand, + blockHitResult: BlockHitResult, + ): InteractionResult { + return if (level.isClientSide) { + InteractionResult.SUCCESS + } else { + player.openMenu(blockState.getMenuProvider(level, blockPos)) + player.awardStat(Stats.INTERACT_WITH_CRAFTING_TABLE) + InteractionResult.CONSUME + } + } + + @Deprecated("Deprecated in Java") + override fun getMenuProvider( + p_52240_: BlockState, + p_52241_: Level, + p_52242_: BlockPos, + ): MenuProvider { + return SimpleMenuProvider( + { p_52229_: Int, p_52230_: Inventory, _: Player? -> + CustomArmourCraftingTableMenu( + p_52229_, p_52230_, ContainerLevelAccess.create(p_52241_, p_52242_)) + }, + containerTitle) + } + + override fun appendHoverText( + pStack: ItemStack, + pLevel: BlockGetter?, + pTooltip: MutableList, + pFlag: TooltipFlag + ) { + pTooltip.add(containerDescription) + } + + companion object { + val containerTitle: Component = + Component.translatable("container.custom_armour_crafting_table") + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomToolCraftingTable.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomToolCraftingTable.kt new file mode 100644 index 00000000..f512d76f --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/CustomToolCraftingTable.kt @@ -0,0 +1,93 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks + +import io.github.realyusufismail.armourandtoolsmod.blocks.CustomArmourCraftingTable.Companion.containerTitle +import io.github.realyusufismail.armourandtoolsmod.blocks.tool.CustomToolCraftingTableMenu +import net.minecraft.core.BlockPos +import net.minecraft.network.chat.Component +import net.minecraft.stats.Stats +import net.minecraft.world.InteractionHand +import net.minecraft.world.InteractionResult +import net.minecraft.world.MenuProvider +import net.minecraft.world.SimpleMenuProvider +import net.minecraft.world.entity.player.Inventory +import net.minecraft.world.entity.player.Player +import net.minecraft.world.inventory.ContainerLevelAccess +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.TooltipFlag +import net.minecraft.world.level.BlockGetter +import net.minecraft.world.level.Level +import net.minecraft.world.level.block.Block +import net.minecraft.world.level.block.SoundType +import net.minecraft.world.level.block.state.BlockState +import net.minecraft.world.level.material.MapColor +import net.minecraft.world.phys.BlockHitResult + +class CustomToolCraftingTable : + Block(Properties.of().strength(5.0f, 6.0f).sound(SoundType.METAL).mapColor(MapColor.METAL)) { + private val containerDescription: Component = + Component.translatable("container.custom_tool_crafting_table.description") + + @Deprecated("Deprecated in Java") + override fun use( + blockState: BlockState, + level: Level, + blockPos: BlockPos, + player: Player, + interactionHand: InteractionHand, + blockHitResult: BlockHitResult, + ): InteractionResult { + return if (level.isClientSide) { + InteractionResult.SUCCESS + } else { + player.openMenu(blockState.getMenuProvider(level, blockPos)) + player.awardStat(Stats.INTERACT_WITH_CRAFTING_TABLE) + InteractionResult.CONSUME + } + } + + @Deprecated("Deprecated in Java") + override fun getMenuProvider( + p_52240_: BlockState, + p_52241_: Level, + p_52242_: BlockPos, + ): MenuProvider { + return SimpleMenuProvider( + { p_52229_: Int, p_52230_: Inventory, p_52231_: Player? -> + CustomToolCraftingTableMenu( + p_52229_, p_52230_, ContainerLevelAccess.create(p_52241_, p_52242_)) + }, + containerTitle) + } + + override fun appendHoverText( + pStack: ItemStack, + pLevel: BlockGetter?, + pTooltip: MutableList, + pFlag: TooltipFlag + ) { + pTooltip.add(containerDescription) + } + + companion object { + val containerTitle: Component = + Component.translatable("container.custom_tool_crafting_table") + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableContainer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableContainer.kt new file mode 100644 index 00000000..fddeffbb --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableContainer.kt @@ -0,0 +1,112 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.armour + +import net.minecraft.core.NonNullList +import net.minecraft.world.Container +import net.minecraft.world.ContainerHelper +import net.minecraft.world.entity.player.Player +import net.minecraft.world.entity.player.StackedContents +import net.minecraft.world.inventory.AbstractContainerMenu +import net.minecraft.world.inventory.StackedContentsCompatible +import net.minecraft.world.item.ItemStack + +/** @see net.minecraft.world.inventory.CraftingContainer */ +class CustomArmourCraftingTableContainer( + private var menu: AbstractContainerMenu, + private var width: Int, + private var height: Int +) : Container, StackedContentsCompatible { + private var items: NonNullList = + NonNullList.withSize(width * height, ItemStack.EMPTY) + + /** Returns the number of slots in the inventory. */ + override fun getContainerSize(): Int { + return items.size + } + + override fun isEmpty(): Boolean { + for (itemstack in items) { + if (!itemstack.isEmpty) { + return false + } + } + return true + } + + /** Returns the stack in the given slot. */ + override fun getItem(pIndex: Int): ItemStack { + return if (pIndex >= this.containerSize) ItemStack.EMPTY else items[pIndex] + } + + /** Removes a stack from the given slot and returns it. */ + override fun removeItemNoUpdate(pIndex: Int): ItemStack { + return ContainerHelper.takeItem(items, pIndex) + } + + /** + * Removes up to a specified number of items from an inventory slot and returns them in a new + * stack. + */ + override fun removeItem(pIndex: Int, pCount: Int): ItemStack { + val itemstack = ContainerHelper.removeItem(items, pIndex, pCount) + if (!itemstack.isEmpty) { + menu.slotsChanged(this) + } + return itemstack + } + + /** + * Sets the given item stack to the specified slot in the inventory (can be crafting or armor + * sections). + */ + override fun setItem(pIndex: Int, pStack: ItemStack) { + items[pIndex] = pStack + menu.slotsChanged(this) + } + + override fun setChanged() { + menu.slotsChanged(this) + } + + /** Don't rename this method to canInteractWith due to conflicts with Container */ + override fun stillValid(pPlayer: Player): Boolean { + return true + } + + override fun clearContent() { + items.clear() + } + + /** Returns the height of the crafting inventory. */ + fun getHeight(): Int { + return height + } + + /** Returns the width of the crafting inventory. */ + fun getWidth(): Int { + return width + } + + override fun fillStackedContents(pHelper: StackedContents) { + for (itemstack in items) { + pHelper.accountSimpleStack(itemstack) + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableMenu.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableMenu.kt new file mode 100644 index 00000000..a07d0cc2 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableMenu.kt @@ -0,0 +1,215 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.armour + +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import io.github.realyusufismail.armourandtoolsmod.core.init.MenuTypeInit +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeBookTypesInit +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeTypeInit +import net.minecraft.core.BlockPos +import net.minecraft.network.protocol.game.ClientboundContainerSetSlotPacket +import net.minecraft.server.level.ServerPlayer +import net.minecraft.world.Container +import net.minecraft.world.entity.player.Inventory +import net.minecraft.world.entity.player.Player +import net.minecraft.world.entity.player.StackedContents +import net.minecraft.world.inventory.* +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.crafting.Recipe +import net.minecraft.world.level.Level + +/** @see CraftingMenu */ +class CustomArmourCraftingTableMenu( + pContainerId: Int, + private val inventory: Inventory, + private val access: ContainerLevelAccess, + private val player: Player = inventory.player, +) : + RecipeBookMenu( + MenuTypeInit.CUSTOM_ARMOUR_CRAFTING_TABLE_MENU.get(), pContainerId) { + private val craftSlots: CustomArmourCraftingTableContainer = + CustomArmourCraftingTableContainer(this, 3, 3) + private val resultSlots = ResultContainer() + + constructor( + pContainerId: Int, + inventory: Inventory, + ) : this(pContainerId, inventory, ContainerLevelAccess.NULL) + + init { + addSlot( + CustomArmourCraftingTableResultSlot( + inventory.player, craftSlots, resultSlots, 0, 124, 35)) + for (i in 0..2) { + for (j in 0..2) { + addSlot(Slot(craftSlots, j + i * 3, 30 + j * 18, 17 + i * 18)) + } + } + for (k in 0..2) { + for (i1 in 0..8) { + addSlot(Slot(inventory, i1 + k * 9 + 9, 8 + i1 * 18, 84 + k * 18)) + } + } + for (l in 0..8) { + addSlot(Slot(inventory, l, 8 + l * 18, 142)) + } + } + + private fun slotChangedCraftingGrid( + pMenu: AbstractContainerMenu, + pLevel: Level, + pPlayer: Player, + pContainer: CustomArmourCraftingTableContainer, + pResult: ResultContainer, + ) { + if (!pLevel.isClientSide) { + val serverplayer = pPlayer as ServerPlayer + var itemstack = ItemStack.EMPTY + val optional = + pLevel.server!! + .recipeManager + .getRecipeFor(RecipeTypeInit.ARMOUR_CRAFTING.get(), pContainer, pLevel) + if (optional.isPresent) { + val craftingrecipe = optional.get() + if (pResult.setRecipeUsed(pLevel, serverplayer, craftingrecipe)) { + val itemstack1 = craftingrecipe.assemble(pContainer, pLevel.registryAccess()) + if (itemstack1.isItemEnabled(pLevel.enabledFeatures())) { + itemstack = itemstack1 + } + } + } + + pResult.setItem(0, itemstack) + pMenu.setRemoteSlot(0, itemstack) + serverplayer.connection.send( + ClientboundContainerSetSlotPacket( + pMenu.containerId, pMenu.incrementStateId(), 0, itemstack)) + } + } + + /** Callback for when the crafting matrix is changed. */ + override fun slotsChanged(pInventory: Container) { + access.execute { level: Level, _: BlockPos -> + slotChangedCraftingGrid(this, level, player, craftSlots, resultSlots) + } + } + + override fun fillCraftSlotsStackedContents(pItemHelper: StackedContents) { + craftSlots.fillStackedContents(pItemHelper) + } + + override fun clearCraftingContent() { + craftSlots.clearContent() + resultSlots.clearContent() + } + + override fun recipeMatches(pRecipe: Recipe): Boolean { + return pRecipe.matches(craftSlots, player.level()) + } + + /** Called when the container is closed. */ + override fun removed(pPlayer: Player) { + super.removed(pPlayer) + access.execute { _: Level, _: BlockPos -> clearContainer(pPlayer, craftSlots) } + } + + /** Determines whether supplied player can use this container */ + override fun stillValid(pPlayer: Player): Boolean { + return stillValid(access, pPlayer, BlockInit.CUSTOM_ARMOUR_CRAFTING_TABLE.get()) + } + + /** + * Handle when the stack in slot `index` is shift-clicked. Normally this moves the stack between + * the player inventory and the other inventory(s). + */ + override fun quickMoveStack(pPlayer: Player, pIndex: Int): ItemStack { + var itemstack = ItemStack.EMPTY + val slot = slots[pIndex] + if (slot.hasItem()) { + val itemstack1 = slot.item + itemstack = itemstack1.copy() + if (pIndex == 0) { + access.execute { level: Level, _: BlockPos -> + itemstack1.item.onCraftedBy(itemstack1, level, pPlayer) + } + if (!moveItemStackTo(itemstack1, 10, 46, true)) { + return ItemStack.EMPTY + } + slot.onQuickCraft(itemstack1, itemstack) + } else if (pIndex in 10..45) { + if (!moveItemStackTo(itemstack1, 1, 10, false)) { + if (pIndex < 37) { + if (!moveItemStackTo(itemstack1, 37, 46, false)) { + return ItemStack.EMPTY + } + } else if (!moveItemStackTo(itemstack1, 10, 37, false)) { + return ItemStack.EMPTY + } + } + } else if (!moveItemStackTo(itemstack1, 10, 46, false)) { + return ItemStack.EMPTY + } + if (itemstack1.isEmpty) { + slot.set(ItemStack.EMPTY) + } else { + slot.setChanged() + } + if (itemstack1.count == itemstack.count) { + return ItemStack.EMPTY + } + slot.onTake(pPlayer, itemstack1) + if (pIndex == 0) { + pPlayer.drop(itemstack1, false) + } + } + return itemstack + } + + /** + * Called to determine if the current slot is valid for the stack merging (double-click) code. + * The stack passed in is null for the initial slot that was double-clicked. + */ + override fun canTakeItemForPickAll(pStack: ItemStack, pSlot: Slot): Boolean { + return pSlot.container !== resultSlots && super.canTakeItemForPickAll(pStack, pSlot) + } + + override fun getResultSlotIndex(): Int { + return 0 + } + + override fun getGridWidth(): Int { + return craftSlots.getWidth() + } + + override fun getGridHeight(): Int { + return craftSlots.getHeight() + } + + override fun getSize(): Int { + return 10 + } + + override fun getRecipeBookType(): RecipeBookType { + return RecipeBookTypesInit.ARMOUR_CRAFTING + } + + override fun shouldMoveToInventory(pSlotIndex: Int): Boolean { + return pSlotIndex != this.resultSlotIndex + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableResultSlot.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableResultSlot.kt new file mode 100644 index 00000000..cc5ca48c --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/CustomArmourCraftingTableResultSlot.kt @@ -0,0 +1,115 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.armour + +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeTypeInit +import net.minecraft.world.Container +import net.minecraft.world.entity.player.Player +import net.minecraft.world.inventory.RecipeHolder +import net.minecraft.world.inventory.Slot +import net.minecraft.world.item.ItemStack +import net.minecraftforge.common.ForgeHooks +import net.minecraftforge.event.ForgeEventFactory + +/** @see net.minecraft.world.inventory.ResultSlot */ +class CustomArmourCraftingTableResultSlot( + private val player: Player, + private val craftSlots: CustomArmourCraftingTableContainer, + container: Container, + slot: Int, + xPosition: Int, + yPosition: Int +) : Slot(container, slot, xPosition, yPosition) { + private var removeCount = 0 + + /** + * Check if the stack is allowed to be placed in this slot, used for armor slots as well as + * furnace fuel. + */ + override fun mayPlace(pStack: ItemStack): Boolean { + return false + } + + /** + * Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. + * Returns the new stack. + */ + override fun remove(pAmount: Int): ItemStack { + if (hasItem()) { + this.removeCount += pAmount.coerceAtMost(this.item.count) + } + return super.remove(pAmount) + } + + /** + * the itemStack passed in is the output - ie, iron ingots, and pickaxes, not ore and wood. + * Typically increases an internal count then calls onCrafting(item). + */ + override fun onQuickCraft(pStack: ItemStack, pAmount: Int) { + this.removeCount += pAmount + checkTakeAchievements(pStack) + } + + override fun onSwapCraft(pNumItemsCrafted: Int) { + this.removeCount += pNumItemsCrafted + } + + /** the itemStack passed in is the output - ie, iron ingots, and pickaxes, not ore and wood. */ + override fun checkTakeAchievements(pStack: ItemStack) { + if (this.removeCount > 0) { + pStack.onCraftedBy(this.player.level(), this.player, this.removeCount) + ForgeEventFactory.firePlayerCraftingEvent(this.player, pStack, this.craftSlots) + } + if (container is RecipeHolder) { + (container as RecipeHolder).awardUsedRecipes(this.player, listOf(pStack)) + } + this.removeCount = 0 + } + + override fun onTake(pPlayer: Player, pStack: ItemStack) { + checkTakeAchievements(pStack) + ForgeHooks.setCraftingPlayer(pPlayer) + val nonnulllist = + pPlayer + .level() + .recipeManager + .getRemainingItemsFor( + RecipeTypeInit.ARMOUR_CRAFTING.get(), this.craftSlots, pPlayer.level()) + ForgeHooks.setCraftingPlayer(null) + for (i in nonnulllist.indices) { + var itemstack: ItemStack = this.craftSlots.getItem(i) + val itemstack1 = nonnulllist[i] + if (!itemstack.isEmpty) { + this.craftSlots.removeItem(i, 1) + itemstack = this.craftSlots.getItem(i) + } + if (!itemstack1.isEmpty) { + if (itemstack.isEmpty) { + this.craftSlots.setItem(i, itemstack1) + } else if (ItemStack.isSameItem(itemstack, itemstack1) && + ItemStack.isSameItemSameTags(itemstack, itemstack1)) { + itemstack1.grow(itemstack.count) + this.craftSlots.setItem(i, itemstack1) + } else if (!this.player.inventory.add(itemstack1)) { + this.player.drop(itemstack1, false) + } + } + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/book/CustomArmourCraftingBookCategory.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/book/CustomArmourCraftingBookCategory.kt new file mode 100644 index 00000000..37c70e74 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/armour/book/CustomArmourCraftingBookCategory.kt @@ -0,0 +1,38 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.armour.book + +import net.minecraft.util.StringRepresentable + +enum class CustomArmourCraftingBookCategory(private var bookName: String) : StringRepresentable { + ARMOUR_HEAD("armour_head"), + ARMOUR_CHEST("armour_chest"), + ARMOUR_LEGS("armour_legs"), + ARMOUR_FEET("armour_feet"), + MISC("misc"); + + companion object { + val CODEC: StringRepresentable.EnumCodec = + StringRepresentable.fromEnum { entries.toTypedArray() } + } + + override fun getSerializedName(): String { + return bookName + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt new file mode 100644 index 00000000..b1470c68 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt @@ -0,0 +1,38 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.infusion.book + +import net.minecraft.util.StringRepresentable + +enum class IngotFusionTollEnhancerRecipeBookCategory(private var bookName: String) : + StringRepresentable { + TOOL("tool"), + ARMOUR("armour"), + MISC("misc"); + + companion object { + @JvmField + val CODEC: StringRepresentable.EnumCodec = + StringRepresentable.fromEnum { entries.toTypedArray() } + } + + override fun getSerializedName(): String { + return bookName + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt new file mode 100644 index 00000000..e2955a99 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt @@ -0,0 +1,75 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.infusion.book + +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.IngotFusionTollEnhancerBlockEntity +import net.minecraft.client.gui.screens.recipebook.RecipeBookComponent +import net.minecraft.world.inventory.Slot +import net.minecraft.world.item.Item +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.crafting.Ingredient +import net.minecraft.world.item.crafting.Recipe + +class IngotFusionTollEnhancerRecipeBookComponent : RecipeBookComponent() { + private var fuels: Ingredient? = null + private val fuelItems = IngotFusionTollEnhancerBlockEntity.getFuels().keys + + override fun initFilterButtonTextures() { + filterButton.initTextureValues(152, 182, 28, 18, RECIPE_BOOK_LOCATION) + } + + override fun slotClicked(pSlot: Slot?) { + super.slotClicked(pSlot) + if (pSlot != null && pSlot.index < menu.size) { + ghostRecipe.clear() + } + } + + override fun setupGhostRecipe(pRecipe: Recipe<*>, pSlots: List) { + val itemstack = pRecipe.getResultItem(minecraft.level!!.registryAccess()) + ghostRecipe.recipe = pRecipe + ghostRecipe.addIngredient(Ingredient.of(itemstack), pSlots[2].x, pSlots[2].y) + val nonnulllist = pRecipe.ingredients + val slot = pSlots[1] + if (slot.item.isEmpty) { + if (fuels == null) { + fuels = + Ingredient.of( + this.fuelItems + .stream() + .filter { it: Item -> + it.isEnabled(minecraft.level!!.enabledFeatures()) + } + .map { pItem: Item -> ItemStack(pItem) }) + } + ghostRecipe.addIngredient(fuels!!, slot.x, slot.y) + } + val iterator: Iterator = nonnulllist.iterator() + for (i in 0..1) { + if (!iterator.hasNext()) { + return + } + val ingredient = iterator.next() + if (!ingredient.isEmpty) { + val slot1 = pSlots[i] + ghostRecipe.addIngredient(ingredient, slot1.x, slot1.y) + } + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/InfusionFuelSlot.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/InfusionFuelSlot.kt new file mode 100644 index 00000000..f9bfe56d --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/InfusionFuelSlot.kt @@ -0,0 +1,42 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.infusion.slots + +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.IngotFusionTollEnhancerBlockEntity +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.IngotFusionTollEnhancerMenu +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.Items +import net.minecraftforge.items.IItemHandler +import net.minecraftforge.items.SlotItemHandler + +class InfusionFuelSlot(itemHandler: IItemHandler, private val menu: IngotFusionTollEnhancerMenu) : + SlotItemHandler(itemHandler, IngotFusionTollEnhancerBlockEntity.FUEL_SLOT, 102, 65) { + + override fun mayPlace(stack: ItemStack): Boolean { + return menu.isFuel(stack) || isBucket(stack) + } + + override fun getMaxStackSize(pStack: ItemStack): Int { + return if (isBucket(pStack)) 1 else super.getMaxStackSize(pStack) + } + + private fun isBucket(pStack: ItemStack): Boolean { + return pStack.`is`(Items.BUCKET) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/OutputSlotItemHandler.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/OutputSlotItemHandler.kt new file mode 100644 index 00000000..29489963 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/slots/OutputSlotItemHandler.kt @@ -0,0 +1,62 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.infusion.slots + +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.IngotFusionTollEnhancerBlockEntity +import kotlin.math.min +import net.minecraft.server.level.ServerPlayer +import net.minecraft.world.entity.player.Player +import net.minecraft.world.item.ItemStack +import net.minecraftforge.event.ForgeEventFactory +import net.minecraftforge.items.IItemHandler +import net.minecraftforge.items.SlotItemHandler + +class OutputSlotItemHandler(itemHandler: IItemHandler, val player: Player) : + SlotItemHandler(itemHandler, IngotFusionTollEnhancerBlockEntity.RESULT_SLOT, 138, 40) { + private var removeCount: Int? = null + + override fun mayPlace(stack: ItemStack): Boolean { + return false + } + + override fun remove(pAmount: Int): ItemStack { + if (hasItem()) { + this.removeCount = min(pAmount, this.item.count) + } + return super.remove(pAmount) + } + + override fun onTake(pPlayer: Player, pStack: ItemStack) { + checkTakeAchievements(pStack) + super.onTake(pPlayer, pStack) + } + + /** @param pStack the output - ie, iron ingots, and pickaxes, not ore and wood. */ + override fun checkTakeAchievements(pStack: ItemStack) { + pStack.onCraftedBy(player.level(), player, removeCount!!) + val player = player + if (player is ServerPlayer) { + val container = container + (container as? IngotFusionTollEnhancerBlockEntity)?.awardUsedRecipesAndPopExperience( + player) + } + removeCount = 0 + ForgeEventFactory.firePlayerSmeltedEvent(this.player, pStack) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableContainer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableContainer.kt new file mode 100644 index 00000000..c5727fe7 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableContainer.kt @@ -0,0 +1,112 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.tool + +import net.minecraft.core.NonNullList +import net.minecraft.world.Container +import net.minecraft.world.ContainerHelper +import net.minecraft.world.entity.player.Player +import net.minecraft.world.entity.player.StackedContents +import net.minecraft.world.inventory.AbstractContainerMenu +import net.minecraft.world.inventory.StackedContentsCompatible +import net.minecraft.world.item.ItemStack + +/** @see net.minecraft.world.inventory.CraftingContainer */ +class CustomToolCraftingTableContainer( + private var menu: AbstractContainerMenu, + private var width: Int, + private var height: Int +) : Container, StackedContentsCompatible { + private var items: NonNullList = + NonNullList.withSize(width * height, ItemStack.EMPTY) + + /** Returns the number of slots in the inventory. */ + override fun getContainerSize(): Int { + return items.size + } + + override fun isEmpty(): Boolean { + for (itemstack in items) { + if (!itemstack.isEmpty) { + return false + } + } + return true + } + + /** Returns the stack in the given slot. */ + override fun getItem(pIndex: Int): ItemStack { + return if (pIndex >= this.containerSize) ItemStack.EMPTY else items[pIndex] + } + + /** Removes a stack from the given slot and returns it. */ + override fun removeItemNoUpdate(pIndex: Int): ItemStack { + return ContainerHelper.takeItem(items, pIndex) + } + + /** + * Removes up to a specified number of items from an inventory slot and returns them in a new + * stack. + */ + override fun removeItem(pIndex: Int, pCount: Int): ItemStack { + val itemstack = ContainerHelper.removeItem(items, pIndex, pCount) + if (!itemstack.isEmpty) { + menu.slotsChanged(this) + } + return itemstack + } + + /** + * Sets the given item stack to the specified slot in the inventory (can be crafting or armor + * sections). + */ + override fun setItem(pIndex: Int, pStack: ItemStack) { + items[pIndex] = pStack + menu.slotsChanged(this) + } + + override fun setChanged() { + menu.slotsChanged(this) + } + + /** Don't rename this method to canInteractWith due to conflicts with Container */ + override fun stillValid(pPlayer: Player): Boolean { + return true + } + + override fun clearContent() { + items.clear() + } + + /** Returns the height of the crafting inventory. */ + fun getHeight(): Int { + return height + } + + /** Returns the width of the crafting inventory. */ + fun getWidth(): Int { + return width + } + + override fun fillStackedContents(pHelper: StackedContents) { + for (itemstack in items) { + pHelper.accountSimpleStack(itemstack) + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableMenu.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableMenu.kt new file mode 100644 index 00000000..91e3b786 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableMenu.kt @@ -0,0 +1,215 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.tool + +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import io.github.realyusufismail.armourandtoolsmod.core.init.MenuTypeInit +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeBookTypesInit +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeTypeInit +import net.minecraft.core.BlockPos +import net.minecraft.network.protocol.game.ClientboundContainerSetSlotPacket +import net.minecraft.server.level.ServerPlayer +import net.minecraft.world.Container +import net.minecraft.world.entity.player.Inventory +import net.minecraft.world.entity.player.Player +import net.minecraft.world.entity.player.StackedContents +import net.minecraft.world.inventory.* +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.crafting.Recipe +import net.minecraft.world.level.Level + +/** @see CraftingMenu */ +class CustomToolCraftingTableMenu( + pContainerId: Int, + private val inventory: Inventory, + private val access: ContainerLevelAccess, + private val player: Player = inventory.player, +) : + RecipeBookMenu( + MenuTypeInit.CUSTOM_TOOL_CRAFTING_TABLE_MENU.get(), pContainerId) { + private val craftSlots: CustomToolCraftingTableContainer = + CustomToolCraftingTableContainer(this, 3, 3) + private val resultSlots = ResultContainer() + + constructor( + pContainerId: Int, + inventory: Inventory, + ) : this(pContainerId, inventory, ContainerLevelAccess.NULL) + + init { + addSlot( + CustomToolCraftingTableResultSlot( + inventory.player, craftSlots, resultSlots, 0, 124, 35)) + for (i in 0..2) { + for (j in 0..2) { + addSlot(Slot(craftSlots, j + i * 3, 30 + j * 18, 17 + i * 18)) + } + } + for (k in 0..2) { + for (i1 in 0..8) { + addSlot(Slot(inventory, i1 + k * 9 + 9, 8 + i1 * 18, 84 + k * 18)) + } + } + for (l in 0..8) { + addSlot(Slot(inventory, l, 8 + l * 18, 142)) + } + } + + private fun slotChangedCraftingGrid( + pMenu: AbstractContainerMenu, + pLevel: Level, + pPlayer: Player, + pContainer: CustomToolCraftingTableContainer, + pResult: ResultContainer, + ) { + if (!pLevel.isClientSide) { + val serverplayer = pPlayer as ServerPlayer + var itemstack = ItemStack.EMPTY + val optional = + pLevel.server!! + .recipeManager + .getRecipeFor(RecipeTypeInit.TOOL_CRAFTING.get(), pContainer, pLevel) + if (optional.isPresent) { + val craftingrecipe = optional.get() + if (pResult.setRecipeUsed(pLevel, serverplayer, craftingrecipe)) { + val itemstack1 = craftingrecipe.assemble(pContainer, pLevel.registryAccess()) + if (itemstack1.isItemEnabled(pLevel.enabledFeatures())) { + itemstack = itemstack1 + } + } + } + + pResult.setItem(0, itemstack) + pMenu.setRemoteSlot(0, itemstack) + serverplayer.connection.send( + ClientboundContainerSetSlotPacket( + pMenu.containerId, pMenu.incrementStateId(), 0, itemstack)) + } + } + + /** Callback for when the crafting matrix is changed. */ + override fun slotsChanged(pInventory: Container) { + access.execute { level: Level, _: BlockPos -> + slotChangedCraftingGrid(this, level, player, craftSlots, resultSlots) + } + } + + override fun fillCraftSlotsStackedContents(pItemHelper: StackedContents) { + craftSlots.fillStackedContents(pItemHelper) + } + + override fun clearCraftingContent() { + craftSlots.clearContent() + resultSlots.clearContent() + } + + override fun recipeMatches(pRecipe: Recipe): Boolean { + return pRecipe.matches(craftSlots, player.level()) + } + + /** Called when the container is closed. */ + override fun removed(pPlayer: Player) { + super.removed(pPlayer) + access.execute { _: Level, _: BlockPos -> clearContainer(pPlayer, craftSlots) } + } + + /** Determines whether supplied player can use this container */ + override fun stillValid(pPlayer: Player): Boolean { + return stillValid(access, pPlayer, BlockInit.CUSTOM_TOOL_CRAFTING_TABLE.get()) + } + + /** + * Handle when the stack in slot `index` is shift-clicked. Normally this moves the stack between + * the player inventory and the other inventory(s). + */ + override fun quickMoveStack(pPlayer: Player, pIndex: Int): ItemStack { + var itemstack = ItemStack.EMPTY + val slot = slots[pIndex] + if (slot.hasItem()) { + val itemstack1 = slot.item + itemstack = itemstack1.copy() + if (pIndex == 0) { + access.execute { level: Level, _: BlockPos -> + itemstack1.item.onCraftedBy(itemstack1, level, pPlayer) + } + if (!moveItemStackTo(itemstack1, 10, 46, true)) { + return ItemStack.EMPTY + } + slot.onQuickCraft(itemstack1, itemstack) + } else if (pIndex in 10..45) { + if (!moveItemStackTo(itemstack1, 1, 10, false)) { + if (pIndex < 37) { + if (!moveItemStackTo(itemstack1, 37, 46, false)) { + return ItemStack.EMPTY + } + } else if (!moveItemStackTo(itemstack1, 10, 37, false)) { + return ItemStack.EMPTY + } + } + } else if (!moveItemStackTo(itemstack1, 10, 46, false)) { + return ItemStack.EMPTY + } + if (itemstack1.isEmpty) { + slot.set(ItemStack.EMPTY) + } else { + slot.setChanged() + } + if (itemstack1.count == itemstack.count) { + return ItemStack.EMPTY + } + slot.onTake(pPlayer, itemstack1) + if (pIndex == 0) { + pPlayer.drop(itemstack1, false) + } + } + return itemstack + } + + /** + * Called to determine if the current slot is valid for the stack merging (double-click) code. + * The stack passed in is null for the initial slot that was double-clicked. + */ + override fun canTakeItemForPickAll(pStack: ItemStack, pSlot: Slot): Boolean { + return pSlot.container !== resultSlots && super.canTakeItemForPickAll(pStack, pSlot) + } + + override fun getResultSlotIndex(): Int { + return 0 + } + + override fun getGridWidth(): Int { + return craftSlots.getWidth() + } + + override fun getGridHeight(): Int { + return craftSlots.getHeight() + } + + override fun getSize(): Int { + return 10 + } + + override fun getRecipeBookType(): RecipeBookType { + return RecipeBookTypesInit.TOOL_CRAFTING + } + + override fun shouldMoveToInventory(pSlotIndex: Int): Boolean { + return pSlotIndex != this.resultSlotIndex + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableResultSlot.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableResultSlot.kt new file mode 100644 index 00000000..492ba162 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/CustomToolCraftingTableResultSlot.kt @@ -0,0 +1,115 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.tool + +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeTypeInit +import net.minecraft.world.Container +import net.minecraft.world.entity.player.Player +import net.minecraft.world.inventory.RecipeHolder +import net.minecraft.world.inventory.Slot +import net.minecraft.world.item.ItemStack +import net.minecraftforge.common.ForgeHooks +import net.minecraftforge.event.ForgeEventFactory + +/** @see net.minecraft.world.inventory.ResultSlot */ +class CustomToolCraftingTableResultSlot( + private val player: Player, + private val craftSlots: CustomToolCraftingTableContainer, + container: Container, + slot: Int, + xPosition: Int, + yPosition: Int +) : Slot(container, slot, xPosition, yPosition) { + private var removeCount = 0 + + /** + * Check if the stack is allowed to be placed in this slot, used for armor slots as well as + * furnace fuel. + */ + override fun mayPlace(pStack: ItemStack): Boolean { + return false + } + + /** + * Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. + * Returns the new stack. + */ + override fun remove(pAmount: Int): ItemStack { + if (hasItem()) { + this.removeCount += pAmount.coerceAtMost(this.item.count) + } + return super.remove(pAmount) + } + + /** + * the itemStack passed in is the output - ie, iron ingots, and pickaxes, not ore and wood. + * Typically increases an internal count then calls onCrafting(item). + */ + override fun onQuickCraft(pStack: ItemStack, pAmount: Int) { + this.removeCount += pAmount + checkTakeAchievements(pStack) + } + + override fun onSwapCraft(pNumItemsCrafted: Int) { + this.removeCount += pNumItemsCrafted + } + + /** the itemStack passed in is the output - ie, iron ingots, and pickaxes, not ore and wood. */ + override fun checkTakeAchievements(pStack: ItemStack) { + if (this.removeCount > 0) { + pStack.onCraftedBy(this.player.level(), this.player, this.removeCount) + ForgeEventFactory.firePlayerCraftingEvent(this.player, pStack, this.craftSlots) + } + if (container is RecipeHolder) { + (container as RecipeHolder).awardUsedRecipes(this.player, listOf(pStack)) + } + this.removeCount = 0 + } + + override fun onTake(pPlayer: Player, pStack: ItemStack) { + checkTakeAchievements(pStack) + ForgeHooks.setCraftingPlayer(pPlayer) + val nonnulllist = + pPlayer + .level() + .recipeManager + .getRemainingItemsFor( + RecipeTypeInit.TOOL_CRAFTING.get(), this.craftSlots, pPlayer.level()) + ForgeHooks.setCraftingPlayer(null) + for (i in nonnulllist.indices) { + var itemstack: ItemStack = this.craftSlots.getItem(i) + val itemstack1 = nonnulllist[i] + if (!itemstack.isEmpty) { + this.craftSlots.removeItem(i, 1) + itemstack = this.craftSlots.getItem(i) + } + if (!itemstack1.isEmpty) { + if (itemstack.isEmpty) { + this.craftSlots.setItem(i, itemstack1) + } else if (ItemStack.isSameItem(itemstack, itemstack1) && + ItemStack.isSameItemSameTags(itemstack, itemstack1)) { + itemstack1.grow(itemstack.count) + this.craftSlots.setItem(i, itemstack1) + } else if (!this.player.inventory.add(itemstack1)) { + this.player.drop(itemstack1, false) + } + } + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/book/CustomToolsCraftingBookCategory.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/book/CustomToolsCraftingBookCategory.kt new file mode 100644 index 00000000..7c2ba078 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/blocks/tool/book/CustomToolsCraftingBookCategory.kt @@ -0,0 +1,41 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.blocks.tool.book + +import net.minecraft.util.StringRepresentable + +enum class CustomToolsCraftingBookCategory(private var bookName: String) : StringRepresentable { + SWORD("sword"), + PICKAXE("pickaxe"), + AXE("axe"), + SHOVEL("shovel"), + HOE("hoe"), + SHIELD("shield"), + TRIDENT("trident"), + MISC("misc"); + + companion object { + val CODEC: StringRepresentable.EnumCodec = + StringRepresentable.fromEnum { entries.toTypedArray() } + } + + override fun getSerializedName(): String { + return bookName + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModBlockEntityWithoutLevelRenderer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModBlockEntityWithoutLevelRenderer.kt new file mode 100644 index 00000000..2333490d --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ArmourAndToolsModBlockEntityWithoutLevelRenderer.kt @@ -0,0 +1,32 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.client + +import net.minecraft.client.Minecraft +import net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer +import net.minecraft.server.packs.resources.ResourceManager + +open class ArmourAndToolsModBlockEntityWithoutLevelRenderer : + BlockEntityWithoutLevelRenderer( + Minecraft.getInstance().blockEntityRenderDispatcher, Minecraft.getInstance().entityModels) { + + override fun onResourceManagerReload(manager: ResourceManager) { + // NO-OP + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ClientEvents.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ClientEvents.kt new file mode 100644 index 00000000..b1df94b2 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/ClientEvents.kt @@ -0,0 +1,188 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.client + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import io.github.realyusufismail.armourandtoolsmod.blocks.armour.CustomArmourCraftingTableScreen +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.IngotFusionTollEnhancerScreen +import io.github.realyusufismail.armourandtoolsmod.blocks.tool.CustomToolCraftingTableScreen +import io.github.realyusufismail.armourandtoolsmod.client.renderer.mjolnir.MjolnirItemRenderer +import io.github.realyusufismail.armourandtoolsmod.client.renderer.trident.aq.AqumarineTridentItemRenderer +import io.github.realyusufismail.armourandtoolsmod.core.init.* +import io.github.realyusufismail.armourandtoolsmod.models.MjolnirModel +import io.github.realyusufismail.armourandtoolsmod.util.KeyBinding +import net.minecraft.client.Minecraft +import net.minecraft.client.gui.screens.MenuScreens +import net.minecraft.client.model.geom.ModelLayerLocation +import net.minecraft.client.multiplayer.ClientLevel +import net.minecraft.client.renderer.item.ItemProperties +import net.minecraft.resources.ResourceLocation +import net.minecraft.server.level.ServerPlayer +import net.minecraft.sounds.SoundEvents +import net.minecraft.world.effect.MobEffectInstance +import net.minecraft.world.entity.Entity +import net.minecraft.world.entity.EntityType +import net.minecraft.world.entity.LivingEntity +import net.minecraft.world.item.ItemStack +import net.minecraft.world.phys.Vec3 +import net.minecraftforge.client.event.EntityRenderersEvent +import net.minecraftforge.client.event.InputEvent +import net.minecraftforge.client.event.RegisterKeyMappingsEvent +import net.minecraftforge.event.entity.living.LivingDeathEvent +import net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent + +object ClientEvents { + val MjolnirLayer = ModelLayerLocation(ArmourAndToolsMod.getModIdAndName("mjolnir"), "mjolnir") + + fun clientSetup(event: FMLClientSetupEvent) { + event.enqueueWork { registerScreens() } + + event.enqueueWork { + ItemProperties.register(ItemInit.RUBY_SHIELD.get(), ResourceLocation("blocking")) { + stack: ItemStack, + _: ClientLevel?, + entity: LivingEntity?, + _: Int -> + if (entity != null && entity.isUsingItem && entity.useItem == stack) 1F else 0F + } + + ItemProperties.register( + ItemInit.AQUMARINE_SHIELD.get(), ResourceLocation("blocking")) { + stack: ItemStack, + _: ClientLevel?, + entity: LivingEntity?, + _: Int -> + if (entity != null && entity.isUsingItem && entity.useItem == stack) 1F else 0F + } + + ItemProperties.register(ItemInit.RAINBOW_SHIELD.get(), ResourceLocation("blocking")) { + stack: ItemStack, + _: ClientLevel?, + entity: LivingEntity?, + _: Int -> + if (entity != null && entity.isUsingItem && entity.useItem == stack) 1F else 0F + } + + ItemProperties.register(ItemInit.SAPPHIRE_SHIELD.get(), ResourceLocation("blocking")) { + stack: ItemStack, + _: ClientLevel?, + entity: LivingEntity?, + _: Int -> + if (entity != null && entity.isUsingItem && entity.useItem == stack) 1F else 0F + } + + ItemProperties.register(ItemInit.GRAPHITE_SHIELD.get(), ResourceLocation("blocking")) { + stack: ItemStack, + _: ClientLevel?, + entity: LivingEntity?, + _: Int -> + if (entity != null && entity.isUsingItem && entity.useItem == stack) 1F else 0F + } + + ItemProperties.register( + ItemInit.AQUMARINE_TRIDENT.get(), ResourceLocation("throwing")) { + stack: ItemStack, + _: ClientLevel?, + entity: LivingEntity?, + _: Int -> + if (entity != null && entity.isUsingItem && entity.useItem == stack) { + 1.0f + } else 0.0f + } + + ItemProperties.register(ItemInit.MJOLNIR.get(), ResourceLocation("throwing")) { + stack: ItemStack, + _: ClientLevel?, + entity: LivingEntity?, + _: Int -> + if (entity != null && entity.isUsingItem && entity.useItem == stack) { + 1.0f + } else 0.0f + } + } + } + + private fun registerScreens() { + MenuScreens.register( + MenuTypeInit.CUSTOM_ARMOUR_CRAFTING_TABLE_MENU.get(), ::CustomArmourCraftingTableScreen) + + MenuScreens.register( + MenuTypeInit.CUSTOM_TOOL_CRAFTING_TABLE_MENU.get(), ::CustomToolCraftingTableScreen) + + MenuScreens.register( + MenuTypeInit.INGOT_FUSION_TOLL_ENHANCER_MENU.get(), ::IngotFusionTollEnhancerScreen) + } + + fun registerEntityRenders(event: EntityRenderersEvent.RegisterRenderers) { + event.registerEntityRenderer( + EntityTypeInit.AQUMARINE_THROWN_TRIDENT.get(), ::AqumarineTridentItemRenderer) + + event.registerEntityRenderer(EntityTypeInit.MJOLNIR.get(), ::MjolnirItemRenderer) + } + + fun registerLayerDefinition(event: EntityRenderersEvent.RegisterLayerDefinitions) { + event.registerLayerDefinition(MjolnirLayer, MjolnirModel::createLayer) + } + + fun onKeyRegister(event: RegisterKeyMappingsEvent) { + event.register(KeyBinding.GET_MJOLNIR) + event.register(KeyBinding.STRIKE_LIGHTNING) + } + + fun onKeyInput(event: InputEvent.Key) { + if (KeyBinding.GET_MJOLNIR.consumeClick()) { + val player = Minecraft.getInstance().player + if (player != null) { + val effects = player.activeEffectsMap + + if (effects.contains(MobEffectsInit.WORTHY_EFFECT.get())) { + // if they alread have mjolnir, ignore + if (player.inventory.contains(ItemInit.MJOLNIR.get().defaultInstance)) { + return + } else { + player.inventory.add(ItemInit.MJOLNIR.get().defaultInstance) + } + } + } + } + } + + fun onEntityDeath(event: LivingDeathEvent) { + val entity = event.entity + val type = entity.type + + if (type is EntityType<*> && type == EntityType.ENDER_DRAGON) { + val killer = entity.lastHurtByMob + if (killer is ServerPlayer) { + val effects = killer.activeEffectsMap + + if (!effects.contains(MobEffectsInit.WORTHY_EFFECT.get())) { + // give the worthy effect + killer.addEffect(MobEffectInstance(MobEffectsInit.WORTHY_EFFECT.get())) + killer.playSound(SoundEvents.LIGHTNING_BOLT_THUNDER, 1.0f, 1.0f) + val pos = entity.blockPosition() + val vec = Vec3.atCenterOf(pos) + val lightning = EntityType.LIGHTNING_BOLT.create(killer.level()) + lightning?.setPos(vec.x, vec.y, vec.z) + killer.level().addFreshEntity(lightning as Entity) + } + } + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRenderer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRenderer.kt new file mode 100644 index 00000000..e9bbb624 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRenderer.kt @@ -0,0 +1,80 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.client.renderer.mjolnir + +import com.mojang.blaze3d.vertex.PoseStack +import com.mojang.math.Axis +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import io.github.realyusufismail.armourandtoolsmod.client.ClientEvents +import io.github.realyusufismail.armourandtoolsmod.common.entity.ArmourToolsModTridentEntity +import io.github.realyusufismail.armourandtoolsmod.models.MjolnirModel +import net.minecraft.client.renderer.MultiBufferSource +import net.minecraft.client.renderer.entity.EntityRenderer +import net.minecraft.client.renderer.entity.EntityRendererProvider +import net.minecraft.client.renderer.entity.ItemRenderer +import net.minecraft.client.renderer.texture.OverlayTexture +import net.minecraft.resources.ResourceLocation +import net.minecraft.util.Mth + +class MjolnirItemRenderer(context: EntityRendererProvider.Context) : + EntityRenderer(context) { + private val location: ResourceLocation = + ArmourAndToolsMod.getModIdAndName("textures/entity/item/mjolnir/all.png") + private var mjolnirModel: MjolnirModel? = null + + init { + mjolnirModel = MjolnirModel(context.bakeLayer(ClientEvents.MjolnirLayer)) + } + + override fun render( + pEntity: ArmourToolsModTridentEntity, + entityYaw: Float, + partialTicks: Float, + matrixStackIn: PoseStack, + bufferIn: MultiBufferSource, + packedLightIn: Int + ) { + matrixStackIn.pushPose() + matrixStackIn.mulPose( + Axis.YP.rotationDegrees(Mth.lerp(partialTicks, pEntity.yRotO, pEntity.yRot) - 90.0f)) + matrixStackIn.mulPose( + Axis.ZP.rotationDegrees(Mth.lerp(partialTicks, pEntity.xRotO, pEntity.xRot) + 90.0f)) + val ivertexbuilder = + ItemRenderer.getFoilBufferDirect( + bufferIn, + mjolnirModel!!.renderType(getTextureLocation(pEntity)), + false, + pEntity.hasGlint()) + mjolnirModel!!.renderToBuffer( + matrixStackIn, + ivertexbuilder, + packedLightIn, + OverlayTexture.NO_OVERLAY, + 1.0f, + 1.0f, + 1.0f, + 1.0f) + matrixStackIn.popPose() + super.render(pEntity, entityYaw, partialTicks, matrixStackIn, bufferIn, packedLightIn) + } + + override fun getTextureLocation(pEntity: ArmourToolsModTridentEntity): ResourceLocation { + return location + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRendererISTER.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRendererISTER.kt new file mode 100644 index 00000000..8cc5e939 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/MjolnirItemRendererISTER.kt @@ -0,0 +1,103 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.client.renderer.mjolnir + +import com.mojang.blaze3d.vertex.PoseStack +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import io.github.realyusufismail.armourandtoolsmod.client.ArmourAndToolsModBlockEntityWithoutLevelRenderer +import io.github.realyusufismail.armourandtoolsmod.client.ClientEvents +import io.github.realyusufismail.armourandtoolsmod.items.hammer.Mjolnir +import io.github.realyusufismail.armourandtoolsmod.models.MjolnirModel +import net.minecraft.client.Minecraft +import net.minecraft.client.renderer.MultiBufferSource +import net.minecraft.client.renderer.entity.ItemRenderer +import net.minecraft.client.resources.model.ModelResourceLocation +import net.minecraft.resources.ResourceLocation +import net.minecraft.server.packs.resources.ResourceManager +import net.minecraft.world.item.ItemDisplayContext +import net.minecraft.world.item.ItemStack + +class MjolnirItemRendererISTER : ArmourAndToolsModBlockEntityWithoutLevelRenderer() { + private val location: ResourceLocation = + ArmourAndToolsMod.getModIdAndName("textures/entity/item/mjolnir/all.png") + private var mjolnirModel: MjolnirModel? = null + + override fun onResourceManagerReload(manager: ResourceManager) { + mjolnirModel = MjolnirModel(this.entityModelSet.bakeLayer(ClientEvents.MjolnirLayer)) + } + + override fun renderByItem( + stack: ItemStack, + transformType: ItemDisplayContext, + matrixStack: PoseStack, + buffer: MultiBufferSource, + combinedLight: Int, + combinedOverlay: Int + ) { + if (stack.item is Mjolnir) { + val mc = Minecraft.getInstance() + val itemRenderer = mc.itemRenderer + val render2d = + transformType == ItemDisplayContext.GUI || + transformType == ItemDisplayContext.GROUND || + transformType == ItemDisplayContext.FIXED + if (render2d) { + val bakedModel = mc.modelManager.getModel(getModelResourceLocation()) + matrixStack.pushPose() + itemRenderer.render( + stack, + transformType, + true, + matrixStack, + buffer, + combinedLight, + combinedOverlay, + bakedModel) + matrixStack.popPose() + } else { + matrixStack.pushPose() + matrixStack.scale(1.0f, -1.0f, -1.0f) + val ivertexbuilder1 = + ItemRenderer.getFoilBufferDirect( + buffer, + mjolnirModel!!.renderType(getTextureLocation()), + false, + stack.hasFoil()) + mjolnirModel!!.renderToBuffer( + matrixStack, + ivertexbuilder1, + combinedLight, + combinedOverlay, + 1.0f, + 1.0f, + 1.0f, + 1.0f) + matrixStack.popPose() + } + } + } + + private fun getModelResourceLocation(): ModelResourceLocation { + return ModelResourceLocation(ArmourAndToolsMod.getModIdAndName("mjolnir"), "inventory") + } + + private fun getTextureLocation(): ResourceLocation { + return location + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/info.md b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/info.md new file mode 100644 index 00000000..8b00eff7 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/mjolnir/info.md @@ -0,0 +1,35 @@ +The JSON file for a Blockbench model contains an array of elements, each representing a cube in the model. Each element has properties like "from", "to", "rotation", "origin", and "faces" that define its size, position, rotation, and texture coordinates. + +Here's an example of an element from your JSON file: + +```json +{ +"from": [4, 0, 4], +"to": [12, 8, 12], +"rotation": {"origin": [8, 4, 8], "axis": "y", "angle": 0, "rescale": false}, +"faces": { +"north": {"uv": [0, 0, 8, 8], "texture": "#0"}, +"east": {"uv": [0, 0, 8, 8], "texture": "#0"}, +"south": {"uv": [0, 0, 8, 8], "texture": "#0"}, +"west": {"uv": [0, 0, 8, 8], "texture": "#0"}, +"up": {"uv": [0, 0, 8, 8], "texture": "#0"}, +"down": {"uv": [0, 0, 8, 8], "texture": "#0"} +} +} +``` +Here's how you would translate this into a part definition in your Forge code: + +```kotlin +partdefinition.addOrReplaceChild("element_name", CubeListBuilder.create() + .texOffs(0, 0) // The "uv" property in the "faces" object + .addBox(4, 0, 4, 8, 8, 8), // The "from" and "to" properties +PartPose.ZERO); // The "rotation" property +``` + +In the addBox method, the first three parameters are the "from" coordinates, and the next three parameters are the size of the box, which is calculated by subtracting the "from" coordinates from the "to" coordinates. + +The texOffs method takes the "uv" property from the "faces" object. In this case, all faces have the same "uv" property, so we can just use the "uv" property from any face. + +The PartPose.ZERO represents the rotation of the box. In this case, the rotation is zero, so we use PartPose.ZERO. + +You would repeat this process for each element in your Blockbench model. The "element_name" should be a unique name for each element. \ No newline at end of file diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/shield/ArmourAndToolsModShieldItemRenderer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/shield/ArmourAndToolsModShieldItemRenderer.kt new file mode 100644 index 00000000..5fe25188 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/shield/ArmourAndToolsModShieldItemRenderer.kt @@ -0,0 +1,134 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.client.renderer.shield + +import com.mojang.blaze3d.vertex.PoseStack +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import io.github.realyusufismail.armourandtoolsmod.client.ArmourAndToolsModBlockEntityWithoutLevelRenderer +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import io.github.realyusufismail.armourandtoolsmod.items.shield.ArmourToolsModShieldItem +import net.minecraft.client.model.ShieldModel +import net.minecraft.client.model.geom.ModelLayers +import net.minecraft.client.renderer.MultiBufferSource +import net.minecraft.client.renderer.entity.ItemRenderer +import net.minecraft.client.renderer.texture.TextureAtlasSprite +import net.minecraft.client.resources.model.Material +import net.minecraft.server.packs.resources.ResourceManager +import net.minecraft.world.inventory.InventoryMenu +import net.minecraft.world.item.ItemDisplayContext +import net.minecraft.world.item.ItemStack + +class ArmourAndToolsModShieldItemRenderer : ArmourAndToolsModBlockEntityWithoutLevelRenderer() { + private val SHIELD_RUBY: Material = + Material(InventoryMenu.BLOCK_ATLAS, ArmourAndToolsMod.getModIdAndName("entity/shield/ruby")) + private val SHIELD_AQUMARINE: Material = + Material( + InventoryMenu.BLOCK_ATLAS, ArmourAndToolsMod.getModIdAndName("entity/shield/aqumarine")) + private val SHIELD_RAINBOW: Material = + Material( + InventoryMenu.BLOCK_ATLAS, ArmourAndToolsMod.getModIdAndName("entity/shield/rainbow")) + private val SHIELD_SAPPHIRE: Material = + Material( + InventoryMenu.BLOCK_ATLAS, ArmourAndToolsMod.getModIdAndName("entity/shield/sapphire")) + private val SHIELD_GRAPHITE: Material = + Material( + InventoryMenu.BLOCK_ATLAS, ArmourAndToolsMod.getModIdAndName("entity/shield/graphite")) + + private var shieldModel: ShieldModel? = null + + override fun onResourceManagerReload(manager: ResourceManager) { + try { + shieldModel = ShieldModel(this.entityModelSet.bakeLayer(ModelLayers.SHIELD)) + } catch (e: Exception) { + ArmourAndToolsMod.logger.error("Failed to reload shield model", e) + } + } + + override fun renderByItem( + stack: ItemStack, + type: ItemDisplayContext, + poseStack: PoseStack, + buffer: MultiBufferSource, + combinedLight: Int, + combinedOverlay: Int + ) { + try { + if (stack.item is ArmourToolsModShieldItem) { + val isRuby = stack.`is`(ItemInit.RUBY_SHIELD.get()) + val isAqumarine = stack.`is`(ItemInit.AQUMARINE_SHIELD.get()) + val isRainbow = stack.`is`(ItemInit.RAINBOW_SHIELD.get()) + val isSapphire = stack.`is`(ItemInit.SAPPHIRE_SHIELD.get()) + val isGraphite = stack.`is`(ItemInit.GRAPHITE_SHIELD.get()) + + poseStack.pushPose() + poseStack.scale(1.0f, -1.0f, -1.0f) + val material: Material = + if (isRuby) SHIELD_RUBY + else if (isAqumarine) SHIELD_AQUMARINE + else if (isRainbow) SHIELD_RAINBOW + else if (isSapphire) SHIELD_SAPPHIRE + else if (isGraphite) SHIELD_GRAPHITE else SHIELD_RUBY + + if (this.shieldModel == null) { + throw NullPointerException("Shield model is null") + } + + val sprite = material.sprite() + val vertexConsumer = + sprite.wrap( + ItemRenderer.getFoilBufferDirect( + buffer, + this.shieldModel!!.renderType(material.atlasLocation()), + true, + stack.hasFoil())) + + this.shieldModel!! + .handle() + .render( + poseStack, + vertexConsumer, + combinedLight, + combinedOverlay, + 1.0f, + 1.0f, + 1.0f, + 1.0f) + this.shieldModel!! + .plate() + .render( + poseStack, + vertexConsumer, + combinedLight, + combinedOverlay, + 1.0f, + 1.0f, + 1.0f, + 1.0f) + + poseStack.popPose() + } + } catch (e: Exception) { + ArmourAndToolsMod.logger.error("Failed to render shield", e) + } + } + + inline fun T.use(block: (T) -> R): R { + return block(this) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentItemRenderer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentItemRenderer.kt new file mode 100644 index 00000000..a590e692 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentItemRenderer.kt @@ -0,0 +1,72 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.client.renderer.trident + +import com.mojang.blaze3d.vertex.PoseStack +import com.mojang.math.Axis +import io.github.realyusufismail.armourandtoolsmod.common.entity.ArmourToolsModTridentEntity +import net.minecraft.client.model.TridentModel +import net.minecraft.client.model.geom.ModelLayers +import net.minecraft.client.renderer.MultiBufferSource +import net.minecraft.client.renderer.entity.EntityRenderer +import net.minecraft.client.renderer.entity.EntityRendererProvider +import net.minecraft.client.renderer.entity.ItemRenderer +import net.minecraft.client.renderer.texture.OverlayTexture +import net.minecraft.util.Mth + +abstract class ArmourToolsModTridentItemRenderer(context: EntityRendererProvider.Context) : + EntityRenderer(context) { + private var tridentModel: TridentModel? = null + + init { + tridentModel = TridentModel(context.bakeLayer(ModelLayers.TRIDENT)) + } + + override fun render( + pEntity: ArmourToolsModTridentEntity, + entityYaw: Float, + partialTicks: Float, + matrixStackIn: PoseStack, + bufferIn: MultiBufferSource, + packedLightIn: Int + ) { + matrixStackIn.pushPose() + matrixStackIn.mulPose( + Axis.YP.rotationDegrees(Mth.lerp(partialTicks, pEntity.yRotO, pEntity.yRot) - 90.0f)) + matrixStackIn.mulPose( + Axis.ZP.rotationDegrees(Mth.lerp(partialTicks, pEntity.xRotO, pEntity.xRot) + 90.0f)) + val ivertexbuilder = + ItemRenderer.getFoilBufferDirect( + bufferIn, + tridentModel!!.renderType(getTextureLocation(pEntity)), + false, + pEntity.hasGlint()) + tridentModel!!.renderToBuffer( + matrixStackIn, + ivertexbuilder, + packedLightIn, + OverlayTexture.NO_OVERLAY, + 1.0f, + 1.0f, + 1.0f, + 1.0f) + matrixStackIn.popPose() + super.render(pEntity, entityYaw, partialTicks, matrixStackIn, bufferIn, packedLightIn) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentRendererISTER.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentRendererISTER.kt new file mode 100644 index 00000000..54353d6d --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/ArmourToolsModTridentRendererISTER.kt @@ -0,0 +1,94 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.client.renderer.trident + +import com.mojang.blaze3d.vertex.PoseStack +import io.github.realyusufismail.armourandtoolsmod.client.ArmourAndToolsModBlockEntityWithoutLevelRenderer +import io.github.realyusufismail.armourandtoolsmod.items.trident.ArmourToolsModTridentItem +import net.minecraft.client.Minecraft +import net.minecraft.client.model.TridentModel +import net.minecraft.client.model.geom.ModelLayers +import net.minecraft.client.renderer.MultiBufferSource +import net.minecraft.client.renderer.entity.ItemRenderer +import net.minecraft.client.resources.model.ModelResourceLocation +import net.minecraft.resources.ResourceLocation +import net.minecraft.server.packs.resources.ResourceManager +import net.minecraft.world.item.ItemDisplayContext +import net.minecraft.world.item.ItemStack + +abstract class ArmourToolsModTridentRendererISTER : + ArmourAndToolsModBlockEntityWithoutLevelRenderer() { + protected var model: TridentModel? = null + + override fun onResourceManagerReload(manager: ResourceManager) { + model = TridentModel(this.entityModelSet.bakeLayer(ModelLayers.TRIDENT)) + } + + override fun renderByItem( + stack: ItemStack, + transformType: ItemDisplayContext, + matrixStack: PoseStack, + buffer: MultiBufferSource, + combinedLight: Int, + combinedOverlay: Int + ) { + if (stack.item is ArmourToolsModTridentItem) { + val mc = Minecraft.getInstance() + val itemRenderer = mc.itemRenderer + val render2d = + transformType == ItemDisplayContext.GUI || + transformType == ItemDisplayContext.GROUND || + transformType == ItemDisplayContext.FIXED + if (render2d) { + val bakedModel = mc.modelManager.getModel(getModelResourceLocation()) + matrixStack.pushPose() + itemRenderer.render( + stack, + transformType, + true, + matrixStack, + buffer, + combinedLight, + combinedOverlay, + bakedModel) + matrixStack.popPose() + } else { + matrixStack.pushPose() + matrixStack.scale(1.0f, -1.0f, -1.0f) + val ivertexbuilder1 = + ItemRenderer.getFoilBufferDirect( + buffer, model!!.renderType(getTextureLocation()), false, stack.hasFoil()) + model!!.renderToBuffer( + matrixStack, + ivertexbuilder1, + combinedLight, + combinedOverlay, + 1.0f, + 1.0f, + 1.0f, + 1.0f) + matrixStack.popPose() + } + } + } + + abstract fun getModelResourceLocation(): ModelResourceLocation + + abstract fun getTextureLocation(): ResourceLocation +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt new file mode 100644 index 00000000..dbf0ec17 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt @@ -0,0 +1,35 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.client.renderer.trident.aq + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import io.github.realyusufismail.armourandtoolsmod.client.renderer.trident.ArmourToolsModTridentItemRenderer +import io.github.realyusufismail.armourandtoolsmod.common.entity.ArmourToolsModTridentEntity +import net.minecraft.client.renderer.entity.EntityRendererProvider +import net.minecraft.resources.ResourceLocation + +class AqumarineTridentItemRenderer(context: EntityRendererProvider.Context) : + ArmourToolsModTridentItemRenderer(context) { + private val location: ResourceLocation = + ArmourAndToolsMod.getModIdAndName("textures/entity/trident/aqumarine.png") + + override fun getTextureLocation(pEntity: ArmourToolsModTridentEntity): ResourceLocation { + return location + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt new file mode 100644 index 00000000..4eb1f0c5 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt @@ -0,0 +1,35 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.client.renderer.trident.aq + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import io.github.realyusufismail.armourandtoolsmod.client.renderer.trident.ArmourToolsModTridentRendererISTER +import net.minecraft.client.resources.model.ModelResourceLocation +import net.minecraft.resources.ResourceLocation + +class AqumarineTridentItemRendererISTER : ArmourToolsModTridentRendererISTER() { + override fun getTextureLocation(): ResourceLocation { + return ArmourAndToolsMod.getModIdAndName("textures/entity/trident/aqumarine.png") + } + + override fun getModelResourceLocation(): ModelResourceLocation { + return ModelResourceLocation( + ArmourAndToolsMod.getModIdAndName("aqumarine_trident"), "inventory") + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/AqumarineTridentEntity.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/AqumarineTridentEntity.kt new file mode 100644 index 00000000..3d1c0d22 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/AqumarineTridentEntity.kt @@ -0,0 +1,43 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.common.entity + +import io.github.realyusufismail.armourandtoolsmod.core.init.EntityTypeInit +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import net.minecraft.world.entity.EntityType +import net.minecraft.world.entity.LivingEntity +import net.minecraft.world.item.ItemStack +import net.minecraft.world.level.Level + +class AqumarineTridentEntity : ArmourToolsModTridentEntity { + + constructor(type: EntityType, world: Level) : super(type, world) { + this.tridentItem = ItemStack(ItemInit.AQUMARINE_TRIDENT.get()) + } + + constructor( + level: Level, + thrower: LivingEntity, + stack: ItemStack + ) : super(EntityTypeInit.AQUMARINE_THROWN_TRIDENT.get(), level, thrower, stack) + + override fun getBaseDamage(): Double { + return 8.0 + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/ArmourToolsModTridentEntity.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/ArmourToolsModTridentEntity.kt new file mode 100644 index 00000000..cfc09099 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/ArmourToolsModTridentEntity.kt @@ -0,0 +1,253 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.common.entity + +import net.minecraft.nbt.CompoundTag +import net.minecraft.nbt.Tag +import net.minecraft.network.protocol.Packet +import net.minecraft.network.protocol.game.ClientGamePacketListener +import net.minecraft.network.syncher.EntityDataSerializers +import net.minecraft.network.syncher.SynchedEntityData +import net.minecraft.server.level.ServerLevel +import net.minecraft.server.level.ServerPlayer +import net.minecraft.sounds.SoundEvent +import net.minecraft.sounds.SoundEvents +import net.minecraft.world.damagesource.DamageSource +import net.minecraft.world.entity.Entity +import net.minecraft.world.entity.EntityType +import net.minecraft.world.entity.LivingEntity +import net.minecraft.world.entity.player.Player +import net.minecraft.world.entity.projectile.AbstractArrow +import net.minecraft.world.entity.projectile.ThrownTrident +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.enchantment.EnchantmentHelper +import net.minecraft.world.level.Level +import net.minecraft.world.phys.EntityHitResult +import net.minecraft.world.phys.Vec3 +import net.minecraftforge.network.NetworkHooks + +/** @see ThrownTrident */ +abstract class ArmourToolsModTridentEntity : AbstractArrow { + var tridentItem: ItemStack? = null + private var dealtDamage = false + var returningTicks = 0 + var allowToTriggerThunderWithoutEnchantment = false + + constructor(type: EntityType, world: Level) : super(type, world) + + constructor( + type: EntityType, + level: Level, + thrower: LivingEntity, + stack: ItemStack + ) : super(type, thrower, level) { + tridentItem = stack.copy() + entityData.set(ID_LOYALTY, EnchantmentHelper.getLoyalty(stack).toByte()) + entityData.set(ID_FOIL, stack.hasFoil()) + } + + override fun defineSynchedData() { + super.defineSynchedData() + entityData.define(ID_LOYALTY, 0.toByte()) + entityData.define(ID_FOIL, false) + } + + /** Called to update the entity's position/logic. */ + override fun tick() { + if (inGroundTime > 4) { + dealtDamage = true + } + val entity = this.owner + + val i = entityData.get(ID_LOYALTY).toInt() + if (i > 0 && (dealtDamage || this.isNoPhysics) && entity != null) { + if (!isAcceptibleReturnOwner()) { + if (!level().isClientSide && pickup == Pickup.ALLOWED) { + this.spawnAtLocation(this.pickupItem, 0.1f) + } + discard() + } else { + setNoPhysics(true) + val vec3 = entity.eyePosition.subtract(position()) + setPosRaw(this.x, this.y + vec3.y * 0.015 * i.toDouble(), this.z) + if (level().isClientSide) { + yOld = this.y + } + val d0 = 0.05 * i.toDouble() + deltaMovement = deltaMovement.scale(0.95).add(vec3.normalize().scale(d0)) + if (returningTicks == 0) { + this.playSound(SoundEvents.TRIDENT_RETURN, 10.0f, 1.0f) + } + ++returningTicks + } + } + super.tick() + } + + fun isAcceptibleReturnOwner(): Boolean { + val shooter = this.owner + return if (shooter != null && shooter.isAlive) { + shooter !is ServerPlayer || !shooter.isSpectator() + } else { + false + } + } + + override fun getPickupItem(): ItemStack { + return tridentItem!!.copy() + } + + fun isFoil(): Boolean { + return entityData.get(ID_FOIL) + } + + /** Gets the EntityHitResult representing the entity hit */ + override fun findHitEntity(pStartVec: Vec3, pEndVec: Vec3): EntityHitResult? { + return if (dealtDamage) null else super.findHitEntity(pStartVec, pEndVec) + } + + abstract override fun getBaseDamage(): Double + + /** Called when the arrow hits an entity */ + override fun onHitEntity(pResult: EntityHitResult) { + val entity: Entity = pResult.entity + var damage = getBaseDamage().toFloat() + if (entity is LivingEntity) { + damage += EnchantmentHelper.getDamageBonus(tridentItem!!, entity.mobType) + } + + val shooter = this.owner + val damageSource: DamageSource = + this.level().damageSources().trident(this, (shooter ?: this)) + dealtDamage = true + var soundEvent = SoundEvents.TRIDENT_HIT + if (entity.hurt(damageSource, damage)) { + if (entity.type === EntityType.ENDERMAN) { + return + } + if (entity is LivingEntity) { + if (shooter is LivingEntity) { + EnchantmentHelper.doPostHurtEffects(entity, shooter) + EnchantmentHelper.doPostDamageEffects(shooter, entity) + } + doPostHurtEffects(entity) + } + } + + deltaMovement = deltaMovement.multiply(-0.01, -0.1, -0.01) + var f1 = 1.0f + + if (!allowToTriggerThunderWithoutEnchantment) { + if (level() is ServerLevel && level().isThundering && isChanneling()) { + val blockpos = entity.blockPosition() + if (level().canSeeSky(blockpos)) { + val lightningbolt = EntityType.LIGHTNING_BOLT.create(level()) + if (lightningbolt != null) { + lightningbolt.moveTo(Vec3.atBottomCenterOf(blockpos)) + lightningbolt.cause = if (shooter is ServerPlayer) shooter else null + level().addFreshEntity(lightningbolt) + soundEvent = SoundEvents.TRIDENT_THUNDER + f1 = 5.0f + } + } + } + } else { + if (level() is ServerLevel) { + val blockpos = entity.blockPosition() + if (level().canSeeSky(blockpos)) { + val lightningbolt = EntityType.LIGHTNING_BOLT.create(level()) + if (lightningbolt != null) { + lightningbolt.moveTo(Vec3.atBottomCenterOf(blockpos)) + lightningbolt.cause = if (shooter is ServerPlayer) shooter else null + level().addFreshEntity(lightningbolt) + soundEvent = SoundEvents.LIGHTNING_BOLT_THUNDER + f1 = 5.0f + } + } + } + } + + this.playSound(soundEvent, f1, 1.0f) + } + + fun isChanneling(): Boolean { + return EnchantmentHelper.hasChanneling(tridentItem!!) + } + + /** The sound made when an entity is hit by this projectile */ + override fun getDefaultHitGroundSoundEvent(): SoundEvent { + // TODO: make custom sound + return SoundEvents.TRIDENT_HIT_GROUND + } + + /** Called by a player entity when they collide with an entity */ + override fun playerTouch(pEntity: Player) { + if (ownedBy(pEntity) || this.owner == null) { + super.playerTouch(pEntity) + } + } + + /** (abstract) Protected helper method to read subclass entity data from NBT. */ + override fun readAdditionalSaveData(pCompound: CompoundTag) { + super.readAdditionalSaveData(pCompound) + if (pCompound.contains("Trident", Tag.TAG_COMPOUND.toInt())) { + tridentItem = ItemStack.of(pCompound.getCompound("Trident")) + } + dealtDamage = pCompound.getBoolean("DealtDamage") + entityData.set(ID_LOYALTY, EnchantmentHelper.getLoyalty(tridentItem!!).toByte()) + } + + override fun addAdditionalSaveData(pCompound: CompoundTag) { + super.addAdditionalSaveData(pCompound) + pCompound.put("Trident", tridentItem!!.save(CompoundTag())) + pCompound.putBoolean("DealtDamage", dealtDamage) + } + + public override fun tickDespawn() { + if (this.pickup != Pickup.ALLOWED || this.entityData.get(ID_LOYALTY) <= 0) { + super.tickDespawn() + } + } + + override fun getWaterInertia(): Float { + return 0.99f + } + + override fun shouldRender(pX: Double, pY: Double, pZ: Double): Boolean { + return true + } + + override fun getAddEntityPacket(): Packet { + return NetworkHooks.getEntitySpawningPacket(this) + } + + fun hasGlint(): Boolean { + return entityData.get(ID_FOIL) + } + + companion object { + @JvmStatic + val ID_LOYALTY = + SynchedEntityData.defineId( + ArmourToolsModTridentEntity::class.java, EntityDataSerializers.BYTE) + protected val ID_FOIL = + SynchedEntityData.defineId( + ArmourToolsModTridentEntity::class.java, EntityDataSerializers.BOOLEAN) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/MjolnirEntity.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/MjolnirEntity.kt new file mode 100644 index 00000000..42668c99 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/common/entity/MjolnirEntity.kt @@ -0,0 +1,48 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.common.entity + +import io.github.realyusufismail.armourandtoolsmod.core.init.EntityTypeInit +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import net.minecraft.world.entity.EntityType +import net.minecraft.world.entity.LivingEntity +import net.minecraft.world.item.ItemStack +import net.minecraft.world.level.Level + +open class MjolnirEntity : ArmourToolsModTridentEntity { + + constructor(type: EntityType, world: Level) : super(type, world) { + this.tridentItem = ItemStack(ItemInit.MJOLNIR.get()) + this.entityData.set(ID_LOYALTY, 1.toByte()) + this.allowToTriggerThunderWithoutEnchantment = true + } + + constructor( + level: Level, + thrower: LivingEntity, + stack: ItemStack + ) : super(EntityTypeInit.MJOLNIR.get(), level, thrower, stack) { + this.entityData.set(ID_LOYALTY, 1.toByte()) + this.allowToTriggerThunderWithoutEnchantment = true + } + + override fun getBaseDamage(): Double { + return 15.0 + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AmethystArmour.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AmethystArmour.kt new file mode 100644 index 00000000..135ddd56 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AmethystArmour.kt @@ -0,0 +1,31 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.armour + +import net.minecraft.world.item.ArmorItem +import net.minecraft.world.item.ArmorMaterial +import net.minecraft.world.item.ItemStack + +class AmethystArmour(materialIn: ArmorMaterial, armourType: Type, builder: Properties) : + ArmorItem(materialIn, armourType, builder) { + + override fun isFoil(stack: ItemStack): Boolean { + return true + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AqumarineArmour.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AqumarineArmour.kt new file mode 100644 index 00000000..9fd37c52 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/AqumarineArmour.kt @@ -0,0 +1,42 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.armour + +import net.minecraft.world.effect.MobEffectInstance +import net.minecraft.world.effect.MobEffects +import net.minecraft.world.entity.player.Player +import net.minecraft.world.item.ArmorItem +import net.minecraft.world.item.ArmorMaterial +import net.minecraft.world.item.ItemStack +import net.minecraft.world.level.Level + +class AqumarineArmour(materialIn: ArmorMaterial, armourType: Type, builder: Properties) : + ArmorItem(materialIn, armourType, builder) { + + override fun isFoil(stack: ItemStack): Boolean { + return false + } + + override fun onArmorTick(stack: ItemStack, world: Level, player: Player) { + if (player.isInWater) { + player.addEffect(MobEffectInstance(MobEffects.DOLPHINS_GRACE, 20, 0, false, false)) + player.addEffect(MobEffectInstance(MobEffects.WATER_BREATHING, 20, 0, false, false)) + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/EnderiteArmour.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/EnderiteArmour.kt new file mode 100644 index 00000000..375c99e6 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/EnderiteArmour.kt @@ -0,0 +1,31 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.armour + +import net.minecraft.world.item.ArmorItem +import net.minecraft.world.item.ArmorMaterial +import net.minecraft.world.item.ItemStack + +class EnderiteArmour(materialIn: ArmorMaterial, armourType: Type, builder: Properties) : + ArmorItem(materialIn, armourType, builder) { + + override fun isFoil(stack: ItemStack): Boolean { + return true + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/GraphiteArmour.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/GraphiteArmour.kt new file mode 100644 index 00000000..e162c1b3 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/GraphiteArmour.kt @@ -0,0 +1,31 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.armour + +import net.minecraft.world.item.ArmorItem +import net.minecraft.world.item.ArmorMaterial +import net.minecraft.world.item.ItemStack + +class GraphiteArmour(materialIn: ArmorMaterial, armourType: Type, builder: Properties) : + ArmorItem(materialIn, armourType, builder) { + + override fun isFoil(stack: ItemStack): Boolean { + return false + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RainbowArmour.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RainbowArmour.kt new file mode 100644 index 00000000..549315e1 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RainbowArmour.kt @@ -0,0 +1,31 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.armour + +import net.minecraft.world.item.ArmorItem +import net.minecraft.world.item.ArmorMaterial +import net.minecraft.world.item.ItemStack + +class RainbowArmour(materialIn: ArmorMaterial, armourType: Type, builder: Properties) : + ArmorItem(materialIn, armourType, builder) { + + override fun isFoil(stack: ItemStack): Boolean { + return true + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RubyArmour.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RubyArmour.kt new file mode 100644 index 00000000..05ef9ada --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/RubyArmour.kt @@ -0,0 +1,31 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.armour + +import net.minecraft.world.item.ArmorItem +import net.minecraft.world.item.ArmorMaterial +import net.minecraft.world.item.ItemStack + +class RubyArmour(materialIn: ArmorMaterial, armourType: Type, builder: Properties) : + ArmorItem(materialIn, armourType, builder) { + + override fun isFoil(stack: ItemStack): Boolean { + return true + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/SapphireArmour.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/SapphireArmour.kt new file mode 100644 index 00000000..e910ccb9 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/armour/SapphireArmour.kt @@ -0,0 +1,31 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.armour + +import net.minecraft.world.item.ArmorItem +import net.minecraft.world.item.ArmorMaterial +import net.minecraft.world.item.ItemStack + +class SapphireArmour(materialIn: ArmorMaterial, armourType: Type, builder: Properties) : + ArmorItem(materialIn, armourType, builder) { + + override fun isFoil(stack: ItemStack): Boolean { + return false + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/BlockInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/BlockInit.kt new file mode 100644 index 00000000..e9a29ae6 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/BlockInit.kt @@ -0,0 +1,266 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.blocks.CustomArmourCraftingTable +import io.github.realyusufismail.armourandtoolsmod.blocks.CustomToolCraftingTable +import io.github.realyusufismail.armourandtoolsmod.blocks.IngotFusionTollEnhancer +import io.github.realyusufismail.armourandtoolsmod.blocks.lit.RainbowLitBlock +import io.github.realyusufismail.armourandtoolsmod.blocks.lit.RubyLitBlock +import net.minecraft.world.item.BlockItem +import net.minecraft.world.item.Item +import net.minecraft.world.level.block.Block +import net.minecraft.world.level.block.Blocks +import net.minecraft.world.level.block.state.BlockBehaviour +import net.minecraftforge.registries.DeferredRegister +import net.minecraftforge.registries.ForgeRegistries +import thedarkcolour.kotlinforforge.forge.ObjectHolderDelegate +import thedarkcolour.kotlinforforge.forge.registerObject + +object BlockInit { + val BLOCKS: DeferredRegister = DeferredRegister.create(ForgeRegistries.BLOCKS, MOD_ID) + + val ORE_BLOCKS: MutableMap, ObjectHolderDelegate> = + mutableMapOf() + + val SMELT_ABLE_BLOCKS: MutableMap, ObjectHolderDelegate> = + mutableMapOf() + + val MINABLE_STONE_PICKAXE_BLOCKS: MutableList> = mutableListOf() + + val MINABLE_IRON_PICKAXE_BLOCKS: MutableList> = mutableListOf() + + val MINABLE_GOLD_PICKAXE_BLOCKS: MutableList> = mutableListOf() + + val MINABLE_DIAMOND_PICKAXE_BLOCKS: MutableList> = mutableListOf() + + val MINABLE_NETHERITE_PICKAXE_BLOCKS: MutableList> = mutableListOf() + + // ores + val RUBY_ORE = + registerSpecialSmeltAbleBlock( + "ruby_ore", ItemInit.RUBY, MinableBlockType.IRON_PICKAXE, ::RubyLitBlock) + + val RAINBOW_ORE = + registerSpecialSmeltAbleBlock( + "rainbow_ore", ItemInit.RAINBOW, MinableBlockType.DIAMOND_PICKAXE, ::RainbowLitBlock) + + val SAPPHIRE_ORE = + registerSmeltAbleBlock( + "sapphire_ore", + ItemInit.SAPPHIRE, + BlockBehaviour.Properties.copy(Blocks.GOLD_ORE).requiresCorrectToolForDrops(), + MinableBlockType.GOLD_PICKAXE) + + val GRAPHITE_ORE = + registerSmeltAbleBlock( + "graphite_ore", + ItemInit.GRAPHITE, + BlockBehaviour.Properties.copy(Blocks.DIAMOND_ORE).requiresCorrectToolForDrops(), + MinableBlockType.DIAMOND_PICKAXE) + + val AQUMARINE_ORE = + registerSmeltAbleBlock( + "aqumarine_ore", + ItemInit.AQUMARINE, + BlockBehaviour.Properties.copy(Blocks.DIAMOND_ORE).requiresCorrectToolForDrops(), + MinableBlockType.DIAMOND_PICKAXE) + + val ENDERITE_ORE = + registerSmeltAbleBlock( + "enderite_ore", + ItemInit.ENDERITE, + BlockBehaviour.Properties.copy(Blocks.DIAMOND_ORE).requiresCorrectToolForDrops(), + MinableBlockType.DIAMOND_PICKAXE) + + val IMPERIUM_ORE = + registerSmeltAbleBlock( + "imperium_ore", + ItemInit.IMPERIUM, + BlockBehaviour.Properties.copy(Blocks.IRON_ORE).requiresCorrectToolForDrops(), + MinableBlockType.IRON_PICKAXE) + + // deepslate ores + val DEEPSLATE_RUBY_ORE = + registerSpecialSmeltAbleBlock( + "deepslate_ruby_ore", ItemInit.RUBY, MinableBlockType.IRON_PICKAXE, ::RubyLitBlock) + + val DEEPSLATE_RAINBOW_ORE = + registerSpecialSmeltAbleBlock( + "deepslate_rainbow_ore", + ItemInit.RAINBOW, + MinableBlockType.DIAMOND_PICKAXE, + ::RainbowLitBlock) + + val DEEPSLATE_SAPPHIRE_ORE = + registerSmeltAbleBlock( + "deepslate_sapphire_ore", + ItemInit.SAPPHIRE, + BlockBehaviour.Properties.copy(Blocks.DEEPSLATE_GOLD_ORE).requiresCorrectToolForDrops(), + MinableBlockType.GOLD_PICKAXE) + + val DEEPSLATE_GRAPHITE_ORE = + registerSmeltAbleBlock( + "deepslate_graphite_ore", + ItemInit.GRAPHITE, + BlockBehaviour.Properties.copy(Blocks.DEEPSLATE_DIAMOND_ORE) + .requiresCorrectToolForDrops(), + MinableBlockType.DIAMOND_PICKAXE) + + val DEEPSLATE_AQUMARINE_ORE = + registerSmeltAbleBlock( + "deepslate_aqumarine_ore", + ItemInit.AQUMARINE, + BlockBehaviour.Properties.copy(Blocks.DEEPSLATE_DIAMOND_ORE) + .requiresCorrectToolForDrops(), + MinableBlockType.DIAMOND_PICKAXE) + + val DEEPSLATE_IMPERIUM_ORE = + registerSmeltAbleBlock( + "deepslate_imperium_ore", + ItemInit.IMPERIUM, + BlockBehaviour.Properties.copy(Blocks.DEEPSLATE_IRON_ORE).requiresCorrectToolForDrops(), + MinableBlockType.IRON_PICKAXE) + + // blocks + val RUBY_BLOCK = + registerOreBlock( + "ruby_block", + ItemInit.RUBY, + BlockBehaviour.Properties.copy(Blocks.IRON_BLOCK).requiresCorrectToolForDrops(), + MinableBlockType.IRON_PICKAXE) + val RAINBOW_BLOCK = + registerOreBlock( + "rainbow_block", + ItemInit.RAINBOW, + BlockBehaviour.Properties.copy(Blocks.DIAMOND_BLOCK).requiresCorrectToolForDrops(), + MinableBlockType.DIAMOND_PICKAXE) + + val SAPPHIRE_BLOCK = + registerOreBlock( + "sapphire_block", + ItemInit.SAPPHIRE, + BlockBehaviour.Properties.copy(Blocks.GOLD_BLOCK).requiresCorrectToolForDrops(), + MinableBlockType.GOLD_PICKAXE) + val GRAPHITE_BLOCK = + registerOreBlock( + "graphite_block", + ItemInit.GRAPHITE, + BlockBehaviour.Properties.copy(Blocks.DIAMOND_BLOCK).requiresCorrectToolForDrops(), + MinableBlockType.DIAMOND_PICKAXE) + + val AQUMARINE_BLOCK = + registerOreBlock( + "aqumarine_block", + ItemInit.AQUMARINE, + BlockBehaviour.Properties.copy(Blocks.DIAMOND_BLOCK).requiresCorrectToolForDrops(), + MinableBlockType.DIAMOND_PICKAXE) + + val ENDERITE_BLOCK = + registerOreBlock( + "enderite_block", + ItemInit.ENDERITE, + BlockBehaviour.Properties.copy(Blocks.DIAMOND_BLOCK).requiresCorrectToolForDrops(), + MinableBlockType.DIAMOND_PICKAXE) + + // custom recipe tables + val CUSTOM_ARMOUR_CRAFTING_TABLE = + registerSpecial("custom_armour_crafting_table", ::CustomArmourCraftingTable) + + val CUSTOM_TOOL_CRAFTING_TABLE = + registerSpecial("custom_tool_crafting_table", ::CustomToolCraftingTable) + + @JvmField + val INGOT_FUSION_TOLL_ENHANCER = + registerSpecial("ingot_fusion_toll_enhancer", ::IngotFusionTollEnhancer) + + private fun registerSpecial( + name: String, + supplier: () -> T, + minableTool: MinableBlockType = MinableBlockType.STONE_PICKAXE, + ): ObjectHolderDelegate { + val blockReg = BLOCKS.registerObject(name, supplier) + ItemInit.ITEMS.registerObject(name) { BlockItem(blockReg.get(), Item.Properties()) } + checkTypeOfMinableBlock(blockReg as ObjectHolderDelegate, minableTool) + return blockReg + } + + private fun registerSpecialSmeltAbleBlock( + name: String, + associatedOreIngot: ObjectHolderDelegate, + minableTool: MinableBlockType, + supplier: () -> Block + ): ObjectHolderDelegate { + + val blockReg = BLOCKS.registerObject(name, supplier) + ItemInit.ITEMS.registerObject(name) { BlockItem(blockReg.get(), Item.Properties()) } + + SMELT_ABLE_BLOCKS[blockReg] = associatedOreIngot + checkTypeOfMinableBlock(blockReg, minableTool) + + return blockReg + } + + private fun registerOreBlock( + name: String, + associatedOreIngot: ObjectHolderDelegate, + property: BlockBehaviour.Properties, + minableTool: MinableBlockType + ): ObjectHolderDelegate { + + val blockReg = BLOCKS.registerObject(name) { Block(property) } + + ItemInit.ITEMS.registerObject(name) { BlockItem(blockReg.get(), Item.Properties()) } + + ORE_BLOCKS[blockReg] = associatedOreIngot + checkTypeOfMinableBlock(blockReg, minableTool) + + return blockReg + } + + private fun registerSmeltAbleBlock( + name: String, + associatedOreIngot: ObjectHolderDelegate, + property: BlockBehaviour.Properties, + minableTool: MinableBlockType + ): ObjectHolderDelegate { + + val blockReg = BLOCKS.registerObject(name) { Block(property) } + ItemInit.ITEMS.registerObject(name) { BlockItem(blockReg.get(), Item.Properties()) } + + SMELT_ABLE_BLOCKS[blockReg] = associatedOreIngot + checkTypeOfMinableBlock(blockReg, minableTool) + + return blockReg + } + + private fun checkTypeOfMinableBlock( + block: ObjectHolderDelegate, + type: MinableBlockType + ) { + when (type) { + MinableBlockType.STONE_PICKAXE -> MINABLE_STONE_PICKAXE_BLOCKS.add(block) + MinableBlockType.IRON_PICKAXE -> MINABLE_IRON_PICKAXE_BLOCKS.add(block) + MinableBlockType.GOLD_PICKAXE -> MINABLE_GOLD_PICKAXE_BLOCKS.add(block) + MinableBlockType.DIAMOND_PICKAXE -> MINABLE_DIAMOND_PICKAXE_BLOCKS.add(block) + MinableBlockType.NETHERITE_PICKAXE -> MINABLE_NETHERITE_PICKAXE_BLOCKS.add(block) + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/CreativeModeTabInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/CreativeModeTabInit.kt new file mode 100644 index 00000000..62e3b3ff --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/CreativeModeTabInit.kt @@ -0,0 +1,55 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import net.minecraft.core.registries.Registries +import net.minecraft.network.chat.Component +import net.minecraft.world.item.CreativeModeTab +import net.minecraft.world.item.Item +import net.minecraft.world.item.ItemStack +import net.minecraft.world.level.block.Block +import net.minecraftforge.registries.DeferredRegister +import net.minecraftforge.registries.RegistryObject + +object CreativeModeTabInit { + val CREATIVE_MODE_TAB: DeferredRegister = + DeferredRegister.create(Registries.CREATIVE_MODE_TAB, ArmourAndToolsMod.MOD_ID) + + val ARMOUR_AND_TOOLS_GROUP: RegistryObject = + CREATIVE_MODE_TAB.register("armour_and_tools_tab") { + CreativeModeTab.builder() + .displayItems { + _: CreativeModeTab.ItemDisplayParameters, + output: CreativeModeTab.Output -> + ItemInit.ITEMS.entries + .stream() + .map { item: RegistryObject -> item.get().asItem() } + .forEach { pItem: Item -> output.accept(pItem) } + + BlockInit.BLOCKS.entries + .stream() + .map { item: RegistryObject -> item.get().asItem() } + .forEach { pItem: Item -> output.accept(pItem) } + } + .icon { ItemStack(ItemInit.SAPPHIRE.get()) } + .title(Component.translatable("creativetab.armourandtoolsmod")) + .build() + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/EnchantmentCategoryInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/EnchantmentCategoryInit.kt new file mode 100644 index 00000000..d74253b3 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/EnchantmentCategoryInit.kt @@ -0,0 +1,26 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init + +import io.github.realyusufismail.armourandtoolsmod.items.hammer.HammerItem +import net.minecraft.world.item.enchantment.EnchantmentCategory + +object EnchantmentCategoryInit { + val HAMMER = EnchantmentCategory.create("hammer") { item -> item is HammerItem } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/ItemInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/ItemInit.kt new file mode 100644 index 00000000..e0e875a2 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/ItemInit.kt @@ -0,0 +1,405 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.core.armour.* +import io.github.realyusufismail.armourandtoolsmod.core.material.ArmourMaterialInit +import io.github.realyusufismail.armourandtoolsmod.core.material.CustomShieldMaterial +import io.github.realyusufismail.armourandtoolsmod.core.material.CustomToolMaterial +import io.github.realyusufismail.armourandtoolsmod.items.CustomSwordItem +import io.github.realyusufismail.armourandtoolsmod.items.hammer.HammerItem +import io.github.realyusufismail.armourandtoolsmod.items.hammer.Mjolnir +import io.github.realyusufismail.armourandtoolsmod.items.hammer.StormBreaker +import io.github.realyusufismail.armourandtoolsmod.items.hammer.util.HammerLevel +import io.github.realyusufismail.armourandtoolsmod.items.shield.ArmourToolsModShieldItem +import io.github.realyusufismail.armourandtoolsmod.items.trident.AqumarineTridentItem +import net.minecraft.world.item.* +import net.minecraftforge.registries.DeferredRegister +import net.minecraftforge.registries.ForgeRegistries +import net.minecraftforge.registries.RegistryObject +import thedarkcolour.kotlinforforge.forge.ObjectHolderDelegate +import thedarkcolour.kotlinforforge.forge.registerObject + +object ItemInit { + val ITEMS: DeferredRegister = DeferredRegister.create(ForgeRegistries.ITEMS, MOD_ID) + val SMELT_ABLE_ITEM: MutableMap, ObjectHolderDelegate> = + mutableMapOf() + + // ore ingots + val RUBY: ObjectHolderDelegate = ITEMS.registerObject("ruby") { Item(Item.Properties()) } + val SAPPHIRE: ObjectHolderDelegate = + ITEMS.registerObject("sapphire") { Item(Item.Properties()) } + val GRAPHITE: ObjectHolderDelegate = + ITEMS.registerObject("graphite") { Item(Item.Properties()) } + val AQUMARINE: ObjectHolderDelegate = + ITEMS.registerObject("aqumarine") { Item(Item.Properties()) } + val RAINBOW: ObjectHolderDelegate = + ITEMS.registerObject("rainbow") { Item(Item.Properties()) } + val ENDERITE: ObjectHolderDelegate = + ITEMS.registerObject("enderite") { Item(Item.Properties()) } + val IMPERIUM: ObjectHolderDelegate = + ITEMS.registerObject("imperium") { Item(Item.Properties()) } + + // raw ores + val RAW_RUBY: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("raw_ruby", RUBY) { Item(Item.Properties()) } + val RAW_SAPPHIRE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("raw_sapphire", SAPPHIRE) { Item(Item.Properties()) } + val RAW_GRAPHITE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("raw_graphite", GRAPHITE) { Item(Item.Properties()) } + val RAW_AQUMARINE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("raw_aqumarine", AQUMARINE) { Item(Item.Properties()) } + val RAW_RAINBOW: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("raw_rainbow", RAINBOW) { Item(Item.Properties()) } + val RAW_ENDERITE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("raw_enderite", ENDERITE) { Item(Item.Properties()) } + val RAW_IMPERIUM: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("raw_imperium", IMPERIUM) { Item(Item.Properties()) } + + // armour + val AMETHYST_HELMET: ObjectHolderDelegate = + ITEMS.registerObject("amethyst_helmet") { + AmethystArmour(ArmourMaterialInit.AMETHYST, ArmorItem.Type.HELMET, Item.Properties()) + } + + val AMETHYST_CHESTPLATE: ObjectHolderDelegate = + ITEMS.registerObject("amethyst_chestplate") { + AmethystArmour( + ArmourMaterialInit.AMETHYST, ArmorItem.Type.CHESTPLATE, Item.Properties()) + } + + val AMETHYST_LEGGINGS: ObjectHolderDelegate = + ITEMS.registerObject("amethyst_leggings") { + AmethystArmour(ArmourMaterialInit.AMETHYST, ArmorItem.Type.LEGGINGS, Item.Properties()) + } + + val AMETHYST_BOOTS: ObjectHolderDelegate = + ITEMS.registerObject("amethyst_boots") { + AmethystArmour(ArmourMaterialInit.AMETHYST, ArmorItem.Type.BOOTS, Item.Properties()) + } + + val RUBY_HELMET: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("ruby_helmet", RUBY) { + RubyArmour(ArmourMaterialInit.RUBY, ArmorItem.Type.HELMET, Item.Properties()) + } + + val RUBY_CHESTPLATE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("ruby_chestplate", RUBY) { + RubyArmour(ArmourMaterialInit.RUBY, ArmorItem.Type.CHESTPLATE, Item.Properties()) + } + + val RUBY_LEGGINGS: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("ruby_leggings", RUBY) { + RubyArmour(ArmourMaterialInit.RUBY, ArmorItem.Type.LEGGINGS, Item.Properties()) + } + + val RUBY_BOOTS: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("ruby_boots", RUBY) { + RubyArmour(ArmourMaterialInit.RUBY, ArmorItem.Type.BOOTS, Item.Properties()) + } + + val SAPPHIRE_HELMET: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("sapphire_helmet", SAPPHIRE) { + SapphireArmour(ArmourMaterialInit.SAPPHIRE, ArmorItem.Type.HELMET, Item.Properties()) + } + + val SAPPHIRE_CHESTPLATE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("sapphire_chestplate", SAPPHIRE) { + SapphireArmour( + ArmourMaterialInit.SAPPHIRE, ArmorItem.Type.CHESTPLATE, Item.Properties()) + } + + val SAPPHIRE_LEGGINGS: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("sapphire_leggings", SAPPHIRE) { + SapphireArmour(ArmourMaterialInit.SAPPHIRE, ArmorItem.Type.LEGGINGS, Item.Properties()) + } + + val SAPPHIRE_BOOTS: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("sapphire_boots", SAPPHIRE) { + SapphireArmour(ArmourMaterialInit.SAPPHIRE, ArmorItem.Type.BOOTS, Item.Properties()) + } + + val GRAPHITE_HELMET: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("graphite_helmet", GRAPHITE) { + GraphiteArmour(ArmourMaterialInit.GRAPHITE, ArmorItem.Type.HELMET, Item.Properties()) + } + + val GRAPHITE_CHESTPLATE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("graphite_chestplate", GRAPHITE) { + GraphiteArmour( + ArmourMaterialInit.GRAPHITE, ArmorItem.Type.CHESTPLATE, Item.Properties()) + } + + val GRAPHITE_LEGGINGS: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("graphite_leggings", GRAPHITE) { + GraphiteArmour(ArmourMaterialInit.GRAPHITE, ArmorItem.Type.LEGGINGS, Item.Properties()) + } + + val GRAPHITE_BOOTS: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("graphite_boots", GRAPHITE) { + GraphiteArmour(ArmourMaterialInit.GRAPHITE, ArmorItem.Type.BOOTS, Item.Properties()) + } + + val AQUMARINE_HELMET: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("aqumarine_helmet", AQUMARINE) { + AqumarineArmour(ArmourMaterialInit.AQUMARINE, ArmorItem.Type.HELMET, Item.Properties()) + } + + val AQUMARINE_CHESTPLATE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("aqumarine_chestplate", AQUMARINE) { + AqumarineArmour( + ArmourMaterialInit.AQUMARINE, ArmorItem.Type.CHESTPLATE, Item.Properties()) + } + + val AQUMARINE_LEGGINGS: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("aqumarine_leggings", AQUMARINE) { + AqumarineArmour( + ArmourMaterialInit.AQUMARINE, ArmorItem.Type.LEGGINGS, Item.Properties()) + } + + val AQUMARINE_BOOTS: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("aqumarine_boots", AQUMARINE) { + AqumarineArmour(ArmourMaterialInit.AQUMARINE, ArmorItem.Type.BOOTS, Item.Properties()) + } + + val RAINBOW_HELMET: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("rainbow_helmet", RAINBOW) { + RainbowArmour(ArmourMaterialInit.RAINBOW, ArmorItem.Type.HELMET, Item.Properties()) + } + + val RAINBOW_CHESTPLATE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("rainbow_chestplate", RAINBOW) { + RainbowArmour(ArmourMaterialInit.RAINBOW, ArmorItem.Type.CHESTPLATE, Item.Properties()) + } + + val RAINBOW_LEGGINGS: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("rainbow_leggings", RAINBOW) { + RainbowArmour(ArmourMaterialInit.RAINBOW, ArmorItem.Type.LEGGINGS, Item.Properties()) + } + + val RAINBOW_BOOTS: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("rainbow_boots", RAINBOW) { + RainbowArmour(ArmourMaterialInit.RAINBOW, ArmorItem.Type.BOOTS, Item.Properties()) + } + + val ENDERITE_HELMET: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("enderite_helmet", ENDERITE) { + EnderiteArmour(ArmourMaterialInit.ENDERITE, ArmorItem.Type.HELMET, Item.Properties()) + } + + val ENDERITE_CHESTPLATE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("enderite_chestplate", ENDERITE) { + EnderiteArmour( + ArmourMaterialInit.ENDERITE, ArmorItem.Type.CHESTPLATE, Item.Properties()) + } + + val ENDERITE_LEGGINGS: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("enderite_leggings", ENDERITE) { + EnderiteArmour(ArmourMaterialInit.ENDERITE, ArmorItem.Type.LEGGINGS, Item.Properties()) + } + + val ENDERITE_BOOTS: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("enderite_boots", ENDERITE) { + EnderiteArmour(ArmourMaterialInit.ENDERITE, ArmorItem.Type.BOOTS, Item.Properties()) + } + + // Swords + val RUBY_SWORD: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("ruby_sword", RUBY) { + CustomSwordItem(CustomToolMaterial.RUBY_SWORD, 8, -2.6f, Item.Properties().stacksTo(1)) + } + + val ENDERITE_SWORD: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("enderite_sword", ENDERITE) { + CustomSwordItem( + CustomToolMaterial.ENDERITE_SWORD, 8, -2.5f, Item.Properties().stacksTo(1)) + } + + val AMETHYST_SWORD: ObjectHolderDelegate = + ITEMS.registerObject("amethyst_sword") { + CustomSwordItem( + CustomToolMaterial.AMETHYST_SWORD, 8, -2.5f, Item.Properties().stacksTo(1)) + } + + val SAPPHIRE_SWORD: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("sapphire_sword", SAPPHIRE) { + CustomSwordItem( + CustomToolMaterial.SAPPHIRE_SWORD, 9, -2.6f, Item.Properties().stacksTo(1)) + } + + val IMPERIUM_SWORD: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("imperium_sword", IMPERIUM) { + CustomSwordItem( + CustomToolMaterial.IMPERIUM_SWORD, 10, -2.7f, Item.Properties().stacksTo(1)) + } + + // Pickaxes + val RUBY_PICKAXE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("ruby_pickaxe", RUBY) { + PickaxeItem(CustomToolMaterial.RUBY_PICKAXE, 5, -2.8f, Item.Properties().stacksTo(1)) + } + + val ENDERITE_PICKAXE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("enderite_pickaxe", ENDERITE) { + PickaxeItem( + CustomToolMaterial.ENDERITE_PICKAXE, 6, -2.7f, Item.Properties().stacksTo(1)) + } + + val AMETHYST_PICKAXE: ObjectHolderDelegate = + ITEMS.registerObject("amethyst_pickaxe") { + PickaxeItem( + CustomToolMaterial.AMETHYST_PICKAXE, 5, -2.7f, Item.Properties().stacksTo(1)) + } + + val SAPPHIRE_PICKAXE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("sapphire_pickaxe", SAPPHIRE) { + PickaxeItem( + CustomToolMaterial.SAPPHIRE_PICKAXE, 6, -2.8f, Item.Properties().stacksTo(1)) + } + + val IMPERIUM_PICKAXE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("imperium_pickaxe", IMPERIUM) { + PickaxeItem( + CustomToolMaterial.IMPERIUM_PICKAXE, 7, -2.9f, Item.Properties().stacksTo(1)) + } + + val MAGMA_STRIKE_PICKAXE: ObjectHolderDelegate = + ITEMS.registerObject("magma_strike_pickaxe") { + PickaxeItem( + CustomToolMaterial.MAGMA_STRIKE_PICKAXE, 9, -3.0f, Item.Properties().stacksTo(1)) + } + + // Axes + val RUBY_AXE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("ruby_axe", RUBY) { + AxeItem(CustomToolMaterial.RUBY_AXE, 8F, -2.6f, Item.Properties().stacksTo(1)) + } + + val ENDERITE_AXE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("enderite_axe", ENDERITE) { + AxeItem(CustomToolMaterial.ENDERITE_AXE, 9F, -2.5f, Item.Properties().stacksTo(1)) + } + + val AMETHYST_AXE: ObjectHolderDelegate = + ITEMS.registerObject("amethyst_axe") { + AxeItem(CustomToolMaterial.AMETHYST_AXE, 7.5F, -2.5f, Item.Properties().stacksTo(1)) + } + + val SAPPHIRE_AXE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("sapphire_axe", SAPPHIRE) { + AxeItem(CustomToolMaterial.SAPPHIRE_AXE, 8.5F, -2.6f, Item.Properties().stacksTo(1)) + } + + // Shovels + val RUBY_SHOVEL: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("ruby_shovel", RUBY) { + ShovelItem(CustomToolMaterial.RUBY_SHOVEL, 3.5F, -3.0f, Item.Properties().stacksTo(1)) + } + + val ENDERITE_SHOVEL: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("enderite_shovel", ENDERITE) { + ShovelItem( + CustomToolMaterial.ENDERITE_SHOVEL, 4.5F, -3.0f, Item.Properties().stacksTo(1)) + } + + val AMETHYST_SHOVEL: ObjectHolderDelegate = + ITEMS.registerObject("amethyst_shovel") { + ShovelItem( + CustomToolMaterial.AMETHYST_SHOVEL, 3.5F, -3.0f, Item.Properties().stacksTo(1)) + } + + val SAPPHIRE_SHOVEL: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("sapphire_shovel", SAPPHIRE) { + ShovelItem( + CustomToolMaterial.SAPPHIRE_SHOVEL, 4.5F, -3.5f, Item.Properties().stacksTo(1)) + } + + // Hoes + val RUBY_HOE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("ruby_hoe", RUBY) { + HoeItem(CustomToolMaterial.RUBY_HOE, 1, -3.1f, Item.Properties().stacksTo(1)) + } + + val ENDERITE_HOE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("enderite_hoe", ENDERITE) { + HoeItem(CustomToolMaterial.ENDERITE_HOE, 2, -3.0f, Item.Properties().stacksTo(1)) + } + + val SAPPHIRE_HOE: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("sapphire_hoe", SAPPHIRE) { + HoeItem(CustomToolMaterial.SAPPHIRE_HOE, 2, -3.1f, Item.Properties().stacksTo(1)) + } + + // Hammers + + val DRAGON_DESTROYER: ObjectHolderDelegate = + ITEMS.registerObject("dragon_destroyer") { + HammerItem(CustomToolMaterial.DRAGON_DESTROYER, -3.6f, 10F, HammerLevel.LEGENDARY) + } + + val MJOLNIR: ObjectHolderDelegate = ITEMS.registerObject("mjolnir") { Mjolnir() } + + val STORMBREAKER: ObjectHolderDelegate = + ITEMS.registerObject("stormbreaker") { StormBreaker() } + + // Tridents + val AQUMARINE_TRIDENT: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("aqumarine_trident", AQUMARINE) { AqumarineTridentItem() } + + // Shields + val RUBY_SHIELD: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("ruby_shield", RUBY) { + ArmourToolsModShieldItem(410, CustomShieldMaterial.RUBY_SHIELD) + } + + val SAPPHIRE_SHIELD: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("sapphire_shield", SAPPHIRE) { + ArmourToolsModShieldItem(420, CustomShieldMaterial.SAPPHIRE_SHIELD) + } + + val GRAPHITE_SHIELD: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("graphite_shield", GRAPHITE) { + ArmourToolsModShieldItem(400, CustomShieldMaterial.GRAPHITE_SHIELD) + } + + val AQUMARINE_SHIELD: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("aqumarine_shield", AQUMARINE) { + ArmourToolsModShieldItem(450, CustomShieldMaterial.AQUMARINE_SHIELD) + } + + val RAINBOW_SHIELD: ObjectHolderDelegate = + ITEMS.registerSmeltableObject("rainbow_shield", RAINBOW) { + ArmourToolsModShieldItem(430, CustomShieldMaterial.RAINBOW_SHIELD) + } + + private fun DeferredRegister.registerSmeltableObject( + name: String, + associatedOreIngot: ObjectHolderDelegate, + supplier: () -> Item + ): ObjectHolderDelegate { + val registryObject: RegistryObject = this.register(name, supplier) + + val o = ObjectHolderDelegate(registryObject) + + SMELT_ABLE_ITEM[o] = associatedOreIngot + // note that this anonymous class inherits three types + return o + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/JEIRecipeTypes.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/JEIRecipeTypes.kt new file mode 100644 index 00000000..6722ddec --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/JEIRecipeTypes.kt @@ -0,0 +1,45 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import io.github.realyusufismail.armourandtoolsmod.recipe.armour.CustomArmourCraftingTableRecipe +import io.github.realyusufismail.armourandtoolsmod.recipe.infusion.IngotFusionTollEnhancerRecipe +import io.github.realyusufismail.armourandtoolsmod.recipe.tool.CustomToolCraftingTableRecipe +import mezz.jei.api.recipe.RecipeType + +object JEIRecipeTypes { + val toolCrafting: RecipeType = + RecipeType.create( + ArmourAndToolsMod.MOD_ID, + "custom_tool_crafting_table", + CustomToolCraftingTableRecipe::class.java) + + val armourCrafting: RecipeType = + RecipeType.create( + ArmourAndToolsMod.MOD_ID, + "custom_armour_crafting_table", + CustomArmourCraftingTableRecipe::class.java) + + val ingotFusionTollEnhancer: RecipeType = + RecipeType.create( + ArmourAndToolsMod.MOD_ID, + "ingot_fusion_toll_enhancer", + IngotFusionTollEnhancerRecipe::class.java) +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MenuTypeInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MenuTypeInit.kt new file mode 100644 index 00000000..6a920dbb --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MenuTypeInit.kt @@ -0,0 +1,78 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.blocks.armour.CustomArmourCraftingTableMenu +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.IngotFusionTollEnhancerMenu +import io.github.realyusufismail.armourandtoolsmod.blocks.tool.CustomToolCraftingTableMenu +import net.minecraft.world.flag.FeatureFlagSet +import net.minecraft.world.flag.FeatureFlags +import net.minecraft.world.inventory.AbstractContainerMenu +import net.minecraft.world.inventory.MenuType +import net.minecraft.world.inventory.MenuType.MenuSupplier +import net.minecraftforge.common.extensions.IForgeMenuType +import net.minecraftforge.registries.DeferredRegister +import net.minecraftforge.registries.ForgeRegistries +import thedarkcolour.kotlinforforge.forge.ObjectHolderDelegate +import thedarkcolour.kotlinforforge.forge.registerObject + +object MenuTypeInit { + val MENU: DeferredRegister> = + DeferredRegister.create(ForgeRegistries.MENU_TYPES, MOD_ID) + + val CUSTOM_ARMOUR_CRAFTING_TABLE_MENU: + ObjectHolderDelegate> = + register("custom_armour_crafting_table", ::CustomArmourCraftingTableMenu) + + val CUSTOM_TOOL_CRAFTING_TABLE_MENU: + ObjectHolderDelegate> = + register("custom_tool_crafting_table", ::CustomToolCraftingTableMenu) + + @JvmField + val INGOT_FUSION_TOLL_ENHANCER_MENU: + ObjectHolderDelegate> = + MENU.registerObject("ingot_fusion_toll_enhancer") { + // TODO : Get null here. + IForgeMenuType.create { pContainerId, pInventory, pData -> + IngotFusionTollEnhancerMenu(pContainerId, pInventory, pData) + } + } + .setGuiTitle("container.ingot_fusion_toll_enhancer") + + private fun register( + name: String, + pFactory: MenuSupplier, + featureFlagSet: FeatureFlagSet = FeatureFlags.REGISTRY.allFlags() + ): ObjectHolderDelegate> { + return MENU.registerObject(name) { MenuType(pFactory, featureFlagSet) } + .setGuiTitle("container.$name") + } + + private var menuGuiTitle: String? = null + + private fun ObjectHolderDelegate.setGuiTitle(s: String): ObjectHolderDelegate { + menuGuiTitle = s + return this + } + + fun ObjectHolderDelegate.getMenuGuiTitle(): String { + return menuGuiTitle ?: throw IllegalStateException("Menu gui title not set") + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MinableBlockType.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MinableBlockType.kt new file mode 100644 index 00000000..59f75c04 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MinableBlockType.kt @@ -0,0 +1,27 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init + +enum class MinableBlockType { + STONE_PICKAXE, + IRON_PICKAXE, + GOLD_PICKAXE, + DIAMOND_PICKAXE, + NETHERITE_PICKAXE +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MobEffectsInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MobEffectsInit.kt new file mode 100644 index 00000000..973a3a41 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/MobEffectsInit.kt @@ -0,0 +1,35 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.effect.WorthyEffect +import net.minecraft.world.effect.MobEffect +import net.minecraftforge.registries.DeferredRegister +import net.minecraftforge.registries.ForgeRegistries +import net.minecraftforge.registries.RegistryObject + +object MobEffectsInit { + val MOB_EFFECTS: DeferredRegister = + DeferredRegister.create(ForgeRegistries.MOB_EFFECTS, MOD_ID) + + // WORTHY_EFFECT has no effect, it just an indication that the potion is worthy to use mjolnir + val WORTHY_EFFECT: RegistryObject = + MOB_EFFECTS.register("worthy_effect") { WorthyEffect() } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/PotionsInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/PotionsInit.kt new file mode 100644 index 00000000..5dccedc1 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/PotionsInit.kt @@ -0,0 +1,40 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import net.minecraft.world.effect.MobEffect +import net.minecraft.world.effect.MobEffectInstance +import net.minecraft.world.item.alchemy.Potion +import net.minecraftforge.registries.DeferredRegister +import net.minecraftforge.registries.ForgeRegistries +import thedarkcolour.kotlinforforge.forge.ObjectHolderDelegate +import thedarkcolour.kotlinforforge.forge.registerObject + +/** @see MobEffect */ +object PotionsInit { + val POTION: DeferredRegister = + DeferredRegister.create(ForgeRegistries.POTIONS, ArmourAndToolsMod.MOD_ID) + + // WORTHY_POTION has no effect, it just an indication that the potion is worthy to use mjolnir + val WORTHY_POTION: ObjectHolderDelegate = + POTION.registerObject("worthy_potion") { + Potion(MobEffectInstance(MobEffectsInit.WORTHY_EFFECT.get(), 9999, 0, false, false)) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeBookTypesInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeBookTypesInit.kt new file mode 100644 index 00000000..85d26596 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeBookTypesInit.kt @@ -0,0 +1,27 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init + +import net.minecraft.world.inventory.RecipeBookType + +object RecipeBookTypesInit { + val ARMOUR_CRAFTING: RecipeBookType = RecipeBookType.create("armour_crafting") + val TOOL_CRAFTING: RecipeBookType = RecipeBookType.create("tool_crafting") + @JvmField val INGOT_FUSION: RecipeBookType = RecipeBookType.create("ingot_fusion") +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeCategoriesInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeCategoriesInit.kt new file mode 100644 index 00000000..5bbcad80 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeCategoriesInit.kt @@ -0,0 +1,294 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init + +import com.google.common.base.Supplier +import com.google.common.base.Suppliers +import com.google.common.collect.ImmutableList +import io.github.realyusufismail.armourandtoolsmod.blocks.armour.book.CustomArmourCraftingBookCategory +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.book.IngotFusionTollEnhancerRecipeBookCategory +import io.github.realyusufismail.armourandtoolsmod.blocks.tool.book.CustomToolsCraftingBookCategory +import io.github.realyusufismail.armourandtoolsmod.recipe.armour.CustomArmourCraftingTableRecipe +import io.github.realyusufismail.armourandtoolsmod.recipe.infusion.IngotFusionTollEnhancerRecipe +import io.github.realyusufismail.armourandtoolsmod.recipe.tool.CustomToolCraftingTableRecipe +import net.minecraft.client.RecipeBookCategories +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.Items +import net.minecraftforge.client.event.RegisterRecipeBookCategoriesEvent + +object RecipeCategoriesInit { + + private val ARMOUR_CRAFTING_SEARCH: Supplier = + Suppliers.memoize { + RecipeBookCategories.create("ARMOUR_CRAFTING", ItemStack(Items.COMPASS)) + } + + private val ARMOUR_CRAFTING_HELMET: Supplier = + Suppliers.memoize { + RecipeBookCategories.create( + "ARMOUR_CRAFTING_HELMET", ItemStack(ItemInit.AQUMARINE_HELMET.get())) + } + + private val ARMOUR_CRAFTING_CHESTPLATE: Supplier = + Suppliers.memoize { + RecipeBookCategories.create( + "ARMOUR_CRAFTING_CHESTPLATE", ItemStack(ItemInit.AQUMARINE_CHESTPLATE.get())) + } + + private val ARMOUR_CRAFTING_LEGGINGS: Supplier = + Suppliers.memoize { + RecipeBookCategories.create( + "ARMOUR_CRAFTING_LEGGINGS", ItemStack(ItemInit.AQUMARINE_LEGGINGS.get())) + } + + private val ARMOUR_CRAFTING_BOOTS: Supplier = + Suppliers.memoize { + RecipeBookCategories.create( + "ARMOUR_CRAFTING_BOOTS", ItemStack(ItemInit.AQUMARINE_BOOTS.get())) + } + + private val ARMOUR_CRAFTING_MISC: Supplier = + Suppliers.memoize { + RecipeBookCategories.create( + "ARMOUR_CRAFTING_MISC", ItemStack(ItemInit.AQUMARINE_HELMET.get())) + } + + // Tool + private val TOOL_CRAFTING_SEARCH: Supplier = + Suppliers.memoize { + RecipeBookCategories.create("TOOL_CRAFTING_SEARCH", ItemStack(Items.COMPASS)) + } + + private val TOOL_CRAFTING_SWORD: Supplier = + Suppliers.memoize { + RecipeBookCategories.create("TOOL_CRAFTING_SWORD", ItemStack(Items.DIAMOND_SWORD)) + } + + private val TOOL_CRAFTING_PICKAXE: Supplier = + Suppliers.memoize { + RecipeBookCategories.create("TOOL_CRAFTING_PICKAXE", ItemStack(Items.DIAMOND_PICKAXE)) + } + + private val TOOL_CRAFTING_AXE: Supplier = + Suppliers.memoize { + RecipeBookCategories.create("TOOL_CRAFTING_AXE", ItemStack(Items.DIAMOND_AXE)) + } + + private val TOOL_CRAFTING_SHOVEL: Supplier = + Suppliers.memoize { + RecipeBookCategories.create("TOOL_CRAFTING_SHOVEL", ItemStack(Items.DIAMOND_SHOVEL)) + } + + private val TOOL_CRAFTING_HOE: Supplier = + Suppliers.memoize { + RecipeBookCategories.create("TOOL_CRAFTING_HOE", ItemStack(Items.DIAMOND_HOE)) + } + + private val TOOL_CRAFTING_SHIELD: Supplier = + Suppliers.memoize { + RecipeBookCategories.create("TOOL_CRAFTING_SHIELD", ItemStack(Items.SHIELD)) + } + + private val TOOL_CRAFTING_TRIDENT: Supplier = + Suppliers.memoize { + RecipeBookCategories.create("TOOL_CRAFTING_TRIDENT", ItemStack(Items.TRIDENT)) + } + + private val TOOL_CRAFTING_MISC: Supplier = + Suppliers.memoize { + RecipeBookCategories.create("TOOL_CRAFTING_MISC", ItemStack(Items.DIAMOND_SHOVEL)) + } + + private val INGOT_FUSION_TOLL_ENHANCER_SEARCH: Supplier = + Suppliers.memoize { + RecipeBookCategories.create( + "INGOT_FUSION_TOLL_ENHANCER_SEARCH", ItemStack(Items.COMPASS)) + } + + private val INGOT_FUSION_TOLL_ENHANCER_TOOL: Supplier = + Suppliers.memoize { + RecipeBookCategories.create( + "INGOT_FUSION_TOLL_ENHANCER_TOOL", ItemStack(ItemInit.MAGMA_STRIKE_PICKAXE.get())) + } + + private val INGOT_FUSION_TOLL_ENHANCER_ARMOUR: Supplier = + Suppliers.memoize { + RecipeBookCategories.create( + "INGOT_FUSION_TOLL_ENHANCER_ARMOUR", ItemStack(ItemInit.RAINBOW_CHESTPLATE.get())) + } + + private val INGOT_FUSION_TOLL_ENHANCER_MISC: Supplier = + Suppliers.memoize { + RecipeBookCategories.create( + "INGOT_FUSION_TOLL_ENHANCER_MISC", ItemStack(Items.DIAMOND_SHOVEL)) + } + + fun registerRecipeBookCategories(event: RegisterRecipeBookCategoriesEvent) { + event.registerBookCategories( + RecipeBookTypesInit.ARMOUR_CRAFTING, + ImmutableList.of( + ARMOUR_CRAFTING_SEARCH.get(), + ARMOUR_CRAFTING_HELMET.get(), + ARMOUR_CRAFTING_CHESTPLATE.get(), + ARMOUR_CRAFTING_LEGGINGS.get(), + ARMOUR_CRAFTING_BOOTS.get(), + ARMOUR_CRAFTING_MISC.get())) + + event.registerAggregateCategory( + ARMOUR_CRAFTING_SEARCH.get(), + ImmutableList.of( + ARMOUR_CRAFTING_HELMET.get(), + ARMOUR_CRAFTING_CHESTPLATE.get(), + ARMOUR_CRAFTING_LEGGINGS.get(), + ARMOUR_CRAFTING_BOOTS.get(), + ARMOUR_CRAFTING_MISC.get())) + + event.registerAggregateCategory( + ARMOUR_CRAFTING_HELMET.get(), listOf(ARMOUR_CRAFTING_HELMET.get())) + + event.registerAggregateCategory( + ARMOUR_CRAFTING_CHESTPLATE.get(), listOf(ARMOUR_CRAFTING_CHESTPLATE.get())) + + event.registerAggregateCategory( + ARMOUR_CRAFTING_LEGGINGS.get(), listOf(ARMOUR_CRAFTING_LEGGINGS.get())) + + event.registerAggregateCategory( + ARMOUR_CRAFTING_BOOTS.get(), listOf(ARMOUR_CRAFTING_BOOTS.get())) + + event.registerRecipeCategoryFinder(RecipeTypeInit.ARMOUR_CRAFTING.get()) { + if (it is CustomArmourCraftingTableRecipe) { + when (it.category()) { + CustomArmourCraftingBookCategory.ARMOUR_HEAD -> ARMOUR_CRAFTING_HELMET.get() + CustomArmourCraftingBookCategory.ARMOUR_CHEST -> + ARMOUR_CRAFTING_CHESTPLATE.get() + CustomArmourCraftingBookCategory.ARMOUR_LEGS -> ARMOUR_CRAFTING_LEGGINGS.get() + CustomArmourCraftingBookCategory.ARMOUR_FEET -> ARMOUR_CRAFTING_BOOTS.get() + else -> { + ARMOUR_CRAFTING_MISC.get() + } + } + } else { + ARMOUR_CRAFTING_MISC.get() + } + } + + event.registerBookCategories( + RecipeBookTypesInit.TOOL_CRAFTING, + ImmutableList.of( + TOOL_CRAFTING_SEARCH.get(), + TOOL_CRAFTING_SWORD.get(), + TOOL_CRAFTING_PICKAXE.get(), + TOOL_CRAFTING_AXE.get(), + TOOL_CRAFTING_SHOVEL.get(), + TOOL_CRAFTING_HOE.get(), + TOOL_CRAFTING_SHIELD.get(), + TOOL_CRAFTING_TRIDENT.get(), + TOOL_CRAFTING_MISC.get())) + + event.registerAggregateCategory( + TOOL_CRAFTING_SEARCH.get(), + ImmutableList.of( + TOOL_CRAFTING_SWORD.get(), + TOOL_CRAFTING_PICKAXE.get(), + TOOL_CRAFTING_AXE.get(), + TOOL_CRAFTING_SHOVEL.get(), + TOOL_CRAFTING_HOE.get(), + TOOL_CRAFTING_SHIELD.get(), + TOOL_CRAFTING_TRIDENT.get(), + TOOL_CRAFTING_MISC.get())) + + event.registerAggregateCategory( + TOOL_CRAFTING_SWORD.get(), listOf(TOOL_CRAFTING_SWORD.get())) + + event.registerAggregateCategory( + TOOL_CRAFTING_PICKAXE.get(), listOf(TOOL_CRAFTING_PICKAXE.get())) + + event.registerAggregateCategory(TOOL_CRAFTING_AXE.get(), listOf(TOOL_CRAFTING_AXE.get())) + + event.registerAggregateCategory( + TOOL_CRAFTING_SHOVEL.get(), listOf(TOOL_CRAFTING_SHOVEL.get())) + + event.registerAggregateCategory(TOOL_CRAFTING_HOE.get(), listOf(TOOL_CRAFTING_HOE.get())) + + event.registerAggregateCategory( + TOOL_CRAFTING_SHIELD.get(), listOf(TOOL_CRAFTING_SHIELD.get())) + + event.registerAggregateCategory( + TOOL_CRAFTING_TRIDENT.get(), listOf(TOOL_CRAFTING_TRIDENT.get())) + + event.registerAggregateCategory(TOOL_CRAFTING_MISC.get(), listOf(TOOL_CRAFTING_MISC.get())) + + event.registerRecipeCategoryFinder(RecipeTypeInit.TOOL_CRAFTING.get()) { + if (it is CustomToolCraftingTableRecipe) { + when (it.category()) { + CustomToolsCraftingBookCategory.SWORD -> TOOL_CRAFTING_SWORD.get() + CustomToolsCraftingBookCategory.PICKAXE -> TOOL_CRAFTING_PICKAXE.get() + CustomToolsCraftingBookCategory.AXE -> TOOL_CRAFTING_AXE.get() + CustomToolsCraftingBookCategory.SHOVEL -> TOOL_CRAFTING_SHOVEL.get() + CustomToolsCraftingBookCategory.HOE -> TOOL_CRAFTING_HOE.get() + CustomToolsCraftingBookCategory.MISC -> TOOL_CRAFTING_MISC.get() + CustomToolsCraftingBookCategory.SHIELD -> TOOL_CRAFTING_SHIELD.get() + CustomToolsCraftingBookCategory.TRIDENT -> TOOL_CRAFTING_TRIDENT.get() + } + } else { + TOOL_CRAFTING_MISC.get() + } + } + + event.registerBookCategories( + RecipeBookTypesInit.INGOT_FUSION, + ImmutableList.of( + INGOT_FUSION_TOLL_ENHANCER_SEARCH.get(), + INGOT_FUSION_TOLL_ENHANCER_TOOL.get(), + INGOT_FUSION_TOLL_ENHANCER_ARMOUR.get(), + INGOT_FUSION_TOLL_ENHANCER_MISC.get())) + + event.registerAggregateCategory( + INGOT_FUSION_TOLL_ENHANCER_SEARCH.get(), + ImmutableList.of( + INGOT_FUSION_TOLL_ENHANCER_TOOL.get(), + INGOT_FUSION_TOLL_ENHANCER_ARMOUR.get(), + INGOT_FUSION_TOLL_ENHANCER_MISC.get())) + + event.registerAggregateCategory( + INGOT_FUSION_TOLL_ENHANCER_TOOL.get(), listOf(INGOT_FUSION_TOLL_ENHANCER_TOOL.get())) + + event.registerAggregateCategory( + INGOT_FUSION_TOLL_ENHANCER_ARMOUR.get(), + listOf(INGOT_FUSION_TOLL_ENHANCER_ARMOUR.get())) + + event.registerAggregateCategory( + INGOT_FUSION_TOLL_ENHANCER_MISC.get(), listOf(INGOT_FUSION_TOLL_ENHANCER_MISC.get())) + + event.registerRecipeCategoryFinder(RecipeTypeInit.INGOT_FUSION_TOLL_ENHANCER.get()) { + if (it is IngotFusionTollEnhancerRecipe) { + when (it.category) { + IngotFusionTollEnhancerRecipeBookCategory.TOOL -> + INGOT_FUSION_TOLL_ENHANCER_TOOL.get() + IngotFusionTollEnhancerRecipeBookCategory.ARMOUR -> + INGOT_FUSION_TOLL_ENHANCER_ARMOUR.get() + IngotFusionTollEnhancerRecipeBookCategory.MISC -> + INGOT_FUSION_TOLL_ENHANCER_MISC.get() + } + } else { + INGOT_FUSION_TOLL_ENHANCER_MISC.get() + } + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeSerializerInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeSerializerInit.kt new file mode 100644 index 00000000..d4a5279b --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeSerializerInit.kt @@ -0,0 +1,55 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.recipe.armour.CustomArmourCraftingTableShapedRecipe +import io.github.realyusufismail.armourandtoolsmod.recipe.infusion.IngotFusionTollEnhancerRecipe +import io.github.realyusufismail.armourandtoolsmod.recipe.tool.CustomToolCraftingTableShapedRecipe +import net.minecraft.world.item.crafting.Recipe +import net.minecraft.world.item.crafting.RecipeSerializer +import net.minecraftforge.registries.DeferredRegister +import net.minecraftforge.registries.ForgeRegistries +import thedarkcolour.kotlinforforge.forge.ObjectHolderDelegate +import thedarkcolour.kotlinforforge.forge.registerObject + +object RecipeSerializerInit { + val SERIALIZERS: DeferredRegister> = + DeferredRegister.create(ForgeRegistries.RECIPE_SERIALIZERS, MOD_ID) + + val CUSTOM_ARMOUR_CRAFTER: + ObjectHolderDelegate> = + register("custom_armour_crafter", CustomArmourCraftingTableShapedRecipe.Serializer()) + + val CUSTOM_TOOL_CRAFTER: + ObjectHolderDelegate> = + register("custom_tool_crafter", CustomToolCraftingTableShapedRecipe.Serializer()) + + @JvmField + val INGOT_FUSION_TOLL_ENHANCER_RECIPE: + ObjectHolderDelegate> = + register("ingot_fusion_toll_enhancer", IngotFusionTollEnhancerRecipe.Serializer()) + + private fun , T : Recipe<*>> register( + pKey: String, + pRecipeSerializer: S, + ): ObjectHolderDelegate { + return SERIALIZERS.registerObject(pKey) { pRecipeSerializer } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeTypeInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeTypeInit.kt new file mode 100644 index 00000000..99e270e7 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/RecipeTypeInit.kt @@ -0,0 +1,53 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.recipe.armour.CustomArmourCraftingTableRecipe +import io.github.realyusufismail.armourandtoolsmod.recipe.infusion.IngotFusionTollEnhancerRecipe +import io.github.realyusufismail.armourandtoolsmod.recipe.tool.CustomToolCraftingTableRecipe +import net.minecraft.resources.ResourceLocation +import net.minecraft.world.item.crafting.RecipeType +import net.minecraftforge.registries.DeferredRegister +import net.minecraftforge.registries.ForgeRegistries +import thedarkcolour.kotlinforforge.forge.ObjectHolderDelegate +import thedarkcolour.kotlinforforge.forge.registerObject + +/** @see net.minecraft.stats.RecipeBookSettings */ +object RecipeTypeInit { + val RECIPE_TYPES: DeferredRegister> = + DeferredRegister.create(ForgeRegistries.RECIPE_TYPES, MOD_ID) + + val ARMOUR_CRAFTING: ObjectHolderDelegate> = + RECIPE_TYPES.registerObject("armour_crafting") { + RecipeType.simple(ResourceLocation(MOD_ID, "armour_crafting")) + } + + val TOOL_CRAFTING: ObjectHolderDelegate> = + RECIPE_TYPES.registerObject("tool_crafting") { + RecipeType.simple(ResourceLocation(MOD_ID, "tool_crafting")) + } + + @JvmField + val INGOT_FUSION_TOLL_ENHANCER: + ObjectHolderDelegate> = + RECIPE_TYPES.registerObject("ingot_fusion_toll_enhancer") { + RecipeType.simple(ResourceLocation(MOD_ID, "ingot_fusion_toll_enhancer")) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/TagsInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/TagsInit.kt new file mode 100644 index 00000000..840e5ad9 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/TagsInit.kt @@ -0,0 +1,295 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.init + +import java.util.* +import net.minecraft.resources.ResourceLocation +import net.minecraft.tags.BlockTags +import net.minecraft.tags.ItemTags +import net.minecraft.tags.TagKey +import net.minecraft.world.item.Item +import net.minecraft.world.level.block.Block + +object TagsInit { + + object BlockTagsInit { + val ORES_RUBY: TagKey = + ResourceLocation.tryParse("forge:ores/ruby_ores")?.let { BlockTags.create(it) } + ?: throw Exception("Failed to create tag") + + val ORES_RAINBOW: TagKey = + ResourceLocation.tryParse("forge:ores/rainbow_ores")?.let { BlockTags.create(it) } + ?: throw Exception("Failed to create tag") + + val ORES_SAPPHIRE: TagKey = + ResourceLocation.tryParse("forge:ores/sapphire_ores")?.let { BlockTags.create(it) } + ?: throw Exception("Failed to create tag") + + val ORES_GRAPHITE: TagKey = + ResourceLocation.tryParse("forge:ores/graphite_ores")?.let { BlockTags.create(it) } + ?: throw Exception("Failed to create tag") + + val ORES_AQUMARINE: TagKey = + ResourceLocation.tryParse("forge:ores/aqumarine_ores")?.let { BlockTags.create(it) } + ?: throw Exception("Failed to create tag") + + val ORES_ENDERITE: TagKey = + ResourceLocation.tryParse("forge:ores/enderite_ores")?.let { BlockTags.create(it) } + ?: throw Exception("Failed to create tag") + + val ORES_IMPERIUM: TagKey = + ResourceLocation.tryParse("forge:ores/imperium_ores")?.let { BlockTags.create(it) } + ?: throw Exception("Failed to create tag") + + // deepslate ores + val DEEPSLATE_ORES_RUBY: TagKey = + ResourceLocation.tryParse("forge:deepslate_ores/ruby_ores")?.let { + BlockTags.create(it) + } + ?: throw Exception("Failed to create tag") + + val DEEPSLATE_ORES_RAINBOW: TagKey = + ResourceLocation.tryParse("forge:deepslate_ores/rainbow_ores")?.let { + BlockTags.create(it) + } + ?: throw Exception("Failed to create tag") + + val DEEPSLATE_ORES_SAPPHIRE: TagKey = + ResourceLocation.tryParse("forge:deepslate_ores/sapphire_ores")?.let { + BlockTags.create(it) + } + ?: throw Exception("Failed to create tag") + + val DEEPSLATE_ORES_GRAPHITE: TagKey = + ResourceLocation.tryParse("forge:deepslate_ores/graphite_ores")?.let { + BlockTags.create(it) + } + ?: throw Exception("Failed to create tag") + + val DEEPSLATE_ORES_AQUMARINE: TagKey = + ResourceLocation.tryParse("forge:deepslate_ores/aqumarine_ores")?.let { + BlockTags.create(it) + } + ?: throw Exception("Failed to create tag") + + val DEEPSLATE_ORES_IMPERIUM: TagKey = + ResourceLocation.tryParse("forge:deepslate_ores/imperium_ores")?.let { + BlockTags.create(it) + } + ?: throw Exception("Failed to create tag") + + // storage blocks + val STORAGE_RUBY = + ResourceLocation.tryParse("forge:storage_blocks/ruby")?.let { BlockTags.create(it) } + ?: throw Exception("Failed to create tag") + + val STORAGE_RAINBOW = + ResourceLocation.tryParse("forge:storage_blocks/rainbow")?.let { BlockTags.create(it) } + ?: throw Exception("Failed to create tag") + + val STORAGE_SAPPHIRE = + ResourceLocation.tryParse("forge:storage_blocks/sapphire")?.let { BlockTags.create(it) } + ?: throw Exception("Failed to create tag") + + val STORAGE_GRAPHITE = + ResourceLocation.tryParse("forge:storage_blocks/graphite")?.let { BlockTags.create(it) } + ?: throw Exception("Failed to create tag") + + val STORAGE_AQUMARINE = + ResourceLocation.tryParse("forge:storage_blocks/aqumarine")?.let { + BlockTags.create(it) + } + ?: throw Exception("Failed to create tag") + + val STORAGE_ENDERITE = + ResourceLocation.tryParse("forge:storage_blocks/enderite")?.let { BlockTags.create(it) } + ?: throw Exception("Failed to create tag") + } + + object ItemTagsInit { + val ORES_RUBY: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:ores/ruby_ores") + ?: throw Exception("Failed to create tag")) + + val ORES_RAINBOW: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:ores/rainbow_ores") + ?: throw Exception("Failed to create tag")) + + val ORES_SAPPHIRE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:ores/sapphire_ores") + ?: throw Exception("Failed to create tag")) + + val ORES_GRAPHITE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:ores/graphite_ores") + ?: throw Exception("Failed to create tag")) + + val ORES_AQUMARINE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:ores/aqumarine_ores") + ?: throw Exception("Failed to create tag")) + + val ORES_ENDERITE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:ores/enderite_ores") + ?: throw Exception("Failed to create tag")) + + val ORES_IMPERIUM: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:ores/imperium_ores") + ?: throw Exception("Failed to create tag")) + + // deepslate ores + val DEEPSLATE_ORES_RUBY: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:deepslate_ores/ruby_ores") + ?: throw Exception("Failed to create tag")) + + val DEEPSLATE_ORES_RAINBOW: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:deepslate_ores/rainbow_ores") + ?: throw Exception("Failed to create tag")) + + val DEEPSLATE_ORES_SAPPHIRE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:deepslate_ores/sapphire_ores") + ?: throw Exception("Failed to create tag")) + + val DEEPSLATE_ORES_GRAPHITE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:deepslate_ores/graphite_ores") + ?: throw Exception("Failed to create tag")) + + val DEEPSLATE_ORES_AQUMARINE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:deepslate_ores/aqumarine_ores") + ?: throw Exception("Failed to create tag")) + + val DEEPSLATE_ORES_IMPERIUM: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:deepslate_ores/imperium_ores") + ?: throw Exception("Failed to create tag")) + + // storage blocks + val STORAGE_RUBY: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:storage_blocks/ruby") + ?: throw Exception("Failed to create tag")) + + val STORAGE_RAINBOW: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:storage_blocks/rainbow") + ?: throw Exception("Failed to create tag")) + + val STORAGE_SAPPHIRE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:storage_blocks/sapphire") + ?: throw Exception("Failed to create tag")) + + val STORAGE_GRAPHITE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:storage_blocks/graphite") + ?: throw Exception("Failed to create tag")) + + val STORAGE_AQUMARINE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:storage_blocks/aqumarine") + ?: throw Exception("Failed to create tag")) + + val STORAGE_ENDERITE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:storage_blocks/enderite") + ?: throw Exception("Failed to create tag")) + + // ore ingots + val INGOTS_RUBY: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:ingots/ruby") + ?: throw Exception("Failed to create tag")) + + val INGOTS_RAINBOW: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:ingots/rainbow") + ?: throw Exception("Failed to create tag")) + + val INGOTS_SAPPHIRE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:ingots/sapphire") + ?: throw Exception("Failed to create tag")) + + val INGOTS_GRAPHITE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:ingots/graphite") + ?: throw Exception("Failed to create tag")) + + val INGOTS_AQUMARINE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:ingots/aqumarine") + ?: throw Exception("Failed to create tag")) + + val INGOTS_ENDERITE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:ingots/enderite") + ?: throw Exception("Failed to create tag")) + + val INGOTS_IMPERIUM: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:ingots/imperium") + ?: throw Exception("Failed to create tag")) + + // raw ore scraps + val RAW_RUBY: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:scraps/ruby") + ?: throw Exception("Failed to create tag")) + + val RAW_RAINBOW: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:scraps/rainbow") + ?: throw Exception("Failed to create tag")) + + val RAW_SAPPHIRE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:scraps/sapphire") + ?: throw Exception("Failed to create tag")) + + val RAW_GRAPHITE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:scraps/graphite") + ?: throw Exception("Failed to create tag")) + + val RAW_AQUMARINE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:scraps/aqumarine") + ?: throw Exception("Failed to create tag")) + + val RAW_ENDERITE: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:scraps/enderite") + ?: throw Exception("Failed to create tag")) + + val RAW_IMPERIUM: TagKey = + ItemTags.create( + ResourceLocation.tryParse("forge:scraps/imperium") + ?: throw Exception("Failed to create tag")) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/ArmourMaterialInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/ArmourMaterialInit.kt new file mode 100644 index 00000000..15737520 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/ArmourMaterialInit.kt @@ -0,0 +1,127 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.material + +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import java.util.function.Supplier +import net.minecraft.sounds.SoundEvent +import net.minecraft.sounds.SoundEvents +import net.minecraft.world.item.ArmorItem +import net.minecraft.world.item.ArmorMaterial +import net.minecraft.world.item.Items.AMETHYST_SHARD +import net.minecraft.world.item.crafting.Ingredient + +enum class ArmourMaterialInit( + private val oreName: String, + private val durabilityMultiplier: Int, + private val armorVal: IntArray, + private val equipSound: SoundEvent, + private val toghness: Float, + private val knockbackResistance: Float, + private val repairIngredient: Supplier, +) : ArmorMaterial { + AMETHYST( + "amethyst", + 11, + intArrayOf(4, 7, 9, 4), + SoundEvents.ARMOR_EQUIP_DIAMOND, + 0.2f, + 0.2f, + Supplier { Ingredient.of(AMETHYST_SHARD) }), + RUBY( + "ruby", + 8, + intArrayOf(2, 5, 6, 2), + SoundEvents.ARMOR_EQUIP_DIAMOND, + 0.0f, + 0.0f, + Supplier { Ingredient.of(ItemInit.RUBY.get()) }), + SAPPHIRE( + "sapphire", + 9, + intArrayOf(3, 6, 7, 3), + SoundEvents.ARMOR_EQUIP_DIAMOND, + 0.1f, + 0.1f, + Supplier { Ingredient.of(ItemInit.SAPPHIRE.get()) }), + GRAPHITE( + "graphite", + 10, + intArrayOf(3, 6, 8, 3), + SoundEvents.ARMOR_EQUIP_DIAMOND, + 0.1f, + 0.1f, + Supplier { Ingredient.of(ItemInit.GRAPHITE.get()) }), + AQUMARINE( + "aqumarine", + 12, + intArrayOf(4, 7, 9, 4), + SoundEvents.ARMOR_EQUIP_DIAMOND, + 0.3f, + 0.3f, + Supplier { Ingredient.of(ItemInit.AQUMARINE.get()) }), + RAINBOW( + "rainbow", + 100, + intArrayOf(5, 8, 10, 5), + SoundEvents.ARMOR_EQUIP_DIAMOND, + 0.4f, + 0.4f, + Supplier { Ingredient.of(ItemInit.RAINBOW.get()) }), + ENDERITE( + "enderite", + 50, + intArrayOf(5, 8, 10, 5), + SoundEvents.ARMOR_EQUIP_DIAMOND, + 0.4f, + 0.4f, + Supplier { Ingredient.of(ItemInit.ENDERITE.get()) }); + + override fun getDurabilityForType(type: ArmorItem.Type): Int { + return durabilityMultiplier * armorVal[type.ordinal] + } + + override fun getDefenseForType(type: ArmorItem.Type): Int { + return armorVal[type.ordinal] + } + + override fun getEnchantmentValue(): Int { + return 7 + } + + override fun getEquipSound(): SoundEvent { + return equipSound + } + + override fun getRepairIngredient(): Ingredient { + return repairIngredient.get() + } + + override fun getName(): String { + return oreName + } + + override fun getToughness(): Float { + return toghness + } + + override fun getKnockbackResistance(): Float { + return knockbackResistance + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomShieldMaterial.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomShieldMaterial.kt new file mode 100644 index 00000000..81932ac7 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomShieldMaterial.kt @@ -0,0 +1,73 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.material + +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import java.util.function.Supplier +import net.minecraft.world.item.Tier +import net.minecraft.world.item.crafting.Ingredient + +enum class CustomShieldMaterial( + harvestLevel: Int, + maxUses: Int, + enchantability: Int, + repairMaterial: Supplier +) : Tier { + RUBY_SHIELD(0, 310, 2, Supplier { Ingredient.of(ItemInit.RUBY.get()) }), + SAPPHIRE_SHIELD(0, 330, 2, Supplier { Ingredient.of(ItemInit.SAPPHIRE.get()) }), + GRAPHITE_SHIELD(0, 300, 2, Supplier { Ingredient.of(ItemInit.GRAPHITE.get()) }), + AQUMARINE_SHIELD(0, 320, 2, Supplier { Ingredient.of(ItemInit.AQUMARINE.get()) }), + RAINBOW_SHIELD(0, 340, 2, Supplier { Ingredient.of(ItemInit.RAINBOW.get()) }); + + private val harvestLevel = 0 + private val maxUses = 0 + private val enchantability = 0 + private val repairMaterial: Ingredient? = null + + override fun getUses(): Int { + return maxUses + } + + /** + * The speed which is 4 + this value. 4 is the speed of the fist. + * + * @return value is set to 0 as the main speed is set in the item class + */ + override fun getSpeed(): Float { + return 0f + } + + /** @return This is set to 0 as the main attack damage is set in the item class */ + override fun getAttackDamageBonus(): Float { + return 0f + } + + @Deprecated("Deprecated in Java") + override fun getLevel(): Int { + return harvestLevel + } + + override fun getEnchantmentValue(): Int { + return enchantability + } + + override fun getRepairIngredient(): Ingredient { + return repairMaterial ?: Ingredient.EMPTY + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomToolMaterial.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomToolMaterial.kt new file mode 100644 index 00000000..bf3ed88c --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomToolMaterial.kt @@ -0,0 +1,94 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.material + +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import java.util.function.Supplier +import net.minecraft.world.item.Items +import net.minecraft.world.item.Tier +import net.minecraft.world.item.crafting.Ingredient + +enum class CustomToolMaterial( + harvestLevel: Int, + maxUses: Int, + enchantability: Int, + repairMaterial: Supplier +) : Tier { + RUBY_SWORD(3, 2000, 10, Supplier { Ingredient.of(ItemInit.RUBY.get()) }), + RUBY_PICKAXE(3, 2500, 10, Supplier { Ingredient.of(ItemInit.RUBY.get()) }), + RUBY_AXE(3, 2500, 10, Supplier { Ingredient.of(ItemInit.RUBY.get()) }), + RUBY_SHOVEL(3, 2500, 10, Supplier { Ingredient.of(ItemInit.RUBY.get()) }), + RUBY_HOE(3, 2500, 10, Supplier { Ingredient.of(ItemInit.RUBY.get()) }), + ENDERITE_SWORD(4, 3000, 15, Supplier { Ingredient.of(ItemInit.ENDERITE.get()) }), + ENDERITE_PICKAXE(4, 3000, 15, Supplier { Ingredient.of(ItemInit.ENDERITE.get()) }), + ENDERITE_AXE(4, 3000, 15, Supplier { Ingredient.of(ItemInit.ENDERITE.get()) }), + ENDERITE_SHOVEL(4, 3000, 15, Supplier { Ingredient.of(ItemInit.ENDERITE.get()) }), + ENDERITE_HOE(4, 3000, 15, Supplier { Ingredient.of(ItemInit.ENDERITE.get()) }), + AMETHYST_SWORD(4, 2500, 12, Supplier { Ingredient.of(Items.AMETHYST_SHARD) }), + AMETHYST_PICKAXE(4, 2500, 12, Supplier { Ingredient.of(Items.AMETHYST_SHARD) }), + AMETHYST_AXE(4, 2500, 12, Supplier { Ingredient.of(Items.AMETHYST_SHARD) }), + AMETHYST_SHOVEL(4, 2500, 12, Supplier { Ingredient.of(Items.AMETHYST_SHARD) }), + SAPPHIRE_SWORD(5, 3000, 12, Supplier { Ingredient.of(ItemInit.SAPPHIRE.get()) }), + SAPPHIRE_PICKAXE(5, 3000, 12, Supplier { Ingredient.of(ItemInit.SAPPHIRE.get()) }), + SAPPHIRE_AXE(5, 3000, 12, Supplier { Ingredient.of(ItemInit.SAPPHIRE.get()) }), + SAPPHIRE_SHOVEL(5, 3000, 12, Supplier { Ingredient.of(ItemInit.SAPPHIRE.get()) }), + SAPPHIRE_HOE(5, 3000, 12, Supplier { Ingredient.of(ItemInit.SAPPHIRE.get()) }), + IMPERIUM_SWORD(6, 4000, 20, Supplier { Ingredient.of(ItemInit.IMPERIUM.get()) }), + IMPERIUM_PICKAXE(6, 4000, 20, Supplier { Ingredient.of(ItemInit.IMPERIUM.get()) }), + MAGMA_STRIKE_PICKAXE(6, 8000, 20, Supplier { Ingredient.of(ItemInit.IMPERIUM.get()) }), + DRAGON_DESTROYER(7, 10000, 25, Supplier { Ingredient.of(ItemInit.RUBY.get()) }), + MJOLNIR(10, 50000, 0, Supplier { Ingredient.of(ItemInit.GRAPHITE.get()) }), + STORMBREAKER(10, 50000, 0, Supplier { Ingredient.of(ItemInit.GRAPHITE.get()) }), + AQUMARINE_TRIDENT(7, 30000, 5, Supplier { Ingredient.of(ItemInit.AQUMARINE.get()) }); + + private val harvestLevel = 0 + private val maxUses = 0 + private val enchantability = 0 + private val repairMaterial: Ingredient? = null + override fun getUses(): Int { + return maxUses + } + + /** + * The speed which is 4 + this value. 4 is the speed of the fist. + * + * @return value is set to 0 as the main speed is set in the item class + */ + override fun getSpeed(): Float { + return 0f + } + + /** @return This is set to 0 as the main attack damage is set in the item class */ + override fun getAttackDamageBonus(): Float { + return 0f + } + + @Deprecated("Deprecated in Java") + override fun getLevel(): Int { + return harvestLevel + } + + override fun getEnchantmentValue(): Int { + return enchantability + } + + override fun getRepairIngredient(): Ingredient { + return repairMaterial ?: Ingredient.EMPTY + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomTridentMaterial.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomTridentMaterial.kt new file mode 100644 index 00000000..24a4957b --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/material/CustomTridentMaterial.kt @@ -0,0 +1,68 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.material + +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import java.util.function.Supplier +import net.minecraft.world.item.Tier +import net.minecraft.world.item.crafting.Ingredient + +enum class CustomTridentMaterial( + harvestLevel: Int, + maxUses: Int, + enchantability: Int, + repairMaterial: Supplier +) : Tier { + AQUMARINE_TRIDENT(0, 500, 2, Supplier { Ingredient.of(ItemInit.AQUMARINE.get()) }); + + private val harvestLevel = 0 + private val maxUses = 0 + private val enchantability = 0 + private val repairMaterial: Ingredient? = null + override fun getUses(): Int { + return maxUses + } + + /** + * The speed which is 4 + this value. 4 is the speed of the fist. + * + * @return value is set to 0 as the main speed is set in the item class + */ + override fun getSpeed(): Float { + return 0f + } + + /** @return This is set to 0 as the main attack damage is set in the item class */ + override fun getAttackDamageBonus(): Float { + return 0f + } + + @Deprecated("Deprecated in Java") + override fun getLevel(): Int { + return harvestLevel + } + + override fun getEnchantmentValue(): Int { + return enchantability + } + + override fun getRepairIngredient(): Ingredient { + return repairMaterial ?: Ingredient.EMPTY + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/NameUtils.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/NameUtils.kt new file mode 100644 index 00000000..72c6d105 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/NameUtils.kt @@ -0,0 +1,29 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.util + +import net.minecraft.world.item.Item +import net.minecraft.world.level.block.Block +import net.minecraftforge.registries.ForgeRegistries + +val Item.name: String + get() = this.toString() + +val Block.bName: String + get() = ForgeRegistries.BLOCKS.getKey(this).toString().replace("armourandtoolsmod:", "") diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/ResourceLocations.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/ResourceLocations.kt new file mode 100644 index 00000000..fa670395 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/util/ResourceLocations.kt @@ -0,0 +1,32 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.core.util + +const val customArmourCraftingTableMenuLocation = + "textures/gui/container/custom_armour_crafting_table.png" +const val recipeButtonLocation = "textures/gui/recipe_button.png" + +/** + * Get the resource location of the custom armour crafting table menu. Used for testing. + * + * @return The resource location of the custom armour crafting table menu. + */ +fun getAllResourceLocations(): List { + return listOf(customArmourCraftingTableMenuLocation, recipeButtonLocation) +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/DataGenerators.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/DataGenerators.kt new file mode 100644 index 00000000..06a729ad --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/DataGenerators.kt @@ -0,0 +1,85 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.logger +import io.github.realyusufismail.armourandtoolsmod.datagen.advancment.ModAdvancementProvider +import io.github.realyusufismail.armourandtoolsmod.datagen.lang.ModEnLangProvider +import io.github.realyusufismail.armourandtoolsmod.datagen.loot.ModLootTables +import io.github.realyusufismail.armourandtoolsmod.datagen.recipe.MainModRecipeProvider +import io.github.realyusufismail.armourandtoolsmod.datagen.spirit.ArmourAndTollsModSpriteSourceProvider +import io.github.realyusufismail.armourandtoolsmod.datagen.tags.ModBlockTagsProvider +import io.github.realyusufismail.armourandtoolsmod.datagen.tags.ModItemTagsProvider +import io.github.realyusufismail.armourandtoolsmod.datagen.texture.ModBlockStateProvider +import io.github.realyusufismail.armourandtoolsmod.datagen.texture.ModItemStateProvider +import io.github.realyusufismail.armourandtoolsmod.datagen.world.ModWorldGenProvider +import java.util.* +import java.util.function.Function +import java.util.stream.Collectors +import net.minecraft.DetectedVersion +import net.minecraft.data.metadata.PackMetadataGenerator +import net.minecraft.network.chat.Component +import net.minecraft.server.packs.PackType +import net.minecraft.server.packs.metadata.pack.PackMetadataSection +import net.minecraftforge.data.event.GatherDataEvent + +object DataGenerators { + + /** + * Triggered when data generators are run. + * + * @param event The event. + */ + fun gatherData(event: GatherDataEvent) { + logger.info("Gathering data...") + + val gen = event.generator + val existingFileHelper = event.existingFileHelper + val lookup = event.lookupProvider + + try { + gen.addProvider(true, ModLootTables(gen)) + gen.addProvider(true, ModEnLangProvider(gen)) + gen.addProvider(true, ModBlockStateProvider(gen.packOutput, existingFileHelper)) + gen.addProvider(true, ModItemStateProvider(gen.packOutput, existingFileHelper)) + val blockTag = ModBlockTagsProvider(gen, existingFileHelper, lookup) + gen.addProvider(true, blockTag) + gen.addProvider(true, ModItemTagsProvider(gen, existingFileHelper, blockTag, lookup)) + gen.addProvider(true, MainModRecipeProvider(gen)) + gen.addProvider(true, ModWorldGenProvider(gen.packOutput, lookup)) + gen.addProvider( + true, ArmourAndTollsModSpriteSourceProvider(gen.packOutput, existingFileHelper)) + gen.addProvider( + true, ModAdvancementProvider(gen.packOutput, lookup, existingFileHelper)) + gen.addProvider(true, PackMetadataGenerator(gen.packOutput)) + .add( + PackMetadataSection.TYPE, + PackMetadataSection( + Component.literal("Armour and Tools Mod Resources"), + DetectedVersion.BUILT_IN.getPackVersion(PackType.CLIENT_RESOURCES), + Arrays.stream(PackType.entries.toTypedArray()) + .collect( + Collectors.toMap( + Function.identity(), + DetectedVersion.BUILT_IN::getPackVersion)))) + } catch (e: RuntimeException) { + logger.error("Failed to gather data!", e) + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/Advancements.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/Advancements.kt new file mode 100644 index 00000000..604e0128 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/Advancements.kt @@ -0,0 +1,614 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.advancment + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import io.github.realyusufismail.armourandtoolsmod.core.init.TagsInit +import java.util.function.Consumer +import net.minecraft.advancements.Advancement +import net.minecraft.advancements.CriterionTriggerInstance +import net.minecraft.advancements.FrameType +import net.minecraft.advancements.RequirementsStrategy +import net.minecraft.advancements.critereon.* +import net.minecraft.core.HolderLookup +import net.minecraft.network.chat.Component +import net.minecraft.resources.ResourceLocation +import net.minecraft.tags.TagKey +import net.minecraft.world.item.Item +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.Items +import net.minecraft.world.level.ItemLike +import net.minecraftforge.common.data.ExistingFileHelper +import net.minecraftforge.common.data.ForgeAdvancementProvider + +class Advancements : ForgeAdvancementProvider.AdvancementGenerator { + private fun simpleGetItem( + consumer: Consumer, + item: ItemLike, + parent: Advancement + ): Advancement { + return simpleGetItem(consumer, item, parent, item.asItem().toString()) + } + + private fun simpleGetItem( + consumer: Consumer, + item: ItemLike, + parent: Advancement, + key: String + ): Advancement { + return simpleGetItem(consumer, item, ItemStack(item), parent, key) + } + + private fun simpleGetItem( + consumer: Consumer, + item: ItemLike, + icon: ItemStack, + parent: Advancement, + key: String + ): Advancement { + return Advancement.Builder.advancement() + .parent(parent) + .display(icon, title(key), description(key), null, FrameType.TASK, true, true, false) + .addCriterion("get_item", getItem(item)) + .save(consumer, id(key)) + } + + private fun id(path: String): String { + return ArmourAndToolsMod.getModIdAndName(path).toString() + } + + private fun getItem(vararg items: ItemLike): CriterionTriggerInstance { + return InventoryChangeTrigger.TriggerInstance.hasItems(*items) + } + + private fun getItem(tag: TagKey): CriterionTriggerInstance { + return InventoryChangeTrigger.TriggerInstance.hasItems( + ItemPredicate( + tag, + null, + MinMaxBounds.Ints.ANY, + MinMaxBounds.Ints.ANY, + EnchantmentPredicate.NONE, + EnchantmentPredicate.NONE, + null, + NbtPredicate.ANY)) + } + + private fun title(key: String): Component { + return Component.translatable("advancements." + ArmourAndToolsMod.MOD_ID + ".$key.title") + } + + private fun description(key: String): Component { + return Component.translatable( + "advancements." + ArmourAndToolsMod.MOD_ID + ".$key.description") + } + + override fun generate( + registries: HolderLookup.Provider, + consumer: Consumer, + existingFileHelper: ExistingFileHelper + ) { + val rootIcon = ItemStack(ItemInit.AMETHYST_SWORD.get()) + val root = + Advancement.Builder.advancement() + .display( + rootIcon, + title("root"), + description("root"), + ResourceLocation("minecraft:textures/block/light_blue_wool.png"), + FrameType.TASK, + true, + false, + false) + .addCriterion("get_item", getItem(Items.CRAFTING_TABLE)) + .save(consumer, id("root")) + + // Ruby + + val rubyOre = + Advancement.Builder.advancement() + .parent(root) + .display( + BlockInit.RUBY_ORE.get(), + title("ruby_ore"), + description("ruby_ore"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_ore", getItem(TagsInit.ItemTagsInit.ORES_RUBY)) + .save(consumer, id("ruby_ore")) + + val rubyIngot = + Advancement.Builder.advancement() + .parent(rubyOre) + .display( + ItemInit.RUBY.get(), + title("ruby_ingot"), + description("ruby_ingot"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_scrap", getItem(TagsInit.ItemTagsInit.INGOTS_RUBY)) + .save(consumer, id("ruby_ingot")) + + Advancement.Builder.advancement() + .parent(rubyIngot) + .display( + BlockInit.RUBY_BLOCK.get(), + title("ruby_block"), + description("ruby_block"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_block", getItem(TagsInit.ItemTagsInit.STORAGE_RUBY)) + .save(consumer, id("ruby_block")) + + Advancement.Builder.advancement() + .parent(rubyIngot) + .display( + ItemInit.RUBY_HELMET.get(), + title("ruby_armour"), + description("ruby_armour"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("ruby_helmet", getItem(ItemInit.RUBY_HELMET.get())) + .addCriterion("ruby_chestplate", getItem(ItemInit.RUBY_CHESTPLATE.get())) + .addCriterion("ruby_leggings", getItem(ItemInit.RUBY_LEGGINGS.get())) + .addCriterion("ruby_boots", getItem(ItemInit.RUBY_BOOTS.get())) + .requirements(RequirementsStrategy.OR) + .save(consumer, id("ruby_armour")) + + Advancement.Builder.advancement() + .parent(rubyIngot) + .display( + ItemInit.RUBY_SWORD.get(), + title("ruby_tools"), + description("ruby_tools"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("ruby_sword", getItem(ItemInit.RUBY_SWORD.get())) + .addCriterion("ruby_pickaxe", getItem(ItemInit.RUBY_PICKAXE.get())) + .addCriterion("ruby_axe", getItem(ItemInit.RUBY_AXE.get())) + .addCriterion("ruby_shovel", getItem(ItemInit.RUBY_SHOVEL.get())) + .addCriterion("ruby_hoe", getItem(ItemInit.RUBY_HOE.get())) + .requirements(RequirementsStrategy.OR) + .save(consumer, id("ruby_tools")) + + // Sapphire + + val sapphireOre = + Advancement.Builder.advancement() + .parent(root) + .display( + BlockInit.SAPPHIRE_ORE.get(), + title("sapphire_ore"), + description("sapphire_ore"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_ore", getItem(TagsInit.ItemTagsInit.ORES_SAPPHIRE)) + .save(consumer, id("sapphire_ore")) + + val sapphireIngot = + Advancement.Builder.advancement() + .parent(sapphireOre) + .display( + ItemInit.SAPPHIRE.get(), + title("sapphire_ingot"), + description("sapphire_ingot"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_scrap", getItem(TagsInit.ItemTagsInit.INGOTS_SAPPHIRE)) + .save(consumer, id("sapphire_ingot")) + + Advancement.Builder.advancement() + .parent(sapphireIngot) + .display( + BlockInit.SAPPHIRE_BLOCK.get(), + title("sapphire_block"), + description("sapphire_block"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_block", getItem(TagsInit.ItemTagsInit.STORAGE_SAPPHIRE)) + .save(consumer, id("sapphire_block")) + + Advancement.Builder.advancement() + .parent(sapphireIngot) + .display( + ItemInit.SAPPHIRE_HELMET.get(), + title("sapphire_armour"), + description("sapphire_armour"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("sapphire_helmet", getItem(ItemInit.SAPPHIRE_HELMET.get())) + .addCriterion("sapphire_chestplate", getItem(ItemInit.SAPPHIRE_CHESTPLATE.get())) + .addCriterion("sapphire_leggings", getItem(ItemInit.SAPPHIRE_LEGGINGS.get())) + .addCriterion("sapphire_boots", getItem(ItemInit.SAPPHIRE_BOOTS.get())) + .requirements(RequirementsStrategy.OR) + .save(consumer, id("sapphire_armour")) + + Advancement.Builder.advancement() + .parent(sapphireIngot) + .display( + ItemInit.SAPPHIRE_SWORD.get(), + title("sapphire_tools"), + description("sapphire_tools"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("sapphire_sword", getItem(ItemInit.SAPPHIRE_SWORD.get())) + .addCriterion("sapphire_pickaxe", getItem(ItemInit.SAPPHIRE_PICKAXE.get())) + .addCriterion("sapphire_axe", getItem(ItemInit.SAPPHIRE_AXE.get())) + .addCriterion("sapphire_shovel", getItem(ItemInit.SAPPHIRE_SHOVEL.get())) + .addCriterion("sapphire_hoe", getItem(ItemInit.SAPPHIRE_HOE.get())) + .requirements(RequirementsStrategy.OR) + .save(consumer, id("sapphire_tools")) + + // Graphite + + val graphiteOre = + Advancement.Builder.advancement() + .parent(root) + .display( + BlockInit.GRAPHITE_ORE.get(), + title("graphite_ore"), + description("graphite_ore"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_ore", getItem(TagsInit.ItemTagsInit.ORES_GRAPHITE)) + .save(consumer, id("graphite_ore")) + + val graphiteIngot = + Advancement.Builder.advancement() + .parent(graphiteOre) + .display( + ItemInit.GRAPHITE.get(), + title("graphite_ingot"), + description("graphite_ingot"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_scrap", getItem(TagsInit.ItemTagsInit.INGOTS_GRAPHITE)) + .save(consumer, id("graphite_ingot")) + + Advancement.Builder.advancement() + .parent(graphiteIngot) + .display( + BlockInit.GRAPHITE_BLOCK.get(), + title("graphite_block"), + description("graphite_block"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_block", getItem(TagsInit.ItemTagsInit.STORAGE_GRAPHITE)) + .save(consumer, id("graphite_block")) + + Advancement.Builder.advancement() + .parent(graphiteIngot) + .display( + ItemInit.GRAPHITE_HELMET.get(), + title("graphite_armour"), + description("graphite_armour"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("graphite_helmet", getItem(ItemInit.GRAPHITE_HELMET.get())) + .addCriterion("graphite_chestplate", getItem(ItemInit.GRAPHITE_CHESTPLATE.get())) + .addCriterion("graphite_leggings", getItem(ItemInit.GRAPHITE_LEGGINGS.get())) + .addCriterion("graphite_boots", getItem(ItemInit.GRAPHITE_BOOTS.get())) + .requirements(RequirementsStrategy.OR) + .save(consumer, id("graphite_armour")) + + // Aqumarine + + val aqumarineOre = + Advancement.Builder.advancement() + .parent(root) + .display( + BlockInit.AQUMARINE_ORE.get(), + title("aqumarine_ore"), + description("aqumarine_ore"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_ore", getItem(TagsInit.ItemTagsInit.ORES_AQUMARINE)) + .save(consumer, id("aqumarine_ore")) + + val aqumarineIngot = + Advancement.Builder.advancement() + .parent(aqumarineOre) + .display( + ItemInit.AQUMARINE.get(), + title("aqumarine_ingot"), + description("aqumarine_ingot"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_scrap", getItem(TagsInit.ItemTagsInit.INGOTS_AQUMARINE)) + .save(consumer, id("aqumarine_ingot")) + + Advancement.Builder.advancement() + .parent(aqumarineIngot) + .display( + BlockInit.AQUMARINE_BLOCK.get(), + title("aqumarine_block"), + description("aqumarine_block"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_block", getItem(TagsInit.ItemTagsInit.STORAGE_AQUMARINE)) + .save(consumer, id("aqumarine_block")) + + Advancement.Builder.advancement() + .parent(aqumarineIngot) + .display( + ItemInit.AQUMARINE_HELMET.get(), + title("aqumarine_armour"), + description("aqumarine_armour"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("aqumarine_helmet", getItem(ItemInit.AQUMARINE_HELMET.get())) + .addCriterion("aqumarine_chestplate", getItem(ItemInit.AQUMARINE_CHESTPLATE.get())) + .addCriterion("aqumarine_leggings", getItem(ItemInit.AQUMARINE_LEGGINGS.get())) + .addCriterion("aqumarine_boots", getItem(ItemInit.AQUMARINE_BOOTS.get())) + .requirements(RequirementsStrategy.OR) + .save(consumer, id("aqumarine_armour")) + + // Rainbow + + val rainbowOre = + Advancement.Builder.advancement() + .parent(root) + .display( + BlockInit.RAINBOW_ORE.get(), + title("rainbow_ore"), + description("rainbow_ore"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_ore", getItem(TagsInit.ItemTagsInit.ORES_RAINBOW)) + .save(consumer, id("rainbow_ore")) + + val rainbowIngot = + Advancement.Builder.advancement() + .parent(rainbowOre) + .display( + ItemInit.RAINBOW.get(), + title("rainbow_ingot"), + description("rainbow_ingot"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_scrap", getItem(TagsInit.ItemTagsInit.INGOTS_RAINBOW)) + .save(consumer, id("rainbow_ingot")) + + Advancement.Builder.advancement() + .parent(rainbowIngot) + .display( + BlockInit.RAINBOW_BLOCK.get(), + title("rainbow_block"), + description("rainbow_block"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_block", getItem(TagsInit.ItemTagsInit.STORAGE_RAINBOW)) + .save(consumer, id("rainbow_block")) + + Advancement.Builder.advancement() + .parent(rainbowIngot) + .display( + ItemInit.RAINBOW_HELMET.get(), + title("rainbow_armour"), + description("rainbow_armour"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("rainbow_helmet", getItem(ItemInit.RAINBOW_HELMET.get())) + .addCriterion("rainbow_chestplate", getItem(ItemInit.RAINBOW_CHESTPLATE.get())) + .addCriterion("rainbow_leggings", getItem(ItemInit.RAINBOW_LEGGINGS.get())) + .addCriterion("rainbow_boots", getItem(ItemInit.RAINBOW_BOOTS.get())) + .requirements(RequirementsStrategy.OR) + .save(consumer, id("rainbow_armour")) + + // Enderite + + val enderiteOre = + Advancement.Builder.advancement() + .parent(root) + .display( + BlockInit.ENDERITE_ORE.get(), + title("enderite_ore"), + description("enderite_ore"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_ore", getItem(TagsInit.ItemTagsInit.ORES_ENDERITE)) + .save(consumer, id("enderite_ore")) + + val enderiteIngot = + Advancement.Builder.advancement() + .parent(enderiteOre) + .display( + ItemInit.ENDERITE.get(), + title("enderite_ingot"), + description("enderite_ingot"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_scrap", getItem(TagsInit.ItemTagsInit.INGOTS_ENDERITE)) + .save(consumer, id("enderite_ingot")) + + Advancement.Builder.advancement() + .parent(enderiteIngot) + .display( + BlockInit.ENDERITE_BLOCK.get(), + title("enderite_block"), + description("enderite_block"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_block", getItem(TagsInit.ItemTagsInit.STORAGE_ENDERITE)) + .save(consumer, id("enderite_block")) + + Advancement.Builder.advancement() + .parent(enderiteIngot) + .display( + ItemInit.ENDERITE_HELMET.get(), + title("enderite_armour"), + description("enderite_armour"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("enderite_helmet", getItem(ItemInit.ENDERITE_HELMET.get())) + .addCriterion("enderite_chestplate", getItem(ItemInit.ENDERITE_CHESTPLATE.get())) + .addCriterion("enderite_leggings", getItem(ItemInit.ENDERITE_LEGGINGS.get())) + .addCriterion("enderite_boots", getItem(ItemInit.ENDERITE_BOOTS.get())) + .requirements(RequirementsStrategy.OR) + .save(consumer, id("enderite_armour")) + + Advancement.Builder.advancement() + .parent(enderiteIngot) + .display( + ItemInit.ENDERITE_SWORD.get(), + title("enderite_tools"), + description("enderite_tools"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("enderite_sword", getItem(ItemInit.ENDERITE_SWORD.get())) + .addCriterion("enderite_pickaxe", getItem(ItemInit.ENDERITE_PICKAXE.get())) + .addCriterion("enderite_axe", getItem(ItemInit.ENDERITE_AXE.get())) + .addCriterion("enderite_shovel", getItem(ItemInit.ENDERITE_SHOVEL.get())) + .addCriterion("enderite_hoe", getItem(ItemInit.ENDERITE_HOE.get())) + .requirements(RequirementsStrategy.OR) + .save(consumer, id("enderite_tools")) + + // Imperium + + val imperiumOre = + Advancement.Builder.advancement() + .parent(root) + .display( + BlockInit.IMPERIUM_ORE.get(), + title("imperium_ore"), + description("imperium_ore"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_ore", getItem(TagsInit.ItemTagsInit.ORES_IMPERIUM)) + .save(consumer, id("imperium_ore")) + + val imperiumIngot = + Advancement.Builder.advancement() + .parent(imperiumOre) + .display( + ItemInit.IMPERIUM.get(), + title("imperium_ingot"), + description("imperium_ingot"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("get_scrap", getItem(TagsInit.ItemTagsInit.INGOTS_IMPERIUM)) + .save(consumer, id("imperium_ingot")) + + Advancement.Builder.advancement() + .parent(imperiumIngot) + .display( + ItemInit.IMPERIUM_SWORD.get(), + title("imperium_tools"), + description("imperium_tools"), + null, + FrameType.GOAL, + true, + true, + false) + .addCriterion("imperium_sword", getItem(ItemInit.IMPERIUM_SWORD.get())) + .addCriterion("imperium_pickaxe", getItem(ItemInit.IMPERIUM_PICKAXE.get())) + // .addCriterion("imperium_axe", getItem(ItemInit.IMPERIUM_AXE.get())) + .requirements(RequirementsStrategy.OR) + .save(consumer, id("imperium_tools")) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/ModAdvancementProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/ModAdvancementProvider.kt new file mode 100644 index 00000000..55b47bdf --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/advancment/ModAdvancementProvider.kt @@ -0,0 +1,31 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.advancment + +import java.util.concurrent.CompletableFuture +import net.minecraft.core.HolderLookup +import net.minecraft.data.PackOutput +import net.minecraftforge.common.data.ExistingFileHelper +import net.minecraftforge.common.data.ForgeAdvancementProvider + +class ModAdvancementProvider( + output: PackOutput, + registries: CompletableFuture, + existingFileHelper: ExistingFileHelper +) : ForgeAdvancementProvider(output, registries, existingFileHelper, listOf(Advancements())) diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/lang/ModEnLangProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/lang/ModEnLangProvider.kt new file mode 100644 index 00000000..c6b844fd --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/lang/ModEnLangProvider.kt @@ -0,0 +1,323 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.lang + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import io.github.realyusufismail.armourandtoolsmod.util.KeyBinding +import io.github.realyusufismail.realyusufismailcore.data.support.lang.ModEnLangProviderSupport +import net.minecraft.data.DataGenerator +import net.minecraft.network.chat.Component +import net.minecraft.world.entity.Entity +import net.minecraft.world.entity.EntityType +import net.minecraft.world.item.Item +import net.minecraft.world.level.block.Block +import net.minecraftforge.registries.RegistryObject + +class ModEnLangProvider(gen: DataGenerator) : ModEnLangProviderSupport(gen, MOD_ID, "en_us") { + + override fun addTranslations() { + // ores + addBlock(BlockInit.RUBY_ORE, "Ruby Ore") + addBlock(BlockInit.SAPPHIRE_ORE, "Sapphire Ore") + addBlock(BlockInit.GRAPHITE_ORE, "Graphite Ore") + addBlock(BlockInit.RAINBOW_ORE, "Rainbow Ore") + addBlock(BlockInit.AQUMARINE_ORE, "Aqumarine Ore") + addBlock(BlockInit.ENDERITE_ORE, "Enderite Ore") + addBlock(BlockInit.IMPERIUM_ORE, "Imperium Ore") + + // blocks + addBlock(BlockInit.RUBY_BLOCK, "Ruby Block") + addBlock(BlockInit.SAPPHIRE_BLOCK, "Sapphire Block") + addBlock(BlockInit.GRAPHITE_BLOCK, "Graphite Block") + addBlock(BlockInit.RAINBOW_BLOCK, "Rainbow Block") + addBlock(BlockInit.AQUMARINE_BLOCK, "Aqumarine Block") + addBlock(BlockInit.ENDERITE_BLOCK, "Enderite Block") + + // deepslate ores + addBlock(BlockInit.DEEPSLATE_RUBY_ORE, "Deepslate Ruby Ore") + addBlock(BlockInit.DEEPSLATE_SAPPHIRE_ORE, "Deepslate Sapphire Ore") + addBlock(BlockInit.DEEPSLATE_GRAPHITE_ORE, "Deepslate Graphite Ore") + addBlock(BlockInit.DEEPSLATE_RAINBOW_ORE, "Deepslate Rainbow Ore") + addBlock(BlockInit.DEEPSLATE_AQUMARINE_ORE, "Deepslate Aqumarine Ore") + addBlock(BlockInit.DEEPSLATE_IMPERIUM_ORE, "Deepslate Imperium Ore") + + // custom crafting tables + addBlock(BlockInit.CUSTOM_ARMOUR_CRAFTING_TABLE, "Custom Armour Crafting Table") + addBlock(BlockInit.CUSTOM_TOOL_CRAFTING_TABLE, "Custom Tool Crafting Table") + addBlock(BlockInit.INGOT_FUSION_TOLL_ENHANCER, "Ingot Fusion Toll Enhancer") + + // ore ingot + addItem(ItemInit.RUBY, "Ruby") + addItem(ItemInit.SAPPHIRE, "Sapphire") + addItem(ItemInit.GRAPHITE, "Graphite") + addItem(ItemInit.RAINBOW, "Rainbow Ingot") + addItem(ItemInit.AQUMARINE, "Aqumarine") + addItem(ItemInit.ENDERITE, "Enderite") + addItem(ItemInit.IMPERIUM, "Imperium") + + // raw ores + addItem(ItemInit.RAW_RUBY, "Raw Ruby") + addItem(ItemInit.RAW_SAPPHIRE, "Raw Sapphire") + addItem(ItemInit.RAW_GRAPHITE, "Raw Graphite") + addItem(ItemInit.RAW_RAINBOW, "Raw Rainbow") + addItem(ItemInit.RAW_AQUMARINE, "Raw Aqumarine") + addItem(ItemInit.RAW_ENDERITE, "Raw Enderite") + addItem(ItemInit.RAW_IMPERIUM, "Raw Imperium") + + // armor + addItem(ItemInit.RUBY_HELMET, "Ruby Helmet") + addItem(ItemInit.RUBY_CHESTPLATE, "Ruby Chestplate") + addItem(ItemInit.RUBY_LEGGINGS, "Ruby Leggings") + addItem(ItemInit.RUBY_BOOTS, "Ruby Boots") + addItem(ItemInit.SAPPHIRE_HELMET, "Sapphire Helmet") + addItem(ItemInit.SAPPHIRE_CHESTPLATE, "Sapphire Chestplate") + addItem(ItemInit.SAPPHIRE_LEGGINGS, "Sapphire Leggings") + addItem(ItemInit.SAPPHIRE_BOOTS, "Sapphire Boots") + addItem(ItemInit.GRAPHITE_HELMET, "Graphite Helmet") + addItem(ItemInit.GRAPHITE_CHESTPLATE, "Graphite Chestplate") + addItem(ItemInit.GRAPHITE_LEGGINGS, "Graphite Leggings") + addItem(ItemInit.GRAPHITE_BOOTS, "Graphite Boots") + addItem(ItemInit.RAINBOW_HELMET, "Rainbow Helmet") + addItem(ItemInit.RAINBOW_CHESTPLATE, "Rainbow Chestplate") + addItem(ItemInit.RAINBOW_LEGGINGS, "Rainbow Leggings") + addItem(ItemInit.RAINBOW_BOOTS, "Rainbow Boots") + addItem(ItemInit.AQUMARINE_HELMET, "Aqumarine Helmet") + addItem(ItemInit.AQUMARINE_CHESTPLATE, "Aqumarine Chestplate") + addItem(ItemInit.AQUMARINE_LEGGINGS, "Aqumarine Leggings") + addItem(ItemInit.AQUMARINE_BOOTS, "Aqumarine Boots") + addItem(ItemInit.AMETHYST_HELMET, "Amethyst Helmet") + addItem(ItemInit.AMETHYST_CHESTPLATE, "Amethyst Chestplate") + addItem(ItemInit.AMETHYST_LEGGINGS, "Amethyst Leggings") + addItem(ItemInit.AMETHYST_BOOTS, "Amethyst Boots") + addItem(ItemInit.ENDERITE_HELMET, "Enderite Helmet") + addItem(ItemInit.ENDERITE_CHESTPLATE, "Enderite Chestplate") + addItem(ItemInit.ENDERITE_LEGGINGS, "Enderite Leggings") + addItem(ItemInit.ENDERITE_BOOTS, "Enderite Boots") + + // Tools, Shields, etc. + addItem(ItemInit.RUBY_SWORD, "Ruby Sword") + addItem(ItemInit.RUBY_PICKAXE, "Ruby Pickaxe") + addItem(ItemInit.RUBY_AXE, "Ruby Axe") + addItem(ItemInit.RUBY_SHOVEL, "Ruby Shovel") + addItem(ItemInit.RUBY_HOE, "Ruby Hoe") + addItem(ItemInit.ENDERITE_SWORD, "Enderite Sword") + addItem(ItemInit.ENDERITE_PICKAXE, "Enderite Pickaxe") + addItem(ItemInit.ENDERITE_AXE, "Enderite Axe") + addItem(ItemInit.ENDERITE_SHOVEL, "Enderite Shovel") + addItem(ItemInit.ENDERITE_HOE, "Enderite Hoe") + addItem(ItemInit.AMETHYST_SWORD, "Amethyst Sword") + addItem(ItemInit.AMETHYST_PICKAXE, "Amethyst Pickaxe") + addItem(ItemInit.AMETHYST_AXE, "Amethyst Axe") + addItem(ItemInit.AMETHYST_SHOVEL, "Amethyst Shovel") + addItem(ItemInit.SAPPHIRE_SWORD, "Sapphire Sword") + addItem(ItemInit.SAPPHIRE_PICKAXE, "Sapphire Pickaxe") + addItem(ItemInit.SAPPHIRE_AXE, "Sapphire Axe") + addItem(ItemInit.SAPPHIRE_SHOVEL, "Sapphire Shovel") + addItem(ItemInit.SAPPHIRE_HOE, "Sapphire Hoe") + addItem(ItemInit.IMPERIUM_SWORD, "Imperium Sword") + addItem(ItemInit.IMPERIUM_PICKAXE, "Imperium Pickaxe") + addItem(ItemInit.MAGMA_STRIKE_PICKAXE, "Magma Strike Pickaxe") + addItem(ItemInit.DRAGON_DESTROYER, "Dragon Destroyer") + addItem(ItemInit.MJOLNIR, "Mjölnir") + addItem(ItemInit.STORMBREAKER, "Stormbreaker") + + // Shields + addItem(ItemInit.RUBY_SHIELD, "Ruby Shield") + addItem(ItemInit.SAPPHIRE_SHIELD, "Sapphire Shield") + addItem(ItemInit.GRAPHITE_SHIELD, "Graphite Shield") + addItem(ItemInit.RAINBOW_SHIELD, "Rainbow Shield") + addItem(ItemInit.AQUMARINE_SHIELD, "Aqumarine Shield") + + // Trident + addItem(ItemInit.AQUMARINE_TRIDENT, "Aqumarine Trident") + + // Potions + addPotion("worthy_potion", "worthy_effect", "Worthy Potion") + + // others + add("creativetab.armourandtoolsmod", "Armour and Item Mod") + add("container.custom_armour_crafting_table", "Armour Crafting Table") + add("container.custom_armour_crafting_table.description", "Craft your own custom armour!") + add("container.custom_tool_crafting_table", "Tool Crafting Table") + add("container.custom_tool_crafting_table.description", "Craft your own custom tools!") + add("container.ingot_fusion_toll_enhancer", "Ingot Fusion Toll Enhancer") + add("container.ingot_fusion_toll_enhancer.description", "Enhance your tools and armour!") + + // keybinds + add(KeyBinding.KEY_CATEGORY_ARMOUR_AND_TOOLS_MOD, "Armour and Item Mod") + add(KeyBinding.KEY_GET_MJOLNIR, "Get Mjölnir") + add(KeyBinding.KEY_STRIKE_LIGHTNING, "Strike Lightning") + + // advancements + addAdvancement( + "root", + "Download Armour and Tools Mod", + "Thanks for downloading Armour and Tools Mod! Enjoy!") + + // Ruby + + addAdvancement( + "ruby_ore", "That rare crimson ore", "Now smelt the ruby ore to get a ruby ingot!") + addAdvancement( + "ruby_ingot", + "That crimson gem", + "Now use the ruby ingot to craft ruby armour and tools!") + addAdvancement( + "ruby_block", + "That crimson sparkling block", + "Well that's a way to show off your wealth!") + addAdvancement( + "ruby_armour", "That crimson armour", "Well done! You are now increasing your defence!") + addAdvancement( + "ruby_tools", "That crimson tools", "Way to go! You are now increasing your attack!") + + // Sapphire + addAdvancement( + "sapphire_ore", + "That rare blue ore", + "Now smelt the sapphire ore to get a sapphire ingot!") + addAdvancement( + "sapphire_ingot", + "That blue gem", + "Now use the sapphire ingot to craft sapphire armour and tools!") + addAdvancement( + "sapphire_block", + "That blue sparkling block", + "Well that's a way to show off your wealth!") + addAdvancement( + "sapphire_armour", + "That blue armour", + "Well done! You are now increasing your defence!") + addAdvancement( + "sapphire_tools", "That blue tools", "Way to go! You are now increasing your attack!") + + // Graphite + addAdvancement( + "graphite_ore", + "That carbon ore", + "Now smelt the graphite ore to get a graphite ingot!") + addAdvancement( + "graphite_ingot", + "That carbon gem", + "Now use the graphite ingot to craft graphite armour and tools!") + addAdvancement( + "graphite_block", + "That carbon sparkling block", + "Well that's a way to show off your wealth!") + addAdvancement( + "graphite_armour", + "That carbon armour", + "Well done! You are now increasing your defence!") + addAdvancement( + "graphite_tools", "That carbon tools", "Way to go! You are now increasing your attack!") + + // Rainbow + addAdvancement( + "rainbow_ore", + "That rare polychromatic ore", + "Now smelt the rainbow ore to get a rainbow ingot!") + addAdvancement( + "rainbow_ingot", + "That polychromatic gem", + "Now use the rainbow ingot to craft rainbow armour and tools!") + addAdvancement( + "rainbow_block", + "That polychromatic sparkling block", + "Well that's a way to show off your wealth!") + addAdvancement( + "rainbow_armour", + "That polychromatic armour", + "Well done! You are now increasing your defence!") + addAdvancement( + "rainbow_tools", + "That polychromatic tools", + "Way to go! You are now increasing your attack!") + + // Aqumarine + addAdvancement( + "aqumarine_ore", + "That rare aqua ore", + "Now smelt the aqumarine ore to get a aqumarine ingot!") + addAdvancement( + "aqumarine_ingot", + "That aqua gem", + "Now use the aqumarine ingot to craft aqumarine armour and tools!") + addAdvancement( + "aqumarine_block", + "That aqua sparkling block", + "Well that's a way to show off your wealth!") + addAdvancement( + "aqumarine_armour", + "That aqua armour", + "Well done! You are now increasing your defence!") + addAdvancement( + "aqumarine_tools", "That aqua tools", "Way to go! You are now increasing your attack!") + + // Enderite + addAdvancement( + "enderite_ore", + "That rare ender ore", + "Now smelt the enderite ore to get a enderite ingot!") + addAdvancement( + "enderite_ingot", + "That ender gem", + "Now use the enderite ingot to craft enderite armour and tools!") + addAdvancement( + "enderite_block", + "That ender sparkling block", + "Well that's a way to show off your wealth!") + addAdvancement( + "enderite_armour", + "That ender armour", + "Well done! You are now increasing your defence!") + addAdvancement( + "enderite_tools", "That ender tools", "Way to go! You are now increasing your attack!") + } + + override fun item(entry: RegistryObject, name: String) { + add(entry.get(), name) + } + + override fun block(entry: RegistryObject, name: String) { + add(entry.get(), name) + } + + override fun entity(key: EntityType<*>, name: String) { + add(key.descriptionId, name) + } + + override fun add(translatableComponent: Component, lang: String) { + super.add(translatableComponent.string, lang) + } + + private fun addAdvancement(advancement: String, title: String, description: String) { + add(Component.translatable("advancements.$MOD_ID.$advancement.title"), title) + add(Component.translatable("advancements.$MOD_ID.$advancement.description"), description) + } + + private fun addPotion(objectName: String, effectName: String, name: String) { + add(Component.translatable("effect.$MOD_ID.$effectName"), name) + add(Component.translatable("item.minecraft.potion.effect.$objectName"), name) + add(Component.translatable("item.minecraft.splash_potion.effect.$objectName"), name) + add(Component.translatable("item.minecraft.lingering_potion.effect.$objectName"), name) + add(Component.translatable("item.minecraft.tipped_arrow.effect.$objectName"), name) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModBlockLootTables.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModBlockLootTables.kt new file mode 100644 index 00000000..332449bd --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModBlockLootTables.kt @@ -0,0 +1,99 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.loot + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import java.util.* +import java.util.stream.Collectors +import net.minecraft.data.loot.BlockLootSubProvider +import net.minecraft.resources.ResourceLocation +import net.minecraft.world.flag.FeatureFlags +import net.minecraft.world.level.block.Block +import net.minecraftforge.registries.ForgeRegistries + +class ModBlockLootTables : BlockLootSubProvider(setOf(), FeatureFlags.REGISTRY.allFlags()) { + override fun generate() { + // normal ores + add( + BlockInit.RUBY_ORE.get(), + createOreDrop(BlockInit.RUBY_ORE.get(), ItemInit.RAW_RUBY.get())) + add( + BlockInit.RAINBOW_ORE.get(), + createOreDrop(BlockInit.RAINBOW_ORE.get(), ItemInit.RAW_RAINBOW.get())) + add( + BlockInit.SAPPHIRE_ORE.get(), + createOreDrop(BlockInit.SAPPHIRE_ORE.get(), ItemInit.RAW_SAPPHIRE.get())) + add( + BlockInit.GRAPHITE_ORE.get(), + createOreDrop(BlockInit.GRAPHITE_ORE.get(), ItemInit.RAW_GRAPHITE.get())) + add( + BlockInit.AQUMARINE_ORE.get(), + createOreDrop(BlockInit.AQUMARINE_ORE.get(), ItemInit.RAW_AQUMARINE.get())) + add( + BlockInit.ENDERITE_ORE.get(), + createOreDrop(BlockInit.ENDERITE_ORE.get(), ItemInit.RAW_ENDERITE.get())) + add( + BlockInit.IMPERIUM_ORE.get(), + createOreDrop(BlockInit.IMPERIUM_ORE.get(), ItemInit.RAW_IMPERIUM.get())) + + // deepslate ores + add( + BlockInit.DEEPSLATE_RUBY_ORE.get(), + createOreDrop(BlockInit.DEEPSLATE_RUBY_ORE.get(), ItemInit.RAW_RUBY.get())) + add( + BlockInit.DEEPSLATE_RAINBOW_ORE.get(), + createOreDrop(BlockInit.DEEPSLATE_RAINBOW_ORE.get(), ItemInit.RAW_RAINBOW.get())) + add( + BlockInit.DEEPSLATE_SAPPHIRE_ORE.get(), + createOreDrop(BlockInit.DEEPSLATE_SAPPHIRE_ORE.get(), ItemInit.RAW_SAPPHIRE.get())) + add( + BlockInit.DEEPSLATE_GRAPHITE_ORE.get(), + createOreDrop(BlockInit.DEEPSLATE_GRAPHITE_ORE.get(), ItemInit.RAW_GRAPHITE.get())) + add( + BlockInit.DEEPSLATE_AQUMARINE_ORE.get(), + createOreDrop(BlockInit.DEEPSLATE_AQUMARINE_ORE.get(), ItemInit.RAW_AQUMARINE.get())) + add( + BlockInit.DEEPSLATE_IMPERIUM_ORE.get(), + createOreDrop(BlockInit.DEEPSLATE_IMPERIUM_ORE.get(), ItemInit.RAW_IMPERIUM.get())) + + // blocks + dropSelf(BlockInit.RUBY_BLOCK.get()) + dropSelf(BlockInit.RAINBOW_BLOCK.get()) + dropSelf(BlockInit.SAPPHIRE_BLOCK.get()) + dropSelf(BlockInit.GRAPHITE_BLOCK.get()) + dropSelf(BlockInit.AQUMARINE_BLOCK.get()) + dropSelf(BlockInit.ENDERITE_BLOCK.get()) + dropSelf(BlockInit.CUSTOM_ARMOUR_CRAFTING_TABLE.get()) + dropSelf(BlockInit.CUSTOM_TOOL_CRAFTING_TABLE.get()) + dropSelf(BlockInit.INGOT_FUSION_TOLL_ENHANCER.get()) + } + + override fun getKnownBlocks(): Iterable { + return ForgeRegistries.BLOCKS.values + .stream() + .filter { entry: Block? -> + Optional.ofNullable(ForgeRegistries.BLOCKS.getKey(entry)) + .filter { key: ResourceLocation -> key.namespace == MOD_ID } + .isPresent + } + .collect(Collectors.toSet()) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModLootTables.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModLootTables.kt new file mode 100644 index 00000000..790b019d --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/loot/ModLootTables.kt @@ -0,0 +1,56 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.loot + +import com.google.common.collect.ImmutableList +import com.google.common.collect.Sets +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import java.util.stream.Collectors +import net.minecraft.data.DataGenerator +import net.minecraft.data.loot.LootTableProvider +import net.minecraft.resources.ResourceLocation +import net.minecraft.world.level.storage.loot.BuiltInLootTables +import net.minecraft.world.level.storage.loot.LootTable +import net.minecraft.world.level.storage.loot.ValidationContext +import net.minecraft.world.level.storage.loot.parameters.LootContextParamSets + +class ModLootTables(dataGeneratorIn: DataGenerator) : + LootTableProvider( + dataGeneratorIn.packOutput, + setOf(), + ImmutableList.of(SubProviderEntry({ ModBlockLootTables() }, LootContextParamSets.BLOCK))) { + override fun validate( + map: Map, + validationContext: ValidationContext + ) { + val modLootTableIds = + BuiltInLootTables.all() + .stream() + .filter { lootTable: ResourceLocation -> lootTable.namespace == MOD_ID } + .collect(Collectors.toSet()) + + for (id in Sets.difference(modLootTableIds, map.keys)) { + validationContext.reportProblem("Missing mod loot table: $id") + } + + map.forEach { (_: ResourceLocation, lootTable: LootTable) -> + lootTable.validate(validationContext) + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/MainModRecipeProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/MainModRecipeProvider.kt new file mode 100644 index 00000000..fb01fe4e --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/MainModRecipeProvider.kt @@ -0,0 +1,47 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.recipe + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.datagen.recipe.provider.* +import java.util.function.Consumer +import net.minecraft.data.DataGenerator +import net.minecraft.data.recipes.FinishedRecipe +import net.minecraft.data.recipes.RecipeProvider +import net.minecraft.resources.ResourceLocation +import net.minecraftforge.common.crafting.conditions.IConditionBuilder + +open class MainModRecipeProvider(private val generatorIn: DataGenerator) : + RecipeProvider(generatorIn.packOutput), IConditionBuilder { + + constructor(`this`: MainModRecipeProvider) : this(`this`.generatorIn) + + override fun buildRecipes(pWriter: Consumer) { + ArmourCraftingTableRecipeProvider(this, pWriter).build() + FurnaceRecipeProvider(this, pWriter).build() + NormalCraftingTableRecipeProvider(this, pWriter).build() + ToolCraftingTableRecipeProvider(this, pWriter).build() + NewSmithingTableRecipeProvider(this, pWriter).build() + IngotFusionTollEnhancerRecipeProvider(this, pWriter).build() + } + + open fun modId(path: String): ResourceLocation { + return ResourceLocation(MOD_ID, path) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomArmourCraftingTableRecipeBuilder.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomArmourCraftingTableRecipeBuilder.kt new file mode 100644 index 00000000..7637afb0 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomArmourCraftingTableRecipeBuilder.kt @@ -0,0 +1,320 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.recipe.builder + +import com.google.common.collect.Lists +import com.google.common.collect.Maps +import com.google.common.collect.Sets +import com.google.gson.JsonArray +import com.google.gson.JsonObject +import io.github.realyusufismail.armourandtoolsmod.blocks.armour.book.CustomArmourCraftingBookCategory +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeSerializerInit +import java.util.* +import java.util.function.Consumer +import net.minecraft.advancements.Advancement +import net.minecraft.advancements.AdvancementRewards +import net.minecraft.advancements.CriterionTriggerInstance +import net.minecraft.advancements.RequirementsStrategy +import net.minecraft.advancements.critereon.RecipeUnlockedTrigger +import net.minecraft.data.recipes.FinishedRecipe +import net.minecraft.data.recipes.RecipeBuilder.ROOT_RECIPE_ADVANCEMENT +import net.minecraft.data.recipes.RecipeCategory +import net.minecraft.resources.ResourceLocation +import net.minecraft.tags.TagKey +import net.minecraft.world.item.Item +import net.minecraft.world.item.crafting.Ingredient +import net.minecraft.world.item.crafting.RecipeSerializer +import net.minecraft.world.item.enchantment.Enchantment +import net.minecraft.world.level.ItemLike +import net.minecraftforge.registries.ForgeRegistries + +/** @see net.minecraft.data.recipes.ShapedRecipeBuilder */ +object CustomArmourCraftingTableRecipeBuilder { + private val rows: MutableList = Lists.newArrayList() + private val key: MutableMap = Maps.newLinkedHashMap() + private var advancement: Advancement.Builder? = null + private var group: String? = null + private var bookCategory: CustomArmourCraftingBookCategory? = null + + private var recipeCategory: RecipeCategory? = null + private var count: Int? = null + private var result: Item? = null + private var showNotification: Boolean = false + private var enchantmentsAndLevels: EnchantmentsAndLevels = EnchantmentsAndLevels() + private var hideFlags: Boolean = false + + fun shaped( + bookCategory: CustomArmourCraftingBookCategory, + recipeCategory: RecipeCategory, + itemLike: ItemLike, + ): CustomArmourCraftingTableRecipeBuilder { + return shaped(bookCategory, recipeCategory, itemLike, 1) + } + + fun shaped( + bookCategory: CustomArmourCraftingBookCategory, + recipeCategory: RecipeCategory, + itemLike: ItemLike, + count: Int, + ): CustomArmourCraftingTableRecipeBuilder { + this.recipeCategory = recipeCategory + this.result = itemLike.asItem() + this.count = count + this.bookCategory = bookCategory + this.advancement = Advancement.Builder.advancement() + return this + } + + fun define(character: Char, itemTag: TagKey): CustomArmourCraftingTableRecipeBuilder { + return this.define(character, Ingredient.of(itemTag)) + } + + fun define(character: Char, itemLike: ItemLike): CustomArmourCraftingTableRecipeBuilder { + return this.define(character, Ingredient.of(itemLike)) + } + + private fun define( + character: Char, + ingredient: Ingredient, + ): CustomArmourCraftingTableRecipeBuilder { + if (key.containsKey(character)) { + throw IllegalArgumentException("Symbol '$character' is already defined!") + } else if (character == ' ') { + throw IllegalArgumentException( + "Symbol ' ' (whitespace) is reserved and cannot be defined") + } else { + key[character] = ingredient + return this + } + } + + fun pattern(pattern: String): CustomArmourCraftingTableRecipeBuilder { + if (rows.isNotEmpty() && pattern.length != rows[0].length) { + throw IllegalArgumentException("Pattern must be the same width on every line!") + } else { + rows.add(pattern) + return this + } + } + + fun unlockedBy( + creterionId: String, + criterionTriggerInstance: CriterionTriggerInstance, + ): CustomArmourCraftingTableRecipeBuilder { + advancement?.addCriterion(creterionId, criterionTriggerInstance) + return this + } + + fun group(group: String): CustomArmourCraftingTableRecipeBuilder { + this.group = group + return this + } + + fun addEnchantment( + enchantment: Enchantment, + level: Int + ): CustomArmourCraftingTableRecipeBuilder { + enchantmentsAndLevels.add(enchantment, level) + return this + } + + fun setHideFlags(hideFlags: Boolean): CustomArmourCraftingTableRecipeBuilder { + this.hideFlags = hideFlags + return this + } + + fun showNotification(p_273326_: Boolean): CustomArmourCraftingTableRecipeBuilder { + this.showNotification = p_273326_ + return this + } + + fun getResult(): Item { + return result ?: throw IllegalStateException("Result is not set") + } + + fun save( + finishedRecipeConsumer: Consumer, + resourceLocation: ResourceLocation, + ) { + ensureValid(resourceLocation) + advancement + ?.parent(ROOT_RECIPE_ADVANCEMENT) + ?.addCriterion("has_the_recipe", RecipeUnlockedTrigger.unlocked(resourceLocation)) + ?.rewards(AdvancementRewards.Builder.recipe(resourceLocation)) + ?.requirements(RequirementsStrategy.OR) + finishedRecipeConsumer.accept( + Result( + bookCategory ?: throw IllegalStateException("Recipe category is not set"), + resourceLocation, + result ?: throw IllegalStateException("Result is not set"), + count ?: throw IllegalStateException("Count is not set"), + group ?: "", + rows, + key, + advancement ?: throw IllegalStateException("Advancement is not set"), + resourceLocation.withPrefix("recipes/" + recipeCategory!!.folderName + "/"), + showNotification, + enchantmentsAndLevels, + hideFlags)) + clear() + } + + private fun clear() { + rows.clear() + key.clear() + group = null + bookCategory = null + recipeCategory = null + count = null + result = null + advancement = null + } + + private fun ensureValid(resourceLocation: ResourceLocation) { + if (rows.isEmpty()) { + throw IllegalStateException( + "No pattern is defined for shaped recipe $resourceLocation!") + } else { + val set: MutableSet = Sets.newHashSet(key.keys) + set.remove(' ') + for (s: String in rows) { + for (element in s) { + val c0 = element + if (!key.containsKey(c0) && c0 != ' ') { + throw IllegalStateException( + "Pattern in recipe " + + resourceLocation + + " uses undefined symbol '" + + c0 + + "'") + } + set.remove(c0) + } + } + if (!set.isEmpty()) { + throw IllegalStateException( + ("Ingredients are defined but not used in pattern for recipe " + + resourceLocation)) + } else if (rows.size == 1 && rows[0].length == 1) { + throw IllegalStateException( + ("Shaped recipe " + + resourceLocation + + " only takes in a single item - should it be a shapeless recipe instead?")) + } else if (advancement?.criteria?.isEmpty() == true) { + throw IllegalStateException("No way of obtaining recipe $resourceLocation") + } + } + } + + class Result( + private val category: CustomArmourCraftingBookCategory, + id: ResourceLocation, + result: Item, + count: Int, + group: String, + pattern: List, + key: Map, + advancement: Advancement.Builder, + advancementId: ResourceLocation, + showNotification: Boolean, + val enchantmentsAndLevels: EnchantmentsAndLevels, + val hideFlags: Boolean, + ) : FinishedRecipe { + override fun serializeRecipeData(jsonObject: JsonObject) { + if (group.isNotEmpty()) { + jsonObject.addProperty("group", group) + } + + jsonObject.addProperty("category", this.category.serializedName) + val jsonarray = JsonArray() + for (s: String in pattern) { + jsonarray.add(s) + } + jsonObject.add("pattern", jsonarray) + val jsonObject1 = JsonObject() + for (entry: Map.Entry in key.entries) { + jsonObject1.add(entry.key.toString(), entry.value.toJson()) + } + jsonObject.add("key", jsonObject1) + val jsonObject2 = JsonObject() + jsonObject2.addProperty( + "item", Objects.requireNonNull(ForgeRegistries.ITEMS.getKey(result)).toString()) + if (count > 1) { + jsonObject2.addProperty("count", count) + } + + // enchantment + if (enchantmentsAndLevels.isNotEmpty()) { + val jsonArray1 = JsonArray() + val jsonObject3 = JsonObject() + val jsonObject4 = JsonObject() + for (entry: Map.Entry in enchantmentsAndLevels.entries) { + jsonObject4.addProperty( + "id", + Objects.requireNonNull(ForgeRegistries.ENCHANTMENTS.getKey(entry.key)) + .toString()) + jsonObject4.addProperty("lvl", entry.value) + jsonArray1.add(jsonObject4) + } + jsonObject3.add("Enchantments", jsonArray1) + jsonObject3.addProperty("HideFlags", hideFlags) + jsonObject2.add("nbt", jsonObject3) + } + + jsonObject.addProperty("show_notification", showNotification) + jsonObject.add("result", jsonObject2) + } + + override fun getType(): RecipeSerializer<*> { + return RecipeSerializerInit.CUSTOM_ARMOUR_CRAFTER.get() + } + + override fun getId(): ResourceLocation { + return id + } + + override fun serializeAdvancement(): JsonObject? { + return advancement.serializeToJson() + } + + override fun getAdvancementId(): ResourceLocation { + return advancementId + } + + private val id: ResourceLocation + private val result: Item + private val count: Int + private val group: String + private val pattern: List + private val key: Map + private val advancement: Advancement.Builder + private val advancementId: ResourceLocation + + init { + this.id = id + this.result = result + this.count = count + this.group = group + this.pattern = pattern + this.key = key + this.advancement = advancement + this.advancementId = advancementId + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomToolCraftingTableRecipeBuilder.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomToolCraftingTableRecipeBuilder.kt new file mode 100644 index 00000000..fc98b8d0 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/CustomToolCraftingTableRecipeBuilder.kt @@ -0,0 +1,327 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.recipe.builder + +import com.google.common.collect.Lists +import com.google.common.collect.Maps +import com.google.common.collect.Sets +import com.google.gson.JsonArray +import com.google.gson.JsonObject +import io.github.realyusufismail.armourandtoolsmod.blocks.tool.book.CustomToolsCraftingBookCategory +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeSerializerInit +import java.util.* +import java.util.function.Consumer +import net.minecraft.advancements.Advancement +import net.minecraft.advancements.AdvancementRewards +import net.minecraft.advancements.CriterionTriggerInstance +import net.minecraft.advancements.RequirementsStrategy +import net.minecraft.advancements.critereon.RecipeUnlockedTrigger +import net.minecraft.data.recipes.FinishedRecipe +import net.minecraft.data.recipes.RecipeBuilder +import net.minecraft.data.recipes.RecipeBuilder.ROOT_RECIPE_ADVANCEMENT +import net.minecraft.data.recipes.RecipeCategory +import net.minecraft.resources.ResourceLocation +import net.minecraft.tags.TagKey +import net.minecraft.world.item.Item +import net.minecraft.world.item.crafting.Ingredient +import net.minecraft.world.item.crafting.RecipeSerializer +import net.minecraft.world.item.enchantment.Enchantment +import net.minecraft.world.level.ItemLike +import net.minecraftforge.registries.ForgeRegistries + +/** @see net.minecraft.data.recipes.ShapedRecipeBuilder */ +object CustomToolCraftingTableRecipeBuilder : RecipeBuilder { + private val rows: MutableList = Lists.newArrayList() + private val key: MutableMap = Maps.newLinkedHashMap() + private var advancement: Advancement.Builder? = null + private var group: String? = null + private var bookCategory: CustomToolsCraftingBookCategory? = null + + private var recipeCategory: RecipeCategory? = null + private var count: Int? = null + private var result: Item? = null + private var showNotification: Boolean = false + + private var enchantmentsAndLevels: EnchantmentsAndLevels = EnchantmentsAndLevels() + private var hideFlags: Int = 0 + + fun shaped( + bookCategory: CustomToolsCraftingBookCategory, + recipeCategory: RecipeCategory, + itemLike: ItemLike, + ): CustomToolCraftingTableRecipeBuilder { + return shaped(bookCategory, recipeCategory, itemLike, 1) + } + + private fun shaped( + bookCategory: CustomToolsCraftingBookCategory, + recipeCategory: RecipeCategory, + itemLike: ItemLike, + count: Int, + ): CustomToolCraftingTableRecipeBuilder { + this.recipeCategory = recipeCategory + this.result = itemLike.asItem() + this.count = count + this.bookCategory = bookCategory + this.advancement = Advancement.Builder.advancement() + return this + } + + fun define(character: Char, itemTag: TagKey): CustomToolCraftingTableRecipeBuilder { + return this.define(character, Ingredient.of(itemTag)) + } + + fun define(character: Char, itemLike: ItemLike): CustomToolCraftingTableRecipeBuilder { + return this.define(character, Ingredient.of(itemLike)) + } + + private fun define( + character: Char, + ingredient: Ingredient, + ): CustomToolCraftingTableRecipeBuilder { + if (key.containsKey(character)) { + throw IllegalArgumentException("Symbol '$character' is already defined!") + } else if (character == ' ') { + throw IllegalArgumentException( + "Symbol ' ' (whitespace) is reserved and cannot be defined") + } else { + key[character] = ingredient + return this + } + } + + fun pattern(pattern: String): CustomToolCraftingTableRecipeBuilder { + if (rows.isNotEmpty() && pattern.length != rows[0].length) { + throw IllegalArgumentException("Pattern must be the same width on every line!") + } else { + rows.add(pattern) + return this + } + } + + override fun unlockedBy( + creterionId: String, + criterionTriggerInstance: CriterionTriggerInstance, + ): CustomToolCraftingTableRecipeBuilder { + advancement?.addCriterion(creterionId, criterionTriggerInstance) + return this + } + + override fun group(pGroupName: String?): RecipeBuilder { + this.group = pGroupName + return this + } + + fun addEnchantment(enchantment: Enchantment, level: Int): CustomToolCraftingTableRecipeBuilder { + enchantmentsAndLevels.add(enchantment, level) + return this + } + + fun addEnchantments( + enchantmentsAndLevels: EnchantmentsAndLevels + ): CustomToolCraftingTableRecipeBuilder { + this.enchantmentsAndLevels.addAll(enchantmentsAndLevels) + return this + } + + fun hideFlags(hideFlags: Int): CustomToolCraftingTableRecipeBuilder { + this.hideFlags = hideFlags + return this + } + + fun showNotification(p_273326_: Boolean): CustomToolCraftingTableRecipeBuilder { + this.showNotification = p_273326_ + return this + } + + override fun getResult(): Item { + return result ?: throw IllegalStateException("Result is not set") + } + + override fun save( + finishedRecipeConsumer: Consumer, + resourceLocation: ResourceLocation, + ) { + ensureValid(resourceLocation) + advancement + ?.parent(ROOT_RECIPE_ADVANCEMENT) + ?.addCriterion("has_the_recipe", RecipeUnlockedTrigger.unlocked(resourceLocation)) + ?.rewards(AdvancementRewards.Builder.recipe(resourceLocation)) + ?.requirements(RequirementsStrategy.OR) + finishedRecipeConsumer.accept( + Result( + bookCategory ?: throw IllegalStateException("Recipe category is not set"), + resourceLocation, + result ?: throw IllegalStateException("Result is not set"), + count ?: throw IllegalStateException("Count is not set"), + group ?: "", + rows, + key, + advancement ?: throw IllegalStateException("Advancement is not set"), + resourceLocation.withPrefix("recipes/" + recipeCategory!!.folderName + "/"), + showNotification, + enchantmentsAndLevels, + hideFlags)) + clear() + } + + private fun clear() { + rows.clear() + key.clear() + group = null + bookCategory = null + recipeCategory = null + count = null + result = null + advancement = null + } + + private fun ensureValid(resourceLocation: ResourceLocation) { + if (rows.isEmpty()) { + throw IllegalStateException( + "No pattern is defined for shaped recipe $resourceLocation!") + } else { + val set: MutableSet = Sets.newHashSet(key.keys) + set.remove(' ') + for (s: String in rows) { + for (element in s) { + val c0 = element + if (!key.containsKey(c0) && c0 != ' ') { + throw IllegalStateException( + "Pattern in recipe " + + resourceLocation + + " uses undefined symbol '" + + c0 + + "'") + } + set.remove(c0) + } + } + if (!set.isEmpty()) { + throw IllegalStateException( + ("Ingredients are defined but not used in pattern for recipe " + + resourceLocation)) + } else if (rows.size == 1 && rows[0].length == 1) { + throw IllegalStateException( + ("Shaped recipe " + + resourceLocation + + " only takes in a single item - should it be a shapeless recipe instead?")) + } else if (advancement?.criteria?.isEmpty() == true) { + throw IllegalStateException("No way of obtaining recipe $resourceLocation") + } + } + } + + class Result( + private val category: CustomToolsCraftingBookCategory, + id: ResourceLocation, + result: Item, + count: Int, + group: String, + pattern: List, + key: Map, + advancement: Advancement.Builder, + advancementId: ResourceLocation, + showNotification: Boolean, + enchantmentsAndLevels: EnchantmentsAndLevels, + hideFlags: Int = 0, + ) : FinishedRecipe { + override fun serializeRecipeData(jsonObject: JsonObject) { + if (group.isNotEmpty()) { + jsonObject.addProperty("group", group) + } + + jsonObject.addProperty("category", this.category.serializedName) + val jsonarray = JsonArray() + for (s: String in pattern) { + jsonarray.add(s) + } + jsonObject.add("pattern", jsonarray) + val jsonObject1 = JsonObject() + for (entry: Map.Entry in key.entries) { + jsonObject1.add(entry.key.toString(), entry.value.toJson()) + } + jsonObject.add("key", jsonObject1) + val jsonObject2 = JsonObject() + jsonObject2.addProperty( + "item", Objects.requireNonNull(ForgeRegistries.ITEMS.getKey(result)).toString()) + if (count > 1) { + jsonObject2.addProperty("count", count) + } + + // enchantment + + if (enchantmentsAndLevels.isNotEmpty()) { + val jsonArray1 = JsonArray() + val jsonObject3 = JsonObject() + val jsonObject4 = JsonObject() + for (entry: Map.Entry in enchantmentsAndLevels.entries) { + jsonObject4.addProperty( + "id", + Objects.requireNonNull(ForgeRegistries.ENCHANTMENTS.getKey(entry.key)) + .toString()) + jsonObject4.addProperty("lvl", entry.value) + jsonArray1.add(jsonObject4) + } + jsonObject3.add("Enchantments", jsonArray1) + jsonObject3.addProperty("HideFlags", hideFlags) + jsonObject2.add("nbt", jsonObject3) + } + + jsonObject.addProperty("showNotification", showNotification) + jsonObject.add("result", jsonObject2) + } + + override fun getType(): RecipeSerializer<*> { + return RecipeSerializerInit.CUSTOM_TOOL_CRAFTER.get() + } + + override fun getId(): ResourceLocation { + return id + } + + override fun serializeAdvancement(): JsonObject? { + return advancement.serializeToJson() + } + + override fun getAdvancementId(): ResourceLocation { + return advancementId + } + + private val id: ResourceLocation + private val result: Item + private val count: Int + private val group: String + private val pattern: List + private val key: Map + private val advancement: Advancement.Builder + private val advancementId: ResourceLocation + + init { + this.id = id + this.result = result + this.count = count + this.group = group + this.pattern = pattern + this.key = key + this.advancement = advancement + this.advancementId = advancementId + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/EnchantmentsAndLevels.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/EnchantmentsAndLevels.kt new file mode 100644 index 00000000..518be3bb --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/EnchantmentsAndLevels.kt @@ -0,0 +1,32 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.recipe.builder + +import net.minecraft.world.item.enchantment.Enchantment + +class EnchantmentsAndLevels : MutableMap by mutableMapOf() { + + fun add(enchantment: net.minecraft.world.item.enchantment.Enchantment, level: Int) { + put(enchantment, level) + } + + fun addAll(enchantmentsAndLevels: EnchantmentsAndLevels) { + putAll(enchantmentsAndLevels) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/IngotFusionTollEnhancerRecipeBuilder.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/IngotFusionTollEnhancerRecipeBuilder.kt new file mode 100644 index 00000000..e2fd9c47 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/builder/IngotFusionTollEnhancerRecipeBuilder.kt @@ -0,0 +1,157 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.recipe.builder + +import com.google.gson.JsonObject +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.book.IngotFusionTollEnhancerRecipeBookCategory +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeSerializerInit +import java.util.* +import java.util.function.Consumer +import net.minecraft.advancements.Advancement +import net.minecraft.advancements.AdvancementRewards +import net.minecraft.advancements.RequirementsStrategy +import net.minecraft.advancements.critereon.InventoryChangeTrigger +import net.minecraft.advancements.critereon.RecipeUnlockedTrigger +import net.minecraft.data.recipes.FinishedRecipe +import net.minecraft.resources.ResourceLocation +import net.minecraft.world.item.Item +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.crafting.Ingredient +import net.minecraft.world.item.crafting.RecipeSerializer +import net.minecraftforge.registries.ForgeRegistries + +class IngotFusionTollEnhancerRecipeBuilder( + private val recipeCategory: IngotFusionTollEnhancerRecipeBookCategory, + private val ingredient1: Ingredient, + private val ingredient2: Ingredient, + private val ingredient3: Ingredient, + private val result: ItemStack, +) { + private val advancementBuilder = Advancement.Builder.advancement() + + fun unlockedBy( + criterionId: String, + criterion: InventoryChangeTrigger.TriggerInstance + ): IngotFusionTollEnhancerRecipeBuilder { + advancementBuilder.addCriterion(criterionId, criterion) + return this + } + + fun save(consumer: Consumer, rl: ResourceLocation) { + try { + ensureValid(rl) + if (advancementBuilder.criteria.isNotEmpty()) + advancementBuilder + .parent(ResourceLocation("recipes/root")) + .addCriterion("has_the_recipe", RecipeUnlockedTrigger.unlocked(rl)) + .rewards(AdvancementRewards.Builder.recipe(rl)) + .requirements(RequirementsStrategy.OR) + consumer.accept( + Result( + recipeCategory, + ingredient1, + ingredient2, + ingredient3, + result, + advancementBuilder, + rl.withPrefix("recipes/" + recipeCategory.serializedName + "/"), + rl)) + } catch (e: IllegalStateException) { + throw IllegalStateException("Could not create recipe: $rl", e) + } + } + + private fun ensureValid(rl: ResourceLocation) { + check(advancementBuilder.criteria.isNotEmpty()) { "Can not obtain recipe: $rl" } + } + + /** + * Protip: The error has a string, seaching for that string will give more context + * + * @param input1 The first input item + * @param input2 The second input item + * @param input3 The third input item + * @param output The output item + * @param category The recipe category + * @param advancementId The advancement id + * @param id The recipe id + */ + @JvmRecord + private data class Result( + val recipeCategory: IngotFusionTollEnhancerRecipeBookCategory, + val ingredient1: Ingredient, + val ingredient2: Ingredient, + val ingredient3: Ingredient, + val result: ItemStack, + val advancementBuilder: Advancement.Builder, + val advancementId: ResourceLocation, + val id: ResourceLocation + ) : FinishedRecipe { + override fun serializeRecipeData(json: JsonObject) { + json.addProperty("category", recipeCategory.serializedName) + json.add("result", serializeResult(result)) + json.add("ingredient1", ingredient1.toJson()) + json.add("ingredient2", ingredient2.toJson()) + json.add("ingredient3", ingredient3.toJson()) + } + + private fun serializeResult(stack: ItemStack): JsonObject { + val json = JsonObject() + json.addProperty("item", ForgeRegistries.ITEMS.getKey(stack.item).toString()) + json.addProperty("count", stack.count) + if (stack.hasTag()) { + json.addProperty("nbt", stack.tag.toString()) + } + return json + } + + override fun getId(): ResourceLocation { + return id + } + + override fun getType(): RecipeSerializer<*> { + return RecipeSerializerInit.INGOT_FUSION_TOLL_ENHANCER_RECIPE.get() + } + + override fun serializeAdvancement(): JsonObject { + return advancementBuilder.serializeToJson() + } + + override fun getAdvancementId(): ResourceLocation { + return advancementId + } + } + + companion object { + fun builder( + recipeCategory: IngotFusionTollEnhancerRecipeBookCategory, + input1: Item, + input2: Item, + input3: Item, + result: ItemStack, + ): IngotFusionTollEnhancerRecipeBuilder { + return IngotFusionTollEnhancerRecipeBuilder( + recipeCategory, ingredient(input1), ingredient(input2), ingredient(input3), result) + } + + private fun ingredient(entry: Item): Ingredient { + return Ingredient.of(entry) + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt new file mode 100644 index 00000000..def3541f --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt @@ -0,0 +1,332 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.recipe.provider + +import io.github.realyusufismail.armourandtoolsmod.blocks.armour.book.CustomArmourCraftingBookCategory +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import io.github.realyusufismail.armourandtoolsmod.core.init.TagsInit +import io.github.realyusufismail.armourandtoolsmod.datagen.recipe.MainModRecipeProvider +import io.github.realyusufismail.armourandtoolsmod.datagen.recipe.builder.CustomArmourCraftingTableRecipeBuilder +import java.util.function.Consumer +import net.minecraft.data.recipes.FinishedRecipe +import net.minecraft.data.recipes.RecipeCategory +import net.minecraft.world.item.Items + +class ArmourCraftingTableRecipeProvider( + private val mainModRecipeProvider: MainModRecipeProvider, + private val consumer: Consumer, +) : MainModRecipeProvider(mainModRecipeProvider) { + private val hasItem = "has_item" + + fun build() { + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_HEAD, + RecipeCategory.COMBAT, + ItemInit.AMETHYST_HELMET) + .define('A', Items.AMETHYST_SHARD) + .pattern("AAA") + .pattern("A A") + .unlockedBy(hasItem, has(Items.AMETHYST_SHARD)) + .save(consumer, modId("amethyst_helmet")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_CHEST, + RecipeCategory.COMBAT, + ItemInit.AMETHYST_CHESTPLATE) + .define('A', Items.AMETHYST_SHARD) + .pattern("A A") + .pattern("AAA") + .pattern("AAA") + .unlockedBy(hasItem, has(Items.AMETHYST_SHARD)) + .save(consumer, modId("amethyst_chestplate")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_LEGS, + RecipeCategory.COMBAT, + ItemInit.AMETHYST_LEGGINGS) + .define('A', Items.AMETHYST_SHARD) + .pattern("AAA") + .pattern("A A") + .pattern("A A") + .unlockedBy(hasItem, has(Items.AMETHYST_SHARD)) + .save(consumer, modId("amethyst_leggings")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_FEET, + RecipeCategory.COMBAT, + ItemInit.AMETHYST_BOOTS) + .define('A', Items.AMETHYST_SHARD) + .pattern("A A") + .pattern("A A") + .unlockedBy(hasItem, has(Items.AMETHYST_SHARD)) + .save(consumer, modId("amethyst_boots")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_HEAD, + RecipeCategory.COMBAT, + ItemInit.RUBY_HELMET) + .define('A', TagsInit.ItemTagsInit.INGOTS_RUBY) + .pattern("AAA") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_RUBY)) + .save(consumer, modId("ruby_helmet")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_CHEST, + RecipeCategory.COMBAT, + ItemInit.RUBY_CHESTPLATE) + .define('A', TagsInit.ItemTagsInit.INGOTS_RUBY) + .pattern("A A") + .pattern("AAA") + .pattern("AAA") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_RUBY)) + .save(consumer, modId("ruby_chestplate")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_LEGS, + RecipeCategory.COMBAT, + ItemInit.RUBY_LEGGINGS) + .define('A', TagsInit.ItemTagsInit.INGOTS_RUBY) + .pattern("AAA") + .pattern("A A") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_RUBY)) + .save(consumer, modId("ruby_leggings")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_FEET, + RecipeCategory.COMBAT, + ItemInit.RUBY_BOOTS) + .define('A', TagsInit.ItemTagsInit.INGOTS_RUBY) + .pattern("A A") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_RUBY)) + .save(consumer, modId("ruby_boots")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_HEAD, + RecipeCategory.COMBAT, + ItemInit.SAPPHIRE_HELMET) + .define('A', TagsInit.ItemTagsInit.INGOTS_SAPPHIRE) + .pattern("AAA") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_SAPPHIRE)) + .save(consumer, modId("sapphire_helmet")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_CHEST, + RecipeCategory.COMBAT, + ItemInit.SAPPHIRE_CHESTPLATE) + .define('A', TagsInit.ItemTagsInit.INGOTS_SAPPHIRE) + .pattern("A A") + .pattern("AAA") + .pattern("AAA") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_SAPPHIRE)) + .save(consumer, modId("sapphire_chestplate")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_LEGS, + RecipeCategory.COMBAT, + ItemInit.SAPPHIRE_LEGGINGS) + .define('A', TagsInit.ItemTagsInit.INGOTS_SAPPHIRE) + .pattern("AAA") + .pattern("A A") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_SAPPHIRE)) + .save(consumer, modId("sapphire_leggings")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_FEET, + RecipeCategory.COMBAT, + ItemInit.SAPPHIRE_BOOTS) + .define('A', TagsInit.ItemTagsInit.INGOTS_SAPPHIRE) + .pattern("A A") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_SAPPHIRE)) + .save(consumer, modId("sapphire_boots")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_HEAD, + RecipeCategory.COMBAT, + ItemInit.GRAPHITE_HELMET) + .define('A', TagsInit.ItemTagsInit.INGOTS_GRAPHITE) + .pattern("AAA") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_GRAPHITE)) + .save(consumer, modId("graphite_helmet")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_CHEST, + RecipeCategory.COMBAT, + ItemInit.GRAPHITE_CHESTPLATE) + .define('A', TagsInit.ItemTagsInit.INGOTS_GRAPHITE) + .pattern("A A") + .pattern("AAA") + .pattern("AAA") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_GRAPHITE)) + .save(consumer, modId("graphite_chestplate")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_LEGS, + RecipeCategory.COMBAT, + ItemInit.GRAPHITE_LEGGINGS) + .define('A', TagsInit.ItemTagsInit.INGOTS_GRAPHITE) + .pattern("AAA") + .pattern("A A") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_GRAPHITE)) + .save(consumer, modId("graphite_leggings")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_FEET, + RecipeCategory.COMBAT, + ItemInit.GRAPHITE_BOOTS) + .define('A', TagsInit.ItemTagsInit.INGOTS_GRAPHITE) + .pattern("A A") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_GRAPHITE)) + .save(consumer, modId("graphite_boots")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_HEAD, + RecipeCategory.COMBAT, + ItemInit.RAINBOW_HELMET) + .define('A', TagsInit.ItemTagsInit.INGOTS_AQUMARINE) + .pattern("AAA") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_AQUMARINE)) + .save(consumer, modId("rainbow_helmet")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_CHEST, + RecipeCategory.COMBAT, + ItemInit.RAINBOW_CHESTPLATE) + .define('A', TagsInit.ItemTagsInit.INGOTS_AQUMARINE) + .pattern("A A") + .pattern("AAA") + .pattern("AAA") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_AQUMARINE)) + .save(consumer, modId("rainbow_chestplate")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_LEGS, + RecipeCategory.COMBAT, + ItemInit.RAINBOW_LEGGINGS) + .define('A', TagsInit.ItemTagsInit.INGOTS_AQUMARINE) + .pattern("AAA") + .pattern("A A") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_AQUMARINE)) + .save(consumer, modId("rainbow_leggings")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_FEET, + RecipeCategory.COMBAT, + ItemInit.RAINBOW_BOOTS) + .define('A', TagsInit.ItemTagsInit.INGOTS_AQUMARINE) + .pattern("A A") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_AQUMARINE)) + .save(consumer, modId("rainbow_boots")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_HEAD, + RecipeCategory.COMBAT, + ItemInit.AQUMARINE_HELMET) + .define('A', TagsInit.ItemTagsInit.INGOTS_AQUMARINE) + .pattern("AAA") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_AQUMARINE)) + .save(consumer, modId("aqumarine_helmet")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_CHEST, + RecipeCategory.COMBAT, + ItemInit.AQUMARINE_CHESTPLATE) + .define('A', TagsInit.ItemTagsInit.INGOTS_AQUMARINE) + .pattern("A A") + .pattern("AAA") + .pattern("AAA") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_AQUMARINE)) + .save(consumer, modId("aqumarine_chestplate")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_LEGS, + RecipeCategory.COMBAT, + ItemInit.AQUMARINE_LEGGINGS) + .define('A', TagsInit.ItemTagsInit.INGOTS_AQUMARINE) + .pattern("AAA") + .pattern("A A") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_AQUMARINE)) + .save(consumer, modId("aqumarine_leggings")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_FEET, + RecipeCategory.COMBAT, + ItemInit.AQUMARINE_BOOTS) + .define('A', TagsInit.ItemTagsInit.INGOTS_AQUMARINE) + .pattern("A A") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_AQUMARINE)) + .save(consumer, modId("aqumarine_boots")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_HEAD, + RecipeCategory.COMBAT, + ItemInit.ENDERITE_HELMET) + .define('A', TagsInit.ItemTagsInit.INGOTS_ENDERITE) + .pattern("AAA") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_ENDERITE)) + .save(consumer, modId("enderite_helmet")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_CHEST, + RecipeCategory.COMBAT, + ItemInit.ENDERITE_CHESTPLATE) + .define('A', TagsInit.ItemTagsInit.INGOTS_ENDERITE) + .pattern("A A") + .pattern("AAA") + .pattern("AAA") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_ENDERITE)) + .save(consumer, modId("enderite_chestplate")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_LEGS, + RecipeCategory.COMBAT, + ItemInit.ENDERITE_LEGGINGS) + .define('A', TagsInit.ItemTagsInit.INGOTS_ENDERITE) + .pattern("AAA") + .pattern("A A") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_ENDERITE)) + .save(consumer, modId("enderite_leggings")) + + CustomArmourCraftingTableRecipeBuilder.shaped( + CustomArmourCraftingBookCategory.ARMOUR_FEET, + RecipeCategory.COMBAT, + ItemInit.ENDERITE_BOOTS) + .define('A', TagsInit.ItemTagsInit.INGOTS_ENDERITE) + .pattern("A A") + .pattern("A A") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_ENDERITE)) + .save(consumer, modId("enderite_boots")) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/FurnaceRecipeProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/FurnaceRecipeProvider.kt new file mode 100644 index 00000000..c20eabf4 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/FurnaceRecipeProvider.kt @@ -0,0 +1,67 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.recipe.provider + +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import io.github.realyusufismail.armourandtoolsmod.core.util.bName +import io.github.realyusufismail.armourandtoolsmod.core.util.name +import io.github.realyusufismail.armourandtoolsmod.datagen.recipe.MainModRecipeProvider +import io.github.realyusufismail.realyusufismailcore.recipe.YusufSimpleCookingRecipeBuilder +import java.util.function.Consumer +import net.minecraft.data.recipes.FinishedRecipe +import net.minecraft.data.recipes.RecipeCategory +import net.minecraft.world.item.crafting.Ingredient + +class FurnaceRecipeProvider( + private val mainModRecipeProvider: MainModRecipeProvider, + private val consumer: Consumer, +) : MainModRecipeProvider(mainModRecipeProvider) { + private val hasItem = "has_item" + + fun build() { + addRawOreRecipes() + } + + private fun addRawOreRecipes() { + ItemInit.SMELT_ABLE_ITEM.forEach { (i, io) -> + YusufSimpleCookingRecipeBuilder.smelting( + RecipeCategory.MISC, Ingredient.of(i.get()), io.get(), 0.6f, 300) + .unlockedBy(hasItem, has(i.get())) + .save(consumer, modId("smelting_" + i.get().name)) + + YusufSimpleCookingRecipeBuilder.blasting( + RecipeCategory.MISC, Ingredient.of(i.get()), io.get(), 0.6f, 300) + .unlockedBy(hasItem, has(i.get())) + .save(consumer, modId("blasting_" + i.get().name)) + } + + BlockInit.SMELT_ABLE_BLOCKS.forEach { (b, i) -> + YusufSimpleCookingRecipeBuilder.smelting( + RecipeCategory.MISC, Ingredient.of(b.get()), i.get(), 0.6f, 300) + .unlockedBy(hasItem, has(b.get())) + .save(consumer, modId("smelting_" + b.get().bName)) + + YusufSimpleCookingRecipeBuilder.blasting( + RecipeCategory.MISC, Ingredient.of(b.get()), i.get(), 0.6f, 300) + .unlockedBy(hasItem, has(b.get())) + .save(consumer, modId("blasting_" + b.get().bName)) + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt new file mode 100644 index 00000000..496cf7ee --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt @@ -0,0 +1,44 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.recipe.provider + +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.book.IngotFusionTollEnhancerRecipeBookCategory +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import io.github.realyusufismail.armourandtoolsmod.datagen.recipe.MainModRecipeProvider +import io.github.realyusufismail.armourandtoolsmod.datagen.recipe.builder.IngotFusionTollEnhancerRecipeBuilder +import java.util.function.Consumer +import net.minecraft.data.recipes.FinishedRecipe +import net.minecraft.world.item.ItemStack + +class IngotFusionTollEnhancerRecipeProvider( + private val mainModRecipeProvider: MainModRecipeProvider, + private val pWriter: Consumer +) : MainModRecipeProvider(mainModRecipeProvider) { + + fun build() { + IngotFusionTollEnhancerRecipeBuilder.builder( + IngotFusionTollEnhancerRecipeBookCategory.TOOL, + ItemInit.IMPERIUM.get(), + ItemInit.IMPERIUM_PICKAXE.get(), + ItemInit.IMPERIUM.get(), + ItemStack(ItemInit.MAGMA_STRIKE_PICKAXE.get())) + .unlockedBy("has_imperium_ingot", has(ItemInit.IMPERIUM.get())) + .save(pWriter, modId("magma_strike_pickaxe")) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt new file mode 100644 index 00000000..48b9682b --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt @@ -0,0 +1,45 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.recipe.provider + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import io.github.realyusufismail.armourandtoolsmod.datagen.recipe.MainModRecipeProvider +import java.util.function.Consumer +import net.minecraft.data.recipes.FinishedRecipe +import net.minecraft.data.recipes.RecipeCategory +import net.minecraft.data.recipes.SmithingTrimRecipeBuilder +import net.minecraft.world.item.Items +import net.minecraft.world.item.crafting.Ingredient + +class NewSmithingTableRecipeProvider( + private val mainModRecipeProvider: MainModRecipeProvider, + private val pWriter: Consumer +) : MainModRecipeProvider(mainModRecipeProvider) { + + fun build() { + SmithingTrimRecipeBuilder.smithingTrim( + Ingredient.of(Items.DIAMOND), + Ingredient.of(ItemInit.RUBY_HELMET.get().asItem()), + Ingredient.of(Items.TIDE_ARMOR_TRIM_SMITHING_TEMPLATE), + RecipeCategory.MISC) + .unlocks("has_diamond", has(Items.DIAMOND)) + .save(pWriter, ArmourAndToolsMod.getModIdAndName("ruby_helmet_smithing_trim")) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt new file mode 100644 index 00000000..ba225ee0 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt @@ -0,0 +1,86 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.recipe.provider + +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import io.github.realyusufismail.armourandtoolsmod.core.util.name +import io.github.realyusufismail.armourandtoolsmod.datagen.recipe.MainModRecipeProvider +import io.github.realyusufismail.realyusufismailcore.recipe.YusufShapedRecipeBuilder +import io.github.realyusufismail.realyusufismailcore.recipe.YusufShapelessRecipeBuilder +import java.util.function.Consumer +import net.minecraft.data.recipes.FinishedRecipe +import net.minecraft.data.recipes.RecipeCategory +import net.minecraft.tags.BlockTags +import net.minecraft.tags.BlockTags.BASE_STONE_OVERWORLD +import net.minecraft.tags.ItemTags +import net.minecraft.world.item.Items +import net.minecraft.world.level.block.Blocks + +class NormalCraftingTableRecipeProvider( + private val mainModRecipeProvider: MainModRecipeProvider, + private val pWriter: Consumer +) : MainModRecipeProvider(mainModRecipeProvider) { + + fun build() { + YusufShapedRecipeBuilder.shaped( + RecipeCategory.BUILDING_BLOCKS, BlockInit.CUSTOM_ARMOUR_CRAFTING_TABLE.get()) + .define('A', Blocks.IRON_BLOCK) + .define('B', Blocks.CRAFTING_TABLE) + .define('C', Items.IRON_CHESTPLATE) + .pattern("ACA") + .pattern(" B ") + .unlockedBy("has_item", has(Items.IRON_CHESTPLATE)) + .save(pWriter, modId("custom_armour_crafting_table_recipe")) + + YusufShapedRecipeBuilder.shaped( + RecipeCategory.BUILDING_BLOCKS, BlockInit.CUSTOM_TOOL_CRAFTING_TABLE.get()) + .define('A', Blocks.IRON_BLOCK) + .define('B', Blocks.CRAFTING_TABLE) + .define('C', Items.IRON_PICKAXE) + .pattern("ACA") + .pattern(" B ") + .unlockedBy("has_item", has(Items.IRON_PICKAXE)) + .save(pWriter, modId("custom_tool_crafting_table_recipe")) + + YusufShapedRecipeBuilder.shaped( + RecipeCategory.BUILDING_BLOCKS, BlockInit.INGOT_FUSION_TOLL_ENHANCER.get()) + .define('A', Blocks.IRON_BLOCK) + .define('B', Items.IRON_INGOT) + .define('C', ItemTags.create(BlockTags.BASE_STONE_OVERWORLD.location)) + .pattern("ABA") + .pattern("CBC") + .pattern("CBC") + .unlockedBy("has_item", has(Items.IRON_INGOT)) + .save(pWriter, modId("ingot_fusion_toll_enhancer_recipe")) + + addOreBlockRecipes() + } + + private fun addOreBlockRecipes() { + // scan BlockInit for Blocks that return OreBlockObjectHolderDelegate + BlockInit.ORE_BLOCKS.forEach { oreBlock -> + // create a shapeless recipe for the ore block + YusufShapelessRecipeBuilder.shapeless( + RecipeCategory.BUILDING_BLOCKS, oreBlock.value.get(), 9) + .requires(oreBlock.key.get()) + .unlockedBy("has_item", has(oreBlock.value.get())) + .save(pWriter, modId(oreBlock.value.get().name + "_block_recipe")) + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt new file mode 100644 index 00000000..be0a3ac2 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt @@ -0,0 +1,379 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.recipe.provider + +import io.github.realyusufismail.armourandtoolsmod.blocks.tool.book.CustomToolsCraftingBookCategory +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import io.github.realyusufismail.armourandtoolsmod.core.init.TagsInit +import io.github.realyusufismail.armourandtoolsmod.datagen.recipe.MainModRecipeProvider +import io.github.realyusufismail.armourandtoolsmod.datagen.recipe.builder.CustomToolCraftingTableRecipeBuilder +import java.util.function.Consumer +import net.minecraft.data.recipes.FinishedRecipe +import net.minecraft.data.recipes.RecipeCategory +import net.minecraft.world.item.Items +import net.minecraft.world.item.enchantment.Enchantments + +class ToolCraftingTableRecipeProvider( + private val mainModRecipeProvider: MainModRecipeProvider, + private val consumer: Consumer, +) : MainModRecipeProvider(mainModRecipeProvider) { + private val hasItem = "has_item" + + fun build() { + + // RUBY TOOLS + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.SWORD, + RecipeCategory.TOOLS, + ItemInit.RUBY_SWORD.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_RUBY) + .define('S', Items.STICK) + .pattern(" A ") + .pattern(" A ") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_RUBY)) + .save(consumer, modId("ruby_sword")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.PICKAXE, + RecipeCategory.TOOLS, + ItemInit.RUBY_PICKAXE.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_RUBY) + .define('S', Items.STICK) + .pattern("AAA") + .pattern(" S ") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_RUBY)) + .save(consumer, modId("ruby_pickaxe")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.AXE, RecipeCategory.TOOLS, ItemInit.RUBY_AXE.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_RUBY) + .define('S', Items.STICK) + .pattern(" AA") + .pattern(" SA") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_RUBY)) + .save(consumer, modId("ruby_axe")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.SHOVEL, + RecipeCategory.TOOLS, + ItemInit.RUBY_SHOVEL.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_RUBY) + .define('S', Items.STICK) + .pattern(" A ") + .pattern(" S ") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_RUBY)) + .save(consumer, modId("ruby_shovel")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.HOE, RecipeCategory.TOOLS, ItemInit.RUBY_HOE.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_RUBY) + .define('S', Items.STICK) + .pattern("AA ") + .pattern(" S ") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_RUBY)) + .save(consumer, modId("ruby_hoe")) + + // SAPPHIRE TOOLS + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.SWORD, + RecipeCategory.TOOLS, + ItemInit.SAPPHIRE_SWORD.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_SAPPHIRE) + .define('S', Items.STICK) + .pattern(" A ") + .pattern(" A ") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_SAPPHIRE)) + .save(consumer, modId("sapphire_sword")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.PICKAXE, + RecipeCategory.TOOLS, + ItemInit.SAPPHIRE_PICKAXE.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_SAPPHIRE) + .define('S', Items.STICK) + .pattern("AAA") + .pattern(" S ") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_SAPPHIRE)) + .save(consumer, modId("sapphire_pickaxe")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.AXE, + RecipeCategory.TOOLS, + ItemInit.SAPPHIRE_AXE.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_SAPPHIRE) + .define('S', Items.STICK) + .pattern(" AA") + .pattern(" SA") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_SAPPHIRE)) + .save(consumer, modId("sapphire_axe")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.SHOVEL, + RecipeCategory.TOOLS, + ItemInit.SAPPHIRE_SHOVEL.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_SAPPHIRE) + .define('S', Items.STICK) + .pattern(" A ") + .pattern(" S ") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_SAPPHIRE)) + .save(consumer, modId("sapphire_shovel")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.HOE, + RecipeCategory.TOOLS, + ItemInit.SAPPHIRE_HOE.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_SAPPHIRE) + .define('S', Items.STICK) + .pattern("AA ") + .pattern(" S ") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_SAPPHIRE)) + .save(consumer, modId("sapphire_hoe")) + + // ENDERITE TOOLS + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.SWORD, + RecipeCategory.TOOLS, + ItemInit.ENDERITE_SWORD.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_ENDERITE) + .define('S', Items.STICK) + .pattern(" A ") + .pattern(" A ") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_ENDERITE)) + .save(consumer, modId("enderite_sword")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.PICKAXE, + RecipeCategory.TOOLS, + ItemInit.ENDERITE_PICKAXE.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_ENDERITE) + .define('S', Items.STICK) + .pattern("AAA") + .pattern(" S ") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_ENDERITE)) + .save(consumer, modId("enderite_pickaxe")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.AXE, + RecipeCategory.TOOLS, + ItemInit.ENDERITE_AXE.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_ENDERITE) + .define('S', Items.STICK) + .pattern(" AA") + .pattern(" SA") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_ENDERITE)) + .save(consumer, modId("enderite_axe")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.SHOVEL, + RecipeCategory.TOOLS, + ItemInit.ENDERITE_SHOVEL.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_ENDERITE) + .define('S', Items.STICK) + .pattern(" A ") + .pattern(" S ") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_ENDERITE)) + .save(consumer, modId("enderite_shovel")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.HOE, + RecipeCategory.TOOLS, + ItemInit.ENDERITE_HOE.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_ENDERITE) + .define('S', Items.STICK) + .pattern("AA ") + .pattern(" S ") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_ENDERITE)) + .save(consumer, modId("enderite_hoe")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.SWORD, + RecipeCategory.TOOLS, + ItemInit.AMETHYST_SWORD.get()) + .define('A', Items.AMETHYST_SHARD) + .define('S', Items.STICK) + .pattern(" A ") + .pattern(" A ") + .pattern(" S ") + .unlockedBy(hasItem, has(Items.AMETHYST_SHARD)) + .save(consumer, modId("amethyst_sword")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.PICKAXE, + RecipeCategory.TOOLS, + ItemInit.AMETHYST_PICKAXE.get()) + .define('A', Items.AMETHYST_SHARD) + .define('S', Items.STICK) + .pattern("AAA") + .pattern(" S ") + .pattern(" S ") + .unlockedBy(hasItem, has(Items.AMETHYST_SHARD)) + .save(consumer, modId("amethyst_pickaxe")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.AXE, + RecipeCategory.TOOLS, + ItemInit.AMETHYST_AXE.get()) + .define('A', Items.AMETHYST_SHARD) + .define('S', Items.STICK) + .pattern(" AA") + .pattern(" SA") + .pattern(" S ") + .unlockedBy(hasItem, has(Items.AMETHYST_SHARD)) + .save(consumer, modId("amethyst_axe")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.SHOVEL, + RecipeCategory.TOOLS, + ItemInit.AMETHYST_SHOVEL.get()) + .define('A', Items.AMETHYST_SHARD) + .define('S', Items.STICK) + .pattern(" A ") + .pattern(" S ") + .pattern(" S ") + .unlockedBy(hasItem, has(Items.AMETHYST_SHARD)) + .save(consumer, modId("amethyst_shovel")) + + // Imperium Tools + + // TODO: Add support for enchantments + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.SWORD, + RecipeCategory.TOOLS, + ItemInit.IMPERIUM_SWORD.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_IMPERIUM) + .define('S', Items.STICK) + .pattern(" A ") + .pattern(" A ") + .pattern(" S ") + .addEnchantment(Enchantments.FIRE_ASPECT, 2) + .hideFlags(0) + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_IMPERIUM)) + .save(consumer, modId("imperium_sword")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.PICKAXE, + RecipeCategory.TOOLS, + ItemInit.IMPERIUM_PICKAXE.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_IMPERIUM) + .define('S', Items.STICK) + .pattern("AAA") + .pattern(" S ") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_IMPERIUM)) + .save(consumer, modId("imperium_pickaxe")) + + // TRIEDENTs + + // TODO : For the trident later make it a drop from a custom mob rather than crafting + // SHIELDS + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.SHIELD, + RecipeCategory.TOOLS, + ItemInit.RUBY_SHIELD.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_RUBY) + .define('I', Items.IRON_INGOT) + .define('S', Items.SHIELD) + .pattern(" A ") + .pattern("SIS") + .pattern("SSS") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_RUBY)) + .save(consumer, modId("ruby_shield")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.SHIELD, + RecipeCategory.TOOLS, + ItemInit.SAPPHIRE_SHIELD.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_SAPPHIRE) + .define('I', Items.IRON_INGOT) + .define('S', Items.SHIELD) + .pattern(" A ") + .pattern("SIS") + .pattern("SSS") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_SAPPHIRE)) + .save(consumer, modId("sapphire_shield")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.SHIELD, + RecipeCategory.TOOLS, + ItemInit.GRAPHITE_SHIELD.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_GRAPHITE) + .define('I', Items.IRON_INGOT) + .define('S', Items.SHIELD) + .pattern(" A ") + .pattern("SIS") + .pattern("SSS") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_GRAPHITE)) + .save(consumer, modId("graphite_shield")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.SHIELD, + RecipeCategory.TOOLS, + ItemInit.AQUMARINE_SHIELD.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_AQUMARINE) + .define('I', Items.IRON_INGOT) + .define('S', Items.SHIELD) + .pattern(" A ") + .pattern("SIS") + .pattern("SSS") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_AQUMARINE)) + .save(consumer, modId("aqumarine_shield")) + + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.SHIELD, + RecipeCategory.TOOLS, + ItemInit.RAINBOW_SHIELD.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_RAINBOW) + .define('I', Items.IRON_INGOT) + .define('S', Items.SHIELD) + .pattern(" A ") + .pattern("SIS") + .pattern("SSS") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_RAINBOW)) + .save(consumer, modId("rainbow_shield")) + + // TODO: In the future make it drop of a future custom mob + CustomToolCraftingTableRecipeBuilder.shaped( + CustomToolsCraftingBookCategory.TRIDENT, + RecipeCategory.TOOLS, + ItemInit.AQUMARINE_TRIDENT.get()) + .define('A', TagsInit.ItemTagsInit.INGOTS_AQUMARINE) + .define('S', Items.STICK) + .pattern(" AA") + .pattern(" SA") + .pattern(" S ") + .unlockedBy(hasItem, has(TagsInit.ItemTagsInit.INGOTS_AQUMARINE)) + .save(consumer, modId("aqumarine_trident")) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/spirit/ArmourAndTollsModSpriteSourceProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/spirit/ArmourAndTollsModSpriteSourceProvider.kt new file mode 100644 index 00000000..c8c431a7 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/spirit/ArmourAndTollsModSpriteSourceProvider.kt @@ -0,0 +1,80 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.spirit + +import com.google.common.collect.ImmutableMap +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import java.util.* +import net.minecraft.client.renderer.texture.atlas.sources.PalettedPermutations +import net.minecraft.client.renderer.texture.atlas.sources.SingleFile +import net.minecraft.data.PackOutput +import net.minecraft.resources.ResourceLocation +import net.minecraftforge.common.data.ExistingFileHelper +import net.minecraftforge.common.data.SpriteSourceProvider + +/** Makes sure that the textures are loaded from the correct location. */ +class ArmourAndTollsModSpriteSourceProvider(output: PackOutput, exFileHelper: ExistingFileHelper) : + SpriteSourceProvider(output, exFileHelper, MOD_ID) { + override fun addSources() { + val blockAtlas = atlas(BLOCKS_ATLAS) + val armorTrimsAtlas = atlas(ResourceLocation("armor_trims")) + + blockAtlas.addSource( + SingleFile(ArmourAndToolsMod.getModIdAndName("entity/shield/ruby"), Optional.empty())) + + blockAtlas.addSource( + SingleFile( + ArmourAndToolsMod.getModIdAndName("entity/shield/aqumarine"), Optional.empty())) + + blockAtlas.addSource( + SingleFile( + ArmourAndToolsMod.getModIdAndName("entity/shield/rainbow"), Optional.empty())) + + blockAtlas.addSource( + SingleFile( + ArmourAndToolsMod.getModIdAndName("entity/shield/sapphire"), Optional.empty())) + + blockAtlas.addSource( + SingleFile( + ArmourAndToolsMod.getModIdAndName("entity/shield/graphite"), Optional.empty())) + + // Add the armor trims to ruby armor + armorTrimsAtlas.addSource( + PalettedPermutations( + listOf( + ArmourAndToolsMod.getModIdAndName("trims/items/ruby_head_trim"), + ArmourAndToolsMod.getModIdAndName("trims/items/ruby_chest_trim"), + ArmourAndToolsMod.getModIdAndName("trims/items/ruby_legs_trim"), + ArmourAndToolsMod.getModIdAndName("trims/items/ruby_feet_trim")), + ResourceLocation("trims/color_palettes/trim_palette"), + ImmutableMap.builder() + .put("ruby_emerald", ResourceLocation("trims/color_palettes/emerald")) + .put("ruby_lapis", ResourceLocation("trims/color_palettes/lapis")) + .put("ruby_diamond", ResourceLocation("trims/color_palettes/diamond")) + .put("ruby_gold", ResourceLocation("trims/color_palettes/gold")) + .put("ruby_iron", ResourceLocation("trims/color_palettes/iron")) + .put("ruby_redstone", ResourceLocation("trims/color_palettes/redstone")) + .put("ruby_coal", ResourceLocation("trims/color_palettes/coal")) + .put("ruby_copper", ResourceLocation("trims/color_palettes/copper")) + .put("ruby_quartz", ResourceLocation("trims/color_palettes/quartz")) + .put("ruby_amethyst", ResourceLocation("trims/color_palettes/amethyst")) + .build())) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModBlockTagsProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModBlockTagsProvider.kt new file mode 100644 index 00000000..3158da9c --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModBlockTagsProvider.kt @@ -0,0 +1,111 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.tags + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import io.github.realyusufismail.armourandtoolsmod.core.init.TagsInit +import java.util.concurrent.CompletableFuture +import net.minecraft.core.HolderLookup +import net.minecraft.data.DataGenerator +import net.minecraft.resources.ResourceLocation +import net.minecraft.tags.BlockTags +import net.minecraft.tags.TagKey +import net.minecraft.world.level.block.Block +import net.minecraftforge.common.data.BlockTagsProvider +import net.minecraftforge.common.data.ExistingFileHelper + +class ModBlockTagsProvider( + generatorIn: DataGenerator, + existingFileHelper: ExistingFileHelper, + provider: CompletableFuture, +) : BlockTagsProvider(generatorIn.packOutput, provider, MOD_ID, existingFileHelper) { + + override fun addTags(pProvider: HolderLookup.Provider) { + // custom tags + val goldTage = createForgeTag("forge:needs_gold_tool") + val netheriteTag = createForgeTag("forge:needs_netherite_tool") + + // ores + tag(TagsInit.BlockTagsInit.ORES_RUBY).add(BlockInit.RUBY_ORE.get()) + tag(TagsInit.BlockTagsInit.ORES_RAINBOW).add(BlockInit.RAINBOW_ORE.get()) + tag(TagsInit.BlockTagsInit.ORES_SAPPHIRE).add(BlockInit.SAPPHIRE_ORE.get()) + tag(TagsInit.BlockTagsInit.ORES_GRAPHITE).add(BlockInit.GRAPHITE_ORE.get()) + tag(TagsInit.BlockTagsInit.ORES_AQUMARINE).add(BlockInit.AQUMARINE_ORE.get()) + tag(TagsInit.BlockTagsInit.ORES_ENDERITE).add(BlockInit.ENDERITE_ORE.get()) + tag(TagsInit.BlockTagsInit.ORES_IMPERIUM).add(BlockInit.IMPERIUM_ORE.get()) + + // deepslate ores + tag(TagsInit.BlockTagsInit.DEEPSLATE_ORES_RUBY).add(BlockInit.DEEPSLATE_RUBY_ORE.get()) + tag(TagsInit.BlockTagsInit.DEEPSLATE_ORES_RAINBOW) + .add(BlockInit.DEEPSLATE_RAINBOW_ORE.get()) + tag(TagsInit.BlockTagsInit.DEEPSLATE_ORES_SAPPHIRE) + .add(BlockInit.DEEPSLATE_SAPPHIRE_ORE.get()) + tag(TagsInit.BlockTagsInit.DEEPSLATE_ORES_GRAPHITE) + .add(BlockInit.DEEPSLATE_GRAPHITE_ORE.get()) + tag(TagsInit.BlockTagsInit.DEEPSLATE_ORES_AQUMARINE) + .add(BlockInit.DEEPSLATE_AQUMARINE_ORE.get()) + tag(TagsInit.BlockTagsInit.DEEPSLATE_ORES_IMPERIUM) + .add(BlockInit.DEEPSLATE_IMPERIUM_ORE.get()) + + // storage blocks + tag(TagsInit.BlockTagsInit.STORAGE_RUBY).add(BlockInit.RUBY_BLOCK.get()) + tag(TagsInit.BlockTagsInit.STORAGE_RAINBOW).add(BlockInit.RAINBOW_BLOCK.get()) + tag(TagsInit.BlockTagsInit.STORAGE_SAPPHIRE).add(BlockInit.SAPPHIRE_BLOCK.get()) + tag(TagsInit.BlockTagsInit.STORAGE_GRAPHITE).add(BlockInit.GRAPHITE_BLOCK.get()) + tag(TagsInit.BlockTagsInit.STORAGE_AQUMARINE).add(BlockInit.AQUMARINE_BLOCK.get()) + tag(TagsInit.BlockTagsInit.STORAGE_ENDERITE).add(BlockInit.ENDERITE_BLOCK.get()) + + // use BlockTags.MINEABLE_WITH_PICKAXE + BlockInit.ORE_BLOCKS.forEach { oreBlock -> + tag(BlockTags.MINEABLE_WITH_PICKAXE).add(oreBlock.key.get()) + } + + BlockInit.SMELT_ABLE_BLOCKS.forEach { oreBlock -> + tag(BlockTags.MINEABLE_WITH_PICKAXE).add(oreBlock.key.get()) + } + + BlockInit.MINABLE_STONE_PICKAXE_BLOCKS.forEach { oreBlock -> + tag(BlockTags.MINEABLE_WITH_PICKAXE).add(oreBlock.get()) + } + + BlockInit.MINABLE_IRON_PICKAXE_BLOCKS.forEach { oreBlock -> + tag(BlockTags.NEEDS_IRON_TOOL).add(oreBlock.get()) + } + + BlockInit.MINABLE_GOLD_PICKAXE_BLOCKS.forEach { oreBlock -> + tag(goldTage).add(oreBlock.get()) + } + + BlockInit.MINABLE_DIAMOND_PICKAXE_BLOCKS.forEach { oreBlock -> + tag(BlockTags.NEEDS_DIAMOND_TOOL).add(oreBlock.get()) + } + + BlockInit.MINABLE_NETHERITE_PICKAXE_BLOCKS.forEach { oreBlock -> + tag(netheriteTag).add(oreBlock.get()) + } + + tag(BlockTags.MINEABLE_WITH_PICKAXE).add(BlockInit.CUSTOM_ARMOUR_CRAFTING_TABLE.get()) + tag(BlockTags.NEEDS_STONE_TOOL).add(BlockInit.CUSTOM_ARMOUR_CRAFTING_TABLE.get()) + } + + private fun createForgeTag(tagName: String): TagKey { + return BlockTags.create(ResourceLocation(tagName)) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModItemTagsProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModItemTagsProvider.kt new file mode 100644 index 00000000..93efac25 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/tags/ModItemTagsProvider.kt @@ -0,0 +1,95 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.tags + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import io.github.realyusufismail.armourandtoolsmod.core.init.TagsInit +import java.util.concurrent.CompletableFuture +import net.minecraft.core.HolderLookup +import net.minecraft.data.DataGenerator +import net.minecraft.data.tags.ItemTagsProvider +import net.minecraftforge.common.data.BlockTagsProvider +import net.minecraftforge.common.data.ExistingFileHelper + +class ModItemTagsProvider( + generatorIn: DataGenerator, + existingFileHelper: ExistingFileHelper, + blockTagProvider: BlockTagsProvider, + provider: CompletableFuture +) : + ItemTagsProvider( + generatorIn.packOutput, + provider, + blockTagProvider.contentsGetter(), + MOD_ID, + existingFileHelper) { + + override fun addTags(pProvider: HolderLookup.Provider) { + // ores + copy(TagsInit.BlockTagsInit.ORES_RUBY, TagsInit.ItemTagsInit.ORES_RUBY) + copy(TagsInit.BlockTagsInit.ORES_RAINBOW, TagsInit.ItemTagsInit.ORES_RAINBOW) + copy(TagsInit.BlockTagsInit.ORES_SAPPHIRE, TagsInit.ItemTagsInit.ORES_SAPPHIRE) + copy(TagsInit.BlockTagsInit.ORES_GRAPHITE, TagsInit.ItemTagsInit.ORES_GRAPHITE) + copy(TagsInit.BlockTagsInit.ORES_AQUMARINE, TagsInit.ItemTagsInit.ORES_AQUMARINE) + copy(TagsInit.BlockTagsInit.ORES_ENDERITE, TagsInit.ItemTagsInit.ORES_ENDERITE) + copy(TagsInit.BlockTagsInit.ORES_IMPERIUM, TagsInit.ItemTagsInit.ORES_IMPERIUM) + + // deepslate ores + copy(TagsInit.BlockTagsInit.DEEPSLATE_ORES_RUBY, TagsInit.ItemTagsInit.DEEPSLATE_ORES_RUBY) + copy( + TagsInit.BlockTagsInit.DEEPSLATE_ORES_RAINBOW, + TagsInit.ItemTagsInit.DEEPSLATE_ORES_RAINBOW) + copy( + TagsInit.BlockTagsInit.DEEPSLATE_ORES_SAPPHIRE, + TagsInit.ItemTagsInit.DEEPSLATE_ORES_SAPPHIRE) + copy( + TagsInit.BlockTagsInit.DEEPSLATE_ORES_GRAPHITE, + TagsInit.ItemTagsInit.DEEPSLATE_ORES_GRAPHITE) + copy( + TagsInit.BlockTagsInit.DEEPSLATE_ORES_AQUMARINE, + TagsInit.ItemTagsInit.DEEPSLATE_ORES_AQUMARINE) + copy( + TagsInit.BlockTagsInit.DEEPSLATE_ORES_IMPERIUM, + TagsInit.ItemTagsInit.DEEPSLATE_ORES_IMPERIUM) + + // storage blocks + copy(TagsInit.BlockTagsInit.STORAGE_RUBY, TagsInit.ItemTagsInit.STORAGE_RUBY) + copy(TagsInit.BlockTagsInit.STORAGE_RAINBOW, TagsInit.ItemTagsInit.STORAGE_RAINBOW) + copy(TagsInit.BlockTagsInit.STORAGE_SAPPHIRE, TagsInit.ItemTagsInit.STORAGE_SAPPHIRE) + copy(TagsInit.BlockTagsInit.STORAGE_GRAPHITE, TagsInit.ItemTagsInit.STORAGE_GRAPHITE) + copy(TagsInit.BlockTagsInit.STORAGE_AQUMARINE, TagsInit.ItemTagsInit.STORAGE_AQUMARINE) + copy(TagsInit.BlockTagsInit.STORAGE_ENDERITE, TagsInit.ItemTagsInit.STORAGE_ENDERITE) + // ingots + tag(TagsInit.ItemTagsInit.INGOTS_RUBY).add(ItemInit.RUBY.get()) + tag(TagsInit.ItemTagsInit.INGOTS_RAINBOW).add(ItemInit.RAINBOW.get()) + tag(TagsInit.ItemTagsInit.INGOTS_SAPPHIRE).add(ItemInit.SAPPHIRE.get()) + tag(TagsInit.ItemTagsInit.INGOTS_GRAPHITE).add(ItemInit.GRAPHITE.get()) + tag(TagsInit.ItemTagsInit.INGOTS_AQUMARINE).add(ItemInit.AQUMARINE.get()) + tag(TagsInit.ItemTagsInit.INGOTS_ENDERITE).add(ItemInit.ENDERITE.get()) + tag(TagsInit.ItemTagsInit.INGOTS_IMPERIUM).add(ItemInit.IMPERIUM.get()) + // raw ores + tag(TagsInit.ItemTagsInit.RAW_RUBY).add(ItemInit.RAW_RUBY.get()) + tag(TagsInit.ItemTagsInit.RAW_RAINBOW).add(ItemInit.RAW_RAINBOW.get()) + tag(TagsInit.ItemTagsInit.RAW_SAPPHIRE).add(ItemInit.RAW_SAPPHIRE.get()) + tag(TagsInit.ItemTagsInit.RAW_GRAPHITE).add(ItemInit.RAW_GRAPHITE.get()) + tag(TagsInit.ItemTagsInit.RAW_AQUMARINE).add(ItemInit.RAW_AQUMARINE.get()) + tag(TagsInit.ItemTagsInit.RAW_ENDERITE).add(ItemInit.RAW_ENDERITE.get()) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModBlockStateProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModBlockStateProvider.kt new file mode 100644 index 00000000..b4c7e1f0 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModBlockStateProvider.kt @@ -0,0 +1,113 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.texture + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import net.minecraft.data.PackOutput +import net.minecraft.resources.ResourceLocation +import net.minecraft.world.level.block.Block +import net.minecraft.world.level.block.Blocks +import net.minecraftforge.client.model.generators.BlockStateProvider +import net.minecraftforge.common.data.ExistingFileHelper +import net.minecraftforge.registries.ForgeRegistries + +class ModBlockStateProvider(output: PackOutput, exFileHelper: ExistingFileHelper) : + BlockStateProvider(output, MOD_ID, exFileHelper) { + + override fun getName(): String { + return "Armour and Tools Mod Blockstates" + } + + override fun registerStatesAndModels() { + normalBlock(BlockInit.RUBY_ORE.get()) + normalBlock(BlockInit.RAINBOW_ORE.get()) + normalBlock(BlockInit.SAPPHIRE_ORE.get()) + normalBlock(BlockInit.GRAPHITE_ORE.get()) + normalBlock(BlockInit.AQUMARINE_ORE.get()) + normalBlock(BlockInit.ENDERITE_ORE.get()) + normalBlock(BlockInit.IMPERIUM_ORE.get()) + + // deepslate ores + normalBlock(BlockInit.DEEPSLATE_RUBY_ORE.get()) + normalBlock(BlockInit.DEEPSLATE_RAINBOW_ORE.get()) + normalBlock(BlockInit.DEEPSLATE_SAPPHIRE_ORE.get()) + normalBlock(BlockInit.DEEPSLATE_GRAPHITE_ORE.get()) + normalBlock(BlockInit.DEEPSLATE_AQUMARINE_ORE.get()) + normalBlock(BlockInit.DEEPSLATE_IMPERIUM_ORE.get()) + + // blocks + normalBlock(BlockInit.RUBY_BLOCK.get()) + normalBlock(BlockInit.RAINBOW_BLOCK.get()) + normalBlock(BlockInit.SAPPHIRE_BLOCK.get()) + normalBlock(BlockInit.GRAPHITE_BLOCK.get()) + normalBlock(BlockInit.AQUMARINE_BLOCK.get()) + normalBlock(BlockInit.ENDERITE_BLOCK.get()) + + // other + customCraftingTable(BlockInit.CUSTOM_ARMOUR_CRAFTING_TABLE.get()) + customCraftingTable(BlockInit.CUSTOM_TOOL_CRAFTING_TABLE.get()) + orientableBlock(BlockInit.INGOT_FUSION_TOLL_ENHANCER.get()) + orientableBlockOn(BlockInit.INGOT_FUSION_TOLL_ENHANCER.get()) + } + + private fun customCraftingTable(block: Block) { + val name = ForgeRegistries.BLOCKS.getKey(block) ?: return + + val builder = models().withExistingParent(name.path, "block/cube") + + builder.texture( + "down", + ResourceLocation( + "minecraft", "block/" + ForgeRegistries.BLOCKS.getKey(Blocks.IRON_BLOCK)!!.path)) + builder.texture("east", modLoc("block/" + name.path + "_side")) + builder.texture("north", modLoc("block/" + name.path + "_front")) + builder.texture("particle", modLoc("block/" + name.path + "_front")) + builder.texture("south", modLoc("block/" + name.path + "_side")) + builder.texture("up", modLoc("block/" + name.path + "_top")) + builder.texture("west", modLoc("block/" + name.path + "_front")) + simpleBlockItem(block, builder) + simpleBlock(block, builder) + } + + private fun normalBlock(block: Block) { + val name = ForgeRegistries.BLOCKS.getKey(block) ?: return + simpleBlock(block, models().cubeAll(name.path, modLoc("block/${name.path}"))) + simpleBlockItem(block, models().cubeAll(name.path, modLoc("block/${name.path}"))) + } + + private fun orientableBlock(block: Block) { + val name = ForgeRegistries.BLOCKS.getKey(block) ?: return + val builder = models().withExistingParent(name.path, "block/orientable") + builder.texture("top", modLoc("block/${name.path}_top")) + builder.texture("side", modLoc("block/${name.path}_side")) + builder.texture("front", modLoc("block/${name.path}_front")) + this.simpleBlock(block, builder) + this.simpleBlockItem(block, builder) + } + + private fun orientableBlockOn(block: Block) { + val nameWithOn = (ForgeRegistries.BLOCKS.getKey(block) ?: return).path + "_on" + val name = ForgeRegistries.BLOCKS.getKey(block) ?: return + val builder = models().withExistingParent(nameWithOn, "block/orientable") + builder.texture("top", modLoc("block/${name.path}_top")) + builder.texture("side", modLoc("block/${name.path}_side")) + builder.texture("front", modLoc("block/${name.path}_front")) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModItemStateProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModItemStateProvider.kt new file mode 100644 index 00000000..39ad817b --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/texture/ModItemStateProvider.kt @@ -0,0 +1,326 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.texture + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.core.init.ItemInit +import io.github.realyusufismail.armourandtoolsmod.core.util.name +import net.minecraft.client.renderer.block.model.BlockModel.GuiLight +import net.minecraft.data.PackOutput +import net.minecraft.resources.ResourceLocation +import net.minecraft.world.item.Item +import net.minecraft.world.item.ItemDisplayContext +import net.minecraftforge.client.model.generators.ItemModelBuilder +import net.minecraftforge.client.model.generators.ItemModelProvider +import net.minecraftforge.client.model.generators.ModelFile +import net.minecraftforge.client.model.generators.ModelFile.UncheckedModelFile +import net.minecraftforge.client.model.generators.loaders.SeparateTransformsModelBuilder +import net.minecraftforge.common.data.ExistingFileHelper + +class ModItemStateProvider(output: PackOutput, exFileHelper: ExistingFileHelper) : + ItemModelProvider(output, MOD_ID, exFileHelper) { + + override fun registerModels() { + item(ItemInit.RUBY.get()) + item(ItemInit.SAPPHIRE.get()) + item(ItemInit.GRAPHITE.get()) + item(ItemInit.AQUMARINE.get()) + item(ItemInit.RAINBOW.get()) + item(ItemInit.ENDERITE.get()) + item(ItemInit.IMPERIUM.get()) + + // raw ores + item(ItemInit.RAW_RUBY.get()) + item(ItemInit.RAW_SAPPHIRE.get()) + item(ItemInit.RAW_GRAPHITE.get()) + item(ItemInit.RAW_AQUMARINE.get()) + item(ItemInit.RAW_RAINBOW.get()) + item(ItemInit.RAW_ENDERITE.get()) + item(ItemInit.RAW_IMPERIUM.get()) + + // armour + item(ItemInit.AMETHYST_HELMET.get()) + item(ItemInit.AMETHYST_CHESTPLATE.get()) + item(ItemInit.AMETHYST_LEGGINGS.get()) + item(ItemInit.AMETHYST_BOOTS.get()) + + item(ItemInit.RUBY_HELMET.get()) + item(ItemInit.RUBY_CHESTPLATE.get()) + item(ItemInit.RUBY_LEGGINGS.get()) + item(ItemInit.RUBY_BOOTS.get()) + + item(ItemInit.SAPPHIRE_HELMET.get()) + item(ItemInit.SAPPHIRE_CHESTPLATE.get()) + item(ItemInit.SAPPHIRE_LEGGINGS.get()) + item(ItemInit.SAPPHIRE_BOOTS.get()) + + item(ItemInit.GRAPHITE_HELMET.get()) + item(ItemInit.GRAPHITE_CHESTPLATE.get()) + item(ItemInit.GRAPHITE_LEGGINGS.get()) + item(ItemInit.GRAPHITE_BOOTS.get()) + + item(ItemInit.AQUMARINE_HELMET.get()) + item(ItemInit.AQUMARINE_CHESTPLATE.get()) + item(ItemInit.AQUMARINE_LEGGINGS.get()) + item(ItemInit.AQUMARINE_BOOTS.get()) + + item(ItemInit.RAINBOW_HELMET.get()) + item(ItemInit.RAINBOW_CHESTPLATE.get()) + item(ItemInit.RAINBOW_LEGGINGS.get()) + item(ItemInit.RAINBOW_BOOTS.get()) + + item(ItemInit.ENDERITE_HELMET.get()) + item(ItemInit.ENDERITE_CHESTPLATE.get()) + item(ItemInit.ENDERITE_LEGGINGS.get()) + item(ItemInit.ENDERITE_BOOTS.get()) + + // tools + + tool(ItemInit.RUBY_SWORD.get()) + tool(ItemInit.RUBY_PICKAXE.get()) + tool(ItemInit.RUBY_AXE.get()) + tool(ItemInit.RUBY_SHOVEL.get()) + tool(ItemInit.RUBY_HOE.get()) + + tool(ItemInit.ENDERITE_SWORD.get()) + tool(ItemInit.ENDERITE_PICKAXE.get()) + tool(ItemInit.ENDERITE_AXE.get()) + tool(ItemInit.ENDERITE_SHOVEL.get()) + tool(ItemInit.ENDERITE_HOE.get()) + + tool(ItemInit.AMETHYST_SWORD.get()) + tool(ItemInit.AMETHYST_PICKAXE.get()) + tool(ItemInit.AMETHYST_AXE.get()) + tool(ItemInit.AMETHYST_SHOVEL.get()) + + tool(ItemInit.SAPPHIRE_SWORD.get()) + tool(ItemInit.SAPPHIRE_PICKAXE.get()) + tool(ItemInit.SAPPHIRE_AXE.get()) + tool(ItemInit.SAPPHIRE_SHOVEL.get()) + tool(ItemInit.SAPPHIRE_HOE.get()) + + tool(ItemInit.IMPERIUM_SWORD.get()) + tool(ItemInit.IMPERIUM_PICKAXE.get()) + tool(ItemInit.MAGMA_STRIKE_PICKAXE.get()) + + // Trident + trident(ItemInit.AQUMARINE_TRIDENT.get()) + + val builtInEntityModel: ModelFile = UncheckedModelFile("builtin/entity") + + val rubyShieldBlocking = + shieldBlockingModel("ruby_shield_blocking", builtInEntityModel, "ruby_block") + shieldModel("ruby_shield", builtInEntityModel, "ruby_block", rubyShieldBlocking) + + val aqumarineShieldBlocking = + shieldBlockingModel("aqumarine_shield_blocking", builtInEntityModel, "aqumarine_block") + shieldModel( + "aqumarine_shield", builtInEntityModel, "aqumarine_block", aqumarineShieldBlocking) + + val rainbowShieldBlocking = + shieldBlockingModel("rainbow_shield_blocking", builtInEntityModel, "rainbow_block") + shieldModel("rainbow_shield", builtInEntityModel, "rainbow_block", rainbowShieldBlocking) + + val sapphireShieldBlocking = + shieldBlockingModel("sapphire_shield_blocking", builtInEntityModel, "sapphire_block") + shieldModel("sapphire_shield", builtInEntityModel, "sapphire_block", sapphireShieldBlocking) + + val graphiteShieldBlocking = + shieldBlockingModel("graphite_shield_blocking", builtInEntityModel, "graphite_block") + shieldModel("graphite_shield", builtInEntityModel, "graphite_block", graphiteShieldBlocking) + } + + private fun tool(item: Item) { + val name = item.name + getBuilder(name) + .parent(getExistingFile(mcLoc("item/handheld"))) + .texture("layer0", "item/$name") + } + + private fun item(item: Item) { + val name = item.name + getBuilder(name) + .parent(getExistingFile(mcLoc("item/generated"))) + .texture("layer0", "item/$name") + } + + private fun trident(item: Item) { + val name = item.name + val itemLoc = modLoc("$folder/$name") + val guiModel = + nested() + .parent( + withExistingParent(name + "_gui", "item/generated").texture("layer0", itemLoc)) + val throwModel = tridentThrowModel(name, itemLoc, guiModel) + tridentInHandBuilder(name, itemLoc, throwModel, guiModel) + } + + private fun tridentThrowModel( + name: String, + itemLoc: ResourceLocation, + guiModel: ItemModelBuilder + ): ItemModelBuilder { + return getBuilder(name + "_throwing") + .guiLight(GuiLight.FRONT) + .texture("particle", itemLoc) + .customLoader> { + parent: ItemModelBuilder?, + existingFileHelper: ExistingFileHelper? -> + SeparateTransformsModelBuilder.begin(parent, existingFileHelper) + } // Throwing model is "base" so that we can have our transforms + .base( + nested() + .parent(getExistingFile(mcLoc("trident_throwing"))) + .texture( + "particle", + itemLoc)) // Gui, ground, and fixed all use the normal "item model" + .perspective(ItemDisplayContext.GUI, guiModel) + .perspective(ItemDisplayContext.GROUND, guiModel) + .perspective(ItemDisplayContext.FIXED, guiModel) + .end() + } + + private fun tridentInHandBuilder( + name: String, + itemLoc: ResourceLocation, + throwingModel: ItemModelBuilder, + guiModel: ItemModelBuilder + ): SeparateTransformsModelBuilder? { + return getBuilder(name) + .guiLight(GuiLight.FRONT) + .texture( + "particle", + itemLoc) // Override when throwing to the throwing model to ensure we have the + // correct transforms + .override() + .predicate(modLoc("throwing"), 1f) + .model(throwingModel) + .end() + .customLoader> { + parent: ItemModelBuilder?, + existingFileHelper: ExistingFileHelper? -> + SeparateTransformsModelBuilder.begin(parent, existingFileHelper) + } // In hand model is base + .base( + nested() + .parent(getExistingFile(mcLoc("trident_in_hand"))) + .texture("particle", itemLoc) // Add head transformation + .transforms() + .transform(ItemDisplayContext.HEAD) + .rotation(0f, 180f, 120f) + .translation(8f, 10f, -11f) + .scale(1.5f) + .end() + .end()) // Gui, ground, and fixed all use the normal "item model" + .perspective(ItemDisplayContext.GUI, guiModel) + .perspective(ItemDisplayContext.GROUND, guiModel) + .perspective(ItemDisplayContext.FIXED, guiModel) + } + + private fun shieldBlockingModel( + path: String, + parent: ModelFile, + particleTexture: String + ): ModelFile { + return getBuilder(path) + .parent(parent) + .guiLight(GuiLight.FRONT) + .texture("particle", modLoc("$BLOCK_FOLDER/$particleTexture")) + .transforms() + .transform(ItemDisplayContext.THIRD_PERSON_RIGHT_HAND) + .rotation(45f, 135f, 0f) + .translation(3.51f, 11f, -2f) + .scale(1f, 1f, 1f) + .end() + .transform(ItemDisplayContext.THIRD_PERSON_LEFT_HAND) + .rotation(45f, 135f, 0f) + .translation(13.51f, 3f, 5f) + .scale(1f, 1f, 1f) + .end() + .transform(ItemDisplayContext.FIRST_PERSON_RIGHT_HAND) + .rotation(0f, 180f, -5f) + .translation(-15f, 5f, -11f) + .scale(1.25f, 1.25f, 1.25f) + .end() + .transform(ItemDisplayContext.FIRST_PERSON_LEFT_HAND) + .rotation(0f, 180f, -5f) + .translation(5f, 5f, -11f) + .scale(1.25f, 1.25f, 1.25f) + .end() + .transform(ItemDisplayContext.GUI) + .rotation(15f, -25f, -5f) + .translation(2f, 3f, 0f) + .scale(0.65f, 0.65f, 0.65f) + .end() + .end() + } + + private fun shieldModel( + path: String, + parent: ModelFile, + particleTexture: String, + blockingModel: ModelFile + ) { + getBuilder(path) + .parent(parent) + .guiLight(GuiLight.FRONT) + .texture("particle", modLoc("$BLOCK_FOLDER/$particleTexture")) + .transforms() + .transform(ItemDisplayContext.THIRD_PERSON_RIGHT_HAND) + .rotation(0f, 90f, 0f) + .translation(10f, 6f, -4f) + .scale(1f, 1f, 1f) + .end() + .transform(ItemDisplayContext.THIRD_PERSON_LEFT_HAND) + .rotation(0f, 90f, 0f) + .translation(10f, 6f, 12f) + .scale(1f, 1f, 1f) + .end() + .transform(ItemDisplayContext.FIRST_PERSON_RIGHT_HAND) + .rotation(0f, 180f, 5f) + .translation(-10f, 2f, -10f) + .scale(1.25f, 1.25f, 1.25f) + .end() + .transform(ItemDisplayContext.FIRST_PERSON_LEFT_HAND) + .rotation(0f, 180f, 5f) + .translation(10f, 0f, -10f) + .scale(1.25f, 1.25f, 1.25f) + .end() + .transform(ItemDisplayContext.GUI) + .rotation(15f, -25f, -5f) + .translation(2f, 3f, 0f) + .scale(0.65f, 0.65f, 0.65f) + .end() + .transform(ItemDisplayContext.FIXED) + .rotation(0f, 180f, 0f) + .translation(-2f, 4f, -5f) + .scale(0.5f, 0.5f, 0.5f) + .end() + .transform(ItemDisplayContext.GROUND) + .rotation(0f, 0f, 0f) + .translation(4f, 4f, 2f) + .scale(0.25f, 0.25f, 0.25f) + .end() + .end() + .override() + .predicate(mcLoc("blocking"), 1f) + .model(blockingModel) + .end() + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/world/ModWorldGenProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/world/ModWorldGenProvider.kt new file mode 100644 index 00000000..5c20e52b --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/datagen/world/ModWorldGenProvider.kt @@ -0,0 +1,38 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.datagen.world + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.worldgen.ModConfiguredFeatures +import io.github.realyusufismail.armourandtoolsmod.worldgen.ModPlacedFeatures +import java.util.concurrent.CompletableFuture +import net.minecraft.core.HolderLookup +import net.minecraft.core.RegistrySetBuilder +import net.minecraft.core.registries.Registries +import net.minecraft.data.PackOutput +import net.minecraftforge.common.data.DatapackBuiltinEntriesProvider + +class ModWorldGenProvider( + output: PackOutput, + registries: CompletableFuture, + val builder: RegistrySetBuilder = + RegistrySetBuilder() + .add(Registries.CONFIGURED_FEATURE, ModConfiguredFeatures::bootstrap) + .add(Registries.PLACED_FEATURE, ModPlacedFeatures::bootstrap) +) : DatapackBuiltinEntriesProvider(output, registries, builder, mutableSetOf(MOD_ID)) diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/effect/WorthyEffect.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/effect/WorthyEffect.kt new file mode 100644 index 00000000..f709213c --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/effect/WorthyEffect.kt @@ -0,0 +1,24 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.effect + +import net.minecraft.world.effect.MobEffect +import net.minecraft.world.effect.MobEffectCategory + +class WorthyEffect : MobEffect(MobEffectCategory.BENEFICIAL, 431208) diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/enchantment/SkyForgeEnchantment.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/enchantment/SkyForgeEnchantment.kt new file mode 100644 index 00000000..4d8c8cc6 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/enchantment/SkyForgeEnchantment.kt @@ -0,0 +1,28 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.enchantment + +import io.github.realyusufismail.armourandtoolsmod.core.init.EnchantmentCategoryInit +import net.minecraft.world.entity.EquipmentSlot +import net.minecraft.world.item.enchantment.Enchantment + +/** Once applied to a hammer gives you the ability to fly. */ +class SkyForgeEnchantment : + Enchantment( + Rarity.VERY_RARE, EnchantmentCategoryInit.HAMMER, arrayOf(EquipmentSlot.MAINHAND)) {} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/ArmourAndToolsModJEIPlugin.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/ArmourAndToolsModJEIPlugin.kt new file mode 100644 index 00000000..5c2540a3 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/ArmourAndToolsModJEIPlugin.kt @@ -0,0 +1,90 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.integration + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import io.github.realyusufismail.armourandtoolsmod.core.init.JEIRecipeTypes +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeTypeInit +import io.github.realyusufismail.armourandtoolsmod.integration.armour.CustomArmourCraftingTableJEIRecipeCategory +import io.github.realyusufismail.armourandtoolsmod.integration.fusion.IngotFusionTollEnhancerJEIRecipeCategory +import io.github.realyusufismail.armourandtoolsmod.integration.tool.CustomToolCraftingTableJEIRecipeCategory +import io.github.realyusufismail.armourandtoolsmod.recipe.armour.CustomArmourCraftingTableRecipe +import io.github.realyusufismail.armourandtoolsmod.recipe.infusion.IngotFusionTollEnhancerRecipe +import io.github.realyusufismail.armourandtoolsmod.recipe.tool.CustomToolCraftingTableRecipe +import mezz.jei.api.IModPlugin +import mezz.jei.api.JeiPlugin +import mezz.jei.api.recipe.RecipeType +import mezz.jei.api.registration.* +import net.minecraft.client.Minecraft +import net.minecraft.resources.ResourceLocation +import net.minecraft.world.item.ItemStack + +@JeiPlugin +class ArmourAndToolsModJEIPlugin : IModPlugin { + private val pluginId: ResourceLocation = + ArmourAndToolsMod.getModIdAndName("armour_and_tools_mod_plugin") + + override fun registerCategories(registration: IRecipeCategoryRegistration) { + registration.addRecipeCategories( + CustomToolCraftingTableJEIRecipeCategory(registration.jeiHelpers.guiHelper), + CustomArmourCraftingTableJEIRecipeCategory(registration.jeiHelpers.guiHelper), + IngotFusionTollEnhancerJEIRecipeCategory(registration.jeiHelpers.guiHelper)) + } + + override fun registerRecipes(registration: IRecipeRegistration) { + val recipeManager = Minecraft.getInstance().level!!.recipeManager + val recipesTool = recipeManager.getAllRecipesFor(RecipeTypeInit.TOOL_CRAFTING.get()) + val recipesArmour = recipeManager.getAllRecipesFor(RecipeTypeInit.ARMOUR_CRAFTING.get()) + val recipesIngotFusionTollEnhancer = + recipeManager.getAllRecipesFor(RecipeTypeInit.INGOT_FUSION_TOLL_ENHANCER.get()) + registration.addRecipes(toolCraftingTableRecipeType, recipesTool) + registration.addRecipes(armourCraftingTableRecipeType, recipesArmour) + registration.addRecipes(ingotFusionTollEnhancerRecipeType, recipesIngotFusionTollEnhancer) + } + + override fun registerRecipeCatalysts(registration: IRecipeCatalystRegistration) { + registration.addRecipeCatalyst( + ItemStack(BlockInit.CUSTOM_TOOL_CRAFTING_TABLE.get()), JEIRecipeTypes.toolCrafting) + registration.addRecipeCatalyst( + ItemStack(BlockInit.CUSTOM_ARMOUR_CRAFTING_TABLE.get()), JEIRecipeTypes.armourCrafting) + registration.addRecipeCatalyst( + ItemStack(BlockInit.INGOT_FUSION_TOLL_ENHANCER.get()), + JEIRecipeTypes.ingotFusionTollEnhancer) + } + + override fun getPluginUid(): ResourceLocation { + return pluginId + } + + companion object { + val armourCraftingTableRecipeType: RecipeType = + RecipeType( + CustomArmourCraftingTableJEIRecipeCategory.UID, + CustomArmourCraftingTableRecipe::class.java) + val toolCraftingTableRecipeType: RecipeType = + RecipeType( + CustomToolCraftingTableJEIRecipeCategory.UID, + CustomToolCraftingTableRecipe::class.java) + val ingotFusionTollEnhancerRecipeType: RecipeType = + RecipeType( + IngotFusionTollEnhancerJEIRecipeCategory.UID, + IngotFusionTollEnhancerRecipe::class.java) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/armour/CustomArmourCraftingTableJEIRecipeCategory.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/armour/CustomArmourCraftingTableJEIRecipeCategory.kt new file mode 100644 index 00000000..315c7a67 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/armour/CustomArmourCraftingTableJEIRecipeCategory.kt @@ -0,0 +1,90 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.integration.armour + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import io.github.realyusufismail.armourandtoolsmod.blocks.CustomArmourCraftingTable +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import io.github.realyusufismail.armourandtoolsmod.integration.ArmourAndToolsModJEIPlugin +import io.github.realyusufismail.armourandtoolsmod.integration.generic.GenericCraftingTableJEIRecipeCategory +import io.github.realyusufismail.armourandtoolsmod.recipe.armour.CustomArmourCraftingTableRecipe +import java.util.* +import mezz.jei.api.gui.builder.IRecipeLayoutBuilder +import mezz.jei.api.gui.drawable.IDrawable +import mezz.jei.api.helpers.IGuiHelper +import mezz.jei.api.recipe.IFocusGroup +import mezz.jei.api.recipe.RecipeIngredientRole +import mezz.jei.api.recipe.RecipeType +import net.minecraft.network.chat.Component + +class CustomArmourCraftingTableJEIRecipeCategory(guiHelper: IGuiHelper) : + GenericCraftingTableJEIRecipeCategory( + guiHelper, BlockInit.CUSTOM_ARMOUR_CRAFTING_TABLE.get()) { + + override fun getRecipeType(): RecipeType { + return ArmourAndToolsModJEIPlugin.armourCraftingTableRecipeType + } + + override fun getTitle(): Component { + return CustomArmourCraftingTable.containerTitle + } + + override fun getBackground(): IDrawable { + return this.bg + } + + override fun getIcon(): IDrawable { + return this.ic + } + + override fun setRecipe( + builder: IRecipeLayoutBuilder, + recipe: CustomArmourCraftingTableRecipe, + focuses: IFocusGroup + ) { + val ingredients = recipe.ingredients + + // Define variables for each slot and add ingredients if they are not empty + val slots = + arrayOf( + Pair(30, 16), + Pair(48, 16), + Pair(66, 16), + Pair(30, 34), + Pair(48, 34), + Pair(66, 34), + Pair(30, 52), + Pair(48, 52), + Pair(66, 52)) + + for (i in 0 until minOf(ingredients.size, slots.size)) { + val (x, y) = slots[i] + if (!ingredients[i].isEmpty) { + val slot = builder.addSlot(RecipeIngredientRole.INPUT, x, y) + slot.addIngredients(ingredients[i]) + } + } + + builder.addSlot(RecipeIngredientRole.OUTPUT, 124, 34).addItemStack(recipe.result) + } + + companion object { + val UID = ArmourAndToolsMod.getModIdAndName("custom_armour_crafting_table") + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/fusion/IngotFusionTollEnhancerJEIRecipeCategory.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/fusion/IngotFusionTollEnhancerJEIRecipeCategory.kt new file mode 100644 index 00000000..110bd6d6 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/fusion/IngotFusionTollEnhancerJEIRecipeCategory.kt @@ -0,0 +1,125 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.integration.fusion + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import io.github.realyusufismail.armourandtoolsmod.blocks.IngotFusionTollEnhancer +import io.github.realyusufismail.armourandtoolsmod.blocks.infusion.IngotFusionTollEnhancerBlockEntity +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import io.github.realyusufismail.armourandtoolsmod.integration.ArmourAndToolsModJEIPlugin +import io.github.realyusufismail.armourandtoolsmod.recipe.infusion.IngotFusionTollEnhancerRecipe +import mezz.jei.api.constants.VanillaTypes +import mezz.jei.api.gui.builder.IRecipeLayoutBuilder +import mezz.jei.api.gui.drawable.IDrawable +import mezz.jei.api.helpers.IGuiHelper +import mezz.jei.api.recipe.IFocusGroup +import mezz.jei.api.recipe.RecipeIngredientRole +import mezz.jei.api.recipe.RecipeType +import mezz.jei.api.recipe.category.IRecipeCategory +import net.minecraft.network.chat.Component +import net.minecraft.world.item.ItemStack + +class IngotFusionTollEnhancerJEIRecipeCategory(guiHelper: IGuiHelper) : + IRecipeCategory { + private val fusionJEIGuiLocation = + ArmourAndToolsMod.getModIdAndName( + "textures/gui/container/ingot_fusion_toll_enhancer_jei.png") + private val bg: IDrawable + private val ic: IDrawable + private val w = 175 + private val h = 87 + + init { + // X cordinate is the distance from the left side of the screen to the right side of the gui + // width + // Y cordinate is the distance from the top of the screen to the top of the gui height + bg = guiHelper.createDrawable(fusionJEIGuiLocation, 0, 0, w, h) + ic = + guiHelper.createDrawableIngredient( + VanillaTypes.ITEM_STACK, ItemStack(BlockInit.INGOT_FUSION_TOLL_ENHANCER.get())) + } + + /** + * @return the type of recipe that this category handles. + * @since 9.5.0 + */ + override fun getRecipeType(): RecipeType { + return ArmourAndToolsModJEIPlugin.ingotFusionTollEnhancerRecipeType + } + + /** + * Returns a text component representing the name of this recipe type. Drawn at the top of the + * recipe GUI pages for this category. + * + * @since 7.6.4 + */ + override fun getTitle(): Component { + return IngotFusionTollEnhancer.getContainerTitle() + } + + /** Returns the drawable background for a single recipe in this category. */ + override fun getBackground(): IDrawable { + return bg + } + + /** + * Icon for the category tab. You can use [IGuiHelper.createDrawableIngredient] to create a + * drawable from an ingredient. + * + * @return icon to draw on the category tab, max size is 16x16 pixels. + */ + override fun getIcon(): IDrawable { + return ic + } + + override fun getWidth(): Int { + return w + } + + override fun getHeight(): Int { + return h + } + + /** + * Sets all the recipe's ingredients by filling out an instance of [IRecipeLayoutBuilder]. This + * is used by JEI for lookups, to figure out what ingredients are inputs and outputs for a + * recipe. + * + * @since 9.4.0 + */ + override fun setRecipe( + builder: IRecipeLayoutBuilder, + recipe: IngotFusionTollEnhancerRecipe, + focuses: IFocusGroup + ) { + builder.addSlot(RecipeIngredientRole.INPUT, 16, 40).addIngredients(recipe.ingredient1) + builder.addSlot(RecipeIngredientRole.INPUT, 43, 40).addIngredients(recipe.ingredient2) + builder.addSlot(RecipeIngredientRole.INPUT, 70, 40).addIngredients(recipe.ingredient3) + + builder + .addSlot(RecipeIngredientRole.INPUT, 102, 65) + .addItemStacks(IngotFusionTollEnhancerBlockEntity.getFuelAsItemStacks().toList()) + + builder.addSlot(RecipeIngredientRole.OUTPUT, 138, 40).addItemStack(recipe.result) + } + + companion object { + val UID = ArmourAndToolsMod.getModIdAndName("ingot_fusion_toll_enhancer_jei") + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/generic/GenericCraftingTableJEIRecipeCategory.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/generic/GenericCraftingTableJEIRecipeCategory.kt new file mode 100644 index 00000000..04fc2a42 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/generic/GenericCraftingTableJEIRecipeCategory.kt @@ -0,0 +1,53 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.integration.generic + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import mezz.jei.api.constants.VanillaTypes +import mezz.jei.api.gui.drawable.IDrawable +import mezz.jei.api.helpers.IGuiHelper +import mezz.jei.api.recipe.category.IRecipeCategory +import net.minecraft.world.item.ItemStack +import net.minecraft.world.level.block.Block + +abstract class GenericCraftingTableJEIRecipeCategory(guiHelper: IGuiHelper, val block: Block) : + IRecipeCategory { + protected val bg: IDrawable + protected val ic: IDrawable + private val craftingTableGuiLocation = + ArmourAndToolsMod.getModIdAndName("textures/gui/container/custom_crafting_table_Jei.png") + private val w = 173 + private val h = 69 + + init { + // X cordinate is the distance from the left side of the screen to the right side of the gui + // width + // Y cordinate is the distance from the top of the screen to the top of the gui height + bg = guiHelper.createDrawable(craftingTableGuiLocation, 0, 0, w, h) + ic = guiHelper.createDrawableIngredient(VanillaTypes.ITEM_STACK, ItemStack(block)) + } + + override fun getWidth(): Int { + return w + } + + override fun getHeight(): Int { + return h + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/tool/CustomToolCraftingTableJEIRecipeCategory.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/tool/CustomToolCraftingTableJEIRecipeCategory.kt new file mode 100644 index 00000000..e1b6aca2 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/integration/tool/CustomToolCraftingTableJEIRecipeCategory.kt @@ -0,0 +1,94 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.integration.tool + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import io.github.realyusufismail.armourandtoolsmod.blocks.CustomToolCraftingTable +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import io.github.realyusufismail.armourandtoolsmod.integration.ArmourAndToolsModJEIPlugin +import io.github.realyusufismail.armourandtoolsmod.integration.generic.GenericCraftingTableJEIRecipeCategory +import io.github.realyusufismail.armourandtoolsmod.recipe.tool.CustomToolCraftingTableRecipe +import mezz.jei.api.gui.builder.IRecipeLayoutBuilder +import mezz.jei.api.gui.drawable.IDrawable +import mezz.jei.api.helpers.IGuiHelper +import mezz.jei.api.recipe.IFocusGroup +import mezz.jei.api.recipe.RecipeIngredientRole +import mezz.jei.api.recipe.RecipeType +import net.minecraft.network.chat.Component + +class CustomToolCraftingTableJEIRecipeCategory(private val guiHelper: IGuiHelper) : + GenericCraftingTableJEIRecipeCategory( + guiHelper, BlockInit.CUSTOM_TOOL_CRAFTING_TABLE.get()) { + + override fun getRecipeType(): RecipeType { + return ArmourAndToolsModJEIPlugin.toolCraftingTableRecipeType + } + + override fun getTitle(): Component { + return CustomToolCraftingTable.containerTitle + } + + override fun getBackground(): IDrawable { + return this.bg + } + + override fun getIcon(): IDrawable { + return this.ic + } + + /** + * Y is up and down X is left and right + * + * Increase Y to down and decrease Y to up Increase X to right and decrease X to left + */ + override fun setRecipe( + builder: IRecipeLayoutBuilder, + recipe: CustomToolCraftingTableRecipe, + focuses: IFocusGroup + ) { + val ingredients = recipe.ingredients + + // Define variables for each slot and add ingredients if they are not empty + val slots = + arrayOf( + Pair(30, 16), + Pair(48, 16), + Pair(66, 16), + Pair(30, 34), + Pair(48, 34), + Pair(66, 34), + Pair(30, 52), + Pair(48, 52), + Pair(66, 52)) + + for (i in 0 until minOf(ingredients.size, slots.size)) { + val (x, y) = slots[i] + if (!ingredients[i].isEmpty) { + val slot = builder.addSlot(RecipeIngredientRole.INPUT, x, y) + slot.addIngredients(ingredients[i]) + } + } + + builder.addSlot(RecipeIngredientRole.OUTPUT, 124, 34).addItemStack(recipe.result) + } + + companion object { + val UID = ArmourAndToolsMod.getModIdAndName("custom_tool_crafting_table") + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/CustomSwordItem.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/CustomSwordItem.kt new file mode 100644 index 00000000..21f49afe --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/CustomSwordItem.kt @@ -0,0 +1,29 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.items + +import io.github.realyusufismail.armourandtoolsmod.core.material.CustomToolMaterial +import net.minecraft.world.item.SwordItem + +class CustomSwordItem( + material: CustomToolMaterial, + attackDamage: Int, + attackSpeed: Float, + properties: Properties +) : SwordItem(material, attackDamage, attackSpeed, properties) diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/HammerItem.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/HammerItem.kt new file mode 100644 index 00000000..d3d2fcb2 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/HammerItem.kt @@ -0,0 +1,131 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.items.hammer + +import com.google.common.collect.HashMultimap +import com.google.common.collect.Multimap +import io.github.realyusufismail.armourandtoolsmod.items.hammer.util.HammerLevel +import net.minecraft.core.BlockPos +import net.minecraft.tags.BlockTags +import net.minecraft.tags.TagKey +import net.minecraft.world.entity.EquipmentSlot +import net.minecraft.world.entity.LivingEntity +import net.minecraft.world.entity.ai.attributes.Attribute +import net.minecraft.world.entity.ai.attributes.AttributeModifier +import net.minecraft.world.entity.ai.attributes.Attributes +import net.minecraft.world.entity.player.Player +import net.minecraft.world.item.* +import net.minecraft.world.level.Level +import net.minecraft.world.level.block.Block +import net.minecraft.world.level.block.Blocks +import net.minecraft.world.level.block.state.BlockState +import net.minecraftforge.common.ToolAction +import net.minecraftforge.common.ToolActions + +/** @see SwordItem */ +open class HammerItem( + tier: Tier, + pAttackSpeedModifier: Float, + pAttackDamageModifier: Float, + private val hammerLevel: HammerLevel +) : TieredItem(tier, Item.Properties().stacksTo(1)), Vanishable { + private val blocks: TagKey = BlockTags.MINEABLE_WITH_PICKAXE + private val attackDamageBaseline: Float + private val defaultModifiers: Multimap + + init { + attackDamageBaseline = pAttackDamageModifier + tier.attackDamageBonus + defaultModifiers = HashMultimap.create() + defaultModifiers.put( + Attributes.ATTACK_DAMAGE, + AttributeModifier( + BASE_ATTACK_DAMAGE_UUID, + "Hammer modifier", + attackDamageBaseline.toDouble(), + AttributeModifier.Operation.ADDITION)) + defaultModifiers.put( + Attributes.ATTACK_SPEED, + AttributeModifier( + BASE_ATTACK_SPEED_UUID, + "Hammer modifier", + pAttackSpeedModifier.toDouble(), + AttributeModifier.Operation.ADDITION)) + } + + override fun canAttackBlock( + pState: BlockState, + pLevel: Level, + pPos: BlockPos, + pPlayer: Player + ): Boolean { + return !pPlayer.isCreative + } + + override fun getDestroySpeed(pStack: ItemStack, pState: BlockState): Float { + val hammerLevel = this.hammerLevel + return getDestroySpeed(hammerLevel, pStack, pState) + } + + private fun getDestroySpeed( + hammerLevel: HammerLevel, + pStack: ItemStack, + pState: BlockState + ): Float { + val block = pState.block + return if (pState.`is`(Blocks.COBWEB)) { + 15.0f + } else { + if (pState.`is`(BlockTags.WOOL)) { + 5.0f + } else { + var f = 1.0f + if (hammerLevel.level >= 3) { + f *= 1.5f + } + f + } + } + } + + /** + * Current implementations of this method in child classes do not use the entry argument beside + * ev. They just raise the damage on the stack. + */ + override fun hurtEnemy( + pStack: ItemStack, + pTarget: LivingEntity, + pAttacker: LivingEntity + ): Boolean { + pStack.hurtAndBreak(1, pAttacker) { p_43296_: LivingEntity -> + p_43296_.broadcastBreakEvent(EquipmentSlot.MAINHAND) + } + return true + } + + /** Check whether this Item can harvest the given Block */ + @Deprecated("Deprecated in Java", ReplaceWith("true")) + override fun isCorrectToolForDrops(pBlock: BlockState): Boolean { + return true + } + + override fun canPerformAction(stack: ItemStack, toolAction: ToolAction): Boolean { + return ToolActions.DEFAULT_PICKAXE_ACTIONS.contains(toolAction) || + ToolActions.DEFAULT_SWORD_ACTIONS.contains(toolAction) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/Mjolnir.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/Mjolnir.kt new file mode 100644 index 00000000..da11c490 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/Mjolnir.kt @@ -0,0 +1,84 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.items.hammer + +import io.github.realyusufismail.armourandtoolsmod.client.ArmourAndToolsModTridentItemRendererProvider +import io.github.realyusufismail.armourandtoolsmod.common.entity.ArmourToolsModTridentEntity +import io.github.realyusufismail.armourandtoolsmod.common.entity.MjolnirEntity +import io.github.realyusufismail.armourandtoolsmod.core.init.MobEffectsInit +import io.github.realyusufismail.armourandtoolsmod.core.material.CustomToolMaterial +import io.github.realyusufismail.armourandtoolsmod.items.trident.ArmourToolsModTridentItem +import java.util.function.Consumer +import net.minecraft.world.Containers +import net.minecraft.world.entity.Entity +import net.minecraft.world.entity.LivingEntity +import net.minecraft.world.entity.player.Player +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.Tier +import net.minecraft.world.level.Level +import net.minecraftforge.client.extensions.common.IClientItemExtensions + +open class Mjolnir( + tier: Tier = CustomToolMaterial.MJOLNIR, + val properties: Properties = Properties().stacksTo(1), + pAttackSpeedModifier: Float = 15.0f, + pAttackDamageModifier: Float = -3f +) : ArmourToolsModTridentItem(tier, properties, pAttackSpeedModifier, pAttackDamageModifier) { + override fun onUseTick( + pLevel: Level, + pLivingEntity: LivingEntity, + pStack: ItemStack, + pRemainingUseDuration: Int + ) { + val currentPotionEffect = pLivingEntity.activeEffectsMap + + // check if has the worthy potion effect + val hasWorthyEffect = currentPotionEffect.containsKey(MobEffectsInit.WORTHY_EFFECT.get()) + if (!hasWorthyEffect) { + Containers.dropItemStack( + pLevel, pLivingEntity.x, pLivingEntity.y, pLivingEntity.z, pStack) + } + } + + override fun inventoryTick( + pStack: ItemStack, + pLevel: Level, + pEntity: Entity, + pSlotId: Int, + pIsSelected: Boolean + ) { + if (pEntity is Player) { + pEntity.abilities.mayfly = true + pEntity.abilities.flyingSpeed = 0.06f + pEntity.abilities.invulnerable = true + } + } + + override fun getThrownEntity( + world: Level, + thrower: LivingEntity, + stack: ItemStack + ): ArmourToolsModTridentEntity { + return MjolnirEntity(world, thrower, stack) + } + + override fun initializeClient(consumer: Consumer) { + consumer.accept(ArmourAndToolsModTridentItemRendererProvider.mjolnir()) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/StormBreaker.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/StormBreaker.kt new file mode 100644 index 00000000..dd481d4b --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/StormBreaker.kt @@ -0,0 +1,24 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.items.hammer + +import io.github.realyusufismail.armourandtoolsmod.core.material.CustomToolMaterial + +// TODO: Add StormBreakers own model +class StormBreaker : Mjolnir(CustomToolMaterial.STORMBREAKER, Properties().stacksTo(1), 17.0f, -5f) diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/util/HammerLevel.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/util/HammerLevel.kt new file mode 100644 index 00000000..8628158b --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/hammer/util/HammerLevel.kt @@ -0,0 +1,40 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.items.hammer.util + +enum class HammerLevel(val level: Int) { + REGULAR(0), + MID_TIER(1), + LEGENDARY(2), + MYTHICAL(3), + GODLY(4); + + companion object { + fun getLevel(level: Int): HammerLevel { + return when (level) { + 0 -> REGULAR + 1 -> MID_TIER + 2 -> LEGENDARY + 3 -> MYTHICAL + 4 -> GODLY + else -> REGULAR + } + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/shield/ArmourToolsModShieldItem.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/shield/ArmourToolsModShieldItem.kt new file mode 100644 index 00000000..ab3c83c1 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/shield/ArmourToolsModShieldItem.kt @@ -0,0 +1,37 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.items.shield + +import io.github.realyusufismail.armourandtoolsmod.client.ArmourAndToolsModShieldItemRendererProvider +import java.util.function.Consumer +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.ShieldItem +import net.minecraft.world.item.Tier +import net.minecraftforge.client.extensions.common.IClientItemExtensions + +class ArmourToolsModShieldItem(durability: Int, private val tier: Tier) : + ShieldItem(Properties().stacksTo(1).durability(durability)) { + override fun initializeClient(consumer: Consumer) { + consumer.accept(ArmourAndToolsModShieldItemRendererProvider.shield()) + } + + override fun isValidRepairItem(toRepair: ItemStack, repair: ItemStack): Boolean { + return this.tier.repairIngredient.test(repair) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/AqumarineTridentItem.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/AqumarineTridentItem.kt new file mode 100644 index 00000000..eff82d77 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/AqumarineTridentItem.kt @@ -0,0 +1,46 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.items.trident + +import io.github.realyusufismail.armourandtoolsmod.client.ArmourAndToolsModTridentItemRendererProvider +import io.github.realyusufismail.armourandtoolsmod.common.entity.AqumarineTridentEntity +import io.github.realyusufismail.armourandtoolsmod.common.entity.ArmourToolsModTridentEntity +import io.github.realyusufismail.armourandtoolsmod.core.material.CustomToolMaterial +import java.util.function.Consumer +import net.minecraft.world.entity.LivingEntity +import net.minecraft.world.item.ItemStack +import net.minecraft.world.level.Level +import net.minecraftforge.client.extensions.common.IClientItemExtensions + +open class AqumarineTridentItem : + ArmourToolsModTridentItem( + CustomToolMaterial.AQUMARINE_TRIDENT, Properties().stacksTo(1), 10F, -2.5F) { + + override fun getThrownEntity( + world: Level, + thrower: LivingEntity, + stack: ItemStack + ): ArmourToolsModTridentEntity { + return AqumarineTridentEntity(world, thrower, stack) + } + + override fun initializeClient(consumer: Consumer) { + consumer.accept(ArmourAndToolsModTridentItemRendererProvider.aqumarineTrident()) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/ArmourToolsModTridentItem.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/ArmourToolsModTridentItem.kt new file mode 100644 index 00000000..ebe7443b --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/items/trident/ArmourToolsModTridentItem.kt @@ -0,0 +1,255 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.items.trident + +import com.google.common.collect.ImmutableMultimap +import com.google.common.collect.Multimap +import io.github.realyusufismail.armourandtoolsmod.common.entity.ArmourToolsModTridentEntity +import net.minecraft.core.BlockPos +import net.minecraft.sounds.SoundEvent +import net.minecraft.sounds.SoundEvents +import net.minecraft.sounds.SoundSource +import net.minecraft.stats.Stats +import net.minecraft.util.Mth +import net.minecraft.world.InteractionHand +import net.minecraft.world.InteractionResultHolder +import net.minecraft.world.entity.EquipmentSlot +import net.minecraft.world.entity.LivingEntity +import net.minecraft.world.entity.MoverType +import net.minecraft.world.entity.ai.attributes.Attribute +import net.minecraft.world.entity.ai.attributes.AttributeModifier +import net.minecraft.world.entity.ai.attributes.Attributes +import net.minecraft.world.entity.player.Player +import net.minecraft.world.entity.projectile.AbstractArrow +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.Tier +import net.minecraft.world.item.TridentItem +import net.minecraft.world.item.UseAnim +import net.minecraft.world.item.enchantment.EnchantmentHelper +import net.minecraft.world.level.Level +import net.minecraft.world.level.block.state.BlockState +import net.minecraft.world.phys.Vec3 + +/** @see TridentItem */ +abstract class ArmourToolsModTridentItem( + tier: Tier, + properties: Properties = Properties().stacksTo(1), + pAttackDamageModifier: Float, + pAttackSpeedModifier: Float, +) : TridentItem(properties.defaultDurability(tier.uses)) { + private var attributeModifiers: Multimap = ImmutableMultimap.of() + private val attackDamage: Float + + init { + val builder = ImmutableMultimap.builder() + attackDamage = pAttackDamageModifier + tier.attackDamageBonus + + builder.put( + Attributes.ATTACK_DAMAGE, + AttributeModifier( + BASE_ATTACK_DAMAGE_UUID, + "Tool modifier", + attackDamage.toDouble(), + AttributeModifier.Operation.ADDITION)) + builder.put( + Attributes.ATTACK_SPEED, + AttributeModifier( + BASE_ATTACK_SPEED_UUID, + "Tool modifier", + pAttackSpeedModifier.toDouble(), + AttributeModifier.Operation.ADDITION)) + this.attributeModifiers = builder.build() + } + + protected abstract fun getThrownEntity( + world: Level, + thrower: LivingEntity, + stack: ItemStack + ): ArmourToolsModTridentEntity + + /** Returns the action that specifies what animation to play when the item is being used. */ + override fun getUseAnimation(pStack: ItemStack): UseAnim { + return UseAnim.SPEAR + } + + /** How long it takes to use or consume an item */ + override fun getUseDuration(pStack: ItemStack): Int { + return 72000 + } + + /** Called when the player stops using an Item (stops holding the right mouse button). */ + override fun releaseUsing( + pStack: ItemStack, + pLevel: Level, + pEntityLiving: LivingEntity, + pTimeLeft: Int + ) { + if (pEntityLiving is Player) { + val i = getUseDuration(pStack) - pTimeLeft + if (i >= 10) { + val j = EnchantmentHelper.getRiptide(pStack) + if (j <= 0 || pEntityLiving.isInWaterOrRain()) { + if (!pLevel.isClientSide) { + pStack.hurtAndBreak(1, pEntityLiving) { p_43388_: Player -> + p_43388_.broadcastBreakEvent(pEntityLiving.getUsedItemHand()) + } + if (j == 0) { + val throwntrident = getThrownEntity(pLevel, pEntityLiving, pStack) + throwntrident.shootFromRotation( + pEntityLiving, + pEntityLiving.getXRot(), + pEntityLiving.getYRot(), + 0.0f, + 2.5f + j.toFloat() * 0.5f, + 1.0f) + if (pEntityLiving.abilities.instabuild) { + throwntrident.pickup = AbstractArrow.Pickup.CREATIVE_ONLY + } + pLevel.addFreshEntity(throwntrident) + pLevel.playSound( + null as Player?, + throwntrident, + SoundEvents.TRIDENT_THROW, + SoundSource.PLAYERS, + 1.0f, + 1.0f) + if (!pEntityLiving.abilities.instabuild) { + pEntityLiving.inventory.removeItem(pStack) + } + } + } + pEntityLiving.awardStat(Stats.ITEM_USED[this]) + if (j > 0) { + val f7 = pEntityLiving.getYRot() + val f = pEntityLiving.getXRot() + var f1 = + -Mth.sin(f7 * (Math.PI.toFloat() / 180f)) * + Mth.cos(f * (Math.PI.toFloat() / 180f)) + var f2 = -Mth.sin(f * (Math.PI.toFloat() / 180f)) + var f3 = + Mth.cos(f7 * (Math.PI.toFloat() / 180f)) * + Mth.cos(f * (Math.PI.toFloat() / 180f)) + val f4 = Mth.sqrt(f1 * f1 + f2 * f2 + f3 * f3) + val f5 = 3.0f * ((1.0f + j.toFloat()) / 4.0f) + f1 *= f5 / f4 + f2 *= f5 / f4 + f3 *= f5 / f4 + pEntityLiving.push(f1.toDouble(), f2.toDouble(), f3.toDouble()) + pEntityLiving.startAutoSpinAttack(20) + if (pEntityLiving.onGround()) { + val f6 = 1.1999999f + pEntityLiving.move(MoverType.SELF, Vec3(0.0, 1.1999999, 0.0)) + } + val soundevent: SoundEvent = + if (j >= 3) { + SoundEvents.TRIDENT_RIPTIDE_3 + } else if (j == 2) { + SoundEvents.TRIDENT_RIPTIDE_2 + } else { + SoundEvents.TRIDENT_RIPTIDE_1 + } + pLevel.playSound( + null as Player?, + pEntityLiving, + soundevent, + SoundSource.PLAYERS, + 1.0f, + 1.0f) + } + } + } + } + } + + /** + * Called to trigger the item's "innate" right click behavior. To handle when this item is used + * on a Block, see [.onItemUse]. + */ + override fun use( + pLevel: Level, + pPlayer: Player, + hand: InteractionHand + ): InteractionResultHolder { + val itemStack: ItemStack = pPlayer.getItemInHand(hand) + return if (itemStack.damageValue >= itemStack.maxDamage - 1) { + InteractionResultHolder.fail(itemStack) + } else if (!requiresRainForRiptide()) { + pPlayer.startUsingItem(hand) + InteractionResultHolder.consume(itemStack) + } else if (EnchantmentHelper.getRiptide(itemStack) > 0 && !pPlayer.isInWaterOrRain) { + InteractionResultHolder.fail(itemStack) + } else { + pPlayer.startUsingItem(hand) + InteractionResultHolder.consume(itemStack) + } + } + + fun requiresRainForRiptide(): Boolean { + return true + } + + /** + * Current implementations of this method in child classes do not use the entry argument beside + * ev. They just raise the damage on the stack. + */ + override fun hurtEnemy( + pStack: ItemStack, + pTarget: LivingEntity, + pAttacker: LivingEntity + ): Boolean { + pStack.hurtAndBreak(1, pAttacker) { p_43414_: LivingEntity -> + p_43414_.broadcastBreakEvent(EquipmentSlot.MAINHAND) + } + return true + } + + /** + * Called when a [net.minecraft.world.level.block.Block] is destroyed using this Item. Return + * `true` to trigger the "Use Item" statistic. + */ + override fun mineBlock( + pStack: ItemStack, + pLevel: Level, + pState: BlockState, + pPos: BlockPos, + pEntityLiving: LivingEntity + ): Boolean { + if (pState.getDestroySpeed(pLevel, pPos).toDouble() != 0.0) { + pStack.hurtAndBreak(2, pEntityLiving) { p_43385_: LivingEntity -> + p_43385_.broadcastBreakEvent(EquipmentSlot.MAINHAND) + } + } + return true + } + + /** Gets a map of item attribute modifiers, used by ItemSword to increase hit damage. */ + @Deprecated("Deprecated in Java") + override fun getDefaultAttributeModifiers( + pEquipmentSlot: EquipmentSlot + ): Multimap { + return if (pEquipmentSlot == EquipmentSlot.MAINHAND) attributeModifiers + else super.getDefaultAttributeModifiers(pEquipmentSlot) + } + + /** Return the enchantability factor of the item, most of the time is based on material. */ + @Deprecated("Deprecated in Java", ReplaceWith("1")) + override fun getEnchantmentValue(): Int { + return 1 + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/logger/LoggerColorScheme.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/logger/LoggerColorScheme.kt new file mode 100644 index 00000000..80ecb3d9 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/logger/LoggerColorScheme.kt @@ -0,0 +1,45 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.logger + +import ch.qos.logback.classic.Level +import ch.qos.logback.classic.spi.ILoggingEvent +import ch.qos.logback.core.pattern.color.ANSIConstants +import ch.qos.logback.core.pattern.color.ForegroundCompositeConverterBase + +/** + * This class is used to colorize the log output. + * + * The debug output is colored blue.

The info output is colored green.

The warn + * output is colored yellow.

The error output is colored red.

The fatal output + * is colored magenta.

The trace output is colored cyan.

The default output is + * colored the default logging colour. + */ +class LoggerColorScheme : ForegroundCompositeConverterBase() { + override fun getForegroundColorCode(event: ILoggingEvent): String { + return when (event.level.toInt()) { + Level.DEBUG_INT -> ANSIConstants.BLUE_FG + Level.INFO_INT -> ANSIConstants.GREEN_FG + Level.WARN_INT -> ANSIConstants.YELLOW_FG + Level.ERROR_INT -> ANSIConstants.RED_FG + Level.TRACE_INT -> ANSIConstants.CYAN_FG + else -> ANSIConstants.DEFAULT_FG + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/models/MjolnirModel.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/models/MjolnirModel.kt new file mode 100644 index 00000000..6922d9af --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/models/MjolnirModel.kt @@ -0,0 +1,115 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.models + +import com.mojang.blaze3d.vertex.PoseStack +import com.mojang.blaze3d.vertex.VertexConsumer +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod +import net.minecraft.client.model.Model +import net.minecraft.client.model.TridentModel +import net.minecraft.client.model.geom.ModelPart +import net.minecraft.client.model.geom.PartPose +import net.minecraft.client.model.geom.builders.CubeListBuilder +import net.minecraft.client.model.geom.builders.LayerDefinition +import net.minecraft.client.model.geom.builders.MeshDefinition +import net.minecraft.client.model.geom.builders.PartDefinition +import net.minecraft.client.renderer.RenderType +import net.minecraft.resources.ResourceLocation + +/** @see TridentModel */ +class MjolnirModel(val root: ModelPart) : Model(RenderType::entitySolid) { + private val texture: ResourceLocation = + ArmourAndToolsMod.getModIdAndName("textures/item/mjolnir/all.png") + + override fun renderToBuffer( + pPoseStack: PoseStack, + pBuffer: VertexConsumer, + pPackedLight: Int, + pPackedOverlay: Int, + pRed: Float, + pGreen: Float, + pBlue: Float, + pAlpha: Float + ) { + root.render(pPoseStack, pBuffer, pPackedLight, pPackedOverlay, pRed, pGreen, pBlue, pAlpha) + } + + companion object { + fun createLayer(): LayerDefinition { + val meshDefinition = MeshDefinition() + val partDefinition = meshDefinition.root + + addTheMiddleParts(partDefinition) + addTheSideParts(partDefinition) + addTheHandle(partDefinition) + + return LayerDefinition.create(meshDefinition, 128, 128) + } + + private fun addTheMiddleParts(partDefinition: PartDefinition): PartDefinition { + return partDefinition + .addOrReplaceChild( + "grayPart", + CubeListBuilder().texOffs(0, 0).addBox(5.7f, 7.9f, 4.2f, 6f, 0.4f, 0.3f), + PartPose.offsetAndRotation(0f, 4.5f, 0f, 0f, 0f, 0f)) + .addOrReplaceChild( + "darkPart", + CubeListBuilder().texOffs(0, 0).addBox(5.7f, 8.3f, 4.3f, 6f, 0.3f, 0.2f), + PartPose.offsetAndRotation(0f, 4.5f, 0f, 0f, 0f, 0f)) + .addOrReplaceChild( + "ring", + CubeListBuilder() + .texOffs(0, 0) + .addBox(7.9f, 12.975f, 5.025f, 0.7f, 0.2f, 1.675f), + PartPose.offsetAndRotation(7.5f, 12.375f, 8f, 0f, -22.5f, 0f)) + } + + private fun addTheSideParts(partDefinition: PartDefinition) { + partDefinition + .addOrReplaceChild( + "grayPart1", + CubeListBuilder().texOffs(0, 0).addBox(11.7f, 12.7f, 5.2f, 0.1f, 0.3f, 4.1f), + PartPose.offset(11f, 7.1f, 7.5f)) + .addOrReplaceChild( + "pattern", + CubeListBuilder().texOffs(0, 0).addBox(12f, 12.9f, 8.9f, 0.1f, 0.1f, 0.1f), + PartPose.offset(11.8f, 7.3f, 7.2f)) + .addOrReplaceChild( + "darkPart1", + CubeListBuilder().texOffs(0, 0).addBox(11.8f, 12.8f, 5.3f, 0.5f, 0.1f, 3.9f), + PartPose.offset(11.6f, 7.2f, 3.6f)) + .addOrReplaceChild( + "impactPart", + CubeListBuilder().texOffs(0, 0).addBox(13.1f, 7.6f, 5.2f, 0.1f, 4.9f, 4.15f), + PartPose.offset(15.755f, 6.975f, 0.025f)) + } + + private fun addTheHandle(partDefinition: PartDefinition) { + partDefinition + .addOrReplaceChild( + "handle", + CubeListBuilder().texOffs(0, 0).addBox(8f, -5.55f, 6.5f, 1f, 0.1f, 1.6f), + PartPose.offsetAndRotation(0f, 4.75f, 0f, 0f, 0f, 0f)) + .addOrReplaceChild( + "greypart2", + CubeListBuilder().texOffs(0, 0).addBox(8f, -4.15f, 7.725f, 0.1f, 11.4f, 0.275f), + PartPose.offsetAndRotation(8f, 12.75f, 8f, 0f, 45f, 0f)) + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableRecipe.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableRecipe.kt new file mode 100644 index 00000000..18cecc52 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableRecipe.kt @@ -0,0 +1,40 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.recipe.armour + +import io.github.realyusufismail.armourandtoolsmod.blocks.armour.CustomArmourCraftingTableContainer +import io.github.realyusufismail.armourandtoolsmod.blocks.armour.book.CustomArmourCraftingBookCategory +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeTypeInit +import net.minecraft.core.NonNullList +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.crafting.Ingredient +import net.minecraft.world.item.crafting.Recipe +import net.minecraft.world.item.crafting.RecipeType + +interface CustomArmourCraftingTableRecipe : Recipe { + override fun getType(): RecipeType<*> { + return RecipeTypeInit.ARMOUR_CRAFTING.get() + } + + fun category(): CustomArmourCraftingBookCategory + + override fun getIngredients(): NonNullList + + val result: ItemStack +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt new file mode 100644 index 00000000..8316b7d4 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt @@ -0,0 +1,355 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.recipe.armour + +import com.google.common.annotations.VisibleForTesting +import com.google.common.collect.Maps +import com.google.common.collect.Sets +import com.google.gson.JsonArray +import com.google.gson.JsonElement +import com.google.gson.JsonObject +import com.google.gson.JsonSyntaxException +import io.github.realyusufismail.armourandtoolsmod.blocks.armour.CustomArmourCraftingTableContainer +import io.github.realyusufismail.armourandtoolsmod.blocks.armour.book.CustomArmourCraftingBookCategory +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeSerializerInit +import net.minecraft.core.NonNullList +import net.minecraft.core.RegistryAccess +import net.minecraft.network.FriendlyByteBuf +import net.minecraft.resources.ResourceLocation +import net.minecraft.util.GsonHelper +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.crafting.Ingredient +import net.minecraft.world.item.crafting.RecipeSerializer +import net.minecraft.world.level.Level +import net.minecraftforge.common.ForgeHooks +import net.minecraftforge.common.crafting.CraftingHelper +import net.minecraftforge.common.crafting.IShapedRecipe + +class CustomArmourCraftingTableShapedRecipe( + private val id: ResourceLocation, + private val group: String, + private val recipeCategory: CustomArmourCraftingBookCategory, + private val width: Int, + private val height: Int, + private val recipeItems: NonNullList, + override val result: ItemStack, + private val showNotification: Boolean, +) : CustomArmourCraftingTableRecipe, IShapedRecipe { + + /** Used to check if a recipe matches current crafting inventory */ + override fun matches(pInv: CustomArmourCraftingTableContainer, pLevel: Level): Boolean { + for (i in 0..(pInv.getWidth() - this.width)) { + for (j in 0..(pInv.getHeight() - this.height)) { + if (this.matches(pInv, i, j, true)) { + return true + } + if (this.matches(pInv, i, j, false)) { + return true + } + } + } + return false + } + + /** Checks if the region of a crafting inventory is match for the recipe. */ + private fun matches( + pCraftingInventory: CustomArmourCraftingTableContainer, + pWidth: Int, + pHeight: Int, + pMirrored: Boolean, + ): Boolean { + for (i in 0 until pCraftingInventory.getWidth()) { + for (j in 0 until pCraftingInventory.getHeight()) { + val k = i - pWidth + val l = j - pHeight + var ingredient = Ingredient.EMPTY + if ((k >= 0) && (l >= 0) && (k < this.width) && (l < this.height)) { + ingredient = + if (pMirrored) { + this.recipeItems[this.width - k - 1 + l * this.width] + } else { + this.recipeItems[k + l * this.width] + } + } + if (!ingredient.test( + pCraftingInventory.getItem(i + j * pCraftingInventory.getWidth()))) { + return false + } + } + } + return true + } + + override fun assemble( + p_44001_: CustomArmourCraftingTableContainer, + p_267165_: RegistryAccess, + ): ItemStack { + return this.result.copy() + } + + override fun canCraftInDimensions(pWidth: Int, pHeight: Int): Boolean { + return true + } + + /** + * Get the result of this recipe, usually for display purposes (e.g. recipe book). If your + * recipe has more than one possible result (e.g. it's dynamic and depends on its inputs), then + * return an empty stack. + */ + override fun getResultItem(p_267052_: RegistryAccess): ItemStack { + return this.result + } + + /** Recipes with equal group are combined into one button in the recipe book */ + override fun getGroup(): String { + return this.group + } + + override fun getIngredients(): NonNullList { + return this.recipeItems + } + + override fun getId(): ResourceLocation { + return this.id + } + + override fun getToastSymbol(): ItemStack { + return ItemStack(BlockInit.CUSTOM_ARMOUR_CRAFTING_TABLE.get()) + } + + override fun getSerializer(): RecipeSerializer<*> { + return RecipeSerializerInit.CUSTOM_ARMOUR_CRAFTER.get() + } + + override fun showNotification(): Boolean { + return showNotification + } + + override fun getRecipeWidth(): Int { + return this.width + } + + override fun getRecipeHeight(): Int { + return this.height + } + + override fun category(): CustomArmourCraftingBookCategory { + return recipeCategory + } + + override fun isIncomplete(): Boolean { + val nonnulllist: NonNullList = this.ingredients + return nonnulllist.isEmpty() || + nonnulllist + .stream() + .filter { ingredient: Ingredient -> !ingredient.isEmpty } + .anyMatch { ingredient: Ingredient? -> ForgeHooks.hasNoElements(ingredient) } + } + + companion object { + private var MAX_WIDTH = 3 + private var MAX_HEIGHT = 3 + + @VisibleForTesting + fun shrink(vararg pToShrink: String?): Array { + var i = Int.MAX_VALUE + var j = 0 + var k = 0 + var l = 0 + for (i1 in pToShrink.indices) { + val s = pToShrink[i1] + i = i.coerceAtMost(firstNonSpace(s!!)) + val j1 = lastNonSpace(s) + j = j.coerceAtLeast(j1) + if (j1 < 0) { + if (k == i1) { + ++k + } + ++l + } else { + l = 0 + } + } + return if (pToShrink.size == l) { + arrayOfNulls(0) + } else { + val astring = arrayOfNulls(pToShrink.size - l - k) + for (k1 in astring.indices) { + astring[k1] = pToShrink[k1 + k]?.substring(i, j + 1) + } + astring + } + } + + private fun firstNonSpace(pEntry: String): Int { + var i = 0 + while (i < pEntry.length && pEntry[i] == ' ') { + ++i + } + return i + } + + private fun lastNonSpace(pEntry: String): Int { + var i: Int = pEntry.length - 1 + while (i >= 0 && pEntry[i] == ' ') { + --i + } + return i + } + + fun patternFromJson(pPatternArray: JsonArray): Array { + val astring = arrayOfNulls(pPatternArray.size()) + if (astring.size > MAX_HEIGHT) { + throw JsonSyntaxException("Invalid pattern: too many rows, $MAX_HEIGHT is maximum") + } else if (astring.isEmpty()) { + throw JsonSyntaxException("Invalid pattern: empty pattern not allowed") + } else { + for (i in astring.indices) { + val s = GsonHelper.convertToString(pPatternArray.get(i), "pattern[$i]") + if (s.length > MAX_WIDTH) { + throw JsonSyntaxException( + "Invalid pattern: too many columns, $MAX_WIDTH is maximum") + } + if (i > 0 && astring[0]!!.length != s.length) { + throw JsonSyntaxException( + "Invalid pattern: each row must be the same width") + } + astring[i] = s + } + return astring + } + } + + /** Returns a key json object as a Java HashMap. */ + fun keyFromJson(pKeyEntry: JsonObject): MutableMap { + val map: MutableMap = Maps.newHashMap() + for (entry: Map.Entry in pKeyEntry.entrySet()) { + if (entry.key.length != 1) { + throw JsonSyntaxException( + "Invalid key entry: '" + + entry.key + + "' is an invalid symbol (must be 1 character only).") + } + if ((" " == entry.key)) { + throw JsonSyntaxException("Invalid key entry: ' ' is a reserved symbol.") + } + map[entry.key] = Ingredient.fromJson(entry.value) + } + map[" "] = Ingredient.EMPTY + return map + } + + fun itemStackFromJson(pStackObject: JsonObject): ItemStack { + return CraftingHelper.getItemStack(pStackObject, true, true) + } + + fun dissolvePattern( + pPattern: Array, + pKeys: Map, + pPatternWidth: Int, + pPatternHeight: Int, + ): NonNullList { + val nonnulllist = NonNullList.withSize(pPatternWidth * pPatternHeight, Ingredient.EMPTY) + val set: MutableSet = Sets.newHashSet(pKeys.keys) + set.remove(" ") + for (i in pPattern.indices) { + for (j in 0 until (pPattern[i]?.length ?: 0)) { + val s = pPattern[i]?.substring(j, j + 1) + val ingredient = + pKeys[s] + ?: throw JsonSyntaxException( + ("Pattern references symbol '" + + s + + "' but it's not defined in the key")) + set.remove(s) + nonnulllist[j + pPatternWidth * i] = ingredient + } + } + if (set.isNotEmpty()) { + throw JsonSyntaxException("Key defines symbols that aren't used in pattern: $set") + } else { + return nonnulllist + } + } + } + + class Serializer : RecipeSerializer { + override fun fromJson( + pRecipeId: ResourceLocation, + pJson: JsonObject, + ): CustomArmourCraftingTableShapedRecipe { + val s: String = GsonHelper.getAsString(pJson, "group", "")!! + + val map: Map = keyFromJson(GsonHelper.getAsJsonObject(pJson, "key")) + + val craftingbookcategory = + CustomArmourCraftingBookCategory.CODEC.byName( + GsonHelper.getAsString(pJson, "category", null as String?), + CustomArmourCraftingBookCategory.MISC) + + val astring: Array = + shrink(*patternFromJson(GsonHelper.getAsJsonArray(pJson, "pattern"))) + + val i = astring[0]?.length + val j = astring.size + val nonnulllist: NonNullList = dissolvePattern(astring, map, i!!, j) + + val itemstack: ItemStack = + itemStackFromJson(GsonHelper.getAsJsonObject(pJson, "result")) + + val flag = GsonHelper.getAsBoolean(pJson, "show_notification", true) + + return CustomArmourCraftingTableShapedRecipe( + pRecipeId, s, craftingbookcategory, i, j, nonnulllist, itemstack, flag) + } + + override fun fromNetwork( + pRecipeId: ResourceLocation, + pBuffer: FriendlyByteBuf, + ): CustomArmourCraftingTableShapedRecipe { + val i = pBuffer.readVarInt() + val j = pBuffer.readVarInt() + val s = pBuffer.readUtf() + val nonnulllist = NonNullList.withSize(i * j, Ingredient.EMPTY) + nonnulllist.replaceAll { Ingredient.fromNetwork(pBuffer) } + val itemstack = pBuffer.readItem() + val craftingbookcategory = + pBuffer.readEnum(CustomArmourCraftingBookCategory::class.java) + val flag = pBuffer.readBoolean() + + return CustomArmourCraftingTableShapedRecipe( + pRecipeId, s, craftingbookcategory, i, j, nonnulllist, itemstack, flag) + } + + override fun toNetwork( + pBuffer: FriendlyByteBuf, + pRecipe: CustomArmourCraftingTableShapedRecipe, + ) { + pBuffer.writeVarInt(pRecipe.width) + pBuffer.writeVarInt(pRecipe.height) + pBuffer.writeUtf(pRecipe.group) + for (ingredient: Ingredient in pRecipe.recipeItems) { + ingredient.toNetwork(pBuffer) + } + pBuffer.writeItem(pRecipe.result) + pBuffer.writeBoolean(pRecipe.showNotification) + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableRecipe.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableRecipe.kt new file mode 100644 index 00000000..eb40023e --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableRecipe.kt @@ -0,0 +1,40 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.recipe.tool + +import io.github.realyusufismail.armourandtoolsmod.blocks.tool.CustomToolCraftingTableContainer +import io.github.realyusufismail.armourandtoolsmod.blocks.tool.book.CustomToolsCraftingBookCategory +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeTypeInit +import net.minecraft.core.NonNullList +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.crafting.Ingredient +import net.minecraft.world.item.crafting.Recipe +import net.minecraft.world.item.crafting.RecipeType + +interface CustomToolCraftingTableRecipe : Recipe { + override fun getType(): RecipeType<*> { + return RecipeTypeInit.TOOL_CRAFTING.get() + } + + fun category(): CustomToolsCraftingBookCategory + + override fun getIngredients(): NonNullList + + val result: ItemStack +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableShapedRecipe.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableShapedRecipe.kt new file mode 100644 index 00000000..9ffa8cb7 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/recipe/tool/CustomToolCraftingTableShapedRecipe.kt @@ -0,0 +1,356 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.recipe.tool + +import com.google.common.annotations.VisibleForTesting +import com.google.common.collect.Maps +import com.google.common.collect.Sets +import com.google.gson.JsonArray +import com.google.gson.JsonElement +import com.google.gson.JsonObject +import com.google.gson.JsonSyntaxException +import io.github.realyusufismail.armourandtoolsmod.blocks.tool.CustomToolCraftingTableContainer +import io.github.realyusufismail.armourandtoolsmod.blocks.tool.book.CustomToolsCraftingBookCategory +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import io.github.realyusufismail.armourandtoolsmod.core.init.RecipeSerializerInit +import net.minecraft.core.NonNullList +import net.minecraft.core.RegistryAccess +import net.minecraft.network.FriendlyByteBuf +import net.minecraft.resources.ResourceLocation +import net.minecraft.util.GsonHelper +import net.minecraft.world.item.ItemStack +import net.minecraft.world.item.crafting.Ingredient +import net.minecraft.world.item.crafting.RecipeSerializer +import net.minecraft.world.level.Level +import net.minecraftforge.common.ForgeHooks +import net.minecraftforge.common.crafting.CraftingHelper +import net.minecraftforge.common.crafting.IShapedRecipe + +class CustomToolCraftingTableShapedRecipe( + private val id: ResourceLocation, + private val group: String, + private val recipeCategory: CustomToolsCraftingBookCategory, + private val width: Int, + private val height: Int, + private val recipeItems: NonNullList, + override val result: ItemStack, + private val showNotification: Boolean, +) : CustomToolCraftingTableRecipe, IShapedRecipe { + + /** Used to check if a recipe matches current crafting inventory */ + override fun matches(pInv: CustomToolCraftingTableContainer, pLevel: Level): Boolean { + for (i in 0..(pInv.getWidth() - this.width)) { + for (j in 0..(pInv.getHeight() - this.height)) { + if (this.matches(pInv, i, j, true)) { + return true + } + if (this.matches(pInv, i, j, false)) { + return true + } + } + } + return false + } + + /** Checks if the region of a crafting inventory is match for the recipe. */ + private fun matches( + pCraftingInventory: CustomToolCraftingTableContainer, + pWidth: Int, + pHeight: Int, + pMirrored: Boolean, + ): Boolean { + for (i in 0 until pCraftingInventory.getWidth()) { + for (j in 0 until pCraftingInventory.getHeight()) { + val k = i - pWidth + val l = j - pHeight + var ingredient = Ingredient.EMPTY + if ((k >= 0) && (l >= 0) && (k < this.width) && (l < this.height)) { + ingredient = + if (pMirrored) { + this.recipeItems[this.width - k - 1 + l * this.width] + } else { + this.recipeItems[k + l * this.width] + } + } + if (!ingredient.test( + pCraftingInventory.getItem(i + j * pCraftingInventory.getWidth()))) { + return false + } + } + } + return true + } + + override fun assemble( + p_44001_: CustomToolCraftingTableContainer, + p_267165_: RegistryAccess + ): ItemStack { + return this.result.copy() + } + + override fun canCraftInDimensions(pWidth: Int, pHeight: Int): Boolean { + return true + } + + /** + * Get the result of this recipe, usually for display purposes (e.g. recipe book). If your + * recipe has more than one possible result (e.g. it's dynamic and depends on its inputs), then + * return an empty stack. + */ + override fun getResultItem(p_267052_: RegistryAccess): ItemStack { + return this.result + } + + /** Recipes with equal group are combined into one button in the recipe book */ + override fun getGroup(): String { + return this.group + } + + override fun getIngredients(): NonNullList { + return this.recipeItems + } + + override fun getId(): ResourceLocation { + return this.id + } + + override fun category(): CustomToolsCraftingBookCategory { + return recipeCategory + } + + override fun getToastSymbol(): ItemStack { + return ItemStack(BlockInit.CUSTOM_TOOL_CRAFTING_TABLE.get()) + } + + override fun getSerializer(): RecipeSerializer<*> { + return RecipeSerializerInit.CUSTOM_TOOL_CRAFTER.get() + } + + override fun showNotification(): Boolean { + return showNotification + } + + override fun isIncomplete(): Boolean { + val nonnulllist: NonNullList = this.ingredients + return nonnulllist.isEmpty() || + nonnulllist + .stream() + .filter { ingredient: Ingredient -> !ingredient.isEmpty } + .anyMatch { ingredient: Ingredient? -> ForgeHooks.hasNoElements(ingredient) } + } + + override fun getRecipeWidth(): Int { + return this.width + } + + override fun getRecipeHeight(): Int { + return this.height + } + + companion object { + private var MAX_WIDTH = 3 + private var MAX_HEIGHT = 3 + + @VisibleForTesting + fun shrink(vararg pToShrink: String?): Array { + var i = Int.MAX_VALUE + var j = 0 + var k = 0 + var l = 0 + for (i1 in pToShrink.indices) { + val s = pToShrink[i1] + i = i.coerceAtMost(firstNonSpace(s!!)) + val j1 = lastNonSpace(s) + j = j.coerceAtLeast(j1) + if (j1 < 0) { + if (k == i1) { + ++k + } + ++l + } else { + l = 0 + } + } + return if (pToShrink.size == l) { + arrayOfNulls(0) + } else { + val astring = arrayOfNulls(pToShrink.size - l - k) + for (k1 in astring.indices) { + astring[k1] = pToShrink[k1 + k]?.substring(i, j + 1) + } + astring + } + } + + private fun firstNonSpace(pEntry: String): Int { + var i = 0 + while (i < pEntry.length && pEntry[i] == ' ') { + ++i + } + return i + } + + private fun lastNonSpace(pEntry: String): Int { + var i: Int = pEntry.length - 1 + while (i >= 0 && pEntry[i] == ' ') { + --i + } + return i + } + + fun patternFromJson(pPatternArray: JsonArray): Array { + val astring = arrayOfNulls(pPatternArray.size()) + if (astring.size > MAX_HEIGHT) { + throw JsonSyntaxException("Invalid pattern: too many rows, $MAX_HEIGHT is maximum") + } else if (astring.isEmpty()) { + throw JsonSyntaxException("Invalid pattern: empty pattern not allowed") + } else { + for (i in astring.indices) { + val s = GsonHelper.convertToString(pPatternArray.get(i), "pattern[$i]") + if (s.length > MAX_WIDTH) { + throw JsonSyntaxException( + "Invalid pattern: too many columns, $MAX_WIDTH is maximum") + } + if (i > 0 && astring[0]!!.length != s.length) { + throw JsonSyntaxException( + "Invalid pattern: each row must be the same width") + } + astring[i] = s + } + return astring + } + } + + /** Returns a key json object as a Java HashMap. */ + fun keyFromJson(pKeyEntry: JsonObject): MutableMap { + val map: MutableMap = Maps.newHashMap() + for (entry: Map.Entry in pKeyEntry.entrySet()) { + if (entry.key.length != 1) { + throw JsonSyntaxException( + "Invalid key entry: '" + + entry.key + + "' is an invalid symbol (must be 1 character only).") + } + if ((" " == entry.key)) { + throw JsonSyntaxException("Invalid key entry: ' ' is a reserved symbol.") + } + map[entry.key] = Ingredient.fromJson(entry.value) + } + map[" "] = Ingredient.EMPTY + return map + } + + fun itemStackFromJson(pStackObject: JsonObject): ItemStack { + return CraftingHelper.getItemStack(pStackObject, true, true) + } + + fun dissolvePattern( + pPattern: Array, + pKeys: Map, + pPatternWidth: Int, + pPatternHeight: Int, + ): NonNullList { + val nonnulllist = NonNullList.withSize(pPatternWidth * pPatternHeight, Ingredient.EMPTY) + val set: MutableSet = Sets.newHashSet(pKeys.keys) + set.remove(" ") + for (i in pPattern.indices) { + for (j in 0 until (pPattern[i]?.length ?: 0)) { + val s = pPattern[i]?.substring(j, j + 1) + val ingredient = + pKeys[s] + ?: throw JsonSyntaxException( + ("Pattern references symbol '" + + s + + "' but it's not defined in the key")) + set.remove(s) + nonnulllist[j + pPatternWidth * i] = ingredient + } + } + if (set.isNotEmpty()) { + throw JsonSyntaxException("Key defines symbols that aren't used in pattern: $set") + } else { + return nonnulllist + } + } + } + + class Serializer : RecipeSerializer { + override fun fromJson( + pRecipeId: ResourceLocation, + pJson: JsonObject, + ): CustomToolCraftingTableShapedRecipe { + val s: String = GsonHelper.getAsString(pJson, "group", "")!! + + val map: Map = keyFromJson(GsonHelper.getAsJsonObject(pJson, "key")) + + val astring: Array = + shrink(*patternFromJson(GsonHelper.getAsJsonArray(pJson, "pattern"))) + + val i = astring[0]?.length + val j = astring.size + val nonnulllist: NonNullList = dissolvePattern(astring, map, i!!, j) + + val itemstack: ItemStack = + itemStackFromJson(GsonHelper.getAsJsonObject(pJson, "result")) + + val craftingbookcategory = + CustomToolsCraftingBookCategory.CODEC.byName( + GsonHelper.getAsString(pJson, "category", null as String?), + CustomToolsCraftingBookCategory.MISC) + + val flag = GsonHelper.getAsBoolean(pJson, "show_notification", true) + + return CustomToolCraftingTableShapedRecipe( + pRecipeId, s, craftingbookcategory, i, j, nonnulllist, itemstack, flag) + } + + override fun fromNetwork( + pRecipeId: ResourceLocation, + pBuffer: FriendlyByteBuf, + ): CustomToolCraftingTableShapedRecipe { + val i = pBuffer.readVarInt() + val j = pBuffer.readVarInt() + val s = pBuffer.readUtf() + val nonnulllist = NonNullList.withSize(i * j, Ingredient.EMPTY) + nonnulllist.replaceAll { Ingredient.fromNetwork(pBuffer) } + val itemstack = pBuffer.readItem() + val craftingbookcategory = pBuffer.readEnum(CustomToolsCraftingBookCategory::class.java) + val flag = pBuffer.readBoolean() + + return CustomToolCraftingTableShapedRecipe( + pRecipeId, s, craftingbookcategory, i, j, nonnulllist, itemstack, flag) + } + + override fun toNetwork( + pBuffer: FriendlyByteBuf, + pRecipe: CustomToolCraftingTableShapedRecipe, + ) { + pBuffer.writeVarInt(pRecipe.width) + pBuffer.writeVarInt(pRecipe.height) + pBuffer.writeUtf(pRecipe.group) + + for (ingredient: Ingredient in pRecipe.recipeItems) { + ingredient.toNetwork(pBuffer) + } + + pBuffer.writeItem(pRecipe.result) + pBuffer.writeBoolean(pRecipe.showNotification) + } + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/util/KeyBinding.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/util/KeyBinding.kt new file mode 100644 index 00000000..4dd4d1d5 --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/util/KeyBinding.kt @@ -0,0 +1,46 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.util + +import com.mojang.blaze3d.platform.InputConstants +import net.minecraft.client.KeyMapping +import net.minecraftforge.client.settings.KeyConflictContext +import org.lwjgl.glfw.GLFW + +object KeyBinding { + const val KEY_CATEGORY_ARMOUR_AND_TOOLS_MOD = "key.categories.armourandtoolsmod" + const val KEY_GET_MJOLNIR = "key.get_mjolnir" + const val KEY_STRIKE_LIGHTNING = "key.strike_lightning" + + val GET_MJOLNIR = + KeyMapping( + KEY_GET_MJOLNIR, + KeyConflictContext.IN_GAME, + InputConstants.Type.KEYSYM, + GLFW.GLFW_KEY_M, + KEY_CATEGORY_ARMOUR_AND_TOOLS_MOD) + + val STRIKE_LIGHTNING = + KeyMapping( + KEY_STRIKE_LIGHTNING, + KeyConflictContext.IN_GAME, + InputConstants.Type.KEYSYM, + GLFW.GLFW_KEY_Z, + KEY_CATEGORY_ARMOUR_AND_TOOLS_MOD) +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModConfiguredFeatures.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModConfiguredFeatures.kt new file mode 100644 index 00000000..bdf4be1a --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModConfiguredFeatures.kt @@ -0,0 +1,126 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.worldgen + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.armourandtoolsmod.core.init.BlockInit +import net.minecraft.core.registries.Registries +import net.minecraft.data.worldgen.BootstapContext +import net.minecraft.resources.ResourceKey +import net.minecraft.resources.ResourceLocation +import net.minecraft.tags.BlockTags +import net.minecraft.world.level.block.Blocks +import net.minecraft.world.level.levelgen.feature.ConfiguredFeature +import net.minecraft.world.level.levelgen.feature.Feature +import net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration +import net.minecraft.world.level.levelgen.feature.configurations.OreConfiguration +import net.minecraft.world.level.levelgen.structure.templatesystem.BlockMatchTest +import net.minecraft.world.level.levelgen.structure.templatesystem.RuleTest +import net.minecraft.world.level.levelgen.structure.templatesystem.TagMatchTest + +object ModConfiguredFeatures { + + // overworld + val OVERWORLD_RUBY_ORE = registerKey("ruby_ore") + val OVERWORLD_SAPPHIRE_ORE = registerKey("sapphire_ore") + val OVERWORLD_GRAPHITE_ORE = registerKey("graphite_ore") + val OVERWORLD_AQUMARINE_ORE = registerKey("aqumarine_ore") + val OVERWORLD_RAINBOW_ORE = registerKey("rainbow_ore") + val OVERWORLD_IMPERIUM_ORE = registerKey("imperium_ore") + + // end + val END_ENDERITE_ORE = registerKey("enderite_ore") + + fun bootstrap(context: BootstapContext>) { + val stoneReplaceables: RuleTest = TagMatchTest(BlockTags.STONE_ORE_REPLACEABLES) + val deepslateReplaceables: RuleTest = TagMatchTest(BlockTags.DEEPSLATE_ORE_REPLACEABLES) + val netherrackReplaceables: RuleTest = BlockMatchTest(Blocks.NETHERRACK) + val endstoneReplaceables: RuleTest = BlockMatchTest(Blocks.END_STONE) + + val ruby = + listOf( + OreConfiguration.target( + stoneReplaceables, BlockInit.RUBY_ORE.get().defaultBlockState()), + OreConfiguration.target( + deepslateReplaceables, BlockInit.DEEPSLATE_RUBY_ORE.get().defaultBlockState())) + + val sapphire = + listOf( + OreConfiguration.target( + stoneReplaceables, BlockInit.SAPPHIRE_ORE.get().defaultBlockState()), + OreConfiguration.target( + deepslateReplaceables, + BlockInit.DEEPSLATE_SAPPHIRE_ORE.get().defaultBlockState())) + + val graphite = + listOf( + OreConfiguration.target( + stoneReplaceables, BlockInit.GRAPHITE_ORE.get().defaultBlockState()), + OreConfiguration.target( + deepslateReplaceables, + BlockInit.DEEPSLATE_GRAPHITE_ORE.get().defaultBlockState())) + + val aqumarine = + listOf( + OreConfiguration.target( + stoneReplaceables, BlockInit.AQUMARINE_ORE.get().defaultBlockState()), + OreConfiguration.target( + deepslateReplaceables, + BlockInit.DEEPSLATE_AQUMARINE_ORE.get().defaultBlockState())) + + val rainbow = + listOf( + OreConfiguration.target( + stoneReplaceables, BlockInit.RAINBOW_ORE.get().defaultBlockState()), + OreConfiguration.target( + deepslateReplaceables, + BlockInit.DEEPSLATE_RAINBOW_ORE.get().defaultBlockState())) + + val enderite = + listOf( + OreConfiguration.target( + endstoneReplaceables, BlockInit.ENDERITE_ORE.get().defaultBlockState())) + + val imperium = + listOf( + OreConfiguration.target( + netherrackReplaceables, BlockInit.IMPERIUM_ORE.get().defaultBlockState())) + + register(context, OVERWORLD_RUBY_ORE, Feature.ORE, OreConfiguration(ruby, 4)) + register(context, OVERWORLD_SAPPHIRE_ORE, Feature.ORE, OreConfiguration(sapphire, 3)) + register(context, OVERWORLD_GRAPHITE_ORE, Feature.ORE, OreConfiguration(graphite, 4)) + register(context, OVERWORLD_AQUMARINE_ORE, Feature.ORE, OreConfiguration(aqumarine, 4)) + register(context, OVERWORLD_RAINBOW_ORE, Feature.ORE, OreConfiguration(rainbow, 3)) + register(context, END_ENDERITE_ORE, Feature.ORE, OreConfiguration(enderite, 4)) + register(context, OVERWORLD_IMPERIUM_ORE, Feature.ORE, OreConfiguration(imperium, 4)) + } + + private fun registerKey(name: String): ResourceKey> { + return ResourceKey.create(Registries.CONFIGURED_FEATURE, ResourceLocation(MOD_ID, name)) + } + + private fun > register( + context: BootstapContext>, + key: ResourceKey>, + feature: F, + configuration: FC + ) { + context.register(key, ConfiguredFeature(feature, configuration)) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModOrePlacement.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModOrePlacement.kt new file mode 100644 index 00000000..db8c5cdd --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModOrePlacement.kt @@ -0,0 +1,45 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.worldgen + +import net.minecraft.world.level.levelgen.placement.* + +object ModOrePlacement { + fun orePlacement( + placementModifier: PlacementModifier, + placementModifier1: PlacementModifier + ): List { + return listOf( + placementModifier, InSquarePlacement.spread(), placementModifier1, BiomeFilter.biome()) + } + + fun commonOrePlacement( + count: Int, + placementModifier: PlacementModifier + ): List { + return orePlacement(CountPlacement.of(count), placementModifier) + } + + fun rareOrePlacement( + count: Int, + placementModifier: PlacementModifier + ): List { + return orePlacement(RarityFilter.onAverageOnceEvery(count), placementModifier) + } +} diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModPlacedFeatures.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModPlacedFeatures.kt new file mode 100644 index 00000000..6f29e58d --- /dev/null +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/worldgen/ModPlacedFeatures.kt @@ -0,0 +1,147 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod.worldgen + +import io.github.realyusufismail.armourandtoolsmod.ArmourAndToolsMod.ArmorAndToolsMod.MOD_ID +import net.minecraft.core.Holder +import net.minecraft.core.registries.Registries +import net.minecraft.data.worldgen.BootstapContext +import net.minecraft.resources.ResourceKey +import net.minecraft.resources.ResourceLocation +import net.minecraft.world.level.levelgen.VerticalAnchor +import net.minecraft.world.level.levelgen.feature.ConfiguredFeature +import net.minecraft.world.level.levelgen.placement.HeightRangePlacement +import net.minecraft.world.level.levelgen.placement.PlacedFeature +import net.minecraft.world.level.levelgen.placement.PlacementModifier + +object ModPlacedFeatures { + + val RUBY_ORE: ResourceKey = createKey("ruby_ore") + val SAPPHIRE_ORE: ResourceKey = createKey("sapphire_ore") + val GRAPHITE_ORE: ResourceKey = createKey("graphite_ore") + val AQUMARINE_ORE: ResourceKey = createKey("aqumarine_ore") + val RAINBOW_ORE: ResourceKey = createKey("rainbow_ore") + val ENDERITE_ORE: ResourceKey = createKey("enderite_ore") + val IMPERIUM_ORE: ResourceKey = createKey("imperium_ore") + + fun bootstrap(context: BootstapContext) { + val configuredFeatures = context.lookup(Registries.CONFIGURED_FEATURE) + + val holder: Holder> = + configuredFeatures.getOrThrow(ModConfiguredFeatures.OVERWORLD_RUBY_ORE) + val holder2: Holder> = + configuredFeatures.getOrThrow(ModConfiguredFeatures.OVERWORLD_SAPPHIRE_ORE) + val holder3: Holder> = + configuredFeatures.getOrThrow(ModConfiguredFeatures.OVERWORLD_GRAPHITE_ORE) + val holder4: Holder> = + configuredFeatures.getOrThrow(ModConfiguredFeatures.OVERWORLD_AQUMARINE_ORE) + val holder5: Holder> = + configuredFeatures.getOrThrow(ModConfiguredFeatures.OVERWORLD_RAINBOW_ORE) + val holder6: Holder> = + configuredFeatures.getOrThrow(ModConfiguredFeatures.END_ENDERITE_ORE) + val holder7: Holder> = + configuredFeatures.getOrThrow(ModConfiguredFeatures.OVERWORLD_IMPERIUM_ORE) + + register( + context, + RUBY_ORE, + holder, + ModOrePlacement.commonOrePlacement( + 3, // veins per chunk + HeightRangePlacement.uniform( + VerticalAnchor.absolute(-64), VerticalAnchor.absolute(20)))) + + register( + context, + SAPPHIRE_ORE, + holder2, + ModOrePlacement.commonOrePlacement( + 4, + HeightRangePlacement.uniform( + VerticalAnchor.absolute(-64), VerticalAnchor.absolute(20)))) + + register( + context, + GRAPHITE_ORE, + holder3, + ModOrePlacement.commonOrePlacement( + 4, + HeightRangePlacement.uniform( + VerticalAnchor.absolute(-64), VerticalAnchor.absolute(30)))) + + register( + context, + AQUMARINE_ORE, + holder4, + ModOrePlacement.commonOrePlacement( + 4, + HeightRangePlacement.uniform( + VerticalAnchor.absolute(-64), VerticalAnchor.absolute(40)))) + + register( + context, + RAINBOW_ORE, + holder5, + ModOrePlacement.commonOrePlacement( + 3, + HeightRangePlacement.uniform( + VerticalAnchor.absolute(-64), VerticalAnchor.absolute(40)))) + + register( + context, + ENDERITE_ORE, + holder6, + ModOrePlacement.commonOrePlacement( + 4, + HeightRangePlacement.uniform( + VerticalAnchor.absolute(-64), VerticalAnchor.absolute(40)))) + + register( + context, + IMPERIUM_ORE, + holder7, + ModOrePlacement.commonOrePlacement( + 4, + HeightRangePlacement.uniform( + VerticalAnchor.absolute(-64), VerticalAnchor.absolute(50)))) + } + + private fun createKey(name: String): ResourceKey { + return ResourceKey.create( + Registries.PLACED_FEATURE, ResourceLocation(MOD_ID, name)) + } + + private fun register( + context: BootstapContext, + key: ResourceKey, + configuration: Holder>, + modifiers: List + ) { + context.register(key, PlacedFeature(configuration, java.util.List.copyOf(modifiers))) + } + + private fun register( + context: BootstapContext, + key: ResourceKey, + configuration: Holder>, + vararg modifiers: PlacementModifier + ) { + register(context, key, configuration, listOf(*modifiers)) + } +} diff --git a/neoforge/src/main/resources/META-INF/accesstransformer.cfg b/neoforge/src/main/resources/META-INF/accesstransformer.cfg new file mode 100644 index 00000000..2fe93e02 --- /dev/null +++ b/neoforge/src/main/resources/META-INF/accesstransformer.cfg @@ -0,0 +1,3 @@ +protected net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer f_172547_ # blockEntityRenderDispatcher +protected net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer f_172548_ # entityModelSet +public net.minecraft.client.renderer.texture.atlas.sources.PalettedPermutations (Ljava/util/List;Lnet/minecraft/resources/ResourceLocation;Ljava/util/Map;)V # \ No newline at end of file diff --git a/neoforge/src/main/resources/META-INF/mods.toml b/neoforge/src/main/resources/META-INF/mods.toml new file mode 100644 index 00000000..dd099775 --- /dev/null +++ b/neoforge/src/main/resources/META-INF/mods.toml @@ -0,0 +1,35 @@ +modLoader = "kotlinforforge" +loaderVersion = "[4,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions. +license = "Apache 2.0" #mandatory +issueTrackerURL = "https://github.com/RealYusufIsmail/Armour-and-Tools-Mod/issues" +[[mods]] +modId = "armourandtoolsmod" +version = "1.20.1-1.0.7.beta1" +displayName = "Armour and Tools Mod" +logoFile = "logo.png" +updateJSONURL = "https://forge.curseupdate.com/480779/armourandtoolsmod" +description = ''' +This Minecraft mod adds new armours and tools, as well as new dimensions and bosses to the game. However, some features are still being developed and will be added in the future. With the new armour and tools, players can customize their play style and approach combat in new ways. The new dimensions offer unique challenges, enemies, and rewards, while the bosses provide exciting battles and new strategies to master. (To be added). Overall, this mod provides a fresh and exciting experience for Minecraft players, with more features to come in the future such as lightsabres and thors hammers, +''' + +# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional. +[[dependencies.armourandtoolsmod]] +modId = "forge" +mandatory = true +versionRange = "[47.1,)" +ordering = "NONE" +side = "BOTH" + +[[dependencies.armourandtoolsmod]] +modId = "minecraft" +mandatory = true +versionRange = "[1.20.1, 1.21)" +ordering = "NONE" +side = "BOTH" + +[[dependencies.armourandtoolsmod]] +modId = "realyusufismailcore" +mandatory = true +versionRange = "[1.20.1-1.0.1,)" +ordering = "NONE" +side = "BOTH" \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blockbench/DragonDestroyer.bbmodel b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blockbench/DragonDestroyer.bbmodel new file mode 100644 index 00000000..b54a6cab --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blockbench/DragonDestroyer.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.5","model_format":"java_block","box_uv":false},"name":"DragonDestroyer","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":16,"height":16},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7.64071,0,9.13114],"to":[7.84071,5.1,9.21396],"autouv":0,"color":5,"rotation":[0,45,0],"origin":[6.1,0.1,7.1],"faces":{"north":{"uv":[0,0,1,5],"texture":1},"east":{"uv":[1,0,2,5],"texture":1},"south":{"uv":[2,0,3,5],"texture":1},"west":{"uv":[3,0,4,5],"texture":1},"up":{"uv":[11,11,10,10],"texture":1},"down":{"uv":[12,0,11,1],"texture":1}},"type":"cube","uuid":"8acd8578-2f20-2247-685e-ac65fa923ca6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7.27452,0,9.49733],"to":[7.35733,5.1,9.69733],"autouv":0,"color":6,"rotation":[0,45,0],"origin":[6.1,0.1,7.1],"faces":{"north":{"uv":[4,0,5,5],"texture":1},"east":{"uv":[0,5,1,10],"texture":1},"south":{"uv":[5,0,6,5],"texture":1},"west":{"uv":[1,5,2,10],"texture":1},"up":{"uv":[12,2,11,1],"texture":1},"down":{"uv":[12,2,11,3],"texture":1}},"type":"cube","uuid":"8407b4db-bb81-fa2c-daaa-4d531a2b14c8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.5672,0,5.01615],"to":[8.7672,5.1,5.09897],"autouv":0,"color":4,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[2,5,3,10],"texture":1},"east":{"uv":[3,5,4,10],"texture":1},"south":{"uv":[4,5,5,10],"texture":1},"west":{"uv":[5,5,6,10],"texture":1},"up":{"uv":[12,4,11,3],"texture":1},"down":{"uv":[12,4,11,5],"texture":1}},"type":"cube","uuid":"2170c2cb-14d1-729e-ed02-b414e221717b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.05058,0,5.38234],"to":[9.13339,5.1,5.58234],"autouv":0,"color":8,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[6,0,7,5],"texture":1},"east":{"uv":[6,5,7,10],"texture":1},"south":{"uv":[7,0,8,5],"texture":1},"west":{"uv":[7,5,8,10],"texture":1},"up":{"uv":[12,6,11,5],"texture":1},"down":{"uv":[12,6,11,7],"texture":1}},"type":"cube","uuid":"a1662db5-7b22-8ccf-aca3-a65958461652"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.76562,0,7.99219],"to":[9.28594,5.1,8.10625],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[8,0,9,5],"texture":1},"east":{"uv":[8,5,9,10],"texture":1},"south":{"uv":[9,0,10,5],"texture":1},"west":{"uv":[9,5,10,10],"texture":1},"up":{"uv":[12,8,11,7],"texture":1},"down":{"uv":[12,8,11,9],"texture":1}},"type":"cube","uuid":"ded2c248-d613-8f03-1556-9535debf22f1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.31641,0,7.44531],"to":[9.43047,5.1,7.96563],"autouv":0,"color":4,"origin":[6.50625,0.36562,7.53359],"faces":{"north":{"uv":[0,10,1,15],"texture":1},"east":{"uv":[10,0,11,5],"texture":1},"south":{"uv":[1,10,2,15],"texture":1},"west":{"uv":[2,10,3,15],"texture":1},"up":{"uv":[12,10,11,9],"texture":1},"down":{"uv":[11,11,10,12],"texture":1}},"type":"cube","uuid":"7567f3b3-cf19-9e3b-1503-4ecbcd7e73e1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.62891,0,7.44531],"to":[8.74297,5.1,7.96563],"autouv":0,"color":0,"origin":[6.50625,0.36562,7.53359],"faces":{"north":{"uv":[3,10,4,15],"texture":1},"east":{"uv":[4,10,5,15],"texture":1},"south":{"uv":[5,10,6,15],"texture":1},"west":{"uv":[10,5,11,10],"texture":1},"up":{"uv":[12,11,11,10],"texture":1},"down":{"uv":[12,11,11,12],"texture":1}},"type":"cube","uuid":"ca4774fd-0911-00fe-ca5f-dfa80dbd2028"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.76562,0,7.30394],"to":[9.28594,5.1,7.418],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[6,10,7,15],"texture":1},"east":{"uv":[7,10,8,15],"texture":1},"south":{"uv":[8,10,9,15],"texture":1},"west":{"uv":[9,10,10,15],"texture":1},"up":{"uv":[13,1,12,0],"texture":1},"down":{"uv":[13,1,12,2],"texture":1}},"type":"cube","uuid":"fd8e90d7-a29e-5f22-68fb-037ba85c445f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7.64071,4.76172,9.01396],"to":[7.84071,5.0749,9.21396],"autouv":0,"color":2,"rotation":[0,45,0],"origin":[6.1,0.1,7.1],"faces":{"north":{"uv":[0,0,1,1],"texture":6},"east":{"uv":[0,1,1,2],"texture":6},"south":{"uv":[1,0,2,1],"texture":6},"west":{"uv":[1,1,2,2],"texture":6},"up":{"uv":[1,3,0,2],"texture":6},"down":{"uv":[3,0,2,1],"texture":6}},"type":"cube","uuid":"e5c24049-5499-9120-b9a9-a6103e39f64f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7.15733,4.76172,9.49733],"to":[7.35733,5.0749,9.69733],"autouv":0,"color":8,"rotation":[0,45,0],"origin":[6.1,0.1,7.1],"faces":{"north":{"uv":[1,2,2,3],"texture":6},"east":{"uv":[2,1,3,2],"texture":6},"south":{"uv":[2,2,3,3],"texture":6},"west":{"uv":[0,3,1,4],"texture":6},"up":{"uv":[4,1,3,0],"texture":6},"down":{"uv":[2,3,1,4],"texture":6}},"type":"cube","uuid":"dea0125e-1c6b-a27b-039c-2f2ba417a14d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.5672,4.76172,4.89897],"to":[8.7672,5.0749,5.09897],"autouv":0,"color":2,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[3,1,4,2],"texture":6},"east":{"uv":[2,3,3,4],"texture":6},"south":{"uv":[3,2,4,3],"texture":6},"west":{"uv":[3,3,4,4],"texture":6},"up":{"uv":[1,5,0,4],"texture":6},"down":{"uv":[5,0,4,1],"texture":6}},"type":"cube","uuid":"d24739c1-d517-3273-2e8c-c39dd0335694"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.05058,4.76172,5.38234],"to":[9.25058,5.0749,5.58234],"autouv":0,"color":3,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[1,4,2,5],"texture":6},"east":{"uv":[4,1,5,2],"texture":6},"south":{"uv":[2,4,3,5],"texture":6},"west":{"uv":[4,2,5,3],"texture":6},"up":{"uv":[4,5,3,4],"texture":6},"down":{"uv":[5,3,4,4],"texture":6}},"type":"cube","uuid":"92217361-ddcb-4c5e-bffd-5c14bf80332a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,4.76172,7.22266],"to":[9.36797,5.075,7.33672],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[4,4,5,5],"texture":6},"east":{"uv":[0,5,1,6],"texture":6},"south":{"uv":[5,0,6,1],"texture":6},"west":{"uv":[1,5,2,6],"texture":6},"up":{"uv":[6,2,5,1],"texture":6},"down":{"uv":[3,5,2,6],"texture":6}},"type":"cube","uuid":"d8a4a466-a069-c8b2-97fa-a53adbec5bc2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,4.76172,8.07422],"to":[9.36797,5.075,8.18828],"autouv":0,"color":8,"origin":[0,0,0],"faces":{"north":{"uv":[5,2,6,3],"texture":6},"east":{"uv":[3,5,4,6],"texture":6},"south":{"uv":[5,3,6,4],"texture":6},"west":{"uv":[4,5,5,6],"texture":6},"up":{"uv":[6,5,5,4],"texture":6},"down":{"uv":[6,5,5,6],"texture":6}},"type":"cube","uuid":"84e58220-3c5e-c9e4-493a-6e645231cacc"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.42253,4.76172,7.36328],"to":[9.51316,5.075,8.04766],"autouv":0,"color":4,"origin":[6.50625,0.1,7.34219],"faces":{"north":{"uv":[0,6,1,7],"texture":6},"east":{"uv":[6,0,7,1],"texture":6},"south":{"uv":[1,6,2,7],"texture":6},"west":{"uv":[6,1,7,2],"texture":6},"up":{"uv":[3,7,2,6],"texture":6},"down":{"uv":[7,2,6,3],"texture":6}},"type":"cube","uuid":"a45c6edc-6975-a509-05fa-0198485d36d9"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.54253,4.76172,7.36328],"to":[8.63316,5.075,8.04766],"autouv":0,"color":3,"origin":[6.50625,0.1,7.34219],"faces":{"north":{"uv":[3,6,4,7],"texture":6},"east":{"uv":[6,3,7,4],"texture":6},"south":{"uv":[4,6,5,7],"texture":6},"west":{"uv":[6,4,7,5],"texture":6},"up":{"uv":[6,7,5,6],"texture":6},"down":{"uv":[7,5,6,6],"texture":6}},"type":"cube","uuid":"e0dd6eef-7423-1e1f-be85-0a9c780b4089"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.54362,4.76172,7.36328],"to":[9.51316,4.90703,8.04766],"autouv":0,"color":1,"origin":[6.50625,0.1,7.34219],"faces":{"north":{"uv":[6,6,7,7],"texture":6},"east":{"uv":[0,7,1,8],"texture":6},"south":{"uv":[7,0,8,1],"texture":6},"west":{"uv":[1,7,2,8],"texture":6},"up":{"uv":[8,2,7,1],"texture":6},"down":{"uv":[3,7,2,8],"texture":6}},"type":"cube","uuid":"c41f2a82-5578-4f1a-40d5-7837f48b8d78"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,4.76172,7.22266],"to":[9.36797,4.907,7.3875],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[7,2,8,3],"texture":6},"east":{"uv":[3,7,4,8],"texture":6},"south":{"uv":[7,3,8,4],"texture":6},"west":{"uv":[4,7,5,8],"texture":6},"up":{"uv":[8,5,7,4],"texture":6},"down":{"uv":[6,7,5,8],"texture":6}},"type":"cube","uuid":"48e86b51-88ef-279e-86be-7f7f7b4b237e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.5672,4.76172,4.89897],"to":[8.7672,4.90699,5.09897],"autouv":0,"color":3,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[7,5,8,6],"texture":6},"east":{"uv":[6,7,7,8],"texture":6},"south":{"uv":[7,6,8,7],"texture":6},"west":{"uv":[7,7,8,8],"texture":6},"up":{"uv":[1,9,0,8],"texture":6},"down":{"uv":[9,0,8,1],"texture":6}},"type":"cube","uuid":"b535357a-abe6-9c35-75b4-dbad82f64046"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.08107,4.76172,5.3851],"to":[8.28107,4.90699,5.5851],"autouv":0,"color":8,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[1,8,2,9],"texture":6},"east":{"uv":[8,1,9,2],"texture":6},"south":{"uv":[2,8,3,9],"texture":6},"west":{"uv":[8,2,9,3],"texture":6},"up":{"uv":[4,9,3,8],"texture":6},"down":{"uv":[9,3,8,4],"texture":6}},"type":"cube","uuid":"d5f22fe6-66e9-d226-11fb-b2b527fa1c1f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,4.76172,8.02344],"to":[9.36797,4.907,8.18828],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[4,8,5,9],"texture":6},"east":{"uv":[8,4,9,5],"texture":6},"south":{"uv":[5,8,6,9],"texture":6},"west":{"uv":[8,5,9,6],"texture":6},"up":{"uv":[7,9,6,8],"texture":6},"down":{"uv":[9,6,8,7],"texture":6}},"type":"cube","uuid":"4c79ce1b-e164-c6ce-1d27-94fbf45e5bde"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.56444,4.76172,5.86848],"to":[8.76444,4.90699,6.06848],"autouv":0,"color":7,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[7,8,8,9],"texture":6},"east":{"uv":[8,7,9,8],"texture":6},"south":{"uv":[8,8,9,9],"texture":6},"west":{"uv":[0,9,1,10],"texture":6},"up":{"uv":[10,1,9,0],"texture":6},"down":{"uv":[2,9,1,10],"texture":6}},"type":"cube","uuid":"898f61dd-eb3d-8b0b-a788-f05b404d8e22"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.05058,4.76172,5.38234],"to":[9.25058,4.90699,5.58234],"autouv":0,"color":9,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[9,1,10,2],"texture":6},"east":{"uv":[2,9,3,10],"texture":6},"south":{"uv":[9,2,10,3],"texture":6},"west":{"uv":[3,9,4,10],"texture":6},"up":{"uv":[10,4,9,3],"texture":6},"down":{"uv":[5,9,4,10],"texture":6}},"type":"cube","uuid":"38f366cb-5a6f-8420-1f8f-e4c2e6fedafa"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.54362,4.76172,7.36328],"to":[9.51316,4.90703,8.04766],"autouv":0,"color":9,"origin":[6.50625,0.1,7.34219],"faces":{"north":{"uv":[9,4,10,5],"texture":6},"east":{"uv":[5,9,6,10],"texture":6},"south":{"uv":[9,5,10,6],"texture":6},"west":{"uv":[6,9,7,10],"texture":6},"up":{"uv":[10,7,9,6],"texture":6},"down":{"uv":[8,9,7,10],"texture":6}},"type":"cube","uuid":"8afd6c85-5709-4049-d41b-cba20849b899"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,4.76172,7.22266],"to":[9.36797,4.907,7.3875],"autouv":0,"color":8,"origin":[0,0,0],"faces":{"north":{"uv":[9,7,10,8],"texture":6},"east":{"uv":[8,9,9,10],"texture":6},"south":{"uv":[9,8,10,9],"texture":6},"west":{"uv":[9,9,10,10],"texture":6},"up":{"uv":[1,11,0,10],"texture":6},"down":{"uv":[11,0,10,1],"texture":6}},"type":"cube","uuid":"de2f79e1-22ae-c8cc-e78f-ecd7ebea9584"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.5672,4.76172,4.89897],"to":[8.7672,4.90699,5.09897],"autouv":0,"color":2,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[1,10,2,11],"texture":6},"east":{"uv":[10,1,11,2],"texture":6},"south":{"uv":[2,10,3,11],"texture":6},"west":{"uv":[10,2,11,3],"texture":6},"up":{"uv":[4,11,3,10],"texture":6},"down":{"uv":[11,3,10,4],"texture":6}},"type":"cube","uuid":"306de00d-60cb-2a63-bbb1-b3000abd159c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.08107,4.76172,5.3851],"to":[8.28107,4.90699,5.5851],"autouv":0,"color":1,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[4,10,5,11],"texture":6},"east":{"uv":[10,4,11,5],"texture":6},"south":{"uv":[5,10,6,11],"texture":6},"west":{"uv":[10,5,11,6],"texture":6},"up":{"uv":[7,11,6,10],"texture":6},"down":{"uv":[11,6,10,7],"texture":6}},"type":"cube","uuid":"68d0fa01-6f1f-ae63-1c3d-5dea16adfae7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,4.76172,8.02344],"to":[9.36797,4.907,8.18828],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[7,10,8,11],"texture":6},"east":{"uv":[10,7,11,8],"texture":6},"south":{"uv":[8,10,9,11],"texture":6},"west":{"uv":[10,8,11,9],"texture":6},"up":{"uv":[10,11,9,10],"texture":6},"down":{"uv":[11,9,10,10],"texture":6}},"type":"cube","uuid":"92a71842-a03c-4ec6-e3d5-aa8d1b41d552"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.56444,4.76172,5.86848],"to":[8.76444,4.90699,6.06848],"autouv":0,"color":1,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[10,10,11,11],"texture":6},"east":{"uv":[0,11,1,12],"texture":6},"south":{"uv":[11,0,12,1],"texture":6},"west":{"uv":[1,11,2,12],"texture":6},"up":{"uv":[12,2,11,1],"texture":6},"down":{"uv":[3,11,2,12],"texture":6}},"type":"cube","uuid":"fcd5d0f7-166f-1781-91ae-f72a053810c6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.05058,4.76172,5.38234],"to":[9.25058,4.90699,5.58234],"autouv":0,"color":7,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[11,2,12,3],"texture":6},"east":{"uv":[3,11,4,12],"texture":6},"south":{"uv":[11,3,12,4],"texture":6},"west":{"uv":[4,11,5,12],"texture":6},"up":{"uv":[12,5,11,4],"texture":6},"down":{"uv":[6,11,5,12],"texture":6}},"type":"cube","uuid":"ee5d90ea-cee4-3522-b02d-b26305b76ae0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7.64071,4.32422,9.01396],"to":[7.84071,4.58662,9.21396],"autouv":0,"color":2,"rotation":[0,45,0],"origin":[6.1,0.1,7.1],"faces":{"north":{"uv":[0,0,1,1],"texture":7},"east":{"uv":[0,1,1,2],"texture":7},"south":{"uv":[1,0,2,1],"texture":7},"west":{"uv":[1,1,2,2],"texture":7},"up":{"uv":[1,3,0,2],"texture":7},"down":{"uv":[3,0,2,1],"texture":7}},"type":"cube","uuid":"25334bbd-0724-a205-7cec-1353151307fe"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7.15733,4.32422,9.49733],"to":[7.35733,4.58662,9.69733],"autouv":0,"color":8,"rotation":[0,45,0],"origin":[6.1,0.1,7.1],"faces":{"north":{"uv":[1,2,2,3],"texture":7},"east":{"uv":[2,1,3,2],"texture":7},"south":{"uv":[2,2,3,3],"texture":7},"west":{"uv":[0,3,1,4],"texture":7},"up":{"uv":[4,1,3,0],"texture":7},"down":{"uv":[2,3,1,4],"texture":7}},"type":"cube","uuid":"056413d6-a6c3-3b8f-2907-0c112dfbbafc"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.5672,4.32422,4.89897],"to":[8.7672,4.58662,5.09897],"autouv":0,"color":8,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[3,1,4,2],"texture":7},"east":{"uv":[2,3,3,4],"texture":7},"south":{"uv":[3,2,4,3],"texture":7},"west":{"uv":[3,3,4,4],"texture":7},"up":{"uv":[1,5,0,4],"texture":7},"down":{"uv":[5,0,4,1],"texture":7}},"type":"cube","uuid":"9e8f7611-6c9a-0307-06d1-091af7338315"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.05058,4.32422,5.38234],"to":[9.25058,4.58662,5.58234],"autouv":0,"color":7,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[1,4,2,5],"texture":7},"east":{"uv":[4,1,5,2],"texture":7},"south":{"uv":[2,4,3,5],"texture":7},"west":{"uv":[4,2,5,3],"texture":7},"up":{"uv":[4,5,3,4],"texture":7},"down":{"uv":[5,3,4,4],"texture":7}},"type":"cube","uuid":"5d846f6e-c15d-c580-89e0-e20d12fed9dc"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,4.32422,7.22266],"to":[9.36797,4.58672,7.33672],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[4,4,5,5],"texture":7},"east":{"uv":[0,5,1,6],"texture":7},"south":{"uv":[5,0,6,1],"texture":7},"west":{"uv":[1,5,2,6],"texture":7},"up":{"uv":[6,2,5,1],"texture":7},"down":{"uv":[3,5,2,6],"texture":7}},"type":"cube","uuid":"7c759eee-0c83-a01b-78cb-2f2ffca3f0f4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,4.32422,8.07422],"to":[9.36797,4.58672,8.18828],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[5,2,6,3],"texture":7},"east":{"uv":[3,5,4,6],"texture":7},"south":{"uv":[5,3,6,4],"texture":7},"west":{"uv":[4,5,5,6],"texture":7},"up":{"uv":[6,5,5,4],"texture":7},"down":{"uv":[6,5,5,6],"texture":7}},"type":"cube","uuid":"bb8be609-f532-f0bb-c8e9-c39971723007"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.54253,4.32422,7.36328],"to":[8.63316,4.58672,8.04766],"autouv":0,"color":7,"origin":[6.50625,0.1,7.34219],"faces":{"north":{"uv":[0,6,1,7],"texture":7},"east":{"uv":[6,0,7,1],"texture":7},"south":{"uv":[1,6,2,7],"texture":7},"west":{"uv":[6,1,7,2],"texture":7},"up":{"uv":[3,7,2,6],"texture":7},"down":{"uv":[7,2,6,3],"texture":7}},"type":"cube","uuid":"278cef79-8ffe-edf6-b04a-5fe79802d337"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.54362,4.32422,7.36328],"to":[9.51316,4.41875,8.04766],"autouv":0,"color":8,"origin":[6.50625,0.1,7.34219],"faces":{"north":{"uv":[3,6,4,7],"texture":7},"east":{"uv":[6,3,7,4],"texture":7},"south":{"uv":[4,6,5,7],"texture":7},"west":{"uv":[6,4,7,5],"texture":7},"up":{"uv":[6,7,5,6],"texture":7},"down":{"uv":[7,5,6,6],"texture":7}},"type":"cube","uuid":"b871d864-adde-1407-5494-d9055a6de3cd"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,4.32422,7.22266],"to":[9.36797,4.41872,7.3875],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[6,6,7,7],"texture":7},"east":{"uv":[0,7,1,8],"texture":7},"south":{"uv":[7,0,8,1],"texture":7},"west":{"uv":[1,7,2,8],"texture":7},"up":{"uv":[8,2,7,1],"texture":7},"down":{"uv":[3,7,2,8],"texture":7}},"type":"cube","uuid":"bbe86733-63e3-cf6d-5e8a-e375d1856ec7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.5672,4.32422,4.89897],"to":[8.7672,4.41871,5.09897],"autouv":0,"color":1,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[7,2,8,3],"texture":7},"east":{"uv":[3,7,4,8],"texture":7},"south":{"uv":[7,3,8,4],"texture":7},"west":{"uv":[4,7,5,8],"texture":7},"up":{"uv":[8,5,7,4],"texture":7},"down":{"uv":[6,7,5,8],"texture":7}},"type":"cube","uuid":"1fbce633-e3bc-794c-d125-068e8025af5b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.08107,4.32422,5.3851],"to":[8.28107,4.41871,5.5851],"autouv":0,"color":1,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[7,5,8,6],"texture":7},"east":{"uv":[6,7,7,8],"texture":7},"south":{"uv":[7,6,8,7],"texture":7},"west":{"uv":[7,7,8,8],"texture":7},"up":{"uv":[1,9,0,8],"texture":7},"down":{"uv":[9,0,8,1],"texture":7}},"type":"cube","uuid":"b44d93d0-c3e9-a767-67bf-072f35bfe285"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,4.32422,8.02344],"to":[9.36797,4.41872,8.18828],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[1,8,2,9],"texture":7},"east":{"uv":[8,1,9,2],"texture":7},"south":{"uv":[2,8,3,9],"texture":7},"west":{"uv":[8,2,9,3],"texture":7},"up":{"uv":[4,9,3,8],"texture":7},"down":{"uv":[9,3,8,4],"texture":7}},"type":"cube","uuid":"0665202d-0f37-fb6b-d168-e6a7f01fc2e3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.56444,4.32422,5.86848],"to":[8.76444,4.41871,6.06848],"autouv":0,"color":5,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[4,8,5,9],"texture":7},"east":{"uv":[8,4,9,5],"texture":7},"south":{"uv":[5,8,6,9],"texture":7},"west":{"uv":[8,5,9,6],"texture":7},"up":{"uv":[7,9,6,8],"texture":7},"down":{"uv":[9,6,8,7],"texture":7}},"type":"cube","uuid":"8fb130d5-6468-c7c9-ef5f-16fdd6a79fa5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.05058,4.32422,5.38234],"to":[9.25058,4.41871,5.58234],"autouv":0,"color":6,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[7,8,8,9],"texture":7},"east":{"uv":[8,7,9,8],"texture":7},"south":{"uv":[8,8,9,9],"texture":7},"west":{"uv":[0,9,1,10],"texture":7},"up":{"uv":[10,1,9,0],"texture":7},"down":{"uv":[2,9,1,10],"texture":7}},"type":"cube","uuid":"8f35e364-afcb-2d16-9bdf-6161845dd1c5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.54362,4.32422,7.36328],"to":[9.51316,4.41875,8.04766],"autouv":0,"color":5,"origin":[6.50625,0.1,7.34219],"faces":{"north":{"uv":[9,1,10,2],"texture":7},"east":{"uv":[2,9,3,10],"texture":7},"south":{"uv":[9,2,10,3],"texture":7},"west":{"uv":[3,9,4,10],"texture":7},"up":{"uv":[10,4,9,3],"texture":7},"down":{"uv":[5,9,4,10],"texture":7}},"type":"cube","uuid":"d76b633f-3a12-f947-adc1-f965326cc4bd"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,4.32422,7.22266],"to":[9.36797,4.41872,7.3875],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[9,4,10,5],"texture":7},"east":{"uv":[5,9,6,10],"texture":7},"south":{"uv":[9,5,10,6],"texture":7},"west":{"uv":[6,9,7,10],"texture":7},"up":{"uv":[10,7,9,6],"texture":7},"down":{"uv":[8,9,7,10],"texture":7}},"type":"cube","uuid":"7272553a-4905-cef5-7311-752c846246c3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.5672,4.32422,4.89897],"to":[8.7672,4.41871,5.09897],"autouv":0,"color":7,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[9,7,10,8],"texture":7},"east":{"uv":[8,9,9,10],"texture":7},"south":{"uv":[9,8,10,9],"texture":7},"west":{"uv":[9,9,10,10],"texture":7},"up":{"uv":[1,11,0,10],"texture":7},"down":{"uv":[11,0,10,1],"texture":7}},"type":"cube","uuid":"f3255102-5b69-1d2f-b7c1-e1f3f6c84b00"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.08107,4.32422,5.3851],"to":[8.28107,4.41871,5.5851],"autouv":0,"color":1,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[1,10,2,11],"texture":7},"east":{"uv":[10,1,11,2],"texture":7},"south":{"uv":[2,10,3,11],"texture":7},"west":{"uv":[10,2,11,3],"texture":7},"up":{"uv":[4,11,3,10],"texture":7},"down":{"uv":[11,3,10,4],"texture":7}},"type":"cube","uuid":"959bf52e-6979-56a2-f52e-9e8c71f72656"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,4.32422,8.02344],"to":[9.36797,4.41872,8.18828],"autouv":0,"color":8,"origin":[0,0,0],"faces":{"north":{"uv":[4,10,5,11],"texture":7},"east":{"uv":[10,4,11,5],"texture":7},"south":{"uv":[5,10,6,11],"texture":7},"west":{"uv":[10,5,11,6],"texture":7},"up":{"uv":[7,11,6,10],"texture":7},"down":{"uv":[11,6,10,7],"texture":7}},"type":"cube","uuid":"7a569fa2-f2b0-9e96-8bcb-4937fe6540dd"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.56444,4.32422,5.86848],"to":[8.76444,4.41871,6.06848],"autouv":0,"color":5,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[7,10,8,11],"texture":7},"east":{"uv":[10,7,11,8],"texture":7},"south":{"uv":[8,10,9,11],"texture":7},"west":{"uv":[10,8,11,9],"texture":7},"up":{"uv":[10,11,9,10],"texture":7},"down":{"uv":[11,9,10,10],"texture":7}},"type":"cube","uuid":"88684012-1d1b-a807-570c-39172a4e6535"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.05058,4.32422,5.38234],"to":[9.25058,4.41871,5.58234],"autouv":0,"color":9,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[10,10,11,11],"texture":7},"east":{"uv":[0,11,1,12],"texture":7},"south":{"uv":[11,0,12,1],"texture":7},"west":{"uv":[1,11,2,12],"texture":7},"up":{"uv":[12,2,11,1],"texture":7},"down":{"uv":[3,11,2,12],"texture":7}},"type":"cube","uuid":"ab528aff-4054-8d1f-21c5-e94327c5f7dd"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7.64071,-0.17187,9.01396],"to":[7.84071,0.14131,9.21396],"autouv":0,"color":3,"rotation":[0,45,0],"origin":[6.1,0.1,7.1],"faces":{"north":{"uv":[0,0,1,1],"texture":2},"east":{"uv":[0,1,1,2],"texture":2},"south":{"uv":[1,0,2,1],"texture":2},"west":{"uv":[1,1,2,2],"texture":2},"up":{"uv":[1,3,0,2],"texture":2},"down":{"uv":[3,0,2,1],"texture":2}},"type":"cube","uuid":"b8bb32e5-e35e-c44c-89fb-98b95445e2a6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7.15733,-0.17187,9.49733],"to":[7.35733,0.14131,9.69733],"autouv":0,"color":4,"rotation":[0,45,0],"origin":[6.1,0.1,7.1],"faces":{"north":{"uv":[1,2,2,3],"texture":2},"east":{"uv":[2,1,3,2],"texture":2},"south":{"uv":[2,2,3,3],"texture":2},"west":{"uv":[0,3,1,4],"texture":2},"up":{"uv":[4,1,3,0],"texture":2},"down":{"uv":[2,3,1,4],"texture":2}},"type":"cube","uuid":"5fa212c5-092c-bc40-11dd-4f4100ff8432"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.5672,-0.17187,4.89897],"to":[8.7672,0.14131,5.09897],"autouv":0,"color":4,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[3,1,4,2],"texture":2},"east":{"uv":[2,3,3,4],"texture":2},"south":{"uv":[3,2,4,3],"texture":2},"west":{"uv":[3,3,4,4],"texture":2},"up":{"uv":[1,5,0,4],"texture":2},"down":{"uv":[5,0,4,1],"texture":2}},"type":"cube","uuid":"af7e606c-6341-0f66-c5fc-bc889e42ea22"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.05058,-0.17187,5.38234],"to":[9.25058,0.14131,5.58234],"autouv":0,"color":3,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[1,4,2,5],"texture":2},"east":{"uv":[4,1,5,2],"texture":2},"south":{"uv":[2,4,3,5],"texture":2},"west":{"uv":[4,2,5,3],"texture":2},"up":{"uv":[4,5,3,4],"texture":2},"down":{"uv":[5,3,4,4],"texture":2}},"type":"cube","uuid":"8ec9e04b-d5ca-02ec-f759-262b5cb53fb0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,-0.17187,7.22266],"to":[9.36797,0.14141,7.33672],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[4,4,5,5],"texture":2},"east":{"uv":[0,5,1,6],"texture":2},"south":{"uv":[5,0,6,1],"texture":2},"west":{"uv":[1,5,2,6],"texture":2},"up":{"uv":[6,2,5,1],"texture":2},"down":{"uv":[3,5,2,6],"texture":2}},"type":"cube","uuid":"5ca0de44-ea17-6547-07f5-a2868c06925f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,-0.17187,8.07422],"to":[9.36797,0.14141,8.18828],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[5,2,6,3],"texture":2},"east":{"uv":[3,5,4,6],"texture":2},"south":{"uv":[5,3,6,4],"texture":2},"west":{"uv":[4,5,5,6],"texture":2},"up":{"uv":[6,5,5,4],"texture":2},"down":{"uv":[6,5,5,6],"texture":2}},"type":"cube","uuid":"fdcfcad0-64d7-54f7-5073-d85fbe0861bf"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.42253,-0.17187,7.36328],"to":[9.51316,0.14141,8.04766],"autouv":0,"color":3,"origin":[6.50625,0.1,7.34219],"faces":{"north":{"uv":[0,6,1,7],"texture":2},"east":{"uv":[6,0,7,1],"texture":2},"south":{"uv":[1,6,2,7],"texture":2},"west":{"uv":[6,1,7,2],"texture":2},"up":{"uv":[3,7,2,6],"texture":2},"down":{"uv":[7,2,6,3],"texture":2}},"type":"cube","uuid":"6978dbb4-5b18-3f94-791c-b0701c65b50f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.54253,-0.17187,7.36328],"to":[8.63316,0.14141,8.04766],"autouv":0,"color":6,"origin":[6.50625,0.1,7.34219],"faces":{"north":{"uv":[3,6,4,7],"texture":2},"east":{"uv":[6,3,7,4],"texture":2},"south":{"uv":[4,6,5,7],"texture":2},"west":{"uv":[6,4,7,5],"texture":2},"up":{"uv":[6,7,5,6],"texture":2},"down":{"uv":[7,5,6,6],"texture":2}},"type":"cube","uuid":"58af94d6-bbbc-8c31-79aa-93edb3804e24"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.54362,-0.17187,7.36328],"to":[9.51316,-0.02656,8.04766],"autouv":0,"color":8,"origin":[6.50625,0.1,7.34219],"faces":{"north":{"uv":[0,0,1,1],"texture":3},"east":{"uv":[0,1,1,2],"texture":3},"south":{"uv":[1,0,2,1],"texture":3},"west":{"uv":[1,1,2,2],"texture":3},"up":{"uv":[1,3,0,2],"texture":3},"down":{"uv":[3,0,2,1],"texture":3}},"type":"cube","uuid":"89b9dfa0-00d4-e743-8db3-99ce3db19930"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,-0.17187,7.22266],"to":[9.36797,-0.02659,7.3875],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[1,2,2,3],"texture":3},"east":{"uv":[2,1,3,2],"texture":3},"south":{"uv":[2,2,3,3],"texture":3},"west":{"uv":[0,3,1,4],"texture":3},"up":{"uv":[4,1,3,0],"texture":3},"down":{"uv":[2,3,1,4],"texture":3}},"type":"cube","uuid":"e2076582-62bc-e85e-1c3a-3eee45bb4161"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.5672,-0.17187,4.89897],"to":[8.7672,-0.0266,5.09897],"autouv":0,"color":9,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[3,1,4,2],"texture":3},"east":{"uv":[2,3,3,4],"texture":3},"south":{"uv":[3,2,4,3],"texture":3},"west":{"uv":[3,3,4,4],"texture":3},"up":{"uv":[1,5,0,4],"texture":3},"down":{"uv":[5,0,4,1],"texture":3}},"type":"cube","uuid":"38b3aa9e-e3fc-10ec-4985-3a672c103ba6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.08107,-0.17187,5.3851],"to":[8.28107,-0.0266,5.5851],"autouv":0,"color":3,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[1,4,2,5],"texture":3},"east":{"uv":[4,1,5,2],"texture":3},"south":{"uv":[2,4,3,5],"texture":3},"west":{"uv":[4,2,5,3],"texture":3},"up":{"uv":[4,5,3,4],"texture":3},"down":{"uv":[5,3,4,4],"texture":3}},"type":"cube","uuid":"c059ad29-8357-e8aa-b890-ef1c5fe52074"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,-0.17187,8.02344],"to":[9.36797,-0.02659,8.18828],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[4,4,5,5],"texture":3},"east":{"uv":[0,5,1,6],"texture":3},"south":{"uv":[5,0,6,1],"texture":3},"west":{"uv":[1,5,2,6],"texture":3},"up":{"uv":[6,2,5,1],"texture":3},"down":{"uv":[3,5,2,6],"texture":3}},"type":"cube","uuid":"38c2a3ec-49af-be2d-43ee-46c7cc567865"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.56444,-0.17187,5.86848],"to":[8.76444,-0.0266,6.06848],"autouv":0,"color":1,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[5,2,6,3],"texture":3},"east":{"uv":[3,5,4,6],"texture":3},"south":{"uv":[5,3,6,4],"texture":3},"west":{"uv":[4,5,5,6],"texture":3},"up":{"uv":[6,5,5,4],"texture":3},"down":{"uv":[6,5,5,6],"texture":3}},"type":"cube","uuid":"4f0802ba-8bf7-2061-d468-20435767b227"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.05058,-0.17187,5.38234],"to":[9.25058,-0.0266,5.58234],"autouv":0,"color":8,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[0,6,1,7],"texture":3},"east":{"uv":[6,0,7,1],"texture":3},"south":{"uv":[1,6,2,7],"texture":3},"west":{"uv":[6,1,7,2],"texture":3},"up":{"uv":[3,7,2,6],"texture":3},"down":{"uv":[7,2,6,3],"texture":3}},"type":"cube","uuid":"1999c0e9-d78d-70eb-2270-b5c14cb64d06"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.54362,-0.17187,7.36328],"to":[9.51316,-0.02656,8.04766],"autouv":0,"color":1,"origin":[6.50625,0.1,7.34219],"faces":{"north":{"uv":[0,0,1,1],"texture":4},"east":{"uv":[0,1,1,2],"texture":4},"south":{"uv":[1,0,2,1],"texture":4},"west":{"uv":[1,1,2,2],"texture":4},"up":{"uv":[1,3,0,2],"texture":4},"down":{"uv":[3,0,2,1],"texture":4}},"type":"cube","uuid":"472ac15a-ac49-fde2-1245-63721d8dde94"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,-0.17187,7.22266],"to":[9.36797,-0.02659,7.3875],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[1,2,2,3],"texture":4},"east":{"uv":[2,1,3,2],"texture":4},"south":{"uv":[2,2,3,3],"texture":4},"west":{"uv":[0,3,1,4],"texture":4},"up":{"uv":[4,1,3,0],"texture":4},"down":{"uv":[2,3,1,4],"texture":4}},"type":"cube","uuid":"b0a66049-660b-2a3b-ec40-792a00f0c5d6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.5672,-0.17187,4.89897],"to":[8.7672,-0.0266,5.09897],"autouv":0,"color":6,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[3,1,4,2],"texture":4},"east":{"uv":[2,3,3,4],"texture":4},"south":{"uv":[3,2,4,3],"texture":4},"west":{"uv":[3,3,4,4],"texture":4},"up":{"uv":[1,5,0,4],"texture":4},"down":{"uv":[5,0,4,1],"texture":4}},"type":"cube","uuid":"5c54c7ee-2b9d-aab8-14a9-aee85cf847d7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.08107,-0.17187,5.3851],"to":[8.28107,-0.0266,5.5851],"autouv":0,"color":4,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[1,4,2,5],"texture":4},"east":{"uv":[4,1,5,2],"texture":4},"south":{"uv":[2,4,3,5],"texture":4},"west":{"uv":[4,2,5,3],"texture":4},"up":{"uv":[4,5,3,4],"texture":4},"down":{"uv":[5,3,4,4],"texture":4}},"type":"cube","uuid":"30052adf-7062-f81c-3fe9-5a4fa753a4b3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.68359,-0.17187,8.02344],"to":[9.36797,-0.02659,8.18828],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[4,4,5,5],"texture":4},"east":{"uv":[0,5,1,6],"texture":4},"south":{"uv":[5,0,6,1],"texture":4},"west":{"uv":[1,5,2,6],"texture":4},"up":{"uv":[6,2,5,1],"texture":4},"down":{"uv":[3,5,2,6],"texture":4}},"type":"cube","uuid":"9b8a01f4-49a1-4795-f142-ea2992640aa7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.56444,-0.17187,5.86848],"to":[8.76444,-0.0266,6.06848],"autouv":0,"color":0,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[5,2,6,3],"texture":4},"east":{"uv":[3,5,4,6],"texture":4},"south":{"uv":[5,3,6,4],"texture":4},"west":{"uv":[4,5,5,6],"texture":4},"up":{"uv":[6,5,5,4],"texture":4},"down":{"uv":[6,5,5,6],"texture":4}},"type":"cube","uuid":"d6ad3662-1e73-4f0e-ebd4-10f7abcb36e6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.05058,-0.17187,5.38234],"to":[9.25058,-0.0266,5.58234],"autouv":0,"color":5,"rotation":[0,-45,0],"origin":[6.16471,0.09995,7.0319],"faces":{"north":{"uv":[0,6,1,7],"texture":4},"east":{"uv":[6,0,7,1],"texture":4},"south":{"uv":[1,6,2,7],"texture":4},"west":{"uv":[6,1,7,2],"texture":4},"up":{"uv":[3,7,2,6],"texture":4},"down":{"uv":[7,2,6,3],"texture":4}},"type":"cube","uuid":"fa05995d-5f62-158e-b6a8-e8cb46af07ca"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.8,4.7617,7.3633],"to":[9.25,7.861700000000001,8.0333],"autouv":0,"color":3,"origin":[6.5062,0.1,7.3422],"faces":{"north":{"uv":[4,10,5,13],"texture":5},"east":{"uv":[5,10,6,13],"texture":5},"south":{"uv":[6,10,7,13],"texture":5},"west":{"uv":[7,10,8,13],"texture":5},"up":{"uv":[11,12,10,11],"texture":5},"down":{"uv":[12,10,11,11],"texture":5}},"type":"cube","uuid":"7456d695-948a-888e-fefe-4acaf5fca7bb"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.9,8.761700000000001,4.363299999999999],"to":[10.900000000000002,11.861700000000003,11.0333],"autouv":0,"color":3,"origin":[6.5062,0.1,7.3422],"faces":{"north":{"uv":[8,0,12,3],"texture":5},"east":{"uv":[0,7,7,10],"texture":5},"south":{"uv":[8,3,12,6],"texture":5},"west":{"uv":[7,7,14,10],"texture":5},"up":{"uv":[4,7,0,0],"texture":5},"down":{"uv":[8,0,4,7],"texture":5}},"type":"cube","uuid":"252dda56-8e70-3f2f-11bd-55eb59b3b33b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7.800000000000001,7.861700000000001,6.3633],"to":[10.25,8.8617,9.0333],"autouv":0,"color":3,"origin":[6.5062,0.1,7.3422],"faces":{"north":{"uv":[11,6,13,7],"texture":5},"east":{"uv":[8,6,11,7],"texture":5},"south":{"uv":[8,11,10,12],"texture":5},"west":{"uv":[8,10,11,11],"texture":5},"up":{"uv":[2,13,0,10],"texture":5},"down":{"uv":[4,10,2,13],"texture":5}},"type":"cube","uuid":"1d705e27-28c6-f109-fc76-c2b662f3c79b"}],"outliner":[{"name":"Handle","origin":[6.50625,0.1,7.34219],"color":0,"uuid":"16678d93-cd8b-fbf8-6f68-14c0bd324cc5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Middle","origin":[6.50625,0.1,7.34219],"color":0,"uuid":"acdf138c-dac1-06b8-7676-2d769fc6bd5a","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["8acd8578-2f20-2247-685e-ac65fa923ca6","8407b4db-bb81-fa2c-daaa-4d531a2b14c8","2170c2cb-14d1-729e-ed02-b414e221717b","a1662db5-7b22-8ccf-aca3-a65958461652","ded2c248-d613-8f03-1556-9535debf22f1","7567f3b3-cf19-9e3b-1503-4ecbcd7e73e1","ca4774fd-0911-00fe-ca5f-dfa80dbd2028","fd8e90d7-a29e-5f22-68fb-037ba85c445f"]},{"name":"Top Pommel","origin":[6.50625,0.1,7.34219],"color":0,"uuid":"39242f18-31c7-964e-3510-5b1b3d61d08a","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Middle","origin":[6.50625,0.1,7.34219],"color":0,"uuid":"41f27b60-9c57-67ef-668d-268dcbe57375","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["e5c24049-5499-9120-b9a9-a6103e39f64f","dea0125e-1c6b-a27b-039c-2f2ba417a14d","d24739c1-d517-3273-2e8c-c39dd0335694","92217361-ddcb-4c5e-bffd-5c14bf80332a","d8a4a466-a069-c8b2-97fa-a53adbec5bc2","84e58220-3c5e-c9e4-493a-6e645231cacc","a45c6edc-6975-a509-05fa-0198485d36d9","e0dd6eef-7423-1e1f-be85-0a9c780b4089"]},{"name":"Bottom","origin":[6.16471,0.09995,7.0319],"color":0,"uuid":"f94822a3-b6b9-caf9-d7c5-63352b1835ba","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["c41f2a82-5578-4f1a-40d5-7837f48b8d78","48e86b51-88ef-279e-86be-7f7f7b4b237e","b535357a-abe6-9c35-75b4-dbad82f64046","d5f22fe6-66e9-d226-11fb-b2b527fa1c1f","4c79ce1b-e164-c6ce-1d27-94fbf45e5bde","898f61dd-eb3d-8b0b-a788-f05b404d8e22","38f366cb-5a6f-8420-1f8f-e4c2e6fedafa"]},{"name":"Lid","origin":[6.16471,0.09995,7.0319],"color":0,"uuid":"bd2e09aa-4dc3-a79f-9a19-499aee500fa2","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["8afd6c85-5709-4049-d41b-cba20849b899","de2f79e1-22ae-c8cc-e78f-ecd7ebea9584","306de00d-60cb-2a63-bbb1-b3000abd159c","68d0fa01-6f1f-ae63-1c3d-5dea16adfae7","92a71842-a03c-4ec6-e3d5-aa8d1b41d552","fcd5d0f7-166f-1781-91ae-f72a053810c6","ee5d90ea-cee4-3522-b02d-b26305b76ae0"]}]},{"name":"Top Pommel 2","origin":[6.50625,0.1,7.34219],"color":0,"uuid":"c1dc29fb-1e3d-366e-32f5-db9066d30109","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Middle","origin":[6.50625,0.1,7.34219],"color":0,"uuid":"6f41cb67-df28-3953-4a37-180cee628613","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["25334bbd-0724-a205-7cec-1353151307fe","056413d6-a6c3-3b8f-2907-0c112dfbbafc","9e8f7611-6c9a-0307-06d1-091af7338315","5d846f6e-c15d-c580-89e0-e20d12fed9dc","7c759eee-0c83-a01b-78cb-2f2ffca3f0f4","bb8be609-f532-f0bb-c8e9-c39971723007","278cef79-8ffe-edf6-b04a-5fe79802d337"]},{"name":"Bottom","origin":[6.16471,0.09995,7.0319],"color":0,"uuid":"df98b0e8-fe17-f7a1-0095-8466c8b844de","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["b871d864-adde-1407-5494-d9055a6de3cd","bbe86733-63e3-cf6d-5e8a-e375d1856ec7","1fbce633-e3bc-794c-d125-068e8025af5b","b44d93d0-c3e9-a767-67bf-072f35bfe285","0665202d-0f37-fb6b-d168-e6a7f01fc2e3","8fb130d5-6468-c7c9-ef5f-16fdd6a79fa5","8f35e364-afcb-2d16-9bdf-6161845dd1c5"]},{"name":"Lid","origin":[6.16471,0.09995,7.0319],"color":0,"uuid":"07a5eb58-eed7-3a1e-1062-f86ac5012fd3","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["d76b633f-3a12-f947-adc1-f965326cc4bd","7272553a-4905-cef5-7311-752c846246c3","f3255102-5b69-1d2f-b7c1-e1f3f6c84b00","959bf52e-6979-56a2-f52e-9e8c71f72656","7a569fa2-f2b0-9e96-8bcb-4937fe6540dd","88684012-1d1b-a807-570c-39172a4e6535","ab528aff-4054-8d1f-21c5-e94327c5f7dd"]}]},{"name":"Bottom Pommel","origin":[6.50625,0.1,7.34219],"color":0,"uuid":"72196b50-5a85-d227-73fb-c13f409a9faf","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Middle","origin":[6.50625,0.1,7.34219],"color":0,"uuid":"3e40102d-fdc9-d908-2798-d39e78f2f0a4","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["b8bb32e5-e35e-c44c-89fb-98b95445e2a6","5fa212c5-092c-bc40-11dd-4f4100ff8432","af7e606c-6341-0f66-c5fc-bc889e42ea22","8ec9e04b-d5ca-02ec-f759-262b5cb53fb0","5ca0de44-ea17-6547-07f5-a2868c06925f","fdcfcad0-64d7-54f7-5073-d85fbe0861bf","6978dbb4-5b18-3f94-791c-b0701c65b50f","58af94d6-bbbc-8c31-79aa-93edb3804e24"]},{"name":"Bottom","origin":[6.16471,0.09995,7.0319],"color":0,"uuid":"3336983f-b4a9-6ac5-3d0c-fbd2048dce94","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["89b9dfa0-00d4-e743-8db3-99ce3db19930","e2076582-62bc-e85e-1c3a-3eee45bb4161","38b3aa9e-e3fc-10ec-4985-3a672c103ba6","c059ad29-8357-e8aa-b890-ef1c5fe52074","38c2a3ec-49af-be2d-43ee-46c7cc567865","4f0802ba-8bf7-2061-d468-20435767b227","1999c0e9-d78d-70eb-2270-b5c14cb64d06"]},{"name":"Lid","origin":[6.16471,0.09995,7.0319],"color":0,"uuid":"d1caa872-a70f-3b5c-44c3-a2646209e80f","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["472ac15a-ac49-fde2-1245-63721d8dde94","b0a66049-660b-2a3b-ec40-792a00f0c5d6","5c54c7ee-2b9d-aab8-14a9-aee85cf847d7","30052adf-7062-f81c-3fe9-5a4fa753a4b3","9b8a01f4-49a1-4795-f142-ea2992640aa7","d6ad3662-1e73-4f0e-ebd4-10f7abcb36e6","fa05995d-5f62-158e-b6a8-e8cb46af07ca"]}]}]},{"name":"hammer","origin":[8,8,8],"color":0,"uuid":"f3830da5-8e8c-24e6-b3b4-2d9fcff0d8ba","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["7456d695-948a-888e-fefe-4acaf5fca7bb","1d705e27-28c6-f109-fc76-c2b662f3c79b","252dda56-8e70-3f2f-11bd-55eb59b3b33b"]}],"textures":[{"path":"C:\\Users\\Yusuf Ismail\\OneDrive\\Documents\\GitHub\\Armour-and-Tools-Mod\\src\\main\\resources\\assets\\armourandtoolsmod\\textures\\item\\dragon_destroyer\\Handle Texture.png","name":"handle.png","folder":"item/dragon_destroyer","namespace":"armourandtoolsmod","id":"0","particle":true,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"4e91368a-2b7d-c65b-b9da-9ed07c596f62","relative_path":"../../../../textures/item/dragon_destroyer/Handle Texture.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAFtJREFUOE9jjN7z5f8LnZkMW78+ZdjzPZ/BR0eekYEEwIhsAIdyH0maQfZQbsCXtrb/8bffMayd30Oy7WAXgAzgqaoiSzN1DCAhwLEqJdvpMNNGDWBgGA0DBgYAKJspEROsXhcAAAAASUVORK5CYII="},{"path":"C:\\Users\\Yusuf Ismail\\OneDrive\\Documents\\GitHub\\Armour-and-Tools-Mod\\src\\main\\resources\\assets\\armourandtoolsmod\\textures\\item\\dragon_destroyer\\Middle Handle Texture.png","name":"middlehandle.png","folder":"item/dragon_destroyer","namespace":"armourandtoolsmod","id":"1","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"58ef48ac-2062-9531-de73-f6ab8d3d9cda","relative_path":"../../../../textures/item/dragon_destroyer/Middle Handle Texture.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAALpJREFUOE9jjN7z5f8LnZkMW78+ZfizUoQh3SyPYa5iHUPy/SYU2ptbmkGg8jlDYnEug4+OPCMDFDCSYkDhmxCG+b2TGdbO7yHPAJALkDWDHEGyC5CdT7IBWF3g/KL3/8Z5P8GBhxyY/knsDCBxGA2y7YBfNEoAgl1AigHxt99hhgEpBgxSF4ASEijlwVIhLCBBKRE5UEHOBwGs0UiMAaAABAGsCYkYA3iqquDJF5YP4AlpYA1Adg45bACh4jogG5dW6AAAAABJRU5ErkJggg=="},{"path":"C:\\Users\\Yusuf Ismail\\OneDrive\\Documents\\GitHub\\Armour-and-Tools-Mod\\src\\main\\resources\\assets\\armourandtoolsmod\\textures\\item\\dragon_destroyer\\middlepommel.png","name":"middlepommel.png","folder":"item/dragon_destroyer","namespace":"armourandtoolsmod","id":"2","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"0c85594e-8b6d-7238-4c27-c2edd37a2234","relative_path":"../../../../textures/item/dragon_destroyer/middlepommel.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAB9JREFUOE9jZKAQMFKon2HUAIbRMGAYDQNQPhr4vAAAJpgAEX/anFwAAAAASUVORK5CYII="},{"path":"C:\\Users\\Yusuf Ismail\\OneDrive\\Documents\\GitHub\\Armour-and-Tools-Mod\\src\\main\\resources\\assets\\armourandtoolsmod\\textures\\item\\dragon_destroyer\\bottompommel.png","name":"bottompommel.png","folder":"item/dragon_destroyer","namespace":"armourandtoolsmod","id":"3","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"54f3f297-5c22-e924-0f55-941ae6d8fba6","relative_path":"../../../../textures/item/dragon_destroyer/bottompommel.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAB9JREFUOE9jZKAQMFKon2HUAIbRMGAYDQNQPhr4vAAAJpgAEX/anFwAAAAASUVORK5CYII="},{"path":"C:\\Users\\Yusuf Ismail\\OneDrive\\Documents\\GitHub\\Armour-and-Tools-Mod\\src\\main\\resources\\assets\\armourandtoolsmod\\textures\\item\\dragon_destroyer\\lidpommel.png","name":"lidpommel.png","folder":"item/dragon_destroyer","namespace":"armourandtoolsmod","id":"4","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"2e13185c-d0fc-6b6d-7819-b8450ad819ed","relative_path":"../../../../textures/item/dragon_destroyer/lidpommel.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAB9JREFUOE9jZKAQMFKon2HUAIbRMGAYDQNQPhr4vAAAJpgAEX/anFwAAAAASUVORK5CYII="},{"path":"C:\\Users\\Yusuf Ismail\\OneDrive\\Documents\\GitHub\\Armour-and-Tools-Mod\\src\\main\\resources\\assets\\armourandtoolsmod\\textures\\item\\dragon_destroyer\\hammer.png","name":"hammer.png","folder":"item/dragon_destroyer","namespace":"armourandtoolsmod","id":"5","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"afafea52-57ff-7218-3a7c-1f645ec40816","relative_path":"../../../../textures/item/dragon_destroyer/hammer.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAB9JREFUOE9jZKAQMFKon2HUAIbRMGAYDQNQPhr4vAAAJpgAEX/anFwAAAAASUVORK5CYII="},{"path":"C:\\Users\\Yusuf Ismail\\OneDrive\\Documents\\GitHub\\Armour-and-Tools-Mod\\src\\main\\resources\\assets\\armourandtoolsmod\\textures\\item\\dragon_destroyer\\toppommelone.png","name":"toppommelone.png","folder":"item/dragon_destroyer","namespace":"armourandtoolsmod","id":"6","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"27217ce8-0169-bd2f-c190-79227f8e5d64","relative_path":"../../../../textures/item/dragon_destroyer/toppommelone.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAB9JREFUOE9jZKAQMFKon2HUAIbRMGAYDQNQPhr4vAAAJpgAEX/anFwAAAAASUVORK5CYII="},{"path":"C:\\Users\\Yusuf Ismail\\OneDrive\\Documents\\GitHub\\Armour-and-Tools-Mod\\src\\main\\resources\\assets\\armourandtoolsmod\\textures\\item\\dragon_destroyer\\toppommeltwo.png","name":"toppommeltwo.png","folder":"item/dragon_destroyer","namespace":"armourandtoolsmod","id":"7","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"6601ef3b-f5f3-c943-c9f7-ee44e8443b2d","relative_path":"../../../../textures/item/dragon_destroyer/toppommeltwo.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAB9JREFUOE9jZKAQMFKon2HUAIbRMGAYDQNQPhr4vAAAJpgAEX/anFwAAAAASUVORK5CYII="}]} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blockbench/title_model.bbmodel b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blockbench/title_model.bbmodel new file mode 100644 index 00000000..e5e46b49 --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blockbench/title_model.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.5","model_format":"minecraft_title","box_uv":false},"name":"","visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":1000,"height":320},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[284,2,-8],"to":[316,34,8],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[0,16,32,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[32,16,0,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[32,16,0,0],"texture":0},"down":{"uv":[32,64,0,48],"texture":0}},"type":"cube","uuid":"8f2350ca-0a07-94d7-a0c5-9215a1436e0a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[312,30,-10],"to":[318,36,10],"autouv":0,"color":8,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,213,1,214],"texture":0},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,213,1,214],"texture":0}},"type":"cube","uuid":"365c4287-ebca-3e59-9623-344d92384f26"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[282,30,-10],"to":[288,36,10],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,213,1,214],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,213,1,214],"texture":0}},"type":"cube","uuid":"ba33f04c-b3d7-dd38-c540-9dc026ac1545"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[294,0,-10],"to":[306,6,10],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,213,1,214],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,213,1,214],"texture":0},"up":{"uv":[0,213,1,214],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"bac1f72c-b55c-3e44-9d91-dfe08e9aa4d9"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[318,36,10],"to":[282,0,-10],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[11,218,17,212],"texture":0},"east":{"uv":[11,218,12,212],"texture":0},"south":{"uv":[11,218,17,212],"texture":0},"west":{"uv":[11,218,12,212],"texture":0},"up":{"uv":[11,217,17,218],"texture":0},"down":{"uv":[11,212,17,213],"texture":0}},"type":"cube","uuid":"ad94bd6b-9fd7-0cb2-a7d1-750e1b23f06a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[248,2,-8],"to":[280,34,8],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[600,16,632,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[632,16,600,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[632,16,600,0],"texture":0},"down":{"uv":[632,64,600,48],"texture":0}},"type":"cube","uuid":"a37ccb3a-2b71-45a4-583c-1844b52aa04e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[258,0,-10],"to":[270,12,10],"autouv":0,"color":8,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"f6ed70b5-4e57-9c7f-1ac3-8034c66bc2e7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[246,30,-10],"to":[252,36,10],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"83842779-6f1c-85c9-1b4e-981904f4003e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[282,36,10],"to":[246,0,-10],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[88,218,82,212],"texture":0},"east":{"uv":[87,218,88,212],"texture":0},"south":{"uv":[82,218,88,212],"texture":0},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[82,217,88,218],"texture":0},"down":{"uv":[82,212,88,213],"texture":0}},"type":"cube","uuid":"316f8679-38e0-3332-3eb8-3c2dcf70264e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[212,2,-8],"to":[244,34,8],"autouv":0,"color":8,"origin":[0,0,0],"faces":{"north":{"uv":[430,16,462,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[462,16,430,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[462,16,430,0],"texture":0},"down":{"uv":[462,64,430,48],"texture":0}},"type":"cube","uuid":"8689226a-45ed-f981-1b52-d77762434221"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[222,30,-10],"to":[234,36,10],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"1ee57a37-e9cd-9209-006b-37ca9b091d36"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[222,0,-10],"to":[234,12,10],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"3abe844e-6e02-8f18-668b-53cee59f998d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[246,36,10],"to":[210,0,-10],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[60,218,54,212],"texture":0},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[60,218,54,212],"texture":0},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[60,218,54,217],"texture":0},"down":{"uv":[60,213,54,212],"texture":0}},"type":"cube","uuid":"7fe5da37-166e-59ab-475f-722db8fe6779"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[176,2,-8],"to":[208,34,8],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[498,16,530,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[530,16,498,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[530,16,498,0],"texture":0},"down":{"uv":[530,64,498,48],"texture":0}},"type":"cube","uuid":"9e8bc864-6db4-43f5-6e4f-b865288411e2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[174,0,-10],"to":[180,6,10],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"89216b1e-983b-1438-f315-e7618e071438"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[204,0,-10],"to":[210,6,10],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"5d116984-1a6c-e40c-1b0f-bf61f2909993"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[204,30,-10],"to":[210,36,10],"autouv":0,"color":8,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"ccd214b5-0f09-a1a1-9371-039d5f6c8c18"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[174,30,-10],"to":[180,36,10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"db738b97-fe3e-f5ec-6c31-2f3aa80cf550"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[186,12,-10],"to":[198,24,10],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"ddb8feba-9428-b9ad-9fc7-1e18273e6204"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[210,36,10],"to":[174,0,-10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[70,218,64,212],"texture":0},"east":{"uv":[69,212,70,218],"texture":0},"south":{"uv":[70,218,64,212],"texture":0},"west":{"uv":[64,212,65,218],"texture":0},"up":{"uv":[70,218,64,217],"texture":0},"down":{"uv":[70,213,64,212],"texture":0}},"type":"cube","uuid":"14500bc2-c121-0a58-c05b-c8c374b4c252"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[140,2,-8],"to":[172,34,8],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[702,16,734,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[734,16,702,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[734,16,702,0],"texture":0},"down":{"uv":[734,64,702,48],"texture":0}},"type":"cube","uuid":"0bbbb4bb-bfd2-3ad1-bd37-4c2e9d679fe2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[138,0,-10],"to":[144,6,10],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"6d95b53c-09c3-d836-5011-568ed55a324f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[168,0,-10],"to":[174,6,10],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"af15866a-7cf2-7f6d-d8e0-008458678eaa"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[150,12,-10],"to":[162,36,10],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"93ac96e4-58cb-45e6-e12d-545ec19fd9af"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[174,36,10],"to":[138,0,-10],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[100,218,94,212],"texture":0},"east":{"uv":[99,218,100,212],"texture":0},"south":{"uv":[94,218,100,212],"texture":0},"west":{"uv":[94,218,95,212],"texture":0},"up":{"uv":[94,217,100,218],"texture":0},"down":{"uv":[94,212,100,213],"texture":0}},"type":"cube","uuid":"6a43bb1f-e508-b6c0-036a-e868e8d2bed5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[104,2,-8],"to":[136,34,8],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[600,16,632,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[632,16,600,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[632,16,600,0],"texture":0},"down":{"uv":[632,64,600,48],"texture":0}},"type":"cube","uuid":"e93cf3ec-a044-7928-7ebc-25fc8c404cb0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[114,0,-10],"to":[126,12,10],"autouv":0,"color":8,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"47cce0c8-5892-dce0-2f63-490732e13f7c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[102,30,-10],"to":[108,36,10],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"08f85663-508d-98a6-5d84-14050d382cee"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[138,36,10],"to":[102,0,-10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[88,218,82,212],"texture":0},"east":{"uv":[87,218,88,212],"texture":0},"south":{"uv":[82,218,88,212],"texture":0},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[82,217,88,218],"texture":0},"down":{"uv":[82,212,88,213],"texture":0}},"type":"cube","uuid":"6b89ab47-b01a-de82-c886-207a500a2c9e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[60,2,-8],"to":[92,34,8],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[34,16,66,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[66,16,34,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[66,16,34,0],"texture":0},"down":{"uv":[66,64,34,48],"texture":0}},"type":"cube","uuid":"68d1ae68-b5e1-4ef7-33f8-a00a26dfe8d9"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[88,30,-10],"to":[94,36,10],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,213,1,214],"texture":0},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,213,1,214],"texture":0}},"type":"cube","uuid":"ac45be0c-8b5e-5a52-2e02-61eac2ac0845"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[58,30,-10],"to":[64,36,10],"autouv":0,"color":8,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,213,1,214],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,213,1,214],"texture":0}},"type":"cube","uuid":"6dd1d611-8fcf-d1ea-5ae7-bb9fe9b8fc9c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[70,0,-10],"to":[82,6,10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,213,1,214],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,213,1,214],"texture":0},"up":{"uv":[0,213,1,214],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"ffb0e851-7819-0699-6f36-829f37ee13b5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[70,18,-10],"to":[82,24,10],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,213,1,214],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,213,1,214],"texture":0},"up":{"uv":[0,213,1,214],"texture":0},"down":{"uv":[0,213,1,214],"texture":0}},"type":"cube","uuid":"87731b5a-b91b-6a74-1195-8d54c9d81cd2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[94,36,10],"to":[58,0,-10],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[6,218,12,212],"texture":0},"east":{"uv":[6,218,7,212],"texture":0},"south":{"uv":[6,218,12,212],"texture":0},"west":{"uv":[6,218,7,212],"texture":0},"up":{"uv":[6,217,12,218],"texture":0},"down":{"uv":[6,212,12,213],"texture":0}},"type":"cube","uuid":"770d421f-9723-4fc7-c326-673201987bd7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[24,2,-8],"to":[56,34,8],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[464,16,496,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[496,16,464,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[496,16,464,0],"texture":0},"down":{"uv":[496,64,464,48],"texture":0}},"type":"cube","uuid":"e1a52069-a5c0-02f4-d7b3-b02d5babb8e1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[34,30,-10],"to":[46,36,10],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[62,213,60,214],"texture":0}},"type":"cube","uuid":"27ab7190-426d-a2e6-8e31-829c53da9c29"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[34,24,-10],"to":[40,30,10],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"40f89f0e-94ad-69fe-be2e-749b747edca5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[40,6,-10],"to":[46,12,10],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"bddc94f3-87f6-7364-88ce-b228385132bc"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[34,0,-10],"to":[46,6,10],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[62,216,60,217],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"748aaa61-d06d-e75f-da34-c1561a6ae358"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[58,36,10],"to":[22,0,-10],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[64,218,58,212],"texture":0},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[64,218,58,212],"texture":0},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[64,218,58,217],"texture":0},"down":{"uv":[64,213,58,212],"texture":0}},"type":"cube","uuid":"5718869f-d88d-3d6d-dc70-8297a4556559"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-12,2,-8],"to":[20,34,8],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[136,16,168,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[168,16,136,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[168,16,136,0],"texture":0},"down":{"uv":[168,64,136,48],"texture":0}},"type":"cube","uuid":"f34dc399-0fcf-2605-90c0-eb76419e3a94"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-14,0,-10],"to":[-8,6,10],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,213,1,214],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,213,1,214],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"b0fd6a5e-88c9-564d-9534-9e93f1fbede0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-14,30,-10],"to":[-8,36,10],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,213,1,214],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,213,1,214],"texture":0}},"type":"cube","uuid":"64f94256-9a77-02a0-7954-33168ac12c72"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,12,-10],"to":[10,24,10],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"491016b3-8f0b-3132-c048-03163c25baa4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[22,36,10],"to":[-14,0,-10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[22,212,28,218],"texture":0},"east":{"uv":[5,212,6,218],"texture":0},"south":{"uv":[28,218,22,212],"texture":0},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[28,217,22,218],"texture":0},"down":{"uv":[28,212,22,213],"texture":0}},"type":"cube","uuid":"10961e5d-6c24-ef60-d288-34ee5dd2b6c0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-56,2,-8],"to":[-24,34,8],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[668,16,700,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[700,16,668,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[700,16,668,0],"texture":0},"down":{"uv":[700,64,668,48],"texture":0}},"type":"cube","uuid":"29393fe8-8c77-3486-70d9-27b8cf89ee62"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-58,0,-10],"to":[-46,24,10],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"d3fae41d-fc48-d6fb-9e3a-10eb4c53c698"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-34,0,-10],"to":[-22,24,10],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"465ff579-59ce-293d-3d38-c65cacf69162"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-22,36,10],"to":[-58,0,-10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[136,218,139,215],"texture":0},"east":{"uv":[136,218,137,215],"texture":0},"south":{"uv":[136,218,139,215],"texture":0},"west":{"uv":[136,218,137,215],"texture":0},"up":{"uv":[136,217,139,218],"texture":0},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"7d11b120-6516-8caa-e057-a8ad8def369e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-92,2,-8],"to":[-60,34,8],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[498,16,530,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[530,16,498,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[530,16,498,0],"texture":0},"down":{"uv":[530,64,498,48],"texture":0}},"type":"cube","uuid":"38401ba1-134c-ca8a-9161-94eea44c74ee"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-94,0,-10],"to":[-88,6,10],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"66451791-e1e7-9fb9-99fd-606349b4b14a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-64,0,-10],"to":[-58,6,10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"8e8dec19-cd8c-06a0-e991-ae72d5905f80"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-64,30,-10],"to":[-58,36,10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"b943fab0-5494-0dc3-e65d-88e213e40bb7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-94,30,-10],"to":[-88,36,10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"c1db86ab-5a52-6d10-7727-19b8230c59c8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-82,12,-10],"to":[-70,24,10],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"12aa30c8-308d-c423-7d12-167dbb4171cc"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-58,36,10],"to":[-94,0,-10],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[70,218,64,212],"texture":0},"east":{"uv":[69,212,70,218],"texture":0},"south":{"uv":[70,218,64,212],"texture":0},"west":{"uv":[64,212,65,218],"texture":0},"up":{"uv":[70,218,64,217],"texture":0},"down":{"uv":[70,213,64,212],"texture":0}},"type":"cube","uuid":"0d95a436-9888-7435-7fe6-469e66889935"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-128,2,-8],"to":[-96,34,8],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[498,16,530,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[530,16,498,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[530,16,498,0],"texture":0},"down":{"uv":[530,64,498,48],"texture":0}},"type":"cube","uuid":"2f1b9f1d-e2b1-bc1c-0040-ab6c9dd53027"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-130,0,-10],"to":[-124,6,10],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"0e6cbdc7-991e-848a-2c03-072dc02f6606"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-100,0,-10],"to":[-94,6,10],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"d83e1b7e-1587-59ff-d143-e068c1818f2a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-100,30,-10],"to":[-94,36,10],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"cad765be-001f-6c09-fccb-8d8901104cc0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-130,30,-10],"to":[-124,36,10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"c1f34d82-f795-1890-46e3-9d4fa6dcbe64"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-118,12,-10],"to":[-106,24,10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"674c71e4-5feb-afd5-4ec9-57e46670dfe2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-94,36,10],"to":[-130,0,-10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[70,218,64,212],"texture":0},"east":{"uv":[69,212,70,218],"texture":0},"south":{"uv":[70,218,64,212],"texture":0},"west":{"uv":[64,212,65,218],"texture":0},"up":{"uv":[70,218,64,217],"texture":0},"down":{"uv":[70,213,64,212],"texture":0}},"type":"cube","uuid":"9e94853c-595c-36e4-f1bf-ce44a3e4d4ad"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-164,2,-8],"to":[-132,34,8],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[396,16,428,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[428,16,396,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[428,16,396,0],"texture":0},"down":{"uv":[428,64,396,48],"texture":0}},"type":"cube","uuid":"4689b145-6058-0cab-e159-6876a8fd09bf"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-166,12,-10],"to":[-142,36,10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"276504e2-b827-4a55-f3c7-56bc732aa877"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-130,36,10],"to":[-166,0,-10],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[58,215,55,218],"texture":0},"east":{"uv":[57,215,58,218],"texture":0},"south":{"uv":[55,215,58,218],"texture":0},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[55,218,58,217],"texture":0}},"type":"cube","uuid":"88eebb09-afc3-2c35-e412-4cb61c5c644e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-200,2,-8],"to":[-168,34,8],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[634,16,666,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[666,16,634,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[666,16,634,0],"texture":0},"down":{"uv":[666,64,634,48],"texture":0}},"type":"cube","uuid":"a21fb1c0-f711-3957-c005-8844150ba0fd"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-202,0,-10],"to":[-196,6,10],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"a51d132b-036d-1df3-0226-660b4b305433"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-172,30,-10],"to":[-166,36,10],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"366231c6-4b91-4fd3-ed9a-390fa153bdc9"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-172,12,-10],"to":[-166,18,10],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"2fb11b37-52a2-c961-bd25-02667232572d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-202,18,-10],"to":[-196,24,10],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"5293ac76-2475-c5f0-8e39-7d13a672ad93"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-166,36,10],"to":[-202,0,-10],"autouv":0,"color":8,"origin":[0,0,0],"faces":{"north":{"uv":[94,218,88,212],"texture":0},"east":{"uv":[93,218,94,212],"texture":0},"south":{"uv":[88,218,94,212],"texture":0},"west":{"uv":[88,218,89,212],"texture":0},"up":{"uv":[88,217,94,218],"texture":0},"down":{"uv":[88,212,94,213],"texture":0}},"type":"cube","uuid":"314169aa-2d29-83fe-8c85-0e44bf937117"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[71,-58,-8],"to":[103,-26,8],"autouv":0,"color":1,"origin":[315,-60,0],"faces":{"north":{"uv":[430,16,462,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[462,16,430,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[462,16,430,0],"texture":0},"down":{"uv":[462,64,430,48],"texture":0}},"type":"cube","uuid":"1bd4927b-8845-da9e-fe16-1654174f546e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[81,-30,-10],"to":[93,-24,10],"autouv":0,"color":0,"origin":[315,-60,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"183ff5ae-e0f6-5009-076e-976ab858876e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[81,-60,-10],"to":[93,-48,10],"autouv":0,"color":4,"origin":[315,-60,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"e46a9d7e-4eb8-254b-9d0c-dbef8067c430"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[105,-24,10],"to":[69,-60,-10],"autouv":0,"color":9,"origin":[315,-60,0],"faces":{"north":{"uv":[60,218,54,212],"texture":0},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[60,218,54,212],"texture":0},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[60,218,54,217],"texture":0},"down":{"uv":[60,213,54,212],"texture":0}},"type":"cube","uuid":"582380d7-7a5b-22a8-2e9f-a405facf7347"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[35,-58,-8],"to":[67,-26,8],"autouv":0,"color":5,"origin":[315,-60,0],"faces":{"north":{"uv":[498,16,530,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[530,16,498,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[530,16,498,0],"texture":0},"down":{"uv":[530,64,498,48],"texture":0}},"type":"cube","uuid":"8337785c-5ea4-c158-cd77-ceaa1ac5bae6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[33,-60,-10],"to":[39,-54,10],"autouv":0,"color":1,"origin":[315,-60,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"207d9cb0-b2f3-73e5-c4fc-6ead2c541f9f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[63,-60,-10],"to":[69,-54,10],"autouv":0,"color":5,"origin":[315,-60,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"a60bd130-98f8-27e8-4487-1ef11603e3b1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[63,-30,-10],"to":[69,-24,10],"autouv":0,"color":5,"origin":[315,-60,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"0f86f5b5-3ebe-2e4b-85c9-ecc049a5db3e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[33,-30,-10],"to":[39,-24,10],"autouv":0,"color":5,"origin":[315,-60,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"9be98ca6-ba74-04d4-b368-492d80565ddf"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[45,-48,-10],"to":[57,-36,10],"autouv":0,"color":3,"origin":[315,-60,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"191fb300-3394-ea42-cdb2-5eef19295ce9"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[69,-24,10],"to":[33,-60,-10],"autouv":0,"color":9,"origin":[315,-60,0],"faces":{"north":{"uv":[70,218,64,212],"texture":0},"east":{"uv":[69,212,70,218],"texture":0},"south":{"uv":[70,218,64,212],"texture":0},"west":{"uv":[64,212,65,218],"texture":0},"up":{"uv":[70,218,64,217],"texture":0},"down":{"uv":[70,213,64,212],"texture":0}},"type":"cube","uuid":"347e0ce5-4c68-cc5d-fa9d-29831691f24a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1,-58,-8],"to":[31,-26,8],"autouv":0,"color":9,"origin":[315,-60,0],"faces":{"north":{"uv":[136,16,168,48],"texture":0},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[168,16,136,48],"texture":0},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[168,16,136,0],"texture":0},"down":{"uv":[168,64,136,48],"texture":0}},"type":"cube","uuid":"1ce3a549-93df-a3ed-f138-a10a9c934e2a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3,-60,-10],"to":[3,-54,10],"autouv":0,"color":7,"origin":[315,-60,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,213,1,214],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,213,1,214],"texture":0},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"beb7f913-d00e-61df-b0e1-acd50aa8f97a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3,-30,-10],"to":[3,-24,10],"autouv":0,"color":8,"origin":[315,-60,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,213,1,214],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,213,1,214],"texture":0}},"type":"cube","uuid":"d180cc43-160e-b8ff-d9f4-8cbe8683a7d4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9,-48,-10],"to":[21,-36,10],"autouv":0,"color":3,"origin":[315,-60,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,212,1,213],"texture":0},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[0,212,1,213],"texture":0},"down":{"uv":[0,212,1,213],"texture":0}},"type":"cube","uuid":"037cd18b-8990-d71c-dbfd-16e63c3a36c3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[33,-24,10],"to":[-3,-60,-10],"autouv":0,"color":1,"origin":[315,-60,0],"faces":{"north":{"uv":[22,212,28,218],"texture":0},"east":{"uv":[5,212,6,218],"texture":0},"south":{"uv":[28,218,22,212],"texture":0},"west":{"uv":[0,212,1,213],"texture":0},"up":{"uv":[28,217,22,218],"texture":0},"down":{"uv":[28,212,22,213],"texture":0}},"type":"cube","uuid":"077e213a-f35d-114c-0443-112ef002815d"}],"outliner":[{"name":"armour_and_tools_mod","origin":[0,0,0],"color":0,"uuid":"3cfe1895-6a94-3d09-e417-a045973bbdb8","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"armour","origin":[0,0,0],"color":0,"uuid":"88fb550a-9acf-3ed1-727f-0f32071625fb","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"a","origin":[0,0,0],"color":0,"uuid":"d4320007-d2cd-9aea-422e-b82f6eacddbd","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["8f2350ca-0a07-94d7-a0c5-9215a1436e0a","365c4287-ebca-3e59-9623-344d92384f26","ba33f04c-b3d7-dd38-c540-9dc026ac1545","bac1f72c-b55c-3e44-9d91-dfe08e9aa4d9","ad94bd6b-9fd7-0cb2-a7d1-750e1b23f06a"]},{"name":"r","origin":[0,0,0],"color":0,"uuid":"515b4abb-c77d-0095-8130-6a444e4013d8","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["a37ccb3a-2b71-45a4-583c-1844b52aa04e","f6ed70b5-4e57-9c7f-1ac3-8034c66bc2e7","83842779-6f1c-85c9-1b4e-981904f4003e","316f8679-38e0-3332-3eb8-3c2dcf70264e"]},{"name":"m","origin":[0,0,0],"color":0,"uuid":"05bffabc-6a61-f33c-7946-6e267a75ba57","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["8689226a-45ed-f981-1b52-d77762434221","1ee57a37-e9cd-9209-006b-37ca9b091d36","3abe844e-6e02-8f18-668b-53cee59f998d","7fe5da37-166e-59ab-475f-722db8fe6779"]},{"name":"o","origin":[0,0,0],"color":0,"uuid":"3cc4400f-b4e4-05e3-69a6-e300e406335a","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["9e8bc864-6db4-43f5-6e4f-b865288411e2","89216b1e-983b-1438-f315-e7618e071438","5d116984-1a6c-e40c-1b0f-bf61f2909993","ccd214b5-0f09-a1a1-9371-039d5f6c8c18","db738b97-fe3e-f5ec-6c31-2f3aa80cf550","ddb8feba-9428-b9ad-9fc7-1e18273e6204","14500bc2-c121-0a58-c05b-c8c374b4c252"]},{"name":"u","origin":[0,0,0],"color":0,"uuid":"bb03c85c-734c-c20f-ba9c-70015610f4ff","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["0bbbb4bb-bfd2-3ad1-bd37-4c2e9d679fe2","6d95b53c-09c3-d836-5011-568ed55a324f","af15866a-7cf2-7f6d-d8e0-008458678eaa","93ac96e4-58cb-45e6-e12d-545ec19fd9af","6a43bb1f-e508-b6c0-036a-e868e8d2bed5"]},{"name":"r","origin":[0,0,0],"color":0,"uuid":"3dde7ad8-73e8-e34a-aea8-377ecb745df0","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["e93cf3ec-a044-7928-7ebc-25fc8c404cb0","47cce0c8-5892-dce0-2f63-490732e13f7c","08f85663-508d-98a6-5d84-14050d382cee","6b89ab47-b01a-de82-c886-207a500a2c9e"]}]},{"name":"and","origin":[0,0,0],"color":0,"uuid":"156fed6a-e136-ef62-5251-79d70780b809","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"a","origin":[0,0,0],"color":0,"uuid":"26dda037-098c-afd0-6377-ca6ee9c0a4f8","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["68d1ae68-b5e1-4ef7-33f8-a00a26dfe8d9","ac45be0c-8b5e-5a52-2e02-61eac2ac0845","6dd1d611-8fcf-d1ea-5ae7-bb9fe9b8fc9c","ffb0e851-7819-0699-6f36-829f37ee13b5","87731b5a-b91b-6a74-1195-8d54c9d81cd2","770d421f-9723-4fc7-c326-673201987bd7"]},{"name":"n","origin":[0,0,0],"color":0,"uuid":"38063463-e951-9a90-a4ac-9edd7d8a2d07","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["e1a52069-a5c0-02f4-d7b3-b02d5babb8e1","27ab7190-426d-a2e6-8e31-829c53da9c29","40f89f0e-94ad-69fe-be2e-749b747edca5","bddc94f3-87f6-7364-88ce-b228385132bc","748aaa61-d06d-e75f-da34-c1561a6ae358","5718869f-d88d-3d6d-dc70-8297a4556559"]},{"name":"d","origin":[0,0,0],"color":0,"uuid":"43c72d47-758c-a1b7-3f28-7ca12d6ef4af","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["f34dc399-0fcf-2605-90c0-eb76419e3a94","b0fd6a5e-88c9-564d-9534-9e93f1fbede0","64f94256-9a77-02a0-7954-33168ac12c72","491016b3-8f0b-3132-c048-03163c25baa4","10961e5d-6c24-ef60-d288-34ee5dd2b6c0"]}]},{"name":"tools","origin":[0,0,0],"color":0,"uuid":"a1919179-37c6-2c96-1eed-054d55c41091","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"t","origin":[0,0,0],"color":0,"uuid":"d3951309-b5b4-c50e-9c4a-a623629c5823","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["29393fe8-8c77-3486-70d9-27b8cf89ee62","d3fae41d-fc48-d6fb-9e3a-10eb4c53c698","465ff579-59ce-293d-3d38-c65cacf69162","7d11b120-6516-8caa-e057-a8ad8def369e"]},{"name":"o","origin":[0,0,0],"color":0,"uuid":"d536c96e-2940-2dc7-0efb-2851dab3e06d","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["38401ba1-134c-ca8a-9161-94eea44c74ee","66451791-e1e7-9fb9-99fd-606349b4b14a","8e8dec19-cd8c-06a0-e991-ae72d5905f80","b943fab0-5494-0dc3-e65d-88e213e40bb7","c1db86ab-5a52-6d10-7727-19b8230c59c8","12aa30c8-308d-c423-7d12-167dbb4171cc","0d95a436-9888-7435-7fe6-469e66889935"]},{"name":"o","origin":[0,0,0],"color":0,"uuid":"a53bfddd-9994-9816-be36-1f7ae9527b9b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["2f1b9f1d-e2b1-bc1c-0040-ab6c9dd53027","0e6cbdc7-991e-848a-2c03-072dc02f6606","d83e1b7e-1587-59ff-d143-e068c1818f2a","cad765be-001f-6c09-fccb-8d8901104cc0","c1f34d82-f795-1890-46e3-9d4fa6dcbe64","674c71e4-5feb-afd5-4ec9-57e46670dfe2","9e94853c-595c-36e4-f1bf-ce44a3e4d4ad"]},{"name":"l","origin":[0,0,0],"color":0,"uuid":"9b5284a2-f45c-f014-12d4-32f96f6c7525","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["4689b145-6058-0cab-e159-6876a8fd09bf","276504e2-b827-4a55-f3c7-56bc732aa877","88eebb09-afc3-2c35-e412-4cb61c5c644e"]},{"name":"s","origin":[0,0,0],"color":0,"uuid":"6c5313de-1608-eb0f-7ed7-416a872c89c8","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["a21fb1c0-f711-3957-c005-8844150ba0fd","a51d132b-036d-1df3-0226-660b4b305433","366231c6-4b91-4fd3-ed9a-390fa153bdc9","2fb11b37-52a2-c961-bd25-02667232572d","5293ac76-2475-c5f0-8e39-7d13a672ad93","314169aa-2d29-83fe-8c85-0e44bf937117"]}]},{"name":"mod","origin":[315,-60,0],"color":0,"uuid":"6b63ba37-ec67-31a0-f163-d4f2a8f8e0d2","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"m","origin":[315,-60,0],"color":0,"uuid":"5fe9e08f-a17f-5d4f-98fb-57163d56e5ba","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["1bd4927b-8845-da9e-fe16-1654174f546e","183ff5ae-e0f6-5009-076e-976ab858876e","e46a9d7e-4eb8-254b-9d0c-dbef8067c430","582380d7-7a5b-22a8-2e9f-a405facf7347"]},{"name":"o","origin":[315,-60,0],"color":0,"uuid":"146c37e2-27d6-caae-8909-16ed6b4a7211","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["8337785c-5ea4-c158-cd77-ceaa1ac5bae6","207d9cb0-b2f3-73e5-c4fc-6ead2c541f9f","a60bd130-98f8-27e8-4487-1ef11603e3b1","0f86f5b5-3ebe-2e4b-85c9-ecc049a5db3e","9be98ca6-ba74-04d4-b368-492d80565ddf","191fb300-3394-ea42-cdb2-5eef19295ce9","347e0ce5-4c68-cc5d-fa9d-29831691f24a"]},{"name":"d","origin":[315,-60,0],"color":0,"uuid":"18ca4dd7-dff7-905f-6b97-dfb047dded9a","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["1ce3a549-93df-a3ed-f138-a10a9c934e2a","beb7f913-d00e-61df-b0e1-acd50aa8f97a","d180cc43-160e-b8ff-d9f4-8cbe8683a7d4","037cd18b-8990-d71c-dbfd-16e63c3a36c3","077e213a-f35d-114c-0443-112ef002815d"]}]}]}],"textures":[{"path":"C:\\Users\\Yusuf Ismail\\OneDrive\\Documents\\GitHub\\Armour-and-Tools-Mod\\src\\main\\resources\\assets\\armourandtoolsmod\\textures\\logo\\armour_and_tools_mod_logo.png","name":"armour_and_tools_mod_logo.png","folder":"","namespace":"","id":"0","particle":false,"render_mode":"default","render_sides":"front","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"4659d830-7a2d-953c-69fa-6fa4b82074a6","relative_path":"../../../../textures/logo/armour_and_tools_mod_logo.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB9AAAAKACAYAAADEjuMpAAAAAXNSR0IArs4c6QAAIABJREFUeF7s28EJADAMAzFn/6VLuTWUEcT9TG6OAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQ2DEgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEZkAXAQECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQ+AI+0HVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQnQQsBBAAAgAElEQVQECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFDy1t4AABu2SURBVECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwICuAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgkIAPdCUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDugYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEACPtCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCfhAVwIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDCga4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCTgA10JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAgK4BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQgA90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAI+0JVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQM6BogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIJ+EBXAgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMKBrgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJOADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAD3QlECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA7oGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAAj7QlUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAzoGiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgn4QFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4ANdCQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECDw2reDEgAAAARi/VsrXI1VGPcTCRjQNUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBBLwQFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4IGuBAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYEDXAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQSMADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAB7oSCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAV0DBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgAQ90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAIe6EogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGdA0QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIEEPNCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCXigK4EAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBjQNUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBBLwQFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4IGuBAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYEDXAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQSMADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAB7oSCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAV0DBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgAQ90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAIe6EogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGdA0QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIEEPNCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCXigK4EAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBjQNUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBBLwQFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4IGuBAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYEDXAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQSMADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAB7oSCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAV0DBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgAQ90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAIe6EogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGdA0QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIEEPNCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCXigK4EAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBjQNUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBBLwQFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4IGuBAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYEDXAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQSMADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAB7oSCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAV0DBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgAQ90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAIe6EogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGdA0QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIEEPNCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCXigK4EAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBjQNUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBBLwQFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4IGuBAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYEDXAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQSMADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAB7oSCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAV0DBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgAQ90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAIe6EogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGdA0QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIEEPNCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCXigK4EAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBjQNUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBBLwQFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4IGuBAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYEDXAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQSMADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAB7oSCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAV0DBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgAQ90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAIe6EogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGdA0QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIEEPNCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCXigK4EAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBjQNUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBBLwQFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4IGuBAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYEDXAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQSMADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAB7oSCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAV0DBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgAQ90JRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQO6BggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAIe6EogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGdA0QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIEEPNCVQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDOgaIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCXigK4EAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBjQNUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBBLwQFcCAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwoGuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgk4IGuBAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYEDXAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQSMADXQkECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMCArgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIJCAB7oSCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDABQYT+gKB82XlVAAAAABJRU5ErkJggg=="}]} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blue_double_lightsaber.json b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blue_double_lightsaber.json new file mode 100644 index 00000000..af6e1cd2 --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blue_double_lightsaber.json @@ -0,0 +1,4927 @@ +{ + "credit": "Made by Dunkan", + "textures": { + "0": "armourandtoolsmod:item/lightsaber/blue_double/texture30", + "1": "armourandtoolsmod:item/lightsaber/blue_double/texture31", + "3": "armourandtoolsmod:item/lightsaber/blue_double/texture11", + "7": "armourandtoolsmod:item/lightsaber/blue_double/texture36", + "8": "armourandtoolsmod:item/lightsaber/blue_double/texture66", + "9": "armourandtoolsmod:item/lightsaber/blue_double/blue_stained_glass", + "10": "armourandtoolsmod:item/lightsaber/blue_double/texture24", + "11": "armourandtoolsmod:item/lightsaber/blue_double/texture14", + "particle": "armourandtoolsmod:item/lightsaber/blue_double/blue_stained_glass" + }, + "elements": [ + { + "from": [7.525, 11.15, 8.025], + "to": [8.475, 12.775, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.5, 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.525, 3.225, 8.025], + "to": [8.475, 4.85, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.525, 10.75, 8.025], + "to": [8.475, 11.075, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.8, 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.525, 4.925, 8.025], + "to": [8.475, 5.25, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.525, 10.525, 8.025], + "to": [8.475, 10.65, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.375, 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.525, 5.35, 8.025], + "to": [8.475, 5.475, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.525, 10.325, 8.025], + "to": [8.475, 10.45, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.175, 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.525, 5.55, 8.025], + "to": [8.475, 5.675, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.525, 10.125, 8.025], + "to": [8.475, 10.25, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.975, 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.525, 5.75, 8.025], + "to": [8.475, 5.875, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.525, 9.925, 8.025], + "to": [8.475, 10.05, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.775, 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.525, 5.95, 8.025], + "to": [8.475, 6.075, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.525, 9.725, 8.025], + "to": [8.475, 9.85, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.575, 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.525, 6.15, 8.025], + "to": [8.475, 6.275, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.525, 9.525, 8.025], + "to": [8.475, 9.65, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.375, 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.525, 6.35, 8.025], + "to": [8.475, 6.475, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.575, 8, 8.075], + "to": [8.425, 11.3, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.375, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 4.7, 8.075], + "to": [8.425, 8, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "up": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#3"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#3"} + } + }, + { + "from": [7.575, 11.15, 7.975], + "to": [8.425, 12.775, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.5, 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.575, 3.225, 7.975], + "to": [8.425, 4.85, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.575, 10.75, 7.975], + "to": [8.425, 11.075, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.8, 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.575, 4.925, 7.975], + "to": [8.425, 5.25, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.575, 10.525, 7.975], + "to": [8.425, 10.65, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.375, 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.575, 5.35, 7.975], + "to": [8.425, 5.475, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.575, 10.325, 7.975], + "to": [8.425, 10.45, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.175, 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.575, 5.55, 7.975], + "to": [8.425, 5.675, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.575, 10.125, 7.975], + "to": [8.425, 10.25, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.975, 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.575, 5.75, 7.975], + "to": [8.425, 5.875, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.575, 9.925, 7.975], + "to": [8.425, 10.05, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.775, 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.575, 5.95, 7.975], + "to": [8.425, 6.075, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.575, 9.725, 7.975], + "to": [8.425, 9.85, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.575, 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.575, 6.15, 7.975], + "to": [8.425, 6.275, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.575, 9.525, 7.975], + "to": [8.425, 9.65, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.375, 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.575, 6.35, 7.975], + "to": [8.425, 6.475, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.625, 8, 8.025], + "to": [8.375, 11.3, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.375, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 4.7, 8.025], + "to": [8.375, 8, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "up": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#3"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#3"} + } + }, + { + "from": [7.625, 11.15, 7.925], + "to": [8.375, 12.775, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.5, 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.625, 3.225, 7.925], + "to": [8.375, 4.85, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.625, 10.75, 7.925], + "to": [8.375, 11.075, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.8, 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.625, 4.925, 7.925], + "to": [8.375, 5.25, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.625, 10.525, 7.925], + "to": [8.375, 10.65, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.375, 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.625, 5.35, 7.925], + "to": [8.375, 5.475, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.625, 10.325, 7.925], + "to": [8.375, 10.45, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.175, 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.625, 5.55, 7.925], + "to": [8.375, 5.675, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.625, 10.125, 7.925], + "to": [8.375, 10.25, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.975, 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.625, 5.75, 7.925], + "to": [8.375, 5.875, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.625, 9.925, 7.925], + "to": [8.375, 10.05, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.775, 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.625, 5.95, 7.925], + "to": [8.375, 6.075, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.625, 9.725, 7.925], + "to": [8.375, 9.85, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.575, 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.625, 6.15, 7.925], + "to": [8.375, 6.275, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.625, 9.525, 7.925], + "to": [8.375, 9.65, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.375, 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.625, 6.35, 7.925], + "to": [8.375, 6.475, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.675, 8, 7.975], + "to": [8.325, 11.3, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.375, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 4.7, 7.975], + "to": [8.325, 8, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "up": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#3"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#3"} + } + }, + { + "from": [7.675, 11.15, 7.875], + "to": [8.325, 12.775, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.5, 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.675, 3.225, 7.875], + "to": [8.325, 4.85, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.675, 10.75, 7.875], + "to": [8.325, 11.075, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.8, 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.675, 4.925, 7.875], + "to": [8.325, 5.25, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.675, 10.525, 7.875], + "to": [8.325, 10.65, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.375, 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.675, 5.35, 7.875], + "to": [8.325, 5.475, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.675, 10.325, 7.875], + "to": [8.325, 10.45, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.175, 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.675, 5.55, 7.875], + "to": [8.325, 5.675, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.675, 10.125, 7.875], + "to": [8.325, 10.25, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.975, 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.675, 5.75, 7.875], + "to": [8.325, 5.875, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.675, 9.925, 7.875], + "to": [8.325, 10.05, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.775, 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.675, 5.95, 7.875], + "to": [8.325, 6.075, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.675, 9.725, 7.875], + "to": [8.325, 9.85, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.575, 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.675, 6.15, 7.875], + "to": [8.325, 6.275, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.675, 9.525, 7.875], + "to": [8.325, 9.65, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.375, 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.675, 6.35, 7.875], + "to": [8.325, 6.475, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.725, 8, 7.925], + "to": [8.275, 11.3, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.375, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, 4.7, 7.925], + "to": [8.275, 8, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "up": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#3"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#3"} + } + }, + { + "from": [7.475, 11.15, 8.075], + "to": [8.525, 12.775, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.5, 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.475, 3.225, 8.075], + "to": [8.525, 4.85, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.475, 10.75, 8.075], + "to": [8.525, 11.075, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.8, 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.475, 4.925, 8.075], + "to": [8.525, 5.25, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.475, 10.525, 8.075], + "to": [8.525, 10.65, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.375, 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.475, 5.35, 8.075], + "to": [8.525, 5.475, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.475, 10.325, 8.075], + "to": [8.525, 10.45, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.175, 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.475, 5.55, 8.075], + "to": [8.525, 5.675, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.475, 10.125, 8.075], + "to": [8.525, 10.25, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.975, 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.475, 5.75, 8.075], + "to": [8.525, 5.875, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.475, 9.925, 8.075], + "to": [8.525, 10.05, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.775, 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.475, 5.95, 8.075], + "to": [8.525, 6.075, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.475, 9.725, 8.075], + "to": [8.525, 9.85, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.575, 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.475, 6.15, 8.075], + "to": [8.525, 6.275, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.475, 9.525, 8.075], + "to": [8.525, 9.65, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.375, 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.475, 6.35, 8.075], + "to": [8.525, 6.475, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.525, 8, 8.125], + "to": [8.475, 11.3, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.375, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 4.7, 8.125], + "to": [8.475, 8, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "up": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#3"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#3"} + } + }, + { + "from": [7.425, 11.15, 8.125], + "to": [8.575, 12.775, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.5, 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.425, 3.225, 8.125], + "to": [8.575, 4.85, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.425, 10.75, 8.125], + "to": [8.575, 11.075, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.8, 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.425, 4.925, 8.125], + "to": [8.575, 5.25, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.425, 10.525, 8.125], + "to": [8.575, 10.65, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.375, 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.425, 5.35, 8.125], + "to": [8.575, 5.475, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.425, 10.325, 8.125], + "to": [8.575, 10.45, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.175, 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.425, 5.55, 8.125], + "to": [8.575, 5.675, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.425, 10.125, 8.125], + "to": [8.575, 10.25, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.975, 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.425, 5.75, 8.125], + "to": [8.575, 5.875, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.425, 9.925, 8.125], + "to": [8.575, 10.05, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.775, 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.425, 5.95, 8.125], + "to": [8.575, 6.075, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.425, 9.725, 8.125], + "to": [8.575, 9.85, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.575, 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.425, 6.15, 8.125], + "to": [8.575, 6.275, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.425, 9.525, 8.125], + "to": [8.575, 9.65, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.375, 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.425, 6.35, 8.125], + "to": [8.575, 6.475, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.475, 8, 8.175], + "to": [8.525, 11.3, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.375, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 4.7, 8.175], + "to": [8.525, 8, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "up": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#3"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#3"} + } + }, + { + "from": [7.375, 11.15, 8.175], + "to": [8.625, 12.775, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.5, 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.375, 3.225, 8.175], + "to": [8.625, 4.85, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.375, 10.75, 8.175], + "to": [8.625, 11.075, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.8, 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.375, 4.925, 8.175], + "to": [8.625, 5.25, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.375, 10.525, 8.175], + "to": [8.625, 10.65, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.375, 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.375, 5.35, 8.175], + "to": [8.625, 5.475, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.375, 10.325, 8.175], + "to": [8.625, 10.45, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.175, 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.375, 5.55, 8.175], + "to": [8.625, 5.675, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.375, 10.125, 8.175], + "to": [8.625, 10.25, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.975, 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.375, 5.75, 8.175], + "to": [8.625, 5.875, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.375, 9.925, 8.175], + "to": [8.625, 10.05, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.775, 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.375, 5.95, 8.175], + "to": [8.625, 6.075, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.375, 9.725, 8.175], + "to": [8.625, 9.85, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.575, 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.375, 6.15, 8.175], + "to": [8.625, 6.275, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.375, 9.525, 8.175], + "to": [8.625, 9.65, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.375, 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.375, 6.35, 8.175], + "to": [8.625, 6.475, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.425, 8, 8.225], + "to": [8.575, 11.3, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.375, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 4.7, 8.225], + "to": [8.575, 8, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "up": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#3"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 180, "texture": "#3"} + } + }, + { + "from": [8.55, 14.3, 8.15], + "to": [8.65, 15.125, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.325, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.35, 0.875, 8.15], + "to": [7.45, 1.7, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.35, 14.05, 8.15], + "to": [8.65, 14.3, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.7, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.35, 1.7, 8.15], + "to": [8.65, 1.95, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.3, 13.075, 7.9], + "to": [8.7, 14.05, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.3, 1.95, 7.9], + "to": [8.7, 2.925, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#11"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#11"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#11"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#11"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#11"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#11"} + } + }, + { + "from": [7.35, 8, 8.15], + "to": [8.65, 8.4, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 15.35, 9]}, + "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": [7.35, 7.6, 8.15], + "to": [8.65, 8, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": 180, "texture": "#1"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.4, 8.4, 8.2], + "to": [8.6, 8.575, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 15.75, 9]}, + "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": [7.4, 7.425, 8.2], + "to": [8.6, 7.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": 180, "texture": "#1"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.35, 12.75, 8.15], + "to": [8.65, 13.075, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.35, 2.925, 8.15], + "to": [8.65, 3.25, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#8"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#8"} + } + }, + { + "from": [8.5, 14.3, 8.8], + "to": [8.6, 15.075, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.325, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.4, 0.925, 8.1], + "to": [7.5, 1.7, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": [1, 1, 0, 0], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [8.45, 14.3, 8.85], + "to": [8.55, 15.025, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.325, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.45, 0.975, 8.05], + "to": [7.55, 1.7, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": [1, 1, 0, 0], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [8.4, 14.3, 8.9], + "to": [8.5, 14.975, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.325, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.5, 1.025, 8], + "to": [7.6, 1.7, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": [1, 1, 0, 0], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [8.3, 14.3, 9], + "to": [8.4, 14.875, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.325, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.6, 1.125, 7.9], + "to": [7.7, 1.7, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": [1, 1, 0, 0], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [8.35, 14.3, 8.95], + "to": [8.45, 14.925, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.325, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.55, 1.075, 7.95], + "to": [7.65, 1.7, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": [1, 1, 0, 0], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [8.275, 14.3, 9.05], + "to": [8.35, 14.825, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.325, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.65, 1.175, 7.85], + "to": [7.725, 1.7, 7.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [8.275, 14.3, 7.85], + "to": [8.35, 14.825, 7.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.325, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.65, 1.175, 9.05], + "to": [7.725, 1.7, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.65, 14.05, 7.85], + "to": [8.35, 14.3, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.7, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.65, 1.7, 7.85], + "to": [8.35, 1.95, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.4, 13.075, 7.8], + "to": [8.6, 14.05, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.4, 1.95, 7.8], + "to": [8.6, 2.925, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#11"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#11"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#11"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#11"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#11"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#11"} + } + }, + { + "from": [7.25, 11.775, 8.425], + "to": [7.325, 11.975, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8.475, 18.475, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#10"} + } + }, + { + "from": [7.25, 4.025, 8.425], + "to": [7.325, 4.225, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8.475, -2.475, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#10"} + } + }, + { + "from": [11.175, 8.9, 8.425], + "to": [11.45, 9.1, 8.625], + "rotation": {"angle": -22.5, "axis": "z", "origin": [9.825, 15.825, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [11.175, 6.9, 8.425], + "to": [11.45, 7.1, 8.625], + "rotation": {"angle": 22.5, "axis": "z", "origin": [9.825, 0.175, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.325, 11.75, 8.4], + "to": [7.375, 12, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8.525, 18.475, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [7.325, 4, 8.4], + "to": [7.375, 4.25, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8.525, -2.475, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#3"} + } + }, + { + "from": [7.25, 11.75, 8.45], + "to": [7.325, 12, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.475, 18.475, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#10"} + } + }, + { + "from": [7.25, 4, 8.45], + "to": [7.325, 4.25, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.475, -2.475, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#10"} + } + }, + { + "from": [11.175, 8.875, 8.45], + "to": [11.45, 9.125, 8.6], + "rotation": {"angle": -22.5, "axis": "z", "origin": [9.825, 15.825, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [11.175, 6.875, 8.45], + "to": [11.45, 7.125, 8.6], + "rotation": {"angle": 22.5, "axis": "z", "origin": [9.825, 0.175, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.325, 11.725, 8.425], + "to": [7.375, 12.025, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8.525, 18.475, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [7.325, 3.975, 8.425], + "to": [7.375, 4.275, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8.525, -2.475, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#3"} + } + }, + { + "from": [7.25, 11.725, 8.475], + "to": [7.325, 12.025, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8.475, 18.475, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#10"} + } + }, + { + "from": [7.25, 3.975, 8.475], + "to": [7.325, 4.275, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8.475, -2.475, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#10"} + } + }, + { + "from": [11.175, 8.85, 8.475], + "to": [11.45, 9.15, 8.575], + "rotation": {"angle": -22.5, "axis": "z", "origin": [9.825, 15.825, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [11.175, 6.85, 8.475], + "to": [11.45, 7.15, 8.575], + "rotation": {"angle": 22.5, "axis": "z", "origin": [9.825, 0.175, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.325, 11.7, 8.45], + "to": [7.375, 12.05, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.525, 18.475, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [7.325, 3.95, 8.45], + "to": [7.375, 4.3, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.525, -2.475, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#3"} + } + }, + { + "from": [7.25, 11.8, 8.4], + "to": [7.325, 11.95, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8.475, 18.475, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#10"} + } + }, + { + "from": [7.25, 4.05, 8.4], + "to": [7.325, 4.2, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8.475, -2.475, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#10"} + } + }, + { + "from": [11.175, 8.925, 8.4], + "to": [11.45, 9.075, 8.65], + "rotation": {"angle": -22.5, "axis": "z", "origin": [9.825, 15.825, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [11.175, 6.925, 8.4], + "to": [11.45, 7.075, 8.65], + "rotation": {"angle": 22.5, "axis": "z", "origin": [9.825, 0.175, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.325, 11.775, 8.375], + "to": [7.375, 11.975, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8.525, 18.475, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [7.325, 4.025, 8.375], + "to": [7.375, 4.225, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8.525, -2.475, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#3"} + } + }, + { + "from": [7.25, 11.825, 8.375], + "to": [7.325, 11.925, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8.475, 18.475, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#10"} + } + }, + { + "from": [7.25, 4.075, 8.375], + "to": [7.325, 4.175, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8.475, -2.475, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#10"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#10"} + } + }, + { + "from": [11.175, 8.95, 8.375], + "to": [11.45, 9.05, 8.675], + "rotation": {"angle": -22.5, "axis": "z", "origin": [9.825, 15.825, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [11.175, 6.95, 8.375], + "to": [11.45, 7.05, 8.675], + "rotation": {"angle": 22.5, "axis": "z", "origin": [9.825, 0.175, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.325, 11.8, 8.35], + "to": [7.375, 11.95, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8.525, 18.475, 8.525]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [7.325, 4.05, 8.35], + "to": [7.375, 4.2, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8.525, -2.475, 8.525]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#3"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 8, 7.85], + "to": [8.35, 8.4, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 15.35, 9]}, + "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": [7.65, 7.6, 7.85], + "to": [8.35, 8, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": 180, "texture": "#1"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.7, 8.4, 7.9], + "to": [8.3, 8.575, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 15.75, 9]}, + "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": [7.7, 7.425, 7.9], + "to": [8.3, 7.6, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": 180, "texture": "#1"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.65, 12.75, 7.85], + "to": [8.35, 13.075, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.65, 2.925, 7.85], + "to": [8.35, 3.25, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#8"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#8"} + } + }, + { + "from": [8.3, 14.3, 7.9], + "to": [8.4, 14.875, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.325, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.6, 1.125, 9], + "to": [7.7, 1.7, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.6, 14.05, 7.9], + "to": [8.4, 14.3, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.7, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.6, 1.7, 7.9], + "to": [8.4, 1.95, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.6, 8, 7.9], + "to": [8.4, 8.4, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 15.35, 9]}, + "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": [7.6, 7.6, 7.9], + "to": [8.4, 8, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": 180, "texture": "#1"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.65, 8.4, 7.95], + "to": [8.35, 8.575, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 15.75, 9]}, + "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": [7.65, 7.425, 7.95], + "to": [8.35, 7.6, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": 180, "texture": "#1"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.6, 12.75, 7.9], + "to": [8.4, 13.075, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.6, 2.925, 7.9], + "to": [8.4, 3.25, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#8"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#8"} + } + }, + { + "from": [8.35, 14.3, 7.95], + "to": [8.45, 14.925, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.325, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.55, 1.075, 8.95], + "to": [7.65, 1.7, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.55, 14.05, 7.95], + "to": [8.45, 14.3, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.7, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.55, 1.7, 7.95], + "to": [8.45, 1.95, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.55, 8, 7.95], + "to": [8.45, 8.4, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 15.35, 9]}, + "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": [7.55, 7.6, 7.95], + "to": [8.45, 8, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": 180, "texture": "#1"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.6, 8.4, 8], + "to": [8.4, 8.575, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 15.75, 9]}, + "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": [7.6, 7.425, 8], + "to": [8.4, 7.6, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": 180, "texture": "#1"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.55, 12.75, 7.95], + "to": [8.45, 13.075, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.55, 2.925, 7.95], + "to": [8.45, 3.25, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#8"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#8"} + } + }, + { + "from": [8.4, 14.3, 8], + "to": [8.5, 14.975, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.325, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.5, 1.025, 8.9], + "to": [7.6, 1.7, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.5, 14.05, 8], + "to": [8.5, 14.3, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.7, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.5, 1.7, 8], + "to": [8.5, 1.95, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.35, 13.075, 7.85], + "to": [8.65, 14.05, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.35, 1.95, 7.85], + "to": [8.65, 2.925, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#11"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#11"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#11"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#11"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#11"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#11"} + } + }, + { + "from": [7.5, 8, 8], + "to": [8.5, 8.4, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 15.35, 9]}, + "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": [7.5, 7.6, 8], + "to": [8.5, 8, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": 180, "texture": "#1"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.55, 8.4, 8.05], + "to": [8.45, 8.575, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 15.75, 9]}, + "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": [7.55, 7.425, 8.05], + "to": [8.45, 7.6, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": 180, "texture": "#1"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.5, 12.75, 8], + "to": [8.5, 13.075, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.5, 2.925, 8], + "to": [8.5, 3.25, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#8"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#8"} + } + }, + { + "from": [8.45, 14.3, 8.05], + "to": [8.55, 15.025, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.325, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.45, 0.975, 8.85], + "to": [7.55, 1.7, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.45, 14.05, 8.05], + "to": [8.55, 14.3, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.7, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.45, 1.7, 8.05], + "to": [8.55, 1.95, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.45, 8, 8.05], + "to": [8.55, 8.4, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 15.35, 9]}, + "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": [7.45, 7.6, 8.05], + "to": [8.55, 8, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": 180, "texture": "#1"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.5, 8.4, 8.1], + "to": [8.5, 8.575, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 15.75, 9]}, + "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": [7.5, 7.425, 8.1], + "to": [8.5, 7.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": 180, "texture": "#1"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.45, 12.75, 8.05], + "to": [8.55, 13.075, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.45, 2.925, 8.05], + "to": [8.55, 3.25, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#8"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#8"} + } + }, + { + "from": [8.5, 14.3, 8.1], + "to": [8.6, 15.075, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.325, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.4, 0.925, 8.8], + "to": [7.5, 1.7, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.4, 14.05, 8.1], + "to": [8.6, 14.3, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 20.7, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.4, 1.7, 8.1], + "to": [8.6, 1.95, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.4, 8, 8.1], + "to": [8.6, 8.4, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 15.35, 9]}, + "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": [7.4, 7.6, 8.1], + "to": [8.6, 8, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": 180, "texture": "#1"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.45, 8.4, 8.15], + "to": [8.55, 8.575, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 15.75, 9]}, + "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": [7.45, 7.425, 8.15], + "to": [8.55, 7.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "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": 180, "texture": "#1"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [7.4, 12.75, 8.1], + "to": [8.6, 13.075, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.4, 2.925, 8.1], + "to": [8.6, 3.25, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#8"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#8"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 180, "texture": "#8"} + } + }, + { + "name": "cube2", + "from": [7.7, 13.45, 8.2], + "to": [8.3, 31.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#7"} + } + }, + { + "name": "cube3", + "from": [7.7, 31.675, 8.2], + "to": [8.3, 31.7, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 31.65, 8.8], + "to": [8.3, 31.675, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.65, 31.65, 8.2], + "to": [7.7, 31.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 31.65, 8.15], + "to": [8.3, 31.675, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 31.65, 8.2], + "to": [8.35, 31.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 31.6, 8.15], + "to": [8.35, 31.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.35, 31.6, 8.2], + "to": [8.4, 31.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 31.6, 8.8], + "to": [8.35, 31.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 31.6, 8.85], + "to": [8.3, 31.65, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 31.6, 8.8], + "to": [7.7, 31.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 31.6, 8.2], + "to": [7.65, 31.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 31.6, 8.15], + "to": [7.7, 31.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 31.6, 8.1], + "to": [8.3, 31.65, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 31.525, 8.1], + "to": [8.35, 31.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 31.525, 8.15], + "to": [8.4, 31.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 31.525, 8.2], + "to": [8.45, 31.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 31.525, 8.8], + "to": [8.4, 31.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 31.525, 8.85], + "to": [8.35, 31.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 31.525, 8.9], + "to": [8.3, 31.6, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 31.525, 8.85], + "to": [7.7, 31.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 31.525, 8.8], + "to": [7.65, 31.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 31.525, 8.2], + "to": [7.6, 31.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 31.525, 8.15], + "to": [7.65, 31.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 31.525, 8.1], + "to": [7.7, 31.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 31.525, 8.05], + "to": [8.3, 31.6, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 31.425, 8.8], + "to": [8.45, 31.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 31.425, 8.85], + "to": [8.4, 31.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 31.425, 8.9], + "to": [8.35, 31.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 31.425, 8.95], + "to": [8.3, 31.525, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 31.425, 8.9], + "to": [7.7, 31.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 31.425, 8.85], + "to": [7.65, 31.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 31.425, 8.8], + "to": [7.6, 31.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 31.425, 8.2], + "to": [7.55, 31.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 31.425, 8.15], + "to": [7.6, 31.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 31.425, 8.1], + "to": [7.65, 31.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 31.425, 8.05], + "to": [7.7, 31.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 31.425, 8], + "to": [8.3, 31.525, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 31.425, 8.05], + "to": [8.35, 31.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 31.425, 8.1], + "to": [8.4, 31.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 31.425, 8.15], + "to": [8.45, 31.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 31.425, 8.2], + "to": [8.5, 31.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 13.45, 8], + "to": [8.35, 31.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 13.45, 8.05], + "to": [8.4, 31.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 13.45, 8.1], + "to": [8.45, 31.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 13.45, 8.15], + "to": [8.5, 31.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.5, 13.45, 8.2], + "to": [8.55, 31.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 13.45, 8.8], + "to": [8.5, 31.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 13.45, 8.85], + "to": [8.45, 31.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 13.45, 8.9], + "to": [8.4, 31.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 13.45, 8.95], + "to": [8.35, 31.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 13.45, 9], + "to": [8.3, 31.425, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 13.45, 8.95], + "to": [7.7, 31.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 13.45, 8.9], + "to": [7.65, 31.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 13.45, 8.85], + "to": [7.6, 31.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 13.45, 8.8], + "to": [7.55, 31.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "rotation": 90, "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.45, 13.45, 8.2], + "to": [7.5, 31.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 13.45, 8.15], + "to": [7.55, 31.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 13.45, 8.1], + "to": [7.6, 31.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 13.45, 8.05], + "to": [7.65, 31.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 13.45, 8], + "to": [7.7, 31.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 13.45, 7.95], + "to": [8.3, 31.425, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 22.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, -15.425, 8.2], + "to": [8.3, 2.55, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#7"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#7"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#7"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#7"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#7"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#7"} + } + }, + { + "name": "cube4", + "from": [7.7, -15.7, 8.2], + "to": [8.3, -15.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "name": "cube4", + "from": [7.7, -15.675, 8.8], + "to": [8.3, -15.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "name": "cube4", + "from": [7.65, -15.675, 8.2], + "to": [7.7, -15.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "name": "cube4", + "from": [7.7, -15.675, 8.15], + "to": [8.3, -15.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "name": "cube4", + "from": [8.3, -15.675, 8.2], + "to": [8.35, -15.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "name": "cube4", + "from": [8.3, -15.65, 8.15], + "to": [8.35, -15.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "name": "cube4", + "from": [8.35, -15.65, 8.2], + "to": [8.4, -15.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "name": "cube4", + "from": [8.3, -15.65, 8.8], + "to": [8.35, -15.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "name": "cube4", + "from": [7.7, -15.65, 8.85], + "to": [8.3, -15.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.65, -15.65, 8.8], + "to": [7.7, -15.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.6, -15.65, 8.2], + "to": [7.65, -15.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.65, -15.65, 8.15], + "to": [7.7, -15.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.7, -15.65, 8.1], + "to": [8.3, -15.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.3, -15.6, 8.1], + "to": [8.35, -15.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.35, -15.6, 8.15], + "to": [8.4, -15.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.4, -15.6, 8.2], + "to": [8.45, -15.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.35, -15.6, 8.8], + "to": [8.4, -15.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.3, -15.6, 8.85], + "to": [8.35, -15.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.7, -15.6, 8.9], + "to": [8.3, -15.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.65, -15.6, 8.85], + "to": [7.7, -15.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.6, -15.6, 8.8], + "to": [7.65, -15.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.55, -15.6, 8.2], + "to": [7.6, -15.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.6, -15.6, 8.15], + "to": [7.65, -15.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.65, -15.6, 8.1], + "to": [7.7, -15.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.7, -15.6, 8.05], + "to": [8.3, -15.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.4, -15.525, 8.8], + "to": [8.45, -15.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.35, -15.525, 8.85], + "to": [8.4, -15.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.3, -15.525, 8.9], + "to": [8.35, -15.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.7, -15.525, 8.95], + "to": [8.3, -15.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.65, -15.525, 8.9], + "to": [7.7, -15.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.6, -15.525, 8.85], + "to": [7.65, -15.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.55, -15.525, 8.8], + "to": [7.6, -15.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.5, -15.525, 8.2], + "to": [7.55, -15.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.55, -15.525, 8.15], + "to": [7.6, -15.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.6, -15.525, 8.1], + "to": [7.65, -15.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.65, -15.525, 8.05], + "to": [7.7, -15.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.7, -15.525, 8], + "to": [8.3, -15.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.3, -15.525, 8.05], + "to": [8.35, -15.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.35, -15.525, 8.1], + "to": [8.4, -15.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.4, -15.525, 8.15], + "to": [8.45, -15.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.45, -15.525, 8.2], + "to": [8.5, -15.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.3, -15.425, 8], + "to": [8.35, 2.55, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.35, -15.425, 8.05], + "to": [8.4, 2.55, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.4, -15.425, 8.1], + "to": [8.45, 2.55, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.45, -15.425, 8.15], + "to": [8.5, 2.55, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.5, -15.425, 8.2], + "to": [8.55, 2.55, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.45, -15.425, 8.8], + "to": [8.5, 2.55, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.4, -15.425, 8.85], + "to": [8.45, 2.55, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.35, -15.425, 8.9], + "to": [8.4, 2.55, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [8.3, -15.425, 8.95], + "to": [8.35, 2.55, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.7, -15.425, 9], + "to": [8.3, 2.55, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.65, -15.425, 8.95], + "to": [7.7, 2.55, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.6, -15.425, 8.9], + "to": [7.65, 2.55, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.55, -15.425, 8.85], + "to": [7.6, 2.55, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.5, -15.425, 8.8], + "to": [7.55, 2.55, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [8, 8, 9, 7], "rotation": 90, "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.45, -15.425, 8.2], + "to": [7.5, 2.55, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.5, -15.425, 8.15], + "to": [7.55, 2.55, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.55, -15.425, 8.1], + "to": [7.6, 2.55, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.6, -15.425, 8.05], + "to": [7.65, 2.55, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.65, -15.425, 8], + "to": [7.7, 2.55, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + }, + { + "from": [7.7, -15.425, 7.95], + "to": [8.3, 2.55, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -6.925, 9]}, + "faces": { + "north": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "east": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "south": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "west": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "up": {"uv": [9, 7, 8, 8], "texture": "#9"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#9"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [0, 90, 0], + "translation": [-0.75, -2, 1.5] + }, + "thirdperson_lefthand": { + "rotation": [0, -90, 0], + "translation": [0.5, -2, 1.5] + }, + "firstperson_righthand": { + "rotation": [0, 29, 0], + "translation": [0.5, -2.75, 0] + }, + "firstperson_lefthand": { + "rotation": [0, -149, 0], + "translation": [0.5, -2.75, 1] + }, + "ground": { + "rotation": [-180, 0, 90], + "translation": [0, -3.25, 0.25] + }, + "gui": { + "rotation": [0, 0, -45], + "translation": [-0.5, 0.5, 0], + "scale": [0.45, 0.45, 0.45] + }, + "fixed": { + "rotation": [0, -90, 0], + "translation": [1.5, 0.5, -3.75], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "меч", + "origin": [8, 8, 8], + "children": [ + { + "name": "нижня часть", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "середня часть", + "origin": [8, 8, 8], + "children": [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] + }, + { + "name": "часть з кнопками", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "верхня часть", + "origin": [8, 8, 8], + "children": [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] + }, + { + "name": "внутріння часть", + "origin": [8, 8, 8], + "children": [] + } + ] + }, + { + "name": "мєлкі деталі", + "origin": [8, 8, 8], + "children": [ + { + "name": "кнопки на верхній часті", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "кнопка на нижній часті", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "болтіки", + "origin": [8, 8, 8], + "children": [] + } + ] + }, + { + "name": "лазер меча", + "origin": [8, 8, 8], + "children": [ + { + "name": "цвєт меча", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "біла часть", + "origin": [8, 8, 8], + "children": [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] + }, + { + "name": "біла часть", + "origin": [8, 8, 8], + "children": [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] + } + ] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blue_lightsaber.json b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blue_lightsaber.json new file mode 100644 index 00000000..3baec3d6 --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/blue_lightsaber.json @@ -0,0 +1,2932 @@ +{ + "credit": "Made by Dunkan", + "textures": { + "0": "armourandtoolsmod:item/lightsaber/blue/texture30", + "1": "armourandtoolsmod:item/lightsaber/blue/texture31", + "2": "armourandtoolsmod:item/lightsaber/blue/texture32", + "3": "armourandtoolsmod:item/lightsaber/blue/texture11", + "4": "armourandtoolsmod:item/lightsaber/blue/texture51", + "5": "armourandtoolsmod:item/lightsaber/blue/texture28", + "6": "armourandtoolsmod:item/lightsaber/blue/texture17", + "7": "armourandtoolsmod:item/lightsaber/blue/texture36", + "9": "armourandtoolsmod:item/lightsaber/blue/blue_stained_glass", + "particle": "armourandtoolsmod:item/lightsaber/blue/blue_stained_glass" + }, + "elements": [ + { + "from": [7.5, 0, 8], + "to": [8.5, 0.55, 9], + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.575, -0.05, 8.075], + "to": [8.425, 0, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.45, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.65, -0.1, 8.15], + "to": [8.35, -0.05, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.4, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.55, 0, 7.95], + "to": [8.45, 0.55, 9.05], + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.625, -0.05, 8.025], + "to": [8.375, 0, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.45, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.7, -0.1, 8.1], + "to": [8.3, -0.05, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.4, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.6, 0, 7.9], + "to": [8.4, 0.55, 9.1], + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.675, -0.05, 7.975], + "to": [8.325, 0, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.45, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.75, -0.1, 8.05], + "to": [8.25, -0.05, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.4, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.65, 0, 7.85], + "to": [8.35, 0.55, 9.15], + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.725, -0.05, 7.925], + "to": [8.275, 0, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.45, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.8, -0.1, 8], + "to": [8.2, -0.05, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.4, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.45, 0, 8.05], + "to": [8.55, 0.55, 8.95], + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.525, -0.05, 8.125], + "to": [8.475, 0, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.45, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.6, -0.1, 8.2], + "to": [8.4, -0.05, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.4, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.4, 0, 8.1], + "to": [8.6, 0.55, 8.9], + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.475, -0.05, 8.175], + "to": [8.525, 0, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.45, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.55, -0.1, 8.25], + "to": [8.45, -0.05, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.4, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.35, 0, 8.15], + "to": [8.65, 0.55, 8.85], + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.425, -0.05, 8.225], + "to": [8.575, 0, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.45, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.5, -0.1, 8.3], + "to": [8.5, -0.05, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.4, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.375, 1.375, 8.175], + "to": [8.625, 3.4, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.675, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 1.375, 8.125], + "to": [8.575, 3.4, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.675, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 1.375, 8.075], + "to": [8.525, 3.4, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.675, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 1.375, 8.025], + "to": [8.475, 3.4, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.675, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 1.375, 7.975], + "to": [8.425, 3.4, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.675, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 1.375, 7.925], + "to": [8.375, 3.4, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.675, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 1.375, 7.875], + "to": [8.325, 3.4, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.675, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.5, 0.65, 8], + "to": [8.5, 1.375, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.65, 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, 3.4, 8], + "to": [8.5, 4.125, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.4, 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.55, 0.65, 7.95], + "to": [8.45, 1.375, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.65, 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.55, 3.4, 7.95], + "to": [8.45, 4.125, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.4, 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.6, 0.65, 7.9], + "to": [8.4, 1.375, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.65, 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.6, 3.4, 7.9], + "to": [8.4, 4.125, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.4, 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.65, 0.65, 7.85], + "to": [8.35, 1.375, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.65, 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.65, 3.4, 7.85], + "to": [8.35, 4.125, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.4, 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.45, 0.65, 8.05], + "to": [8.55, 1.375, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.65, 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.45, 3.4, 8.05], + "to": [8.55, 4.125, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.4, 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.4, 0.65, 8.1], + "to": [8.6, 1.375, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.65, 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.4, 3.4, 8.1], + "to": [8.6, 4.125, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.4, 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.35, 0.65, 8.15], + "to": [8.65, 1.375, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.65, 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.35, 1.375, 8.35], + "to": [8.65, 3.4, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.65, 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.35, 3.4, 8.15], + "to": [8.65, 4.125, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.4, 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.35, 5.45, 8.15], + "to": [8.65, 5.575, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 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.35, 4.2, 8.15], + "to": [8.65, 4.35, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 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.35, 4.45, 8.15], + "to": [8.325, 4.675, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 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.35, 4.775, 8.15], + "to": [8.325, 5, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 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.35, 5.125, 8.15], + "to": [8.325, 5.35, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.15, 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.4, 5.45, 8.1], + "to": [8.6, 5.575, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 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.4, 4.2, 8.1], + "to": [8.6, 4.35, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 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.4, 4.45, 8.1], + "to": [8.275, 4.675, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 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.4, 4.775, 8.1], + "to": [8.275, 5, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 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.4, 5.125, 8.1], + "to": [8.275, 5.35, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.15, 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.45, 5.45, 8.05], + "to": [8.55, 5.575, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 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.45, 4.2, 8.05], + "to": [8.55, 4.35, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 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, 4.2, 8], + "to": [8.5, 5.575, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 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, 4.2, 8.95], + "to": [8.5, 5.575, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 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.55, 4.2, 7.95], + "to": [8.45, 5.575, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 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.6, 4.2, 7.9], + "to": [8.4, 5.575, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 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.65, 4.2, 7.85], + "to": [8.35, 5.575, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 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.65, 5.65, 7.95], + "to": [8.35, 5.875, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "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": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.65, 5.65, 9], + "to": [8.35, 5.875, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 7]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.5, 5.65, 8.15], + "to": [8.55, 5.875, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.45, 5.65, 8.15], + "to": [7.5, 5.875, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "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.5, 5.65, 8.15], + "to": [7.55, 5.825, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "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.65, 5.65, 8], + "to": [8.35, 5.825, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "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.65, 5.65, 8.95], + "to": [8.35, 5.825, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.55, 5.65, 8.05], + "to": [8.45, 5.775, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.55, 5.65, 8.1], + "to": [8.45, 5.725, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.55, 5.65, 8.9], + "to": [8.45, 5.775, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.4, 5.65, 8.1], + "to": [8.45, 5.775, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.25, 5.65, 8.1], + "to": [8.4, 5.775, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.25, 5.65, 8.85], + "to": [8.4, 5.775, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "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.6, 5.65, 8.1], + "to": [7.75, 5.775, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "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": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.6, 5.65, 8.85], + "to": [7.75, 5.775, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.3, 5.65, 8.15], + "to": [8.4, 5.775, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.3, 5.65, 8.8], + "to": [8.4, 5.775, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "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.6, 5.65, 8.15], + "to": [7.7, 5.775, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "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": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.6, 5.65, 8.8], + "to": [7.7, 5.775, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.35, 5.65, 8.2], + "to": [8.4, 5.775, 8.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.35, 5.65, 8.75], + "to": [8.4, 5.775, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "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.6, 5.65, 8.2], + "to": [7.65, 5.775, 8.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "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": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.6, 5.65, 8.75], + "to": [7.65, 5.775, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.55, 5.65, 8.1], + "to": [7.6, 5.775, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "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": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.45, 5.65, 8.15], + "to": [8.5, 5.825, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.35, 5.65, 8.15], + "to": [7.45, 6.625, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.4, 5.65, 8.8], + "to": [7.5, 6.625, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [7.45, 5.65, 8.85], + "to": [7.55, 6.625, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [7.5, 5.65, 8.9], + "to": [7.6, 6.625, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [7.6, 5.65, 9], + "to": [7.7, 6.625, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [7.55, 5.65, 8.95], + "to": [7.65, 6.625, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [7.65, 5.65, 9.05], + "to": [8.35, 6.625, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.3, 5.65, 9], + "to": [8.4, 6.625, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.35, 5.65, 8.95], + "to": [8.45, 6.625, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.4, 5.65, 8.9], + "to": [8.5, 6.625, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.45, 5.65, 8.85], + "to": [8.55, 6.625, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.5, 5.65, 8.8], + "to": [8.6, 6.625, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.55, 5.65, 8.15], + "to": [8.65, 6.625, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.5, 5.65, 8.1], + "to": [8.6, 6.625, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.4, 5.65, 8], + "to": [8.5, 6.625, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.45, 5.65, 8.05], + "to": [8.55, 6.625, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.35, 5.65, 7.95], + "to": [8.45, 6.625, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.3, 5.65, 7.9], + "to": [8.4, 6.625, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.65, 5.65, 7.85], + "to": [8.35, 6.625, 7.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.6, 5.65, 7.9], + "to": [7.7, 6.625, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.55, 5.65, 7.95], + "to": [7.65, 6.625, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.5, 5.65, 8], + "to": [7.6, 6.625, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.45, 5.65, 8.05], + "to": [7.55, 6.625, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.4, 5.65, 8.1], + "to": [7.5, 6.625, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.7, 0.45, 7.9], + "to": [8.3, 5.675, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 0.45, 7.95], + "to": [8.35, 5.675, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, 0.45, 8], + "to": [8.4, 5.675, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.55, 0.45, 8.05], + "to": [8.45, 5.675, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.5, 0.45, 8.1], + "to": [8.5, 5.675, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.45, 0.45, 8.15], + "to": [8.55, 5.675, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.4, 0.45, 8.2], + "to": [8.6, 5.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.875, 0.125, 7.725], + "to": [8.15, 0.4, 8.4], + "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.9, 0.1, 7.725], + "to": [8.125, 0.425, 8.4], + "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.925, 0.075, 7.725], + "to": [8.1, 0.45, 8.4], + "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.85, 0.15, 7.725], + "to": [8.175, 0.375, 8.4], + "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.825, 0.175, 7.725], + "to": [8.2, 0.35, 8.4], + "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": [8.5, 4.4, 8.425], + "to": [8.675, 4.75, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8.4, 12.325, 8.475]}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [8.5, 4.425, 8.4], + "to": [8.675, 4.725, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.4, 12.325, 8.475]}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [8.475, 4.85, 8.45], + "to": [8.65, 5.05, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8.375, 12.75, 8.475]}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [8.475, 5.15, 8.45], + "to": [8.65, 5.35, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8.375, 13.05, 8.475]}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [8.475, 5.15, 8.45], + "to": [8.65, 5.35, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8.375, 13.05, 8.475]}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [8.5, 4.45, 8.375], + "to": [8.675, 4.7, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8.4, 12.325, 8.475]}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [8.475, 4.875, 8.425], + "to": [8.65, 5.025, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8.375, 12.75, 8.475]}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [8.475, 5.175, 8.425], + "to": [8.65, 5.325, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8.375, 13.05, 8.475]}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [8.475, 5.175, 8.425], + "to": [8.65, 5.325, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8.375, 13.05, 8.475]}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [8.5, 4.475, 8.35], + "to": [8.675, 4.675, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8.4, 12.325, 8.475]}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [8.475, 4.9, 8.4], + "to": [8.65, 5, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.375, 12.75, 8.475]}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [8.475, 5.2, 8.4], + "to": [8.65, 5.3, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.375, 13.05, 8.475]}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [8.475, 5.2, 8.4], + "to": [8.65, 5.3, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.375, 13.05, 8.475]}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [8.5, 4.5, 8.325], + "to": [8.675, 4.65, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8.4, 12.325, 8.475]}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.375, 4.35, 8.175], + "to": [8.625, 5.45, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 8]}, + "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.475, 4.35, 8.075], + "to": [8.525, 5.45, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 8]}, + "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.5, 4.35, 8.05], + "to": [8.5, 5.45, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 8]}, + "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.425, 4.35, 8.125], + "to": [8.575, 5.45, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.225, 8]}, + "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": [8.65, 5.225, 8.425], + "to": [8.7, 5.275, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 13.05, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#4"} + } + }, + { + "from": [8.65, 5.175, 8.475], + "to": [8.7, 5.325, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 13.05, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#4"} + } + }, + { + "from": [8.65, 5.2, 8.45], + "to": [8.7, 5.3, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 13.05, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#4"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#4"} + } + }, + { + "from": [8.65, 4.925, 8.425], + "to": [8.7, 4.975, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 12.75, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#5"} + } + }, + { + "from": [8.65, 4.875, 8.475], + "to": [8.7, 5.025, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 12.75, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#5"} + } + }, + { + "from": [8.65, 4.9, 8.45], + "to": [8.7, 5, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 12.75, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#5"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#5"} + } + }, + { + "from": [8.65, 4.5, 8.375], + "to": [8.7, 4.65, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 12.375, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [8.7, 4.525, 8.4], + "to": [8.725, 4.625, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.6, 12.375, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [8.65, 4.525, 8.35], + "to": [8.7, 4.625, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 12.375, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [8.65, 4.45, 8.425], + "to": [8.7, 4.7, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 12.375, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [8.7, 4.475, 8.45], + "to": [8.725, 4.675, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8.6, 12.375, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [8.65, 4.425, 8.45], + "to": [8.7, 4.725, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 12.375, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [8.65, 4.475, 8.4], + "to": [8.7, 4.675, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 12.375, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [8.7, 4.5, 8.425], + "to": [8.725, 4.65, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8.6, 12.375, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "name": "cube2", + "from": [7.7, 4.45, 8.2], + "to": [8.3, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#7"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.675, 8.2], + "to": [8.3, 22.7, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.65, 8.8], + "to": [8.3, 22.675, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.65, 22.65, 8.2], + "to": [7.7, 22.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.65, 8.15], + "to": [8.3, 22.675, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.65, 8.2], + "to": [8.35, 22.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.6, 8.15], + "to": [8.35, 22.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.35, 22.6, 8.2], + "to": [8.4, 22.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.6, 8.8], + "to": [8.35, 22.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.6, 8.85], + "to": [8.3, 22.65, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.6, 8.8], + "to": [7.7, 22.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.6, 8.2], + "to": [7.65, 22.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.6, 8.15], + "to": [7.7, 22.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.6, 8.1], + "to": [8.3, 22.65, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.525, 8.1], + "to": [8.35, 22.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.525, 8.15], + "to": [8.4, 22.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.525, 8.2], + "to": [8.45, 22.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.525, 8.8], + "to": [8.4, 22.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.525, 8.85], + "to": [8.35, 22.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.525, 8.9], + "to": [8.3, 22.6, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.525, 8.85], + "to": [7.7, 22.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.525, 8.8], + "to": [7.65, 22.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.525, 8.2], + "to": [7.6, 22.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.525, 8.15], + "to": [7.65, 22.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.525, 8.1], + "to": [7.7, 22.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.525, 8.05], + "to": [8.3, 22.6, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.425, 8.8], + "to": [8.45, 22.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.425, 8.85], + "to": [8.4, 22.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.425, 8.9], + "to": [8.35, 22.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.425, 8.95], + "to": [8.3, 22.525, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.425, 8.9], + "to": [7.7, 22.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.425, 8.85], + "to": [7.65, 22.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.425, 8.8], + "to": [7.6, 22.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 22.425, 8.2], + "to": [7.55, 22.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.425, 8.15], + "to": [7.6, 22.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.425, 8.1], + "to": [7.65, 22.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.425, 8.05], + "to": [7.7, 22.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.425, 8], + "to": [8.3, 22.525, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.425, 8.05], + "to": [8.35, 22.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.425, 8.1], + "to": [8.4, 22.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.425, 8.15], + "to": [8.45, 22.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 22.425, 8.2], + "to": [8.5, 22.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 4.45, 8], + "to": [8.35, 22.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 4.45, 8.05], + "to": [8.4, 22.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 4.45, 8.1], + "to": [8.45, 22.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 4.45, 8.15], + "to": [8.5, 22.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.5, 4.45, 8.2], + "to": [8.55, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 4.45, 8.8], + "to": [8.5, 22.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 4.45, 8.85], + "to": [8.45, 22.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 4.45, 8.9], + "to": [8.4, 22.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 4.45, 8.95], + "to": [8.35, 22.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 4.45, 9], + "to": [8.3, 22.425, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 4.45, 8.95], + "to": [7.7, 22.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 4.45, 8.9], + "to": [7.65, 22.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 4.45, 8.85], + "to": [7.6, 22.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 4.45, 8.8], + "to": [7.55, 22.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "rotation": 90, "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.45, 4.45, 8.2], + "to": [7.5, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 4.45, 8.15], + "to": [7.55, 22.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 4.45, 8.1], + "to": [7.6, 22.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 4.45, 8.05], + "to": [7.65, 22.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 4.45, 8], + "to": [7.7, 22.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 4.45, 7.95], + "to": [8.3, 22.425, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [0, -90, 0], + "translation": [0.25, 3.5, 1.25] + }, + "thirdperson_lefthand": { + "rotation": [0, 90, 0], + "translation": [-0.5, 3.5, 1.25] + }, + "firstperson_righthand": { + "rotation": [0, -153.25, 0], + "translation": [0.5, 2.5, 0] + }, + "firstperson_lefthand": { + "rotation": [0, 14.5, 0], + "translation": [0.5, 2.5, -0.5] + }, + "ground": { + "rotation": [0, 0, 90], + "translation": [0, -3.25, -0.75] + }, + "gui": { + "rotation": [0, 0, -45], + "translation": [-1.25, -1.5, 0], + "scale": [0.75, 0.75, 0.75] + }, + "fixed": { + "rotation": [0, 90, 0], + "translation": [0, -3.25, -2.75], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "меч", + "origin": [8, 8, 8], + "children": [ + { + "name": "нижня часть", + "origin": [8, 8, 8], + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] + }, + { + "name": "середня часть", + "origin": [8, 8, 8], + "children": [ + { + "name": "чорна часть", + "origin": [8, 8, 8], + "children": [21, 22, 23, 24, 25, 26, 27] + }, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42] + }, + { + "name": "часть з кнопками", + "origin": [8, 8, 8], + "children": [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59] + }, + { + "name": "верхня часть", + "origin": [8, 8, 8], + "children": [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] + }, + { + "name": "внутріння часть", + "origin": [8, 8, 8], + "children": [109, 110, 111, 112, 113, 114, 115] + } + ] + }, + { + "name": "мєлкі деталі", + "origin": [8, 8, 8], + "children": [ + { + "name": "кнопка на нижній часті", + "origin": [8, 8, 8], + "children": [116, 117, 118, 119, 120] + }, + { + "name": "кнопки на верхній часті", + "origin": [8, 8, 8], + "children": [121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134] + }, + { + "name": "часть під кнопками", + "origin": [8, 12.225, 8], + "children": [135, 136, 137, 138] + }, + { + "name": "кнопка 1", + "origin": [8, 8, 8], + "children": [139, 140, 141] + }, + { + "name": "кнопка 2", + "origin": [8.55, 13.05, 8.475], + "children": [142, 143, 144] + }, + { + "name": "кнопка 3", + "origin": [8.55, 13.05, 8.475], + "children": [145, 146, 147, 148, 149, 150, 151, 152] + } + ] + }, + { + "name": "лазер меча", + "origin": [8, 8, 8], + "children": [ + { + "name": "цвєт меча", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "біла часть", + "origin": [8, 8, 8], + "children": [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] + } + ] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/dragon_destroyer.json b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/dragon_destroyer.json new file mode 100644 index 00000000..7aa258bb --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/dragon_destroyer.json @@ -0,0 +1,1080 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "5": "armourandtoolsmod:item/dragon_destroyer/hammer", + "6": "armourandtoolsmod:item/dragon_destroyer/toppommelone", + "7": "armourandtoolsmod:item/dragon_destroyer/toppommeltwo", + "8": "armourandtoolsmod:item/dragon_destroyer/middlehandle", + "9": "armourandtoolsmod:item/dragon_destroyer/botoompommelmiddle", + "10": "armourandtoolsmod:item/dragon_destroyer/bottompommelbottom", + "particle": "armourandtoolsmod:item/dragon_destroyer/middlehandle" + }, + "elements": [ + { + "from": [7.64071, 0, 9.13114], + "to": [7.84071, 5.1, 9.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [0, 0, 1, 5], "texture": "#8"}, + "east": {"uv": [1, 0, 2, 5], "texture": "#8"}, + "south": {"uv": [2, 0, 3, 5], "texture": "#8"}, + "west": {"uv": [3, 0, 4, 5], "texture": "#8"}, + "up": {"uv": [11, 11, 10, 10], "texture": "#8"}, + "down": {"uv": [12, 0, 11, 1], "texture": "#8"} + } + }, + { + "from": [7.27452, 0, 9.49733], + "to": [7.35733, 5.1, 9.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [4, 0, 5, 5], "texture": "#8"}, + "east": {"uv": [0, 5, 1, 10], "texture": "#8"}, + "south": {"uv": [5, 0, 6, 5], "texture": "#8"}, + "west": {"uv": [1, 5, 2, 10], "texture": "#8"}, + "up": {"uv": [12, 2, 11, 1], "texture": "#8"}, + "down": {"uv": [12, 2, 11, 3], "texture": "#8"} + } + }, + { + "from": [8.5672, 0, 5.01615], + "to": [8.7672, 5.1, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [2, 5, 3, 10], "texture": "#8"}, + "east": {"uv": [3, 5, 4, 10], "texture": "#8"}, + "south": {"uv": [4, 5, 5, 10], "texture": "#8"}, + "west": {"uv": [5, 5, 6, 10], "texture": "#8"}, + "up": {"uv": [12, 4, 11, 3], "texture": "#8"}, + "down": {"uv": [12, 4, 11, 5], "texture": "#8"} + } + }, + { + "from": [9.05058, 0, 5.38234], + "to": [9.13339, 5.1, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [6, 0, 7, 5], "texture": "#8"}, + "east": {"uv": [6, 5, 7, 10], "texture": "#8"}, + "south": {"uv": [7, 0, 8, 5], "texture": "#8"}, + "west": {"uv": [7, 5, 8, 10], "texture": "#8"}, + "up": {"uv": [12, 6, 11, 5], "texture": "#8"}, + "down": {"uv": [12, 6, 11, 7], "texture": "#8"} + } + }, + { + "from": [8.76562, 0, 7.99219], + "to": [9.28594, 5.1, 8.10625], + "faces": { + "north": {"uv": [8, 0, 9, 5], "texture": "#8"}, + "east": {"uv": [8, 5, 9, 10], "texture": "#8"}, + "south": {"uv": [9, 0, 10, 5], "texture": "#8"}, + "west": {"uv": [9, 5, 10, 10], "texture": "#8"}, + "up": {"uv": [12, 8, 11, 7], "texture": "#8"}, + "down": {"uv": [12, 8, 11, 9], "texture": "#8"} + } + }, + { + "from": [9.31641, 0, 7.44531], + "to": [9.43047, 5.1, 7.96563], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.36562, 7.53359]}, + "faces": { + "north": {"uv": [0, 10, 1, 15], "texture": "#8"}, + "east": {"uv": [10, 0, 11, 5], "texture": "#8"}, + "south": {"uv": [1, 10, 2, 15], "texture": "#8"}, + "west": {"uv": [2, 10, 3, 15], "texture": "#8"}, + "up": {"uv": [12, 10, 11, 9], "texture": "#8"}, + "down": {"uv": [11, 11, 10, 12], "texture": "#8"} + } + }, + { + "from": [8.62891, 0, 7.44531], + "to": [8.74297, 5.1, 7.96563], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.36562, 7.53359]}, + "faces": { + "north": {"uv": [3, 10, 4, 15], "texture": "#8"}, + "east": {"uv": [4, 10, 5, 15], "texture": "#8"}, + "south": {"uv": [5, 10, 6, 15], "texture": "#8"}, + "west": {"uv": [10, 5, 11, 10], "texture": "#8"}, + "up": {"uv": [12, 11, 11, 10], "texture": "#8"}, + "down": {"uv": [12, 11, 11, 12], "texture": "#8"} + } + }, + { + "from": [8.76562, 0, 7.30394], + "to": [9.28594, 5.1, 7.418], + "faces": { + "north": {"uv": [6, 10, 7, 15], "texture": "#8"}, + "east": {"uv": [7, 10, 8, 15], "texture": "#8"}, + "south": {"uv": [8, 10, 9, 15], "texture": "#8"}, + "west": {"uv": [9, 10, 10, 15], "texture": "#8"}, + "up": {"uv": [13, 1, 12, 0], "texture": "#8"}, + "down": {"uv": [13, 1, 12, 2], "texture": "#8"} + } + }, + { + "from": [7.64071, 4.76172, 9.01396], + "to": [7.84071, 5.0749, 9.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 1, 1, 2], "texture": "#6"}, + "south": {"uv": [1, 0, 2, 1], "texture": "#6"}, + "west": {"uv": [1, 1, 2, 2], "texture": "#6"}, + "up": {"uv": [1, 3, 0, 2], "texture": "#6"}, + "down": {"uv": [3, 0, 2, 1], "texture": "#6"} + } + }, + { + "from": [7.15733, 4.76172, 9.49733], + "to": [7.35733, 5.0749, 9.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [1, 2, 2, 3], "texture": "#6"}, + "east": {"uv": [2, 1, 3, 2], "texture": "#6"}, + "south": {"uv": [2, 2, 3, 3], "texture": "#6"}, + "west": {"uv": [0, 3, 1, 4], "texture": "#6"}, + "up": {"uv": [4, 1, 3, 0], "texture": "#6"}, + "down": {"uv": [2, 3, 1, 4], "texture": "#6"} + } + }, + { + "from": [8.5672, 4.76172, 4.89897], + "to": [8.7672, 5.0749, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [3, 1, 4, 2], "texture": "#6"}, + "east": {"uv": [2, 3, 3, 4], "texture": "#6"}, + "south": {"uv": [3, 2, 4, 3], "texture": "#6"}, + "west": {"uv": [3, 3, 4, 4], "texture": "#6"}, + "up": {"uv": [1, 5, 0, 4], "texture": "#6"}, + "down": {"uv": [5, 0, 4, 1], "texture": "#6"} + } + }, + { + "from": [9.05058, 4.76172, 5.38234], + "to": [9.25058, 5.0749, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [1, 4, 2, 5], "texture": "#6"}, + "east": {"uv": [4, 1, 5, 2], "texture": "#6"}, + "south": {"uv": [2, 4, 3, 5], "texture": "#6"}, + "west": {"uv": [4, 2, 5, 3], "texture": "#6"}, + "up": {"uv": [4, 5, 3, 4], "texture": "#6"}, + "down": {"uv": [5, 3, 4, 4], "texture": "#6"} + } + }, + { + "from": [8.68359, 4.76172, 7.22266], + "to": [9.36797, 5.075, 7.33672], + "faces": { + "north": {"uv": [4, 4, 5, 5], "texture": "#6"}, + "east": {"uv": [0, 5, 1, 6], "texture": "#6"}, + "south": {"uv": [5, 0, 6, 1], "texture": "#6"}, + "west": {"uv": [1, 5, 2, 6], "texture": "#6"}, + "up": {"uv": [6, 2, 5, 1], "texture": "#6"}, + "down": {"uv": [3, 5, 2, 6], "texture": "#6"} + } + }, + { + "from": [8.68359, 4.76172, 8.07422], + "to": [9.36797, 5.075, 8.18828], + "faces": { + "north": {"uv": [5, 2, 6, 3], "texture": "#6"}, + "east": {"uv": [3, 5, 4, 6], "texture": "#6"}, + "south": {"uv": [5, 3, 6, 4], "texture": "#6"}, + "west": {"uv": [4, 5, 5, 6], "texture": "#6"}, + "up": {"uv": [6, 5, 5, 4], "texture": "#6"}, + "down": {"uv": [6, 5, 5, 6], "texture": "#6"} + } + }, + { + "from": [9.42253, 4.76172, 7.36328], + "to": [9.51316, 5.075, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 6, 1, 7], "texture": "#6"}, + "east": {"uv": [6, 0, 7, 1], "texture": "#6"}, + "south": {"uv": [1, 6, 2, 7], "texture": "#6"}, + "west": {"uv": [6, 1, 7, 2], "texture": "#6"}, + "up": {"uv": [3, 7, 2, 6], "texture": "#6"}, + "down": {"uv": [7, 2, 6, 3], "texture": "#6"} + } + }, + { + "from": [8.54253, 4.76172, 7.36328], + "to": [8.63316, 5.075, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [3, 6, 4, 7], "texture": "#6"}, + "east": {"uv": [6, 3, 7, 4], "texture": "#6"}, + "south": {"uv": [4, 6, 5, 7], "texture": "#6"}, + "west": {"uv": [6, 4, 7, 5], "texture": "#6"}, + "up": {"uv": [6, 7, 5, 6], "texture": "#6"}, + "down": {"uv": [7, 5, 6, 6], "texture": "#6"} + } + }, + { + "from": [8.54362, 4.76172, 7.36328], + "to": [9.51316, 4.90703, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [6, 6, 7, 7], "texture": "#6"}, + "east": {"uv": [0, 7, 1, 8], "texture": "#6"}, + "south": {"uv": [7, 0, 8, 1], "texture": "#6"}, + "west": {"uv": [1, 7, 2, 8], "texture": "#6"}, + "up": {"uv": [8, 2, 7, 1], "texture": "#6"}, + "down": {"uv": [3, 7, 2, 8], "texture": "#6"} + } + }, + { + "from": [8.68359, 4.76172, 7.22266], + "to": [9.36797, 4.907, 7.3875], + "faces": { + "north": {"uv": [7, 2, 8, 3], "texture": "#6"}, + "east": {"uv": [3, 7, 4, 8], "texture": "#6"}, + "south": {"uv": [7, 3, 8, 4], "texture": "#6"}, + "west": {"uv": [4, 7, 5, 8], "texture": "#6"}, + "up": {"uv": [8, 5, 7, 4], "texture": "#6"}, + "down": {"uv": [6, 7, 5, 8], "texture": "#6"} + } + }, + { + "from": [8.5672, 4.76172, 4.89897], + "to": [8.7672, 4.90699, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [7, 5, 8, 6], "texture": "#6"}, + "east": {"uv": [6, 7, 7, 8], "texture": "#6"}, + "south": {"uv": [7, 6, 8, 7], "texture": "#6"}, + "west": {"uv": [7, 7, 8, 8], "texture": "#6"}, + "up": {"uv": [1, 9, 0, 8], "texture": "#6"}, + "down": {"uv": [9, 0, 8, 1], "texture": "#6"} + } + }, + { + "from": [8.08107, 4.76172, 5.3851], + "to": [8.28107, 4.90699, 5.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [1, 8, 2, 9], "texture": "#6"}, + "east": {"uv": [8, 1, 9, 2], "texture": "#6"}, + "south": {"uv": [2, 8, 3, 9], "texture": "#6"}, + "west": {"uv": [8, 2, 9, 3], "texture": "#6"}, + "up": {"uv": [4, 9, 3, 8], "texture": "#6"}, + "down": {"uv": [9, 3, 8, 4], "texture": "#6"} + } + }, + { + "from": [8.68359, 4.76172, 8.02344], + "to": [9.36797, 4.907, 8.18828], + "faces": { + "north": {"uv": [4, 8, 5, 9], "texture": "#6"}, + "east": {"uv": [8, 4, 9, 5], "texture": "#6"}, + "south": {"uv": [5, 8, 6, 9], "texture": "#6"}, + "west": {"uv": [8, 5, 9, 6], "texture": "#6"}, + "up": {"uv": [7, 9, 6, 8], "texture": "#6"}, + "down": {"uv": [9, 6, 8, 7], "texture": "#6"} + } + }, + { + "from": [8.56444, 4.76172, 5.86848], + "to": [8.76444, 4.90699, 6.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [7, 8, 8, 9], "texture": "#6"}, + "east": {"uv": [8, 7, 9, 8], "texture": "#6"}, + "south": {"uv": [8, 8, 9, 9], "texture": "#6"}, + "west": {"uv": [0, 9, 1, 10], "texture": "#6"}, + "up": {"uv": [10, 1, 9, 0], "texture": "#6"}, + "down": {"uv": [2, 9, 1, 10], "texture": "#6"} + } + }, + { + "from": [9.05058, 4.76172, 5.38234], + "to": [9.25058, 4.90699, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [9, 1, 10, 2], "texture": "#6"}, + "east": {"uv": [2, 9, 3, 10], "texture": "#6"}, + "south": {"uv": [9, 2, 10, 3], "texture": "#6"}, + "west": {"uv": [3, 9, 4, 10], "texture": "#6"}, + "up": {"uv": [10, 4, 9, 3], "texture": "#6"}, + "down": {"uv": [5, 9, 4, 10], "texture": "#6"} + } + }, + { + "from": [8.54362, 4.76172, 7.36328], + "to": [9.51316, 4.90703, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [9, 4, 10, 5], "texture": "#6"}, + "east": {"uv": [5, 9, 6, 10], "texture": "#6"}, + "south": {"uv": [9, 5, 10, 6], "texture": "#6"}, + "west": {"uv": [6, 9, 7, 10], "texture": "#6"}, + "up": {"uv": [10, 7, 9, 6], "texture": "#6"}, + "down": {"uv": [8, 9, 7, 10], "texture": "#6"} + } + }, + { + "from": [8.68359, 4.76172, 7.22266], + "to": [9.36797, 4.907, 7.3875], + "faces": { + "north": {"uv": [9, 7, 10, 8], "texture": "#6"}, + "east": {"uv": [8, 9, 9, 10], "texture": "#6"}, + "south": {"uv": [9, 8, 10, 9], "texture": "#6"}, + "west": {"uv": [9, 9, 10, 10], "texture": "#6"}, + "up": {"uv": [1, 11, 0, 10], "texture": "#6"}, + "down": {"uv": [11, 0, 10, 1], "texture": "#6"} + } + }, + { + "from": [8.5672, 4.76172, 4.89897], + "to": [8.7672, 4.90699, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [1, 10, 2, 11], "texture": "#6"}, + "east": {"uv": [10, 1, 11, 2], "texture": "#6"}, + "south": {"uv": [2, 10, 3, 11], "texture": "#6"}, + "west": {"uv": [10, 2, 11, 3], "texture": "#6"}, + "up": {"uv": [4, 11, 3, 10], "texture": "#6"}, + "down": {"uv": [11, 3, 10, 4], "texture": "#6"} + } + }, + { + "from": [8.08107, 4.76172, 5.3851], + "to": [8.28107, 4.90699, 5.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [4, 10, 5, 11], "texture": "#6"}, + "east": {"uv": [10, 4, 11, 5], "texture": "#6"}, + "south": {"uv": [5, 10, 6, 11], "texture": "#6"}, + "west": {"uv": [10, 5, 11, 6], "texture": "#6"}, + "up": {"uv": [7, 11, 6, 10], "texture": "#6"}, + "down": {"uv": [11, 6, 10, 7], "texture": "#6"} + } + }, + { + "from": [8.68359, 4.76172, 8.02344], + "to": [9.36797, 4.907, 8.18828], + "faces": { + "north": {"uv": [7, 10, 8, 11], "texture": "#6"}, + "east": {"uv": [10, 7, 11, 8], "texture": "#6"}, + "south": {"uv": [8, 10, 9, 11], "texture": "#6"}, + "west": {"uv": [10, 8, 11, 9], "texture": "#6"}, + "up": {"uv": [10, 11, 9, 10], "texture": "#6"}, + "down": {"uv": [11, 9, 10, 10], "texture": "#6"} + } + }, + { + "from": [8.56444, 4.76172, 5.86848], + "to": [8.76444, 4.90699, 6.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [10, 10, 11, 11], "texture": "#6"}, + "east": {"uv": [0, 11, 1, 12], "texture": "#6"}, + "south": {"uv": [11, 0, 12, 1], "texture": "#6"}, + "west": {"uv": [1, 11, 2, 12], "texture": "#6"}, + "up": {"uv": [12, 2, 11, 1], "texture": "#6"}, + "down": {"uv": [3, 11, 2, 12], "texture": "#6"} + } + }, + { + "from": [9.05058, 4.76172, 5.38234], + "to": [9.25058, 4.90699, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [11, 2, 12, 3], "texture": "#6"}, + "east": {"uv": [3, 11, 4, 12], "texture": "#6"}, + "south": {"uv": [11, 3, 12, 4], "texture": "#6"}, + "west": {"uv": [4, 11, 5, 12], "texture": "#6"}, + "up": {"uv": [12, 5, 11, 4], "texture": "#6"}, + "down": {"uv": [6, 11, 5, 12], "texture": "#6"} + } + }, + { + "from": [7.64071, 4.32422, 9.01396], + "to": [7.84071, 4.58662, 9.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#7"}, + "east": {"uv": [0, 1, 1, 2], "texture": "#7"}, + "south": {"uv": [1, 0, 2, 1], "texture": "#7"}, + "west": {"uv": [1, 1, 2, 2], "texture": "#7"}, + "up": {"uv": [1, 3, 0, 2], "texture": "#7"}, + "down": {"uv": [3, 0, 2, 1], "texture": "#7"} + } + }, + { + "from": [7.15733, 4.32422, 9.49733], + "to": [7.35733, 4.58662, 9.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [1, 2, 2, 3], "texture": "#7"}, + "east": {"uv": [2, 1, 3, 2], "texture": "#7"}, + "south": {"uv": [2, 2, 3, 3], "texture": "#7"}, + "west": {"uv": [0, 3, 1, 4], "texture": "#7"}, + "up": {"uv": [4, 1, 3, 0], "texture": "#7"}, + "down": {"uv": [2, 3, 1, 4], "texture": "#7"} + } + }, + { + "from": [8.5672, 4.32422, 4.89897], + "to": [8.7672, 4.58662, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [3, 1, 4, 2], "texture": "#7"}, + "east": {"uv": [2, 3, 3, 4], "texture": "#7"}, + "south": {"uv": [3, 2, 4, 3], "texture": "#7"}, + "west": {"uv": [3, 3, 4, 4], "texture": "#7"}, + "up": {"uv": [1, 5, 0, 4], "texture": "#7"}, + "down": {"uv": [5, 0, 4, 1], "texture": "#7"} + } + }, + { + "from": [9.05058, 4.32422, 5.38234], + "to": [9.25058, 4.58662, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [1, 4, 2, 5], "texture": "#7"}, + "east": {"uv": [4, 1, 5, 2], "texture": "#7"}, + "south": {"uv": [2, 4, 3, 5], "texture": "#7"}, + "west": {"uv": [4, 2, 5, 3], "texture": "#7"}, + "up": {"uv": [4, 5, 3, 4], "texture": "#7"}, + "down": {"uv": [5, 3, 4, 4], "texture": "#7"} + } + }, + { + "from": [8.68359, 4.32422, 7.22266], + "to": [9.36797, 4.58672, 7.33672], + "faces": { + "north": {"uv": [4, 4, 5, 5], "texture": "#7"}, + "east": {"uv": [0, 5, 1, 6], "texture": "#7"}, + "south": {"uv": [5, 0, 6, 1], "texture": "#7"}, + "west": {"uv": [1, 5, 2, 6], "texture": "#7"}, + "up": {"uv": [6, 2, 5, 1], "texture": "#7"}, + "down": {"uv": [3, 5, 2, 6], "texture": "#7"} + } + }, + { + "from": [8.68359, 4.32422, 8.07422], + "to": [9.36797, 4.58672, 8.18828], + "faces": { + "north": {"uv": [5, 2, 6, 3], "texture": "#7"}, + "east": {"uv": [3, 5, 4, 6], "texture": "#7"}, + "south": {"uv": [5, 3, 6, 4], "texture": "#7"}, + "west": {"uv": [4, 5, 5, 6], "texture": "#7"}, + "up": {"uv": [6, 5, 5, 4], "texture": "#7"}, + "down": {"uv": [6, 5, 5, 6], "texture": "#7"} + } + }, + { + "from": [8.54253, 4.32422, 7.36328], + "to": [8.63316, 4.58672, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 6, 1, 7], "texture": "#7"}, + "east": {"uv": [6, 0, 7, 1], "texture": "#7"}, + "south": {"uv": [1, 6, 2, 7], "texture": "#7"}, + "west": {"uv": [6, 1, 7, 2], "texture": "#7"}, + "up": {"uv": [3, 7, 2, 6], "texture": "#7"}, + "down": {"uv": [7, 2, 6, 3], "texture": "#7"} + } + }, + { + "from": [8.54362, 4.32422, 7.36328], + "to": [9.51316, 4.58422, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [3, 6, 4, 7], "texture": "#7"}, + "east": {"uv": [6, 3, 7, 4], "texture": "#7"}, + "south": {"uv": [4, 6, 5, 7], "texture": "#7"}, + "west": {"uv": [6, 4, 7, 5], "texture": "#7"}, + "up": {"uv": [6, 7, 5, 6], "texture": "#7"}, + "down": {"uv": [7, 5, 6, 6], "texture": "#7"} + } + }, + { + "from": [8.68359, 4.32422, 7.22266], + "to": [9.36797, 4.41872, 7.3875], + "faces": { + "north": {"uv": [6, 6, 7, 7], "texture": "#7"}, + "east": {"uv": [0, 7, 1, 8], "texture": "#7"}, + "south": {"uv": [7, 0, 8, 1], "texture": "#7"}, + "west": {"uv": [1, 7, 2, 8], "texture": "#7"}, + "up": {"uv": [8, 2, 7, 1], "texture": "#7"}, + "down": {"uv": [3, 7, 2, 8], "texture": "#7"} + } + }, + { + "from": [8.5672, 4.32422, 4.89897], + "to": [8.7672, 4.41871, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [7, 2, 8, 3], "texture": "#7"}, + "east": {"uv": [3, 7, 4, 8], "texture": "#7"}, + "south": {"uv": [7, 3, 8, 4], "texture": "#7"}, + "west": {"uv": [4, 7, 5, 8], "texture": "#7"}, + "up": {"uv": [8, 5, 7, 4], "texture": "#7"}, + "down": {"uv": [6, 7, 5, 8], "texture": "#7"} + } + }, + { + "from": [8.08107, 4.32422, 5.3851], + "to": [8.28107, 4.41871, 5.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [7, 5, 8, 6], "texture": "#7"}, + "east": {"uv": [6, 7, 7, 8], "texture": "#7"}, + "south": {"uv": [7, 6, 8, 7], "texture": "#7"}, + "west": {"uv": [7, 7, 8, 8], "texture": "#7"}, + "up": {"uv": [1, 9, 0, 8], "texture": "#7"}, + "down": {"uv": [9, 0, 8, 1], "texture": "#7"} + } + }, + { + "from": [8.68359, 4.32422, 8.02344], + "to": [9.36797, 4.41872, 8.18828], + "faces": { + "north": {"uv": [1, 8, 2, 9], "texture": "#7"}, + "east": {"uv": [8, 1, 9, 2], "texture": "#7"}, + "south": {"uv": [2, 8, 3, 9], "texture": "#7"}, + "west": {"uv": [8, 2, 9, 3], "texture": "#7"}, + "up": {"uv": [4, 9, 3, 8], "texture": "#7"}, + "down": {"uv": [9, 3, 8, 4], "texture": "#7"} + } + }, + { + "from": [8.56444, 4.32422, 5.86848], + "to": [8.76444, 4.41871, 6.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [4, 8, 5, 9], "texture": "#7"}, + "east": {"uv": [8, 4, 9, 5], "texture": "#7"}, + "south": {"uv": [5, 8, 6, 9], "texture": "#7"}, + "west": {"uv": [8, 5, 9, 6], "texture": "#7"}, + "up": {"uv": [7, 9, 6, 8], "texture": "#7"}, + "down": {"uv": [9, 6, 8, 7], "texture": "#7"} + } + }, + { + "from": [9.05058, 4.32422, 5.38234], + "to": [9.25058, 4.41871, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [7, 8, 8, 9], "texture": "#7"}, + "east": {"uv": [8, 7, 9, 8], "texture": "#7"}, + "south": {"uv": [8, 8, 9, 9], "texture": "#7"}, + "west": {"uv": [0, 9, 1, 10], "texture": "#7"}, + "up": {"uv": [10, 1, 9, 0], "texture": "#7"}, + "down": {"uv": [2, 9, 1, 10], "texture": "#7"} + } + }, + { + "from": [8.68359, 4.32422, 7.22266], + "to": [9.36797, 4.41872, 7.3875], + "faces": { + "north": {"uv": [9, 4, 10, 5], "texture": "#7"}, + "east": {"uv": [5, 9, 6, 10], "texture": "#7"}, + "south": {"uv": [9, 5, 10, 6], "texture": "#7"}, + "west": {"uv": [6, 9, 7, 10], "texture": "#7"}, + "up": {"uv": [10, 7, 9, 6], "texture": "#7"}, + "down": {"uv": [8, 9, 7, 10], "texture": "#7"} + } + }, + { + "from": [8.5672, 4.32422, 4.89897], + "to": [8.7672, 4.41871, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [9, 7, 10, 8], "texture": "#7"}, + "east": {"uv": [8, 9, 9, 10], "texture": "#7"}, + "south": {"uv": [9, 8, 10, 9], "texture": "#7"}, + "west": {"uv": [9, 9, 10, 10], "texture": "#7"}, + "up": {"uv": [1, 11, 0, 10], "texture": "#7"}, + "down": {"uv": [11, 0, 10, 1], "texture": "#7"} + } + }, + { + "from": [8.08107, 4.32422, 5.3851], + "to": [8.28107, 4.41871, 5.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [1, 10, 2, 11], "texture": "#7"}, + "east": {"uv": [10, 1, 11, 2], "texture": "#7"}, + "south": {"uv": [2, 10, 3, 11], "texture": "#7"}, + "west": {"uv": [10, 2, 11, 3], "texture": "#7"}, + "up": {"uv": [4, 11, 3, 10], "texture": "#7"}, + "down": {"uv": [11, 3, 10, 4], "texture": "#7"} + } + }, + { + "from": [8.68359, 4.32422, 8.02344], + "to": [9.36797, 4.41872, 8.18828], + "faces": { + "north": {"uv": [4, 10, 5, 11], "texture": "#7"}, + "east": {"uv": [10, 4, 11, 5], "texture": "#7"}, + "south": {"uv": [5, 10, 6, 11], "texture": "#7"}, + "west": {"uv": [10, 5, 11, 6], "texture": "#7"}, + "up": {"uv": [7, 11, 6, 10], "texture": "#7"}, + "down": {"uv": [11, 6, 10, 7], "texture": "#7"} + } + }, + { + "from": [8.56444, 4.32422, 5.86848], + "to": [8.76444, 4.41871, 6.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [7, 10, 8, 11], "texture": "#7"}, + "east": {"uv": [10, 7, 11, 8], "texture": "#7"}, + "south": {"uv": [8, 10, 9, 11], "texture": "#7"}, + "west": {"uv": [10, 8, 11, 9], "texture": "#7"}, + "up": {"uv": [10, 11, 9, 10], "texture": "#7"}, + "down": {"uv": [11, 9, 10, 10], "texture": "#7"} + } + }, + { + "from": [9.05058, 4.32422, 5.38234], + "to": [9.25058, 4.41871, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [10, 10, 11, 11], "texture": "#7"}, + "east": {"uv": [0, 11, 1, 12], "texture": "#7"}, + "south": {"uv": [11, 0, 12, 1], "texture": "#7"}, + "west": {"uv": [1, 11, 2, 12], "texture": "#7"}, + "up": {"uv": [12, 2, 11, 1], "texture": "#7"}, + "down": {"uv": [3, 11, 2, 12], "texture": "#7"} + } + }, + { + "from": [7.64071, -0.17187, 9.01396], + "to": [7.84071, 0.14131, 9.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#9"}, + "east": {"uv": [0, 1, 1, 2], "texture": "#9"}, + "south": {"uv": [1, 0, 2, 1], "texture": "#9"}, + "west": {"uv": [1, 1, 2, 2], "texture": "#9"}, + "up": {"uv": [1, 3, 0, 2], "texture": "#9"}, + "down": {"uv": [3, 0, 2, 1], "texture": "#9"} + } + }, + { + "from": [7.15733, -0.17187, 9.49733], + "to": [7.35733, 0.14131, 9.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [1, 2, 2, 3], "texture": "#9"}, + "east": {"uv": [2, 1, 3, 2], "texture": "#9"}, + "south": {"uv": [2, 2, 3, 3], "texture": "#9"}, + "west": {"uv": [0, 3, 1, 4], "texture": "#9"}, + "up": {"uv": [4, 1, 3, 0], "texture": "#9"}, + "down": {"uv": [2, 3, 1, 4], "texture": "#9"} + } + }, + { + "from": [8.5672, -0.17187, 4.89897], + "to": [8.7672, 0.14131, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [3, 1, 4, 2], "texture": "#9"}, + "east": {"uv": [2, 3, 3, 4], "texture": "#9"}, + "south": {"uv": [3, 2, 4, 3], "texture": "#9"}, + "west": {"uv": [3, 3, 4, 4], "texture": "#9"}, + "up": {"uv": [1, 5, 0, 4], "texture": "#9"}, + "down": {"uv": [5, 0, 4, 1], "texture": "#9"} + } + }, + { + "from": [9.05058, -0.17187, 5.38234], + "to": [9.25058, 0.14131, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [1, 4, 2, 5], "texture": "#9"}, + "east": {"uv": [4, 1, 5, 2], "texture": "#9"}, + "south": {"uv": [2, 4, 3, 5], "texture": "#9"}, + "west": {"uv": [4, 2, 5, 3], "texture": "#9"}, + "up": {"uv": [4, 5, 3, 4], "texture": "#9"}, + "down": {"uv": [5, 3, 4, 4], "texture": "#9"} + } + }, + { + "from": [8.68359, -0.17187, 7.22266], + "to": [9.36797, 0.14141, 7.33672], + "faces": { + "north": {"uv": [4, 4, 5, 5], "texture": "#9"}, + "east": {"uv": [0, 5, 1, 6], "texture": "#9"}, + "south": {"uv": [5, 0, 6, 1], "texture": "#9"}, + "west": {"uv": [1, 5, 2, 6], "texture": "#9"}, + "up": {"uv": [6, 2, 5, 1], "texture": "#9"}, + "down": {"uv": [3, 5, 2, 6], "texture": "#9"} + } + }, + { + "from": [8.68359, -0.17187, 8.07422], + "to": [9.36797, 0.14141, 8.18828], + "faces": { + "north": {"uv": [5, 2, 6, 3], "texture": "#9"}, + "east": {"uv": [3, 5, 4, 6], "texture": "#9"}, + "south": {"uv": [5, 3, 6, 4], "texture": "#9"}, + "west": {"uv": [4, 5, 5, 6], "texture": "#9"}, + "up": {"uv": [6, 5, 5, 4], "texture": "#9"}, + "down": {"uv": [6, 5, 5, 6], "texture": "#9"} + } + }, + { + "from": [9.42253, -0.17187, 7.36328], + "to": [9.51316, 0.14141, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 6, 1, 7], "texture": "#9"}, + "east": {"uv": [6, 0, 7, 1], "texture": "#9"}, + "south": {"uv": [1, 6, 2, 7], "texture": "#9"}, + "west": {"uv": [6, 1, 7, 2], "texture": "#9"}, + "up": {"uv": [3, 7, 2, 6], "texture": "#9"}, + "down": {"uv": [7, 2, 6, 3], "texture": "#9"} + } + }, + { + "from": [8.54253, -0.17187, 7.36328], + "to": [8.63316, 0.14141, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [3, 6, 4, 7], "texture": "#9"}, + "east": {"uv": [6, 3, 7, 4], "texture": "#9"}, + "south": {"uv": [4, 6, 5, 7], "texture": "#9"}, + "west": {"uv": [6, 4, 7, 5], "texture": "#9"}, + "up": {"uv": [6, 7, 5, 6], "texture": "#9"}, + "down": {"uv": [7, 5, 6, 6], "texture": "#9"} + } + }, + { + "from": [8.54362, -0.17187, 7.36328], + "to": [9.51316, -0.02656, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 1, 1, 2], "texture": "#10"}, + "south": {"uv": [1, 0, 2, 1], "texture": "#10"}, + "west": {"uv": [1, 1, 2, 2], "texture": "#10"}, + "up": {"uv": [1, 3, 0, 2], "texture": "#10"}, + "down": {"uv": [3, 0, 2, 1], "texture": "#10"} + } + }, + { + "from": [8.68359, -0.17187, 7.22266], + "to": [9.36797, -0.02659, 7.3875], + "faces": { + "north": {"uv": [1, 2, 2, 3], "texture": "#10"}, + "east": {"uv": [2, 1, 3, 2], "texture": "#10"}, + "south": {"uv": [2, 2, 3, 3], "texture": "#10"}, + "west": {"uv": [0, 3, 1, 4], "texture": "#10"}, + "up": {"uv": [4, 1, 3, 0], "texture": "#10"}, + "down": {"uv": [2, 3, 1, 4], "texture": "#10"} + } + }, + { + "from": [8.5672, -0.17187, 4.89897], + "to": [8.7672, -0.0266, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [3, 1, 4, 2], "texture": "#10"}, + "east": {"uv": [2, 3, 3, 4], "texture": "#10"}, + "south": {"uv": [3, 2, 4, 3], "texture": "#10"}, + "west": {"uv": [3, 3, 4, 4], "texture": "#10"}, + "up": {"uv": [1, 5, 0, 4], "texture": "#10"}, + "down": {"uv": [5, 0, 4, 1], "texture": "#10"} + } + }, + { + "from": [8.08107, -0.17187, 5.3851], + "to": [8.28107, -0.0266, 5.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [1, 4, 2, 5], "texture": "#10"}, + "east": {"uv": [4, 1, 5, 2], "texture": "#10"}, + "south": {"uv": [2, 4, 3, 5], "texture": "#10"}, + "west": {"uv": [4, 2, 5, 3], "texture": "#10"}, + "up": {"uv": [4, 5, 3, 4], "texture": "#10"}, + "down": {"uv": [5, 3, 4, 4], "texture": "#10"} + } + }, + { + "from": [8.68359, -0.17187, 8.02344], + "to": [9.36797, -0.02659, 8.18828], + "faces": { + "north": {"uv": [4, 4, 5, 5], "texture": "#10"}, + "east": {"uv": [0, 5, 1, 6], "texture": "#10"}, + "south": {"uv": [5, 0, 6, 1], "texture": "#10"}, + "west": {"uv": [1, 5, 2, 6], "texture": "#10"}, + "up": {"uv": [6, 2, 5, 1], "texture": "#10"}, + "down": {"uv": [3, 5, 2, 6], "texture": "#10"} + } + }, + { + "from": [8.56444, -0.17187, 5.86848], + "to": [8.76444, -0.0266, 6.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [5, 2, 6, 3], "texture": "#10"}, + "east": {"uv": [3, 5, 4, 6], "texture": "#10"}, + "south": {"uv": [5, 3, 6, 4], "texture": "#10"}, + "west": {"uv": [4, 5, 5, 6], "texture": "#10"}, + "up": {"uv": [6, 5, 5, 4], "texture": "#10"}, + "down": {"uv": [6, 5, 5, 6], "texture": "#10"} + } + }, + { + "from": [8.54362, -0.17187, 7.36328], + "to": [9.51316, -0.02656, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [9, 4, 10, 5], "texture": "#9"}, + "east": {"uv": [5, 9, 6, 10], "texture": "#9"}, + "south": {"uv": [9, 5, 10, 6], "texture": "#9"}, + "west": {"uv": [6, 9, 7, 10], "texture": "#9"}, + "up": {"uv": [10, 7, 9, 6], "texture": "#9"}, + "down": {"uv": [8, 9, 7, 10], "texture": "#9"} + } + }, + { + "from": [8.68359, -0.17187, 7.22266], + "to": [9.36797, -0.02659, 7.3875], + "faces": { + "north": {"uv": [9, 7, 10, 8], "texture": "#9"}, + "east": {"uv": [8, 9, 9, 10], "texture": "#9"}, + "south": {"uv": [9, 8, 10, 9], "texture": "#9"}, + "west": {"uv": [9, 9, 10, 10], "texture": "#9"}, + "up": {"uv": [1, 11, 0, 10], "texture": "#9"}, + "down": {"uv": [11, 0, 10, 1], "texture": "#9"} + } + }, + { + "from": [8.5672, -0.17187, 4.89897], + "to": [8.7672, -0.0266, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [1, 10, 2, 11], "texture": "#9"}, + "east": {"uv": [10, 1, 11, 2], "texture": "#9"}, + "south": {"uv": [2, 10, 3, 11], "texture": "#9"}, + "west": {"uv": [10, 2, 11, 3], "texture": "#9"}, + "up": {"uv": [4, 11, 3, 10], "texture": "#9"}, + "down": {"uv": [11, 3, 10, 4], "texture": "#9"} + } + }, + { + "from": [8.08107, -0.17187, 5.3851], + "to": [8.28107, -0.0266, 5.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [4, 10, 5, 11], "texture": "#9"}, + "east": {"uv": [10, 4, 11, 5], "texture": "#9"}, + "south": {"uv": [5, 10, 6, 11], "texture": "#9"}, + "west": {"uv": [10, 5, 11, 6], "texture": "#9"}, + "up": {"uv": [7, 11, 6, 10], "texture": "#9"}, + "down": {"uv": [11, 6, 10, 7], "texture": "#9"} + } + }, + { + "from": [8.68359, -0.17187, 8.02344], + "to": [9.36797, -0.02659, 8.18828], + "faces": { + "north": {"uv": [7, 10, 8, 11], "texture": "#9"}, + "east": {"uv": [10, 7, 11, 8], "texture": "#9"}, + "south": {"uv": [8, 10, 9, 11], "texture": "#9"}, + "west": {"uv": [10, 8, 11, 9], "texture": "#9"}, + "up": {"uv": [10, 11, 9, 10], "texture": "#9"}, + "down": {"uv": [11, 9, 10, 10], "texture": "#9"} + } + }, + { + "from": [8.56444, -0.17187, 5.86848], + "to": [8.76444, -0.0266, 6.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [10, 10, 11, 11], "texture": "#9"}, + "east": {"uv": [0, 11, 1, 12], "texture": "#9"}, + "south": {"uv": [11, 0, 12, 1], "texture": "#9"}, + "west": {"uv": [1, 11, 2, 12], "texture": "#9"}, + "up": {"uv": [12, 2, 11, 1], "texture": "#9"}, + "down": {"uv": [3, 11, 2, 12], "texture": "#9"} + } + }, + { + "from": [9.05058, -0.17187, 5.38234], + "to": [9.25058, -0.0266, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [11, 2, 12, 3], "texture": "#9"}, + "east": {"uv": [3, 11, 4, 12], "texture": "#9"}, + "south": {"uv": [11, 3, 12, 4], "texture": "#9"}, + "west": {"uv": [4, 11, 5, 12], "texture": "#9"}, + "up": {"uv": [12, 5, 11, 4], "texture": "#9"}, + "down": {"uv": [6, 11, 5, 12], "texture": "#9"} + } + }, + { + "from": [8.8, 4.7617, 7.3633], + "to": [9.25, 7.8617, 8.0333], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5062, 0.1, 7.3422]}, + "faces": { + "north": {"uv": [4, 10, 5, 13], "texture": "#5"}, + "east": {"uv": [5, 10, 6, 13], "texture": "#5"}, + "south": {"uv": [6, 10, 7, 13], "texture": "#5"}, + "west": {"uv": [7, 10, 8, 13], "texture": "#5"}, + "up": {"uv": [11, 12, 10, 11], "texture": "#5"}, + "down": {"uv": [12, 10, 11, 11], "texture": "#5"} + } + }, + { + "from": [7.8, 7.8617, 6.3633], + "to": [10.25, 8.8617, 9.0333], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5062, 0.1, 7.3422]}, + "faces": { + "north": {"uv": [11, 6, 13, 7], "texture": "#5"}, + "east": {"uv": [8, 6, 11, 7], "texture": "#5"}, + "south": {"uv": [8, 11, 10, 12], "texture": "#5"}, + "west": {"uv": [8, 10, 11, 11], "texture": "#5"}, + "up": {"uv": [2, 13, 0, 10], "texture": "#5"}, + "down": {"uv": [4, 10, 2, 13], "texture": "#5"} + } + }, + { + "from": [6.9, 8.7617, 3.3633], + "to": [10.9, 12.8617, 12.0333], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5062, 0.1, 7.3422]}, + "faces": { + "north": {"uv": [8, 0, 12, 3], "texture": "#5"}, + "east": {"uv": [0, 7, 7, 10], "texture": "#5"}, + "south": {"uv": [8, 3, 12, 6], "texture": "#5"}, + "west": {"uv": [7, 7, 14, 10], "texture": "#5"}, + "up": {"uv": [4, 7, 0, 0], "texture": "#5"}, + "down": {"uv": [8, 0, 4, 7], "texture": "#5"} + } + } + ], + "display": { + "thirdperson_righthand": { + "scale": [1.52148, 1.46289, 1] + }, + "thirdperson_lefthand": { + "scale": [1.52148, 1.46289, 1] + }, + "firstperson_righthand": { + "scale": [1.52148, 1.46289, 1] + }, + "firstperson_lefthand": { + "scale": [1.52148, 1.46289, 1] + }, + "ground": { + "rotation": [2.09, 47.75, -95.42], + "translation": [0, 1.25, 0], + "scale": [1.52148, 1.46289, 1] + }, + "gui": { + "rotation": [-180, 88.25, -180], + "translation": [0, 1.5, 0], + "scale": [1.17773, 1, 1] + }, + "fixed": { + "rotation": [0, 84, 0], + "translation": [0, 0, -1.5] + } + }, + "groups": [ + { + "name": "Handle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7] + }, + { + "name": "Top Pommel", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [8, 9, 10, 11, 12, 13, 14, 15] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [16, 17, 18, 19, 20, 21, 22] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [23, 24, 25, 26, 27, 28, 29] + } + ] + }, + { + "name": "Top Pommel 2", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [30, 31, 32, 33, 34, 35, 36] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [37, 38, 39, 40, 41, 42, 43] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [44, 45, 46, 47, 48, 49] + } + ] + }, + { + "name": "Bottom Pommel", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [50, 51, 52, 53, 54, 55, 56, 57] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [58, 59, 60, 61, 62, 63] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [64, 65, 66, 67, 68, 69, 70] + } + ] + } + ] + }, + { + "name": "hammer", + "origin": [8, 8, 8], + "color": 0, + "children": [71, 72, 73] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/generic_models/GenericWeponHilt.json b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/generic_models/GenericWeponHilt.json new file mode 100644 index 00000000..0ad3bd64 --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/generic_models/GenericWeponHilt.json @@ -0,0 +1,1037 @@ +{ + "credit": "Made with Blockbench", + "elements": [ + { + "from": [7.64071, 0, 9.13114], + "to": [7.84071, 5.1, 9.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "east": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "south": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "west": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "up": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "down": {"uv": [0, 1, 15.2, 16], "texture": "#missing"} + } + }, + { + "from": [7.27452, 0, 9.49733], + "to": [7.35733, 5.1, 9.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "east": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "south": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "west": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "up": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "down": {"uv": [0, 1, 15.2, 16], "texture": "#missing"} + } + }, + { + "from": [8.5672, 0, 5.01615], + "to": [8.7672, 5.1, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "east": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "south": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "west": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "up": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "down": {"uv": [0, 1, 15.2, 16], "texture": "#missing"} + } + }, + { + "from": [9.05058, 0, 5.38234], + "to": [9.13339, 5.1, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "east": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "south": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "west": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "up": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "down": {"uv": [0, 1, 15.2, 16], "texture": "#missing"} + } + }, + { + "from": [8.76562, 0, 7.99219], + "to": [9.28594, 5.1, 8.10625], + "faces": { + "north": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "east": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "south": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "west": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "up": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "down": {"uv": [0, 1, 15.2, 16], "texture": "#missing"} + } + }, + { + "from": [9.31641, 0, 7.44531], + "to": [9.43047, 5.1, 7.96563], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.36562, 7.53359]}, + "faces": { + "north": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "east": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "south": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "west": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "up": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "down": {"uv": [0, 1, 15.2, 16], "texture": "#missing"} + } + }, + { + "from": [8.62891, 0, 7.44531], + "to": [8.74297, 5.1, 7.96563], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.36562, 7.53359]}, + "faces": { + "north": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "east": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "south": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "west": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "up": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "down": {"uv": [0, 1, 15.2, 16], "texture": "#missing"} + } + }, + { + "from": [8.76562, 0, 7.30394], + "to": [9.28594, 5.1, 7.418], + "faces": { + "north": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "east": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "south": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "west": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "up": {"uv": [0, 1, 15.2, 16], "texture": "#missing"}, + "down": {"uv": [0, 1, 15.2, 16], "texture": "#missing"} + } + }, + { + "from": [7.64071, 4.76172, 9.01396], + "to": [7.84071, 5.0749, 9.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [7.15733, 4.76172, 9.49733], + "to": [7.35733, 5.0749, 9.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.5672, 4.76172, 4.89897], + "to": [8.7672, 5.0749, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [9.05058, 4.76172, 5.38234], + "to": [9.25058, 5.0749, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, 4.76172, 7.22266], + "to": [9.36797, 5.075, 7.33672], + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, 4.76172, 8.07422], + "to": [9.36797, 5.075, 8.18828], + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [9.42253, 4.76172, 7.36328], + "to": [9.51316, 5.075, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.54253, 4.76172, 7.36328], + "to": [8.63316, 5.075, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.54362, 4.76172, 7.36328], + "to": [9.51316, 4.90703, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, 4.76172, 7.22266], + "to": [9.36797, 4.907, 7.3875], + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.5672, 4.76172, 4.89897], + "to": [8.7672, 4.90699, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.08107, 4.76172, 5.3851], + "to": [8.28107, 4.90699, 5.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, 4.76172, 8.02344], + "to": [9.36797, 4.907, 8.18828], + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.56444, 4.76172, 5.86848], + "to": [8.76444, 4.90699, 6.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [9.05058, 4.76172, 5.38234], + "to": [9.25058, 4.90699, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.54362, 4.76172, 7.36328], + "to": [9.51316, 4.90703, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, 4.76172, 7.22266], + "to": [9.36797, 4.907, 7.3875], + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.5672, 4.76172, 4.89897], + "to": [8.7672, 4.90699, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.08107, 4.76172, 5.3851], + "to": [8.28107, 4.90699, 5.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, 4.76172, 8.02344], + "to": [9.36797, 4.907, 8.18828], + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.56444, 4.76172, 5.86848], + "to": [8.76444, 4.90699, 6.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [9.05058, 4.76172, 5.38234], + "to": [9.25058, 4.90699, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 3.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [7.64071, 4.32422, 9.01396], + "to": [7.84071, 4.58662, 9.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [7.15733, 4.32422, 9.49733], + "to": [7.35733, 4.58662, 9.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.5672, 4.32422, 4.89897], + "to": [8.7672, 4.58662, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [9.05058, 4.32422, 5.38234], + "to": [9.25058, 4.58662, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, 4.32422, 7.22266], + "to": [9.36797, 4.58672, 7.33672], + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, 4.32422, 8.07422], + "to": [9.36797, 4.58672, 8.18828], + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [9.42253, 4.32422, 7.36328], + "to": [9.51316, 4.58672, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 15.699, 0, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 15.699, 0, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 15.699, 0, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 15.699, 0, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 15.699, 0, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 15.699, 0, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.54253, 4.32422, 7.36328], + "to": [8.63316, 4.58672, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.54362, 4.32422, 7.36328], + "to": [9.51316, 4.41875, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, 4.32422, 7.22266], + "to": [9.36797, 4.41872, 7.3875], + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.5672, 4.32422, 4.89897], + "to": [8.7672, 4.41871, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.08107, 4.32422, 5.3851], + "to": [8.28107, 4.41871, 5.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, 4.32422, 8.02344], + "to": [9.36797, 4.41872, 8.18828], + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.56444, 4.32422, 5.86848], + "to": [8.76444, 4.41871, 6.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [9.05058, 4.32422, 5.38234], + "to": [9.25058, 4.41871, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.54362, 4.32422, 7.36328], + "to": [9.51316, 4.41875, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, 4.32422, 7.22266], + "to": [9.36797, 4.41872, 7.3875], + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.5672, 4.32422, 4.89897], + "to": [8.7672, 4.41871, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.08107, 4.32422, 5.3851], + "to": [8.28107, 4.41871, 5.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, 4.32422, 8.02344], + "to": [9.36797, 4.41872, 8.18828], + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.56444, 4.32422, 5.86848], + "to": [8.76444, 4.41871, 6.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [9.05058, 4.32422, 5.38234], + "to": [9.25058, 4.41871, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 14, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [7.64071, -0.17187, 9.01396], + "to": [7.84071, 0.14131, 9.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [7.15733, -0.17187, 9.49733], + "to": [7.35733, 0.14131, 9.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 0.1, 7.1]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.5672, -0.17187, 4.89897], + "to": [8.7672, 0.14131, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [9.05058, -0.17187, 5.38234], + "to": [9.25058, 0.14131, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, -0.17187, 7.22266], + "to": [9.36797, 0.14141, 7.33672], + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, -0.17187, 8.07422], + "to": [9.36797, 0.14141, 8.18828], + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [9.42253, -0.17187, 7.36328], + "to": [9.51316, 0.14141, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.54253, -0.17187, 7.36328], + "to": [8.63316, 0.14141, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.54362, -0.17187, 7.36328], + "to": [9.51316, -0.02656, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, -0.17187, 7.22266], + "to": [9.36797, -0.02659, 7.3875], + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.5672, -0.17187, 4.89897], + "to": [8.7672, -0.0266, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.08107, -0.17187, 5.3851], + "to": [8.28107, -0.0266, 5.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, -0.17187, 8.02344], + "to": [9.36797, -0.02659, 8.18828], + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.56444, -0.17187, 5.86848], + "to": [8.76444, -0.0266, 6.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [9.05058, -0.17187, 5.38234], + "to": [9.25058, -0.0266, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.54362, -0.17187, 7.36328], + "to": [9.51316, -0.02656, 8.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 0.1, 7.34219]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, -0.17187, 7.22266], + "to": [9.36797, -0.02659, 7.3875], + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.5672, -0.17187, 4.89897], + "to": [8.7672, -0.0266, 5.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.08107, -0.17187, 5.3851], + "to": [8.28107, -0.0266, 5.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.68359, -0.17187, 8.02344], + "to": [9.36797, -0.02659, 8.18828], + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [8.56444, -0.17187, 5.86848], + "to": [8.76444, -0.0266, 6.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + }, + { + "from": [9.05058, -0.17187, 5.38234], + "to": [9.25058, -0.0266, 5.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 0.09995, 7.0319]}, + "faces": { + "north": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "east": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "south": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "west": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "up": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"}, + "down": {"uv": [0, 13, 2.7, 15.699], "texture": "#missing"} + } + } + ], + "groups": [ + { + "name": "Handle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7] + }, + { + "name": "Top Pommel", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [8, 9, 10, 11, 12, 13, 14, 15] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [16, 17, 18, 19, 20, 21, 22] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [23, 24, 25, 26, 27, 28, 29] + } + ] + }, + { + "name": "Top Pommel 2", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [30, 31, 32, 33, 34, 35, 36, 37] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [38, 39, 40, 41, 42, 43, 44] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [45, 46, 47, 48, 49, 50, 51] + } + ] + }, + { + "name": "Bottom Pommel", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [52, 53, 54, 55, 56, 57, 58, 59] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [60, 61, 62, 63, 64, 65, 66] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [67, 68, 69, 70, 71, 72, 73] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/green_lightsaber.json b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/green_lightsaber.json new file mode 100644 index 00000000..46c84ea4 --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/green_lightsaber.json @@ -0,0 +1,4831 @@ +{ + "credit": "Made by Dunkan", + "textures": { + "0": "armourandtoolsmod:item/lightsaber/green/texture30", + "1": "armourandtoolsmod:item/lightsaber/green/texture31", + "2": "armourandtoolsmod:item/lightsaber/green/texture32", + "3": "armourandtoolsmod:item/lightsaber/green/texture11", + "6": "armourandtoolsmod:item/lightsaber/green/texture24", + "7": "armourandtoolsmod:item/lightsaber/green/texture36", + "9": "armourandtoolsmod:item/lightsaber/green/texture7 proz", + "particle": "armourandtoolsmod:item/lightsaber/green/texture7 proz" + }, + "elements": [ + { + "from": [7.55, 0.175, 8.05], + "to": [8.45, 0.325, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.05, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.55, -0.725, 8.05], + "to": [8.45, -0.625, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.1, 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.65, -0.625, 8.15], + "to": [8.35, -0.275, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.2, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.75, -0.275, 8.25], + "to": [8.25, -0.15, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.475, 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.525, -0.8, 8.025], + "to": [8.475, -0.725, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.525, 0.325, 8.025], + "to": [8.475, 0.375, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.1, 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.6, 0.175, 8], + "to": [8.4, 0.325, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.05, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.6, -0.725, 8], + "to": [8.4, -0.625, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.1, 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.7, -0.625, 8.1], + "to": [8.3, -0.275, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.2, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.8, -0.275, 8.2], + "to": [8.2, -0.15, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.475, 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.575, -0.8, 7.975], + "to": [8.425, -0.725, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.575, 0.325, 7.975], + "to": [8.425, 0.375, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.1, 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.65, 0.175, 7.95], + "to": [8.35, 0.325, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.05, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.65, -0.725, 7.95], + "to": [8.35, -0.625, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.1, 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.75, -0.625, 8.05], + "to": [8.25, -0.275, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.2, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.85, -0.275, 8.15], + "to": [8.15, -0.15, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.475, 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.625, -0.8, 7.925], + "to": [8.375, -0.725, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.625, 0.325, 7.925], + "to": [8.375, 0.375, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.1, 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.7, 0.175, 7.9], + "to": [8.3, 0.325, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.05, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.7, -0.725, 7.9], + "to": [8.3, -0.625, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.1, 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.8, -0.625, 8], + "to": [8.2, -0.275, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.2, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.675, -0.8, 7.875], + "to": [8.325, -0.725, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.675, 0.325, 7.875], + "to": [8.325, 0.375, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.1, 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, 0.175, 8.1], + "to": [8.5, 0.325, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.05, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.5, -0.725, 8.1], + "to": [8.5, -0.625, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.1, 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.6, -0.625, 8.2], + "to": [8.4, -0.275, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.2, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.7, -0.275, 8.3], + "to": [8.3, -0.15, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.475, 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.475, -0.8, 8.075], + "to": [8.525, -0.725, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.475, 0.325, 8.075], + "to": [8.525, 0.375, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.1, 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.45, 0.175, 8.15], + "to": [8.55, 0.325, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.05, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.45, -0.725, 8.15], + "to": [8.55, -0.625, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.1, 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.55, -0.625, 8.25], + "to": [8.45, -0.275, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.2, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.65, -0.275, 8.35], + "to": [8.35, -0.15, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.475, 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.425, -0.8, 8.125], + "to": [8.575, -0.725, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.425, 0.325, 8.125], + "to": [8.575, 0.375, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.1, 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.4, 0.175, 8.2], + "to": [8.6, 0.325, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.05, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.4, -0.725, 8.2], + "to": [8.6, -0.625, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.1, 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, -0.625, 8.3], + "to": [8.5, -0.275, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.2, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.375, -0.8, 8.175], + "to": [8.625, -0.725, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.375, 0.325, 8.175], + "to": [8.625, 0.375, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.1, 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.4, 5.25, 8.2], + "to": [8.6, 5.4, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.325, 4.05, 8.125], + "to": [8.675, 5.25, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.9, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.375, 2.65, 8.175], + "to": [8.625, 4, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.175, 2.7, 8.575], + "to": [7.375, 3.95, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.175, 3.875, 8.425], + "to": [7.375, 3.95, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.175, 2.7, 8.425], + "to": [7.375, 2.8, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.175, 2.7, 8.3], + "to": [7.375, 3.95, 8.425], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.475, 2.35, 8.275], + "to": [8.525, 4.225, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.875, 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, 0.925, 8.3], + "to": [8.5, 2.35, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 8]}, + "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, 5.25, 8.15], + "to": [8.55, 5.4, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.375, 4.05, 8.075], + "to": [8.625, 5.25, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.9, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.425, 2.65, 8.125], + "to": [8.575, 4, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.525, 2.35, 8.225], + "to": [8.475, 4.225, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.875, 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.55, 0.925, 8.25], + "to": [8.45, 2.35, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 8]}, + "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.5, 5.25, 8.1], + "to": [8.5, 5.4, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.425, 4.05, 8.025], + "to": [8.575, 5.25, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.9, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.475, 2.65, 8.075], + "to": [8.525, 4, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.575, 2.35, 8.175], + "to": [8.425, 4.225, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.875, 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.6, 0.925, 8.2], + "to": [8.4, 2.35, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 8]}, + "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.55, 5.25, 8.05], + "to": [8.45, 5.4, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.475, 4.05, 7.975], + "to": [8.525, 5.25, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.9, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.525, 2.65, 8.025], + "to": [8.475, 4, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.625, 2.35, 8.125], + "to": [8.375, 4.225, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.875, 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.65, 0.925, 8.15], + "to": [8.35, 2.35, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 8]}, + "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.6, 5.25, 8], + "to": [8.4, 5.4, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.525, 4.05, 7.925], + "to": [8.475, 5.25, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.9, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.575, 2.65, 7.975], + "to": [8.425, 4, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.675, 2.35, 8.075], + "to": [8.325, 4.225, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.875, 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.7, 0.925, 8.1], + "to": [8.3, 2.35, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 8]}, + "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.65, 5.25, 7.95], + "to": [8.35, 5.4, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.575, 4.05, 7.875], + "to": [8.425, 5.25, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.9, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.625, 2.65, 7.925], + "to": [8.375, 4, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.725, 2.35, 8.025], + "to": [8.275, 4.225, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.875, 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.75, 0.925, 8.05], + "to": [8.25, 2.35, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 8]}, + "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.7, 5.25, 7.9], + "to": [8.3, 5.4, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.625, 4.05, 7.825], + "to": [8.375, 5.25, 9.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.9, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.675, 2.65, 7.875], + "to": [8.325, 4, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.675, 4.05, 7.775], + "to": [8.325, 5.25, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.9, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.725, 2.65, 7.825], + "to": [8.275, 4, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.775, 2.35, 7.975], + "to": [8.225, 4.225, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.875, 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.8, 0.925, 8], + "to": [8.2, 2.35, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 8]}, + "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.65, 5.65, 7.95], + "to": [8.35, 5.875, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "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": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.65, 5.65, 9], + "to": [8.35, 5.875, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 7]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.5, 5.65, 8.15], + "to": [8.55, 5.875, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.45, 5.65, 8.15], + "to": [7.5, 5.875, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "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.5, 5.65, 8.15], + "to": [7.55, 5.825, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "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.65, 5.65, 8], + "to": [8.35, 5.825, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "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.65, 5.65, 8.95], + "to": [8.35, 5.825, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.55, 5.65, 8.05], + "to": [8.45, 5.775, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.55, 5.65, 8.1], + "to": [8.45, 5.725, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.55, 5.65, 8.9], + "to": [8.45, 5.775, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.4, 5.65, 8.1], + "to": [8.45, 5.775, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.25, 5.65, 8.1], + "to": [8.4, 5.775, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.25, 5.65, 8.85], + "to": [8.4, 5.775, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "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.6, 5.65, 8.1], + "to": [7.75, 5.775, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "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": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.6, 5.65, 8.85], + "to": [7.75, 5.775, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.3, 5.65, 8.15], + "to": [8.4, 5.775, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.3, 5.65, 8.8], + "to": [8.4, 5.775, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "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.6, 5.65, 8.15], + "to": [7.7, 5.775, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "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": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.6, 5.65, 8.8], + "to": [7.7, 5.775, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.35, 5.65, 8.2], + "to": [8.4, 5.775, 8.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.35, 5.65, 8.75], + "to": [8.4, 5.775, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "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.6, 5.65, 8.2], + "to": [7.65, 5.775, 8.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "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": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.6, 5.65, 8.75], + "to": [7.65, 5.775, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.55, 5.65, 8.1], + "to": [7.6, 5.775, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "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": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.45, 5.65, 8.15], + "to": [8.5, 5.825, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "east": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "west": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [7.35, 5.875, 8.15], + "to": [7.45, 6.025, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.4, 5.875, 8.8], + "to": [7.5, 6.025, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [7.45, 5.875, 8.85], + "to": [7.55, 6.025, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [7.5, 5.875, 8.9], + "to": [7.6, 6.025, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [7.6, 5.875, 9], + "to": [7.7, 6.025, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [7.55, 5.875, 8.95], + "to": [7.65, 6.025, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [7.65, 5.875, 9.05], + "to": [8.35, 6.025, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.3, 5.875, 9], + "to": [8.4, 6.025, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.35, 5.875, 8.95], + "to": [8.45, 6.025, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.4, 5.875, 8.9], + "to": [8.5, 6.025, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.45, 5.875, 8.85], + "to": [8.55, 6.025, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.5, 5.875, 8.8], + "to": [8.6, 6.025, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "texture": "#0"} + } + }, + { + "from": [8.55, 5.875, 8.15], + "to": [8.65, 6.025, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.55, 5.6, 7.975], + "to": [8.75, 5.9, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.25, 5.6, 7.975], + "to": [7.4, 5.9, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.875, 5.6, 9.1], + "to": [8.675, 5.9, 9.325], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "rotation": 90, "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [7.875, 5.6, 7.675], + "to": [8.675, 5.9, 7.9], + "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [7.325, 5.6, 9.05], + "to": [8.125, 5.9, 9.325], + "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [1, 0, 0, 1], "rotation": 90, "texture": "#0"}, + "down": {"uv": [1, 0, 0, 1], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [7.325, 5.6, 7.675], + "to": [8.125, 5.9, 7.9], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [8.5, 5.875, 8.1], + "to": [8.6, 6.025, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.4, 5.875, 8], + "to": [8.5, 6.025, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.45, 5.875, 8.05], + "to": [8.55, 6.025, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.35, 5.875, 7.95], + "to": [8.45, 6.025, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.3, 5.875, 7.9], + "to": [8.4, 6.025, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.65, 5.875, 7.85], + "to": [8.35, 6.025, 7.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.6, 5.875, 7.9], + "to": [7.7, 6.025, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.55, 5.875, 7.95], + "to": [7.65, 6.025, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.5, 5.875, 8], + "to": [7.6, 6.025, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.45, 5.875, 8.05], + "to": [7.55, 6.025, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.4, 5.875, 8.1], + "to": [7.5, 6.025, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.7, 5.5, 7.9], + "to": [8.3, 5.675, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.7, 5.4, 7.925], + "to": [8.3, 5.5, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 5.4, 7.95], + "to": [8.325, 5.5, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 5.4, 7.975], + "to": [8.35, 5.5, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 5.4, 8], + "to": [8.375, 5.5, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, 5.4, 8.025], + "to": [8.4, 5.5, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 5.4, 8.05], + "to": [8.425, 5.5, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.55, 5.4, 8.075], + "to": [8.45, 5.5, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 5.4, 8.1], + "to": [8.475, 5.5, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.5, 5.4, 8.125], + "to": [8.5, 5.5, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 5.4, 8.15], + "to": [8.525, 5.5, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.45, 5.4, 8.175], + "to": [8.55, 5.5, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 5.4, 8.2], + "to": [8.575, 5.5, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, 2.325, 7.925], + "to": [8.275, 2.525, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 2.375, 7.875], + "to": [8.325, 2.475, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 2.075, 7.875], + "to": [8.325, 2.175, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 1.775, 7.875], + "to": [8.325, 1.875, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 1.475, 7.875], + "to": [8.325, 1.575, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 1.175, 7.875], + "to": [8.325, 1.275, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 0.875, 7.875], + "to": [8.325, 0.975, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, 2.025, 7.925], + "to": [8.275, 2.225, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, 1.725, 7.925], + "to": [8.275, 1.925, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, 1.425, 7.925], + "to": [8.275, 1.625, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, 1.125, 7.925], + "to": [8.275, 1.325, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, 0.825, 7.925], + "to": [8.275, 1.025, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.775, 0.75, 7.975], + "to": [8.225, 0.825, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.85, 0.7, 8.05], + "to": [8.15, 0.75, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.475, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 5.5, 7.95], + "to": [8.35, 5.675, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 2.325, 7.975], + "to": [8.325, 2.525, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 2.375, 7.925], + "to": [8.375, 2.475, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 2.075, 7.925], + "to": [8.375, 2.175, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 1.775, 7.925], + "to": [8.375, 1.875, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 1.475, 7.925], + "to": [8.375, 1.575, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 1.175, 7.925], + "to": [8.375, 1.275, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 0.875, 7.925], + "to": [8.375, 0.975, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 2.025, 7.975], + "to": [8.325, 2.225, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 1.725, 7.975], + "to": [8.325, 1.925, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 1.425, 7.975], + "to": [8.325, 1.625, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 1.125, 7.975], + "to": [8.325, 1.325, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 0.825, 7.975], + "to": [8.325, 1.025, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, 0.75, 8.025], + "to": [8.275, 0.825, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.8, 0.7, 8.1], + "to": [8.2, 0.75, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.475, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, 5.5, 8], + "to": [8.4, 5.675, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.9, -0.25, 8.3], + "to": [8.1, 0.8, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.875, 0.375, 8.275], + "to": [8.125, 0.525, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.25, 8]}, + "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.875, -0.15, 8.275], + "to": [8.125, 0.025, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 8]}, + "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.625, 2.325, 8.025], + "to": [8.375, 2.525, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 2.375, 7.975], + "to": [8.425, 2.475, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 2.075, 7.975], + "to": [8.425, 2.175, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 1.775, 7.975], + "to": [8.425, 1.875, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 1.475, 7.975], + "to": [8.425, 1.575, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 1.175, 7.975], + "to": [8.425, 1.275, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 0.875, 7.975], + "to": [8.425, 0.975, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 2.025, 8.025], + "to": [8.375, 2.225, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 1.725, 8.025], + "to": [8.375, 1.925, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 1.425, 8.025], + "to": [8.375, 1.625, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 1.125, 8.025], + "to": [8.375, 1.325, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 0.825, 8.025], + "to": [8.375, 1.025, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 0.75, 8.075], + "to": [8.325, 0.825, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.75, 0.7, 8.15], + "to": [8.25, 0.75, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.475, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.55, 5.5, 8.05], + "to": [8.45, 5.675, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.85, -0.25, 8.35], + "to": [8.15, 0.8, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.825, 0.375, 8.325], + "to": [8.175, 0.525, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.25, 8]}, + "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.825, -0.15, 8.325], + "to": [8.175, 0.025, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 8]}, + "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.575, 2.325, 8.075], + "to": [8.425, 2.525, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 2.375, 8.025], + "to": [8.475, 2.475, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 2.075, 8.025], + "to": [8.475, 2.175, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 1.775, 8.025], + "to": [8.475, 1.875, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 1.475, 8.025], + "to": [8.475, 1.575, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 1.175, 8.025], + "to": [8.475, 1.275, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 0.875, 8.025], + "to": [8.475, 0.975, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 2.025, 8.075], + "to": [8.425, 2.225, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 1.725, 8.075], + "to": [8.425, 1.925, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 1.425, 8.075], + "to": [8.425, 1.625, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 1.125, 8.075], + "to": [8.425, 1.325, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 0.825, 8.075], + "to": [8.425, 1.025, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 0.75, 8.125], + "to": [8.375, 0.825, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.7, 0.7, 8.2], + "to": [8.3, 0.75, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.475, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.5, 5.5, 8.1], + "to": [8.5, 5.675, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.8, -0.25, 8.4], + "to": [8.2, 0.8, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.775, 0.375, 8.375], + "to": [8.225, 0.525, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.25, 8]}, + "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.775, -0.15, 8.375], + "to": [8.225, 0.025, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 8]}, + "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.525, 2.325, 8.125], + "to": [8.475, 2.525, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 2.375, 8.075], + "to": [8.525, 2.475, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 2.075, 8.075], + "to": [8.525, 2.175, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 1.775, 8.075], + "to": [8.525, 1.875, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 1.475, 8.075], + "to": [8.525, 1.575, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 1.175, 8.075], + "to": [8.525, 1.275, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 0.875, 8.075], + "to": [8.525, 0.975, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 2.025, 8.125], + "to": [8.475, 2.225, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 1.725, 8.125], + "to": [8.475, 1.925, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 1.425, 8.125], + "to": [8.475, 1.625, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 1.125, 8.125], + "to": [8.475, 1.325, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 0.825, 8.125], + "to": [8.475, 1.025, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 0.75, 8.175], + "to": [8.425, 0.825, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 0.7, 8.25], + "to": [8.35, 0.75, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.475, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.45, 5.5, 8.15], + "to": [8.55, 5.675, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 2.325, 8.175], + "to": [8.525, 2.525, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 2.375, 8.125], + "to": [8.575, 2.475, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 2.075, 8.125], + "to": [8.575, 2.175, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 1.775, 8.125], + "to": [8.575, 1.875, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 1.475, 8.125], + "to": [8.575, 1.575, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 1.175, 8.125], + "to": [8.575, 1.275, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 0.875, 8.125], + "to": [8.575, 0.975, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 2.025, 8.175], + "to": [8.525, 2.225, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 1.725, 8.175], + "to": [8.525, 1.925, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 1.425, 8.175], + "to": [8.525, 1.625, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 1.125, 8.175], + "to": [8.525, 1.325, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 0.825, 8.175], + "to": [8.525, 1.025, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 0.75, 8.225], + "to": [8.475, 0.825, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, 0.7, 8.3], + "to": [8.4, 0.75, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.475, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.4, 5.5, 8.2], + "to": [8.6, 5.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 2.325, 8.225], + "to": [8.575, 2.525, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.375, 2.375, 8.175], + "to": [8.625, 2.475, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.375, 2.075, 8.175], + "to": [8.625, 2.175, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.375, 1.775, 8.175], + "to": [8.625, 1.875, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.375, 1.475, 8.175], + "to": [8.625, 1.575, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.375, 1.175, 8.175], + "to": [8.625, 1.275, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.375, 0.875, 8.175], + "to": [8.625, 0.975, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 2.025, 8.225], + "to": [8.575, 2.225, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 1.725, 8.225], + "to": [8.575, 1.925, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 1.425, 8.225], + "to": [8.575, 1.625, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 1.125, 8.225], + "to": [8.575, 1.325, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 0.825, 8.225], + "to": [8.575, 1.025, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 0.75, 8.275], + "to": [8.525, 0.825, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.55, 0.7, 8.35], + "to": [8.45, 0.75, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.475, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.95, 3.525, 9.225], + "to": [8.05, 3.825, 9.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8.075]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [7.925, 3.55, 9.225], + "to": [8.075, 3.8, 9.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8.075]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [7.95, 3.575, 9.25], + "to": [8.05, 3.775, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8.1]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [7.9, 3.575, 9.225], + "to": [8.1, 3.775, 9.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8.075]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [7.925, 3.6, 9.25], + "to": [8.075, 3.75, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8.1]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [7.875, 3.6, 9.225], + "to": [8.125, 3.75, 9.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8.075]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [7.9, 3.625, 9.25], + "to": [8.1, 3.725, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8.1]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [7.85, 3.625, 9.225], + "to": [8.15, 3.725, 9.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8.075]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [7.125, 3.525, 8.475], + "to": [7.375, 3.675, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.425, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 3.7, 8.475], + "to": [7.375, 3.85, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 3.175, 8.475], + "to": [7.375, 3.325, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.075, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 3.35, 8.475], + "to": [7.375, 3.5, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.25, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 3, 8.475], + "to": [7.375, 3.15, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 2.825, 8.475], + "to": [7.375, 2.975, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.725, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 3.55, 8.45], + "to": [7.375, 3.65, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.425, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 3.725, 8.45], + "to": [7.375, 3.825, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.1, 3.75, 8.475], + "to": [7.125, 3.8, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [7.75, 10.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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.1, 3.4, 8.475], + "to": [7.125, 3.45, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [7.75, 10.25, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.1, 3.05, 8.475], + "to": [7.125, 3.1, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [7.75, 9.9, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.1, 3.575, 8.475], + "to": [7.125, 3.625, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [7.75, 10.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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.1, 3.225, 8.475], + "to": [7.125, 3.275, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [7.75, 10.25, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.1, 2.875, 8.475], + "to": [7.125, 2.925, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [7.75, 9.9, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.2, 2.8, 8.425], + "to": [7.225, 3.875, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [7.75, 9.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.125, 3.2, 8.45], + "to": [7.375, 3.3, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.075, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 3.375, 8.45], + "to": [7.375, 3.475, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.25, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 3.025, 8.45], + "to": [7.375, 3.125, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 2.85, 8.45], + "to": [7.375, 2.95, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.725, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 3.575, 8.425], + "to": [7.375, 3.625, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.425, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 3.75, 8.425], + "to": [7.375, 3.8, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 3.225, 8.425], + "to": [7.375, 3.275, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.075, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 3.4, 8.425], + "to": [7.375, 3.45, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.25, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 3.05, 8.425], + "to": [7.375, 3.1, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.125, 2.875, 8.425], + "to": [7.375, 2.925, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.725, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.825, 3.6, 9.15], + "to": [8.175, 3.75, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.85, 3.575, 9.15], + "to": [8.15, 3.775, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.875, 3.55, 9.15], + "to": [8.125, 3.8, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.9, 3.525, 9.15], + "to": [8.1, 3.825, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.925, 3.5, 9.15], + "to": [8.075, 3.85, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "name": "cube2", + "from": [7.7, 4.45, 8.2], + "to": [8.3, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#7"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.675, 8.2], + "to": [8.3, 22.7, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.65, 8.8], + "to": [8.3, 22.675, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.65, 22.65, 8.2], + "to": [7.7, 22.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.65, 8.15], + "to": [8.3, 22.675, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.65, 8.2], + "to": [8.35, 22.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.6, 8.15], + "to": [8.35, 22.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.35, 22.6, 8.2], + "to": [8.4, 22.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.6, 8.8], + "to": [8.35, 22.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.6, 8.85], + "to": [8.3, 22.65, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.6, 8.8], + "to": [7.7, 22.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.6, 8.2], + "to": [7.65, 22.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.6, 8.15], + "to": [7.7, 22.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.6, 8.1], + "to": [8.3, 22.65, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.525, 8.1], + "to": [8.35, 22.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.525, 8.15], + "to": [8.4, 22.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.525, 8.2], + "to": [8.45, 22.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.525, 8.8], + "to": [8.4, 22.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.525, 8.85], + "to": [8.35, 22.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.525, 8.9], + "to": [8.3, 22.6, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.525, 8.85], + "to": [7.7, 22.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.525, 8.8], + "to": [7.65, 22.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.525, 8.2], + "to": [7.6, 22.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.525, 8.15], + "to": [7.65, 22.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.525, 8.1], + "to": [7.7, 22.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.525, 8.05], + "to": [8.3, 22.6, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.425, 8.8], + "to": [8.45, 22.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.425, 8.85], + "to": [8.4, 22.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.425, 8.9], + "to": [8.35, 22.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.425, 8.95], + "to": [8.3, 22.525, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.425, 8.9], + "to": [7.7, 22.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.425, 8.85], + "to": [7.65, 22.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.425, 8.8], + "to": [7.6, 22.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 22.425, 8.2], + "to": [7.55, 22.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.425, 8.15], + "to": [7.6, 22.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.425, 8.1], + "to": [7.65, 22.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.425, 8.05], + "to": [7.7, 22.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.425, 8], + "to": [8.3, 22.525, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.425, 8.05], + "to": [8.35, 22.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.425, 8.1], + "to": [8.4, 22.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.425, 8.15], + "to": [8.45, 22.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 22.425, 8.2], + "to": [8.5, 22.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 4.45, 8], + "to": [8.35, 22.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 4.45, 8.05], + "to": [8.4, 22.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 4.45, 8.1], + "to": [8.45, 22.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 4.45, 8.15], + "to": [8.5, 22.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.5, 4.45, 8.2], + "to": [8.55, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 4.45, 8.8], + "to": [8.5, 22.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 4.45, 8.85], + "to": [8.45, 22.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 4.45, 8.9], + "to": [8.4, 22.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 4.45, 8.95], + "to": [8.35, 22.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 4.45, 9], + "to": [8.3, 22.425, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 4.45, 8.95], + "to": [7.7, 22.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 4.45, 8.9], + "to": [7.65, 22.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 4.45, 8.85], + "to": [7.6, 22.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 4.45, 8.8], + "to": [7.55, 22.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "rotation": 90, "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.45, 4.45, 8.2], + "to": [7.5, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 4.45, 8.15], + "to": [7.55, 22.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 4.45, 8.1], + "to": [7.6, 22.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 4.45, 8.05], + "to": [7.65, 22.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 4.45, 8], + "to": [7.7, 22.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 4.45, 7.95], + "to": [8.3, 22.425, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0.25, 4.25, 0.5] + }, + "thirdperson_lefthand": { + "translation": [0.25, 4.25, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, -35, 0], + "translation": [0.5, 4.25, 0] + }, + "firstperson_lefthand": { + "rotation": [0, -35, 0], + "translation": [0.5, 4.5, 0] + }, + "ground": { + "rotation": [-90, 0, 90], + "translation": [0, -3.25, -0.75] + }, + "gui": { + "rotation": [0, 0, -45], + "translation": [-1.25, -1.5, 0], + "scale": [0.75, 0.75, 0.75] + }, + "fixed": { + "rotation": [0, -180, 0], + "translation": [0, -3.25, -2.75], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "меч", + "origin": [8, 8, 8], + "children": [ + { + "name": "нижня часть", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "середня часть", + "origin": [8, 8, 8], + "children": [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] + }, + { + "name": "часть з кнопками", + "origin": [8, 8, 8], + "children": [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] + }, + { + "name": "верхня часть", + "origin": [8, 8, 8], + "children": [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] + }, + { + "name": "внутріння часть", + "origin": [8, 8, 8], + "children": [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] + } + ] + }, + { + "name": "мєлкі деталі", + "origin": [8, 8, 8], + "children": [ + { + "name": "кнопки на верхній часті", + "origin": [8, 8, 8], + "children": [262, 263, 264, 265, 266, 267, 268, 269] + }, + { + "name": "болтіки", + "origin": [8, 8, 8], + "children": [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] + }, + { + "name": "нижня часть кнопки", + "origin": [8, 10.65, 8], + "children": [295, 296, 297, 298, 299] + } + ] + }, + { + "name": "лазер меча", + "origin": [8, 8, 8], + "children": [ + { + "name": "цвєт меча", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "біла часть", + "origin": [8, 8, 8], + "children": [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] + } + ] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/mjolnir.json b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/mjolnir.json new file mode 100644 index 00000000..95238df2 --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/mjolnir.json @@ -0,0 +1,23674 @@ +{ + "credit": "Made by Dunkan", + "texture_size": [128, 128], + "textures": { + "1": "armourandtoolsmod:item/mjolnir/all" + }, + "elements": [ + { + "from": [5.7, 7.9, 4.2], + "to": [11.7, 8.3, 4.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [2.875, 1.375, 3.625, 1.5], "texture": "#1"}, + "east": {"uv": [0.625, 3.375, 0.75, 3.5], "texture": "#1"}, + "south": {"uv": [2.875, 1.5, 3.625, 1.625], "texture": "#1"}, + "west": {"uv": [2.125, 3.75, 2.25, 3.875], "texture": "#1"}, + "up": {"uv": [3.625, 1.75, 2.875, 1.625], "texture": "#1"}, + "down": {"uv": [3.625, 1.75, 2.875, 1.875], "texture": "#1"} + } + }, + { + "from": [11.1, 9.5, 4.2], + "to": [11.65, 9.8, 10.3], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.95, 13.6, 8]}, + "faces": { + "north": {"uv": [4.375, 2.75, 4.5, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 1.875, 3.625, 2], "texture": "#1"}, + "south": {"uv": [5.5, 0.375, 5.625, 0.5], "texture": "#1"}, + "west": {"uv": [2.875, 2, 3.625, 2.125], "texture": "#1"}, + "up": {"uv": [3, 2.875, 2.875, 2.125], "texture": "#1"}, + "down": {"uv": [2.5, 2.875, 2.375, 3.625], "texture": "#1"} + } + }, + { + "from": [5.75, 9.5, 4.2], + "to": [6.3, 9.8, 10.3], + "rotation": {"angle": 22.5, "axis": "z", "origin": [9.45, 13.6, 8]}, + "faces": { + "north": {"uv": [5.5, 0.5, 5.625, 0.625], "texture": "#1"}, + "east": {"uv": [2.875, 2.875, 3.625, 3], "texture": "#1"}, + "south": {"uv": [5.5, 0.625, 5.625, 0.75], "texture": "#1"}, + "west": {"uv": [3, 0, 3.75, 0.125], "texture": "#1"}, + "up": {"uv": [2.625, 3.625, 2.5, 2.875], "texture": "#1"}, + "down": {"uv": [3.125, 0.125, 3, 0.875], "texture": "#1"} + } + }, + { + "from": [11, 9.075, 4.2], + "to": [11.55, 9.375, 10.3], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.95, 13.225, 8]}, + "faces": { + "north": {"uv": [5.5, 0.75, 5.625, 0.875], "texture": "#1"}, + "east": {"uv": [3, 0.875, 3.75, 1], "texture": "#1"}, + "south": {"uv": [5.5, 0.875, 5.625, 1], "texture": "#1"}, + "west": {"uv": [3, 1, 3.75, 1.125], "texture": "#1"}, + "up": {"uv": [3.125, 2.875, 3, 2.125], "texture": "#1"}, + "down": {"uv": [3, 3, 2.875, 3.75], "texture": "#1"} + } + }, + { + "from": [5.85, 9.075, 4.2], + "to": [6.4, 9.375, 10.3], + "rotation": {"angle": 22.5, "axis": "z", "origin": [9.45, 13.225, 8]}, + "faces": { + "north": {"uv": [5.5, 1, 5.625, 1.125], "texture": "#1"}, + "east": {"uv": [3, 1.125, 3.75, 1.25], "texture": "#1"}, + "south": {"uv": [5.5, 1.125, 5.625, 1.25], "texture": "#1"}, + "west": {"uv": [3, 1.25, 3.75, 1.375], "texture": "#1"}, + "up": {"uv": [3.125, 3.75, 3, 3], "texture": "#1"}, + "down": {"uv": [3.25, 0.125, 3.125, 0.875], "texture": "#1"} + } + }, + { + "from": [9.8, 8.4, 4.2], + "to": [11.7, 8.7, 4.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [1.25, 1.5, 1.5, 1.625], "texture": "#1"}, + "east": {"uv": [1.25, 5.5, 1.375, 5.625], "texture": "#1"}, + "south": {"uv": [1.25, 1.625, 1.5, 1.75], "texture": "#1"}, + "west": {"uv": [1.375, 5.5, 1.5, 5.625], "texture": "#1"}, + "up": {"uv": [2.25, 1.625, 2, 1.5], "texture": "#1"}, + "down": {"uv": [2.25, 1.625, 2, 1.75], "texture": "#1"} + } + }, + { + "from": [5.7, 8.4, 4.2], + "to": [7.6, 8.7, 4.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [1.25, 5.125, 1.5, 5.25], "texture": "#1"}, + "east": {"uv": [1.5, 5.5, 1.625, 5.625], "texture": "#1"}, + "south": {"uv": [1.5, 5.125, 1.75, 5.25], "texture": "#1"}, + "west": {"uv": [5.5, 1.5, 5.625, 1.625], "texture": "#1"}, + "up": {"uv": [5.375, 1.75, 5.125, 1.625], "texture": "#1"}, + "down": {"uv": [2, 5.125, 1.75, 5.25], "texture": "#1"} + } + }, + { + "from": [7.6, 8.6, 4.2], + "to": [9.8, 8.7, 4.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [5.125, 1.75, 5.375, 1.875], "texture": "#1"}, + "east": {"uv": [5.5, 1.625, 5.625, 1.75], "texture": "#1"}, + "south": {"uv": [5.125, 1.875, 5.375, 2], "texture": "#1"}, + "west": {"uv": [5.5, 1.75, 5.625, 1.875], "texture": "#1"}, + "up": {"uv": [5.375, 2.125, 5.125, 2], "texture": "#1"}, + "down": {"uv": [5.375, 2.125, 5.125, 2.25], "texture": "#1"} + } + }, + { + "from": [8.1, 8.3, 4.2], + "to": [9.3, 8.5, 10.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [1.875, 5.5, 2, 5.625], "texture": "#1"}, + "east": {"uv": [3.125, 2.125, 3.875, 2.25], "texture": "#1"}, + "south": {"uv": [2, 5.5, 2.125, 5.625], "texture": "#1"}, + "west": {"uv": [3.125, 2.25, 3.875, 2.375], "texture": "#1"}, + "up": {"uv": [3.25, 3.75, 3.125, 3], "texture": "#1"}, + "down": {"uv": [3.375, 0.125, 3.25, 0.875], "texture": "#1"} + } + }, + { + "from": [5.7, 8.7, 4.2], + "to": [11.7, 12.2, 4.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [0, 0, 0.75, 0.5], "texture": "#1"}, + "east": {"uv": [2.25, 0, 2.375, 0.5], "texture": "#1"}, + "south": {"uv": [0, 0.5, 0.75, 1], "texture": "#1"}, + "west": {"uv": [2.375, 0, 2.5, 0.5], "texture": "#1"}, + "up": {"uv": [3.875, 2.5, 3.125, 2.375], "texture": "#1"}, + "down": {"uv": [3.875, 2.5, 3.125, 2.625], "texture": "#1"} + } + }, + { + "from": [5.7, 8.7, 10.2], + "to": [11.7, 12.2, 10.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [0.75, 0, 1.5, 0.5], "texture": "#1"}, + "east": {"uv": [2.5, 0, 2.625, 0.5], "texture": "#1"}, + "south": {"uv": [0.75, 0.5, 1.5, 1], "texture": "#1"}, + "west": {"uv": [3.375, 3.875, 3.5, 4.375], "texture": "#1"}, + "up": {"uv": [3.875, 2.75, 3.125, 2.625], "texture": "#1"}, + "down": {"uv": [3.875, 2.75, 3.125, 2.875], "texture": "#1"} + } + }, + { + "from": [5.7, 7.9, 10], + "to": [11.7, 8.3, 10.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [3.25, 3, 4, 3.125], "texture": "#1"}, + "east": {"uv": [2.125, 5.5, 2.25, 5.625], "texture": "#1"}, + "south": {"uv": [3.25, 3.125, 4, 3.25], "texture": "#1"}, + "west": {"uv": [2.25, 5.5, 2.375, 5.625], "texture": "#1"}, + "up": {"uv": [4, 3.375, 3.25, 3.25], "texture": "#1"}, + "down": {"uv": [4.125, 0.125, 3.375, 0.25], "texture": "#1"} + } + }, + { + "from": [8.1, 8.4, 10.2], + "to": [9.3, 8.5, 10.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [2.375, 5.5, 2.5, 5.625], "texture": "#1"}, + "east": {"uv": [2.5, 5.5, 2.625, 5.625], "texture": "#1"}, + "south": {"uv": [2.625, 5.5, 2.75, 5.625], "texture": "#1"}, + "west": {"uv": [2.75, 5.5, 2.875, 5.625], "texture": "#1"}, + "up": {"uv": [5.625, 2.875, 5.5, 2.75], "texture": "#1"}, + "down": {"uv": [3, 5.5, 2.875, 5.625], "texture": "#1"} + } + }, + { + "from": [5.7, 8.4, 10.2], + "to": [7.6, 8.7, 10.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [5.125, 2.25, 5.375, 2.375], "texture": "#1"}, + "east": {"uv": [5.5, 2.875, 5.625, 3], "texture": "#1"}, + "south": {"uv": [5.125, 2.375, 5.375, 2.5], "texture": "#1"}, + "west": {"uv": [3, 5.5, 3.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.375, 2.625, 5.125, 2.5], "texture": "#1"}, + "down": {"uv": [2.875, 5.125, 2.625, 5.25], "texture": "#1"} + } + }, + { + "from": [9.8, 8.4, 10.2], + "to": [11.7, 8.7, 10.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [5.125, 2.625, 5.375, 2.75], "texture": "#1"}, + "east": {"uv": [3.125, 5.5, 3.25, 5.625], "texture": "#1"}, + "south": {"uv": [5.125, 2.75, 5.375, 2.875], "texture": "#1"}, + "west": {"uv": [3.25, 5.5, 3.375, 5.625], "texture": "#1"}, + "up": {"uv": [5.375, 3.125, 5.125, 3], "texture": "#1"}, + "down": {"uv": [5.375, 3.125, 5.125, 3.25], "texture": "#1"} + } + }, + { + "from": [7.6, 8.6, 10.2], + "to": [9.8, 8.7, 10.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [5.125, 3.25, 5.375, 3.375], "texture": "#1"}, + "east": {"uv": [5.5, 3.25, 5.625, 3.375], "texture": "#1"}, + "south": {"uv": [5.125, 3.375, 5.375, 3.5], "texture": "#1"}, + "west": {"uv": [5.5, 3.375, 5.625, 3.5], "texture": "#1"}, + "up": {"uv": [5.375, 3.625, 5.125, 3.5], "texture": "#1"}, + "down": {"uv": [5.375, 3.625, 5.125, 3.75], "texture": "#1"} + } + }, + { + "from": [5.7, 7, 5.1], + "to": [11.7, 7.1, 9.4], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [3.375, 0.25, 4.125, 0.375], "texture": "#1"}, + "east": {"uv": [0.625, 3.5, 1.125, 3.625], "texture": "#1"}, + "south": {"uv": [3.375, 0.375, 4.125, 0.5], "texture": "#1"}, + "west": {"uv": [0.625, 3.625, 1.125, 3.75], "texture": "#1"}, + "up": {"uv": [0.75, 1.5, 0, 1], "texture": "#1"}, + "down": {"uv": [1.5, 1, 0.75, 1.5], "texture": "#1"} + } + }, + { + "from": [5.7, 13, 5.1], + "to": [11.7, 13.1, 9.4], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [3.375, 0.5, 4.125, 0.625], "texture": "#1"}, + "east": {"uv": [3.875, 2.75, 4.375, 2.875], "texture": "#1"}, + "south": {"uv": [3.375, 0.625, 4.125, 0.75], "texture": "#1"}, + "west": {"uv": [3.5, 3.875, 4, 4], "texture": "#1"}, + "up": {"uv": [0.75, 2, 0, 1.5], "texture": "#1"}, + "down": {"uv": [2.25, 0, 1.5, 0.5], "texture": "#1"} + } + }, + { + "from": [5.7, 12.775, 4.325], + "to": [11.7, 13.1, 5.6], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 12.5, 5.35]}, + "faces": { + "north": {"uv": [3.375, 0.75, 4.125, 0.875], "texture": "#1"}, + "east": {"uv": [3.5, 5.5, 3.625, 5.625], "texture": "#1"}, + "south": {"uv": [3.25, 3.375, 4, 3.5], "texture": "#1"}, + "west": {"uv": [3.625, 5.5, 3.75, 5.625], "texture": "#1"}, + "up": {"uv": [4, 3.625, 3.25, 3.5], "texture": "#1"}, + "down": {"uv": [4.375, 1.375, 3.625, 1.5], "texture": "#1"} + } + }, + { + "from": [5.7, 7, 4.325], + "to": [11.7, 7.325, 5.6], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 7.6, 5.35]}, + "faces": { + "north": {"uv": [3.625, 1.5, 4.375, 1.625], "texture": "#1"}, + "east": {"uv": [3.75, 5.5, 3.875, 5.625], "texture": "#1"}, + "south": {"uv": [3.625, 1.625, 4.375, 1.75], "texture": "#1"}, + "west": {"uv": [5.5, 3.75, 5.625, 3.875], "texture": "#1"}, + "up": {"uv": [2.5, 3.75, 1.75, 3.625], "texture": "#1"}, + "down": {"uv": [4.375, 1.75, 3.625, 1.875], "texture": "#1"} + } + }, + { + "from": [5.7, 12.775, 8.9], + "to": [11.7, 13.1, 10.175], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 12.5, 9.15]}, + "faces": { + "north": {"uv": [3.625, 1.875, 4.375, 2], "texture": "#1"}, + "east": {"uv": [3.875, 5.5, 4, 5.625], "texture": "#1"}, + "south": {"uv": [3.625, 2, 4.375, 2.125], "texture": "#1"}, + "west": {"uv": [5.5, 3.875, 5.625, 4], "texture": "#1"}, + "up": {"uv": [4.375, 3, 3.625, 2.875], "texture": "#1"}, + "down": {"uv": [4, 3.625, 3.25, 3.75], "texture": "#1"} + } + }, + { + "from": [5.7, 7, 8.9], + "to": [11.7, 7.325, 10.175], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 7.6, 9.15]}, + "faces": { + "north": {"uv": [3.75, 0, 4.5, 0.125], "texture": "#1"}, + "east": {"uv": [5.5, 4, 5.625, 4.125], "texture": "#1"}, + "south": {"uv": [0.625, 3.75, 1.375, 3.875], "texture": "#1"}, + "west": {"uv": [4.125, 5.5, 4.25, 5.625], "texture": "#1"}, + "up": {"uv": [4.5, 1, 3.75, 0.875], "texture": "#1"}, + "down": {"uv": [4.5, 1, 3.75, 1.125], "texture": "#1"} + } + }, + { + "from": [5.7, 8.3, 4.3], + "to": [11.7, 8.6, 4.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [3.75, 1.125, 4.5, 1.25], "texture": "#1"}, + "east": {"uv": [5.5, 4.125, 5.625, 4.25], "texture": "#1"}, + "south": {"uv": [3.75, 1.25, 4.5, 1.375], "texture": "#1"}, + "west": {"uv": [4.25, 5.5, 4.375, 5.625], "texture": "#1"}, + "up": {"uv": [2.125, 3.875, 1.375, 3.75], "texture": "#1"}, + "down": {"uv": [3.625, 3.75, 2.875, 3.875], "texture": "#1"} + } + }, + { + "from": [5.7, 8.3, 10], + "to": [11.7, 8.6, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [3.625, 3.75, 4.375, 3.875], "texture": "#1"}, + "east": {"uv": [5.5, 4.25, 5.625, 4.375], "texture": "#1"}, + "south": {"uv": [0, 3.875, 0.75, 4], "texture": "#1"}, + "west": {"uv": [4.375, 5.5, 4.5, 5.625], "texture": "#1"}, + "up": {"uv": [1.5, 4, 0.75, 3.875], "texture": "#1"}, + "down": {"uv": [2.25, 3.875, 1.5, 4], "texture": "#1"} + } + }, + { + "from": [7.9, 12.975, 5.025], + "to": [8.6, 13.175, 6.7], + "rotation": {"angle": -22.5, "axis": "y", "origin": [7.5, 12.375, 8]}, + "faces": { + "north": {"uv": [5.5, 4.5, 5.625, 4.625], "texture": "#1"}, + "east": {"uv": [5.125, 3.75, 5.375, 3.875], "texture": "#1"}, + "south": {"uv": [4.625, 5.5, 4.75, 5.625], "texture": "#1"}, + "west": {"uv": [5.125, 3.875, 5.375, 4], "texture": "#1"}, + "up": {"uv": [2.375, 1.75, 2.25, 1.5], "texture": "#1"}, + "down": {"uv": [1.25, 3.5, 1.125, 3.75], "texture": "#1"} + } + }, + { + "from": [8.975, 12.975, 7.425], + "to": [10.7, 13.175, 8.125], + "rotation": {"angle": 22.5, "axis": "y", "origin": [7.5, 12.375, 8]}, + "faces": { + "north": {"uv": [5.25, 0, 5.5, 0.125], "texture": "#1"}, + "east": {"uv": [4.875, 5.5, 5, 5.625], "texture": "#1"}, + "south": {"uv": [5.25, 0.125, 5.5, 0.25], "texture": "#1"}, + "west": {"uv": [5, 5.5, 5.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.5, 0.375, 5.25, 0.25], "texture": "#1"}, + "down": {"uv": [5.5, 0.375, 5.25, 0.5], "texture": "#1"} + } + }, + { + "from": [6.8, 12.975, 6.9], + "to": [10.5, 13.175, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.375, 8]}, + "faces": { + "north": {"uv": [0, 4, 0.5, 4.125], "texture": "#1"}, + "east": {"uv": [5.5, 5.125, 5.625, 5.25], "texture": "#1"}, + "south": {"uv": [0.5, 4, 1, 4.125], "texture": "#1"}, + "west": {"uv": [5.25, 5.5, 5.375, 5.625], "texture": "#1"}, + "up": {"uv": [1.5, 4.125, 1, 4], "texture": "#1"}, + "down": {"uv": [2, 4, 1.5, 4.125], "texture": "#1"} + } + }, + { + "from": [9.05, 12.975, 6.375], + "to": [10.7, 13.175, 7.075], + "rotation": {"angle": -22.5, "axis": "y", "origin": [7.5, 12.375, 6.5]}, + "faces": { + "north": {"uv": [5.25, 0.5, 5.5, 0.625], "texture": "#1"}, + "east": {"uv": [5.375, 5.5, 5.5, 5.625], "texture": "#1"}, + "south": {"uv": [5.25, 0.625, 5.5, 0.75], "texture": "#1"}, + "west": {"uv": [5.5, 5.5, 5.625, 5.625], "texture": "#1"}, + "up": {"uv": [5.5, 0.875, 5.25, 0.75], "texture": "#1"}, + "down": {"uv": [5.5, 0.875, 5.25, 1], "texture": "#1"} + } + }, + { + "from": [7.375, 12.975, 8.125], + "to": [8.2, 13.175, 9.675], + "rotation": {"angle": 45, "axis": "y", "origin": [7.5, 12.375, 6.5]}, + "faces": { + "north": {"uv": [0, 5.625, 0.125, 5.75], "texture": "#1"}, + "east": {"uv": [5.25, 1, 5.5, 1.125], "texture": "#1"}, + "south": {"uv": [0.125, 5.625, 0.25, 5.75], "texture": "#1"}, + "west": {"uv": [5.25, 1.125, 5.5, 1.25], "texture": "#1"}, + "up": {"uv": [1.375, 5.5, 1.25, 5.25], "texture": "#1"}, + "down": {"uv": [5.375, 1.25, 5.25, 1.5], "texture": "#1"} + } + }, + { + "from": [7.9, 12.975, 7.725], + "to": [8.6, 13.175, 9.475], + "rotation": {"angle": 22.5, "axis": "y", "origin": [7.5, 12.375, 6.5]}, + "faces": { + "north": {"uv": [5.625, 0.125, 5.75, 0.25], "texture": "#1"}, + "east": {"uv": [1.375, 5.25, 1.625, 5.375], "texture": "#1"}, + "south": {"uv": [0.25, 5.625, 0.375, 5.75], "texture": "#1"}, + "west": {"uv": [1.625, 5.25, 1.875, 5.375], "texture": "#1"}, + "up": {"uv": [2, 5.5, 1.875, 5.25], "texture": "#1"}, + "down": {"uv": [2.625, 5.25, 2.5, 5.5], "texture": "#1"} + } + }, + { + "from": [8.3, 12.975, 5.4], + "to": [9, 13.175, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.375, 8]}, + "faces": { + "north": {"uv": [5.625, 0.25, 5.75, 0.375], "texture": "#1"}, + "east": {"uv": [4, 2.125, 4.5, 2.25], "texture": "#1"}, + "south": {"uv": [0.375, 5.625, 0.5, 5.75], "texture": "#1"}, + "west": {"uv": [4, 2.25, 4.5, 2.375], "texture": "#1"}, + "up": {"uv": [2.125, 4.5, 2, 4], "texture": "#1"}, + "down": {"uv": [2.25, 4, 2.125, 4.5], "texture": "#1"} + } + }, + { + "from": [8.7, 12.975, 7.725], + "to": [9.4, 13.175, 9.475], + "rotation": {"angle": -22.5, "axis": "y", "origin": [9.8, 12.375, 6.5]}, + "faces": { + "north": {"uv": [5.625, 0.375, 5.75, 0.5], "texture": "#1"}, + "east": {"uv": [2.625, 5.25, 2.875, 5.375], "texture": "#1"}, + "south": {"uv": [0.5, 5.625, 0.625, 5.75], "texture": "#1"}, + "west": {"uv": [5.25, 5.125, 5.5, 5.25], "texture": "#1"}, + "up": {"uv": [4.5, 5.5, 4.375, 5.25], "texture": "#1"}, + "down": {"uv": [5.375, 5.25, 5.25, 5.5], "texture": "#1"} + } + }, + { + "from": [9.1, 12.975, 8.125], + "to": [9.925, 13.175, 9.675], + "rotation": {"angle": -45, "axis": "y", "origin": [9.8, 12.375, 6.5]}, + "faces": { + "north": {"uv": [5.625, 0.5, 5.75, 0.625], "texture": "#1"}, + "east": {"uv": [5.375, 1.25, 5.625, 1.375], "texture": "#1"}, + "south": {"uv": [0.625, 5.625, 0.75, 5.75], "texture": "#1"}, + "west": {"uv": [1.375, 5.375, 1.625, 5.5], "texture": "#1"}, + "up": {"uv": [1.75, 5.625, 1.625, 5.375], "texture": "#1"}, + "down": {"uv": [5.5, 1.625, 5.375, 1.875], "texture": "#1"} + } + }, + { + "from": [6.6, 12.975, 6.375], + "to": [8.25, 13.175, 7.075], + "rotation": {"angle": 22.5, "axis": "y", "origin": [9.8, 12.375, 6.5]}, + "faces": { + "north": {"uv": [5.375, 1.375, 5.625, 1.5], "texture": "#1"}, + "east": {"uv": [5.625, 0.625, 5.75, 0.75], "texture": "#1"}, + "south": {"uv": [5.375, 1.875, 5.625, 2], "texture": "#1"}, + "west": {"uv": [0.75, 5.625, 0.875, 5.75], "texture": "#1"}, + "up": {"uv": [5.625, 2.125, 5.375, 2], "texture": "#1"}, + "down": {"uv": [5.625, 2.125, 5.375, 2.25], "texture": "#1"} + } + }, + { + "from": [6.6, 12.975, 7.425], + "to": [8.325, 13.175, 8.125], + "rotation": {"angle": -22.5, "axis": "y", "origin": [9.8, 12.375, 8]}, + "faces": { + "north": {"uv": [2.25, 5.375, 2.5, 5.5], "texture": "#1"}, + "east": {"uv": [5.625, 0.75, 5.75, 0.875], "texture": "#1"}, + "south": {"uv": [5.375, 2.25, 5.625, 2.375], "texture": "#1"}, + "west": {"uv": [0.875, 5.625, 1, 5.75], "texture": "#1"}, + "up": {"uv": [5.625, 2.5, 5.375, 2.375], "texture": "#1"}, + "down": {"uv": [5.625, 2.5, 5.375, 2.625], "texture": "#1"} + } + }, + { + "from": [9.1, 12.975, 4.825], + "to": [9.925, 13.175, 6.575], + "rotation": {"angle": 45, "axis": "y", "origin": [9.8, 12.375, 8]}, + "faces": { + "north": {"uv": [5.625, 0.875, 5.75, 1], "texture": "#1"}, + "east": {"uv": [2.625, 5.375, 2.875, 5.5], "texture": "#1"}, + "south": {"uv": [1, 5.625, 1.125, 5.75], "texture": "#1"}, + "west": {"uv": [5.375, 2.625, 5.625, 2.75], "texture": "#1"}, + "up": {"uv": [1.875, 5.625, 1.75, 5.375], "texture": "#1"}, + "down": {"uv": [5.5, 2.75, 5.375, 3], "texture": "#1"} + } + }, + { + "from": [8.7, 12.975, 5.025], + "to": [9.4, 13.175, 6.7], + "rotation": {"angle": 22.5, "axis": "y", "origin": [9.8, 12.375, 8]}, + "faces": { + "north": {"uv": [5.625, 1, 5.75, 1.125], "texture": "#1"}, + "east": {"uv": [5.375, 3, 5.625, 3.125], "texture": "#1"}, + "south": {"uv": [1.125, 5.625, 1.25, 5.75], "texture": "#1"}, + "west": {"uv": [5.375, 3.125, 5.625, 3.25], "texture": "#1"}, + "up": {"uv": [5.5, 3.5, 5.375, 3.25], "texture": "#1"}, + "down": {"uv": [3.5, 5.375, 3.375, 5.625], "texture": "#1"} + } + }, + { + "from": [11.7, 12.7, 5.2], + "to": [11.8, 13, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 7.1, 7.5]}, + "faces": { + "north": {"uv": [5.625, 1.125, 5.75, 1.25], "texture": "#1"}, + "east": {"uv": [4, 2.375, 4.5, 2.5], "texture": "#1"}, + "south": {"uv": [1.25, 5.625, 1.375, 5.75], "texture": "#1"}, + "west": {"uv": [4, 2.5, 4.5, 2.625], "texture": "#1"}, + "up": {"uv": [4.125, 3.5, 4, 3], "texture": "#1"}, + "down": {"uv": [3.625, 4, 3.5, 4.5], "texture": "#1"} + } + }, + { + "from": [5.6, 12.7, 5.2], + "to": [5.7, 13, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 7.1, 7.5]}, + "faces": { + "north": {"uv": [5.625, 1.25, 5.75, 1.375], "texture": "#1"}, + "east": {"uv": [4, 2.625, 4.5, 2.75], "texture": "#1"}, + "south": {"uv": [1.375, 5.625, 1.5, 5.75], "texture": "#1"}, + "west": {"uv": [4, 3.5, 4.5, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 4.5, 3.625, 4], "texture": "#1"}, + "down": {"uv": [3.875, 4, 3.75, 4.5], "texture": "#1"} + } + }, + { + "from": [11.7, 8, 9.9], + "to": [11.8, 12.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 9.8, 4.3]}, + "faces": { + "north": {"uv": [3.875, 4, 4, 4.5], "texture": "#1"}, + "east": {"uv": [4, 3.875, 4.125, 4.375], "texture": "#1"}, + "south": {"uv": [0, 4.125, 0.125, 4.625], "texture": "#1"}, + "west": {"uv": [0.125, 4.125, 0.25, 4.625], "texture": "#1"}, + "up": {"uv": [5.75, 1.5, 5.625, 1.375], "texture": "#1"}, + "down": {"uv": [1.625, 5.625, 1.5, 5.75], "texture": "#1"} + } + }, + { + "from": [5.6, 8, 9.9], + "to": [5.7, 12.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 9.8, 4.3]}, + "faces": { + "north": {"uv": [4.125, 0.125, 4.25, 0.625], "texture": "#1"}, + "east": {"uv": [0.25, 4.125, 0.375, 4.625], "texture": "#1"}, + "south": {"uv": [0.375, 4.125, 0.5, 4.625], "texture": "#1"}, + "west": {"uv": [0.5, 4.125, 0.625, 4.625], "texture": "#1"}, + "up": {"uv": [5.75, 1.625, 5.625, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 5.625, 1.625, 5.75], "texture": "#1"} + } + }, + { + "from": [11.7, 8, 4.3], + "to": [11.8, 12.1, 4.6], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 9.8, 10.2]}, + "faces": { + "north": {"uv": [0.625, 4.125, 0.75, 4.625], "texture": "#1"}, + "east": {"uv": [0.75, 4.125, 0.875, 4.625], "texture": "#1"}, + "south": {"uv": [0.875, 4.125, 1, 4.625], "texture": "#1"}, + "west": {"uv": [1, 4.125, 1.125, 4.625], "texture": "#1"}, + "up": {"uv": [5.75, 1.75, 5.625, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 5.625, 1.75, 5.75], "texture": "#1"} + } + }, + { + "from": [5.6, 8, 4.3], + "to": [5.7, 12.1, 4.6], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 9.8, 10.2]}, + "faces": { + "north": {"uv": [1.125, 4.125, 1.25, 4.625], "texture": "#1"}, + "east": {"uv": [1.25, 4.125, 1.375, 4.625], "texture": "#1"}, + "south": {"uv": [1.375, 4.125, 1.5, 4.625], "texture": "#1"}, + "west": {"uv": [1.5, 4.125, 1.625, 4.625], "texture": "#1"}, + "up": {"uv": [5.75, 1.875, 5.625, 1.75], "texture": "#1"}, + "down": {"uv": [2, 5.625, 1.875, 5.75], "texture": "#1"} + } + }, + { + "from": [11.7, 7.1, 5.2], + "to": [11.8, 7.4, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 13, 7.5]}, + "faces": { + "north": {"uv": [5.625, 1.875, 5.75, 2], "texture": "#1"}, + "east": {"uv": [4, 3.625, 4.5, 3.75], "texture": "#1"}, + "south": {"uv": [2, 5.625, 2.125, 5.75], "texture": "#1"}, + "west": {"uv": [4.125, 0.625, 4.625, 0.75], "texture": "#1"}, + "up": {"uv": [1.75, 4.625, 1.625, 4.125], "texture": "#1"}, + "down": {"uv": [1.875, 4.125, 1.75, 4.625], "texture": "#1"} + } + }, + { + "from": [5.6, 7.1, 5.2], + "to": [5.7, 7.4, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 13, 7.5]}, + "faces": { + "north": {"uv": [5.625, 2, 5.75, 2.125], "texture": "#1"}, + "east": {"uv": [4.125, 0.75, 4.625, 0.875], "texture": "#1"}, + "south": {"uv": [2.125, 5.625, 2.25, 5.75], "texture": "#1"}, + "west": {"uv": [4.125, 3, 4.625, 3.125], "texture": "#1"}, + "up": {"uv": [2, 4.625, 1.875, 4.125], "texture": "#1"}, + "down": {"uv": [2.75, 4.125, 2.625, 4.625], "texture": "#1"} + } + }, + { + "from": [11.8, 12.7, 9.2], + "to": [12.3, 13, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 7.1, 7.5]}, + "faces": { + "north": {"uv": [5.625, 2.125, 5.75, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 5.625, 2.375, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 2.25, 5.75, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 5.625, 2.5, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 2.5, 5.625, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 5.625, 2.5, 5.75], "texture": "#1"} + } + }, + { + "from": [5.1, 12.7, 9.2], + "to": [5.6, 13, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 7.1, 7.5]}, + "faces": { + "north": {"uv": [5.625, 2.5, 5.75, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 5.625, 2.75, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 2.625, 5.75, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 5.625, 2.875, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 2.875, 5.625, 2.75], "texture": "#1"}, + "down": {"uv": [3, 5.625, 2.875, 5.75], "texture": "#1"} + } + }, + { + "from": [11.8, 8, 9.9], + "to": [12.3, 8.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 9.8, 4.3]}, + "faces": { + "north": {"uv": [5.625, 2.875, 5.75, 3], "texture": "#1"}, + "east": {"uv": [3, 5.625, 3.125, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 3, 5.75, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 5.625, 3.25, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 3.25, 5.625, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 5.625, 3.25, 5.75], "texture": "#1"} + } + }, + { + "from": [5.1, 8, 9.9], + "to": [5.6, 8.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 9.8, 4.3]}, + "faces": { + "north": {"uv": [5.625, 3.25, 5.75, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 5.625, 3.5, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 3.375, 5.75, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 5.625, 3.625, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 3.625, 5.625, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 5.625, 3.625, 5.75], "texture": "#1"} + } + }, + { + "from": [11.8, 8, 4.3], + "to": [12.3, 8.1, 4.6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 9.8, 10.2]}, + "faces": { + "north": {"uv": [5.625, 3.625, 5.75, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 5.625, 3.875, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 3.75, 5.75, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 5.625, 4, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 4, 5.625, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 5.625, 4, 5.75], "texture": "#1"} + } + }, + { + "from": [5.1, 8, 4.3], + "to": [5.6, 8.1, 4.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 9.8, 10.2]}, + "faces": { + "north": {"uv": [5.625, 4, 5.75, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 5.625, 4.25, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 4.125, 5.75, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 5.625, 4.375, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 4.375, 5.625, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 5.625, 4.375, 5.75], "texture": "#1"} + } + }, + { + "from": [11.8, 7.1, 9.2], + "to": [12.3, 7.4, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 13, 7.5]}, + "faces": { + "north": {"uv": [5.625, 4.375, 5.75, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 5.625, 4.625, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 4.5, 5.75, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 5.625, 4.75, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 4.75, 5.625, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 5.625, 4.75, 5.75], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 9.2], + "to": [5.6, 7.4, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 13, 7.5]}, + "faces": { + "north": {"uv": [5.625, 4.75, 5.75, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 5.625, 5, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 4.875, 5.75, 5], "texture": "#1"}, + "west": {"uv": [5, 5.625, 5.125, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 5.125, 5.625, 5], "texture": "#1"}, + "down": {"uv": [5.25, 5.625, 5.125, 5.75], "texture": "#1"} + } + }, + { + "from": [11.8, 12.7, 5.2], + "to": [12.3, 13, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 7.1, 3.5]}, + "faces": { + "north": {"uv": [5.625, 5.125, 5.75, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 5.625, 5.375, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 5.25, 5.75, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 5.625, 5.5, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 5.5, 5.625, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 5.625, 5.5, 5.75], "texture": "#1"} + } + }, + { + "from": [5.1, 12.7, 5.2], + "to": [5.6, 13, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 7.1, 3.5]}, + "faces": { + "north": {"uv": [5.625, 5.5, 5.75, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 5.625, 5.75, 5.75], "texture": "#1"}, + "south": {"uv": [0, 5.75, 0.125, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 0, 5.875, 0.125], "texture": "#1"}, + "up": {"uv": [0.25, 5.875, 0.125, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 0.125, 5.75, 0.25], "texture": "#1"} + } + }, + { + "from": [11.8, 12, 9.9], + "to": [12.3, 12.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 13.8, 4.3]}, + "faces": { + "north": {"uv": [0.25, 5.75, 0.375, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 0.25, 5.875, 0.375], "texture": "#1"}, + "south": {"uv": [0.375, 5.75, 0.5, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 0.375, 5.875, 0.5], "texture": "#1"}, + "up": {"uv": [0.625, 5.875, 0.5, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 0.5, 5.75, 0.625], "texture": "#1"} + } + }, + { + "from": [5.1, 12, 9.9], + "to": [5.6, 12.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 13.8, 4.3]}, + "faces": { + "north": {"uv": [0.625, 5.75, 0.75, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 0.625, 5.875, 0.75], "texture": "#1"}, + "south": {"uv": [0.75, 5.75, 0.875, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 0.75, 5.875, 0.875], "texture": "#1"}, + "up": {"uv": [1, 5.875, 0.875, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 0.875, 5.75, 1], "texture": "#1"} + } + }, + { + "from": [11.8, 12, 4.3], + "to": [12.3, 12.1, 4.6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 13.8, 10.2]}, + "faces": { + "north": {"uv": [1, 5.75, 1.125, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 1, 5.875, 1.125], "texture": "#1"}, + "south": {"uv": [1.125, 5.75, 1.25, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 1.125, 5.875, 1.25], "texture": "#1"}, + "up": {"uv": [1.375, 5.875, 1.25, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 1.25, 5.75, 1.375], "texture": "#1"} + } + }, + { + "from": [5.1, 12, 4.3], + "to": [5.6, 12.1, 4.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 13.8, 10.2]}, + "faces": { + "north": {"uv": [1.375, 5.75, 1.5, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 1.375, 5.875, 1.5], "texture": "#1"}, + "south": {"uv": [1.5, 5.75, 1.625, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 1.5, 5.875, 1.625], "texture": "#1"}, + "up": {"uv": [1.75, 5.875, 1.625, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 1.625, 5.75, 1.75], "texture": "#1"} + } + }, + { + "from": [11.8, 7.1, 5.2], + "to": [12.3, 7.4, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 13, 3.5]}, + "faces": { + "north": {"uv": [1.75, 5.75, 1.875, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 1.75, 5.875, 1.875], "texture": "#1"}, + "south": {"uv": [1.875, 5.75, 2, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 1.875, 5.875, 2], "texture": "#1"}, + "up": {"uv": [2.125, 5.875, 2, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 2, 5.75, 2.125], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 5.2], + "to": [5.6, 7.4, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 13, 3.5]}, + "faces": { + "north": {"uv": [2.125, 5.75, 2.25, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 2.125, 5.875, 2.25], "texture": "#1"}, + "south": {"uv": [2.25, 5.75, 2.375, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 2.25, 5.875, 2.375], "texture": "#1"}, + "up": {"uv": [2.5, 5.875, 2.375, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 2.375, 5.75, 2.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.625, 9.2], + "to": [12.6, 12.925, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 7.1, 3.5]}, + "faces": { + "north": {"uv": [2.5, 5.75, 2.625, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 2.5, 5.875, 2.625], "texture": "#1"}, + "south": {"uv": [2.625, 5.75, 2.75, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 2.625, 5.875, 2.75], "texture": "#1"}, + "up": {"uv": [2.875, 5.875, 2.75, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 2.75, 5.75, 2.875], "texture": "#1"} + } + }, + { + "from": [4.8, 12.625, 9.2], + "to": [5.1, 12.925, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 7.1, 3.5]}, + "faces": { + "north": {"uv": [2.875, 5.75, 3, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 2.875, 5.875, 3], "texture": "#1"}, + "south": {"uv": [3, 5.75, 3.125, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 3, 5.875, 3.125], "texture": "#1"}, + "up": {"uv": [3.25, 5.875, 3.125, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 3.125, 5.75, 3.25], "texture": "#1"} + } + }, + { + "from": [12.3, 8, 9.825], + "to": [12.6, 8.1, 10.125], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 13.8, 4.3]}, + "faces": { + "north": {"uv": [3.25, 5.75, 3.375, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 3.25, 5.875, 3.375], "texture": "#1"}, + "south": {"uv": [3.375, 5.75, 3.5, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 3.375, 5.875, 3.5], "texture": "#1"}, + "up": {"uv": [3.625, 5.875, 3.5, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 3.5, 5.75, 3.625], "texture": "#1"} + } + }, + { + "from": [4.8, 8, 9.825], + "to": [5.1, 8.1, 10.125], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 13.8, 4.3]}, + "faces": { + "north": {"uv": [3.625, 5.75, 3.75, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 3.625, 5.875, 3.75], "texture": "#1"}, + "south": {"uv": [3.75, 5.75, 3.875, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 3.75, 5.875, 3.875], "texture": "#1"}, + "up": {"uv": [4, 5.875, 3.875, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 3.875, 5.75, 4], "texture": "#1"} + } + }, + { + "from": [12.3, 8, 4.375], + "to": [12.6, 8.1, 4.675], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 13.8, 10.2]}, + "faces": { + "north": {"uv": [4, 5.75, 4.125, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 4, 5.875, 4.125], "texture": "#1"}, + "south": {"uv": [4.125, 5.75, 4.25, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 4.125, 5.875, 4.25], "texture": "#1"}, + "up": {"uv": [4.375, 5.875, 4.25, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 4.25, 5.75, 4.375], "texture": "#1"} + } + }, + { + "from": [4.8, 8, 4.375], + "to": [5.1, 8.1, 4.675], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 13.8, 10.2]}, + "faces": { + "north": {"uv": [4.375, 5.75, 4.5, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 4.375, 5.875, 4.5], "texture": "#1"}, + "south": {"uv": [4.5, 5.75, 4.625, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 4.5, 5.875, 4.625], "texture": "#1"}, + "up": {"uv": [4.75, 5.875, 4.625, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 4.625, 5.75, 4.75], "texture": "#1"} + } + }, + { + "from": [12.3, 7.175, 9.2], + "to": [12.6, 7.475, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 13, 3.5]}, + "faces": { + "north": {"uv": [4.75, 5.75, 4.875, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 4.75, 5.875, 4.875], "texture": "#1"}, + "south": {"uv": [4.875, 5.75, 5, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 4.875, 5.875, 5], "texture": "#1"}, + "up": {"uv": [5.125, 5.875, 5, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 5, 5.75, 5.125], "texture": "#1"} + } + }, + { + "from": [4.8, 7.175, 9.2], + "to": [5.1, 7.475, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 13, 3.5]}, + "faces": { + "north": {"uv": [5.125, 5.75, 5.25, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 5.125, 5.875, 5.25], "texture": "#1"}, + "south": {"uv": [5.25, 5.75, 5.375, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 5.25, 5.875, 5.375], "texture": "#1"}, + "up": {"uv": [5.5, 5.875, 5.375, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 5.375, 5.75, 5.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.625, 5.2], + "to": [12.6, 12.925, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 7.1, -0.5]}, + "faces": { + "north": {"uv": [5.5, 5.75, 5.625, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 5.5, 5.875, 5.625], "texture": "#1"}, + "south": {"uv": [5.625, 5.75, 5.75, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 5.625, 5.875, 5.75], "texture": "#1"}, + "up": {"uv": [5.875, 5.875, 5.75, 5.75], "texture": "#1"}, + "down": {"uv": [0.125, 5.875, 0, 6], "texture": "#1"} + } + }, + { + "from": [4.8, 12.625, 5.2], + "to": [5.1, 12.925, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 7.1, -0.5]}, + "faces": { + "north": {"uv": [5.875, 0, 6, 0.125], "texture": "#1"}, + "east": {"uv": [0.125, 5.875, 0.25, 6], "texture": "#1"}, + "south": {"uv": [5.875, 0.125, 6, 0.25], "texture": "#1"}, + "west": {"uv": [0.25, 5.875, 0.375, 6], "texture": "#1"}, + "up": {"uv": [6, 0.375, 5.875, 0.25], "texture": "#1"}, + "down": {"uv": [0.5, 5.875, 0.375, 6], "texture": "#1"} + } + }, + { + "from": [12.3, 12, 9.825], + "to": [12.6, 12.1, 10.125], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 17.8, 4.3]}, + "faces": { + "north": {"uv": [5.875, 0.375, 6, 0.5], "texture": "#1"}, + "east": {"uv": [0.5, 5.875, 0.625, 6], "texture": "#1"}, + "south": {"uv": [5.875, 0.5, 6, 0.625], "texture": "#1"}, + "west": {"uv": [0.625, 5.875, 0.75, 6], "texture": "#1"}, + "up": {"uv": [6, 0.75, 5.875, 0.625], "texture": "#1"}, + "down": {"uv": [0.875, 5.875, 0.75, 6], "texture": "#1"} + } + }, + { + "from": [4.8, 12, 9.825], + "to": [5.1, 12.1, 10.125], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 17.8, 4.3]}, + "faces": { + "north": {"uv": [5.875, 0.75, 6, 0.875], "texture": "#1"}, + "east": {"uv": [0.875, 5.875, 1, 6], "texture": "#1"}, + "south": {"uv": [5.875, 0.875, 6, 1], "texture": "#1"}, + "west": {"uv": [1, 5.875, 1.125, 6], "texture": "#1"}, + "up": {"uv": [6, 1.125, 5.875, 1], "texture": "#1"}, + "down": {"uv": [1.25, 5.875, 1.125, 6], "texture": "#1"} + } + }, + { + "from": [12.3, 12, 4.375], + "to": [12.6, 12.1, 4.675], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 17.8, 10.2]}, + "faces": { + "north": {"uv": [5.875, 1.125, 6, 1.25], "texture": "#1"}, + "east": {"uv": [1.25, 5.875, 1.375, 6], "texture": "#1"}, + "south": {"uv": [5.875, 1.25, 6, 1.375], "texture": "#1"}, + "west": {"uv": [1.375, 5.875, 1.5, 6], "texture": "#1"}, + "up": {"uv": [6, 1.5, 5.875, 1.375], "texture": "#1"}, + "down": {"uv": [1.625, 5.875, 1.5, 6], "texture": "#1"} + } + }, + { + "from": [4.8, 12, 4.375], + "to": [5.1, 12.1, 4.675], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 17.8, 10.2]}, + "faces": { + "north": {"uv": [5.875, 1.5, 6, 1.625], "texture": "#1"}, + "east": {"uv": [1.625, 5.875, 1.75, 6], "texture": "#1"}, + "south": {"uv": [5.875, 1.625, 6, 1.75], "texture": "#1"}, + "west": {"uv": [1.75, 5.875, 1.875, 6], "texture": "#1"}, + "up": {"uv": [6, 1.875, 5.875, 1.75], "texture": "#1"}, + "down": {"uv": [2, 5.875, 1.875, 6], "texture": "#1"} + } + }, + { + "from": [12.3, 7.175, 5.2], + "to": [12.6, 7.475, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 13, -0.5]}, + "faces": { + "north": {"uv": [5.875, 1.875, 6, 2], "texture": "#1"}, + "east": {"uv": [2, 5.875, 2.125, 6], "texture": "#1"}, + "south": {"uv": [5.875, 2, 6, 2.125], "texture": "#1"}, + "west": {"uv": [2.125, 5.875, 2.25, 6], "texture": "#1"}, + "up": {"uv": [6, 2.25, 5.875, 2.125], "texture": "#1"}, + "down": {"uv": [2.375, 5.875, 2.25, 6], "texture": "#1"} + } + }, + { + "from": [4.8, 7.175, 5.2], + "to": [5.1, 7.475, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 13, -0.5]}, + "faces": { + "north": {"uv": [5.875, 2.25, 6, 2.375], "texture": "#1"}, + "east": {"uv": [2.375, 5.875, 2.5, 6], "texture": "#1"}, + "south": {"uv": [5.875, 2.375, 6, 2.5], "texture": "#1"}, + "west": {"uv": [2.5, 5.875, 2.625, 6], "texture": "#1"}, + "up": {"uv": [6, 2.625, 5.875, 2.5], "texture": "#1"}, + "down": {"uv": [2.75, 5.875, 2.625, 6], "texture": "#1"} + } + }, + { + "from": [12.6, 12.525, 9.2], + "to": [13, 12.85, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 7, 3.5]}, + "faces": { + "north": {"uv": [5.875, 2.625, 6, 2.75], "texture": "#1"}, + "east": {"uv": [2.75, 5.875, 2.875, 6], "texture": "#1"}, + "south": {"uv": [5.875, 2.75, 6, 2.875], "texture": "#1"}, + "west": {"uv": [2.875, 5.875, 3, 6], "texture": "#1"}, + "up": {"uv": [6, 3, 5.875, 2.875], "texture": "#1"}, + "down": {"uv": [3.125, 5.875, 3, 6], "texture": "#1"} + } + }, + { + "from": [4.4, 12.525, 9.2], + "to": [4.8, 12.85, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 7, 3.5]}, + "faces": { + "north": {"uv": [5.875, 3, 6, 3.125], "texture": "#1"}, + "east": {"uv": [3.125, 5.875, 3.25, 6], "texture": "#1"}, + "south": {"uv": [5.875, 3.125, 6, 3.25], "texture": "#1"}, + "west": {"uv": [3.25, 5.875, 3.375, 6], "texture": "#1"}, + "up": {"uv": [6, 3.375, 5.875, 3.25], "texture": "#1"}, + "down": {"uv": [3.5, 5.875, 3.375, 6], "texture": "#1"} + } + }, + { + "from": [12.6, 8, 9.725], + "to": [13, 8.1, 10.05], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 13.8, 4.2]}, + "faces": { + "north": {"uv": [5.875, 3.375, 6, 3.5], "texture": "#1"}, + "east": {"uv": [3.5, 5.875, 3.625, 6], "texture": "#1"}, + "south": {"uv": [5.875, 3.5, 6, 3.625], "texture": "#1"}, + "west": {"uv": [3.625, 5.875, 3.75, 6], "texture": "#1"}, + "up": {"uv": [6, 3.75, 5.875, 3.625], "texture": "#1"}, + "down": {"uv": [3.875, 5.875, 3.75, 6], "texture": "#1"} + } + }, + { + "from": [4.4, 8, 9.725], + "to": [4.8, 8.1, 10.05], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 13.8, 4.2]}, + "faces": { + "north": {"uv": [5.875, 3.75, 6, 3.875], "texture": "#1"}, + "east": {"uv": [3.875, 5.875, 4, 6], "texture": "#1"}, + "south": {"uv": [5.875, 3.875, 6, 4], "texture": "#1"}, + "west": {"uv": [4, 5.875, 4.125, 6], "texture": "#1"}, + "up": {"uv": [6, 4.125, 5.875, 4], "texture": "#1"}, + "down": {"uv": [4.25, 5.875, 4.125, 6], "texture": "#1"} + } + }, + { + "from": [12.6, 8, 4.45], + "to": [13, 8.1, 4.775], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 13.8, 10.3]}, + "faces": { + "north": {"uv": [5.875, 4.125, 6, 4.25], "texture": "#1"}, + "east": {"uv": [4.25, 5.875, 4.375, 6], "texture": "#1"}, + "south": {"uv": [5.875, 4.25, 6, 4.375], "texture": "#1"}, + "west": {"uv": [4.375, 5.875, 4.5, 6], "texture": "#1"}, + "up": {"uv": [6, 4.5, 5.875, 4.375], "texture": "#1"}, + "down": {"uv": [4.625, 5.875, 4.5, 6], "texture": "#1"} + } + }, + { + "from": [4.4, 8, 4.45], + "to": [4.8, 8.1, 4.775], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 13.8, 10.3]}, + "faces": { + "north": {"uv": [5.875, 4.5, 6, 4.625], "texture": "#1"}, + "east": {"uv": [4.625, 5.875, 4.75, 6], "texture": "#1"}, + "south": {"uv": [5.875, 4.625, 6, 4.75], "texture": "#1"}, + "west": {"uv": [4.75, 5.875, 4.875, 6], "texture": "#1"}, + "up": {"uv": [6, 4.875, 5.875, 4.75], "texture": "#1"}, + "down": {"uv": [5, 5.875, 4.875, 6], "texture": "#1"} + } + }, + { + "from": [12.6, 7.25, 9.2], + "to": [13, 7.575, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 13.1, 3.5]}, + "faces": { + "north": {"uv": [5.875, 4.875, 6, 5], "texture": "#1"}, + "east": {"uv": [5, 5.875, 5.125, 6], "texture": "#1"}, + "south": {"uv": [5.875, 5, 6, 5.125], "texture": "#1"}, + "west": {"uv": [5.125, 5.875, 5.25, 6], "texture": "#1"}, + "up": {"uv": [6, 5.25, 5.875, 5.125], "texture": "#1"}, + "down": {"uv": [5.375, 5.875, 5.25, 6], "texture": "#1"} + } + }, + { + "from": [4.4, 7.25, 9.2], + "to": [4.8, 7.575, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 13.1, 3.5]}, + "faces": { + "north": {"uv": [5.875, 5.25, 6, 5.375], "texture": "#1"}, + "east": {"uv": [5.375, 5.875, 5.5, 6], "texture": "#1"}, + "south": {"uv": [5.875, 5.375, 6, 5.5], "texture": "#1"}, + "west": {"uv": [5.5, 5.875, 5.625, 6], "texture": "#1"}, + "up": {"uv": [6, 5.625, 5.875, 5.5], "texture": "#1"}, + "down": {"uv": [5.75, 5.875, 5.625, 6], "texture": "#1"} + } + }, + { + "from": [12.6, 12.525, 5.2], + "to": [13, 12.85, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 7, -0.5]}, + "faces": { + "north": {"uv": [5.875, 5.625, 6, 5.75], "texture": "#1"}, + "east": {"uv": [5.75, 5.875, 5.875, 6], "texture": "#1"}, + "south": {"uv": [5.875, 5.75, 6, 5.875], "texture": "#1"}, + "west": {"uv": [5.875, 5.875, 6, 6], "texture": "#1"}, + "up": {"uv": [0.125, 6.125, 0, 6], "texture": "#1"}, + "down": {"uv": [6.125, 0, 6, 0.125], "texture": "#1"} + } + }, + { + "from": [4.4, 12.525, 5.2], + "to": [4.8, 12.85, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 7, -0.5]}, + "faces": { + "north": {"uv": [0.125, 6, 0.25, 6.125], "texture": "#1"}, + "east": {"uv": [6, 0.125, 6.125, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 6, 0.375, 6.125], "texture": "#1"}, + "west": {"uv": [6, 0.25, 6.125, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 6.125, 0.375, 6], "texture": "#1"}, + "down": {"uv": [6.125, 0.375, 6, 0.5], "texture": "#1"} + } + }, + { + "from": [12.6, 12, 9.725], + "to": [13, 12.1, 10.05], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 17.8, 4.2]}, + "faces": { + "north": {"uv": [0.5, 6, 0.625, 6.125], "texture": "#1"}, + "east": {"uv": [6, 0.5, 6.125, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 6, 0.75, 6.125], "texture": "#1"}, + "west": {"uv": [6, 0.625, 6.125, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 6.125, 0.75, 6], "texture": "#1"}, + "down": {"uv": [6.125, 0.75, 6, 0.875], "texture": "#1"} + } + }, + { + "from": [4.4, 12, 9.725], + "to": [4.8, 12.1, 10.05], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 17.8, 4.2]}, + "faces": { + "north": {"uv": [0.875, 6, 1, 6.125], "texture": "#1"}, + "east": {"uv": [6, 0.875, 6.125, 1], "texture": "#1"}, + "south": {"uv": [1, 6, 1.125, 6.125], "texture": "#1"}, + "west": {"uv": [6, 1, 6.125, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 6.125, 1.125, 6], "texture": "#1"}, + "down": {"uv": [6.125, 1.125, 6, 1.25], "texture": "#1"} + } + }, + { + "from": [12.6, 12, 4.45], + "to": [13, 12.1, 4.775], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 17.8, 10.3]}, + "faces": { + "north": {"uv": [1.25, 6, 1.375, 6.125], "texture": "#1"}, + "east": {"uv": [6, 1.25, 6.125, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 6, 1.5, 6.125], "texture": "#1"}, + "west": {"uv": [6, 1.375, 6.125, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 6.125, 1.5, 6], "texture": "#1"}, + "down": {"uv": [6.125, 1.5, 6, 1.625], "texture": "#1"} + } + }, + { + "from": [4.4, 12, 4.45], + "to": [4.8, 12.1, 4.775], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 17.8, 10.3]}, + "faces": { + "north": {"uv": [1.625, 6, 1.75, 6.125], "texture": "#1"}, + "east": {"uv": [6, 1.625, 6.125, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 6, 1.875, 6.125], "texture": "#1"}, + "west": {"uv": [6, 1.75, 6.125, 1.875], "texture": "#1"}, + "up": {"uv": [2, 6.125, 1.875, 6], "texture": "#1"}, + "down": {"uv": [6.125, 1.875, 6, 2], "texture": "#1"} + } + }, + { + "from": [12.6, 7.25, 5.2], + "to": [13, 7.575, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 13.1, -0.5]}, + "faces": { + "north": {"uv": [2, 6, 2.125, 6.125], "texture": "#1"}, + "east": {"uv": [6, 2, 6.125, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 6, 2.25, 6.125], "texture": "#1"}, + "west": {"uv": [6, 2.125, 6.125, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 6.125, 2.25, 6], "texture": "#1"}, + "down": {"uv": [6.125, 2.25, 6, 2.375], "texture": "#1"} + } + }, + { + "from": [4.4, 7.25, 5.2], + "to": [4.8, 7.575, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 13.1, -0.5]}, + "faces": { + "north": {"uv": [2.375, 6, 2.5, 6.125], "texture": "#1"}, + "east": {"uv": [6, 2.375, 6.125, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 6, 2.625, 6.125], "texture": "#1"}, + "west": {"uv": [6, 2.5, 6.125, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 6.125, 2.625, 6], "texture": "#1"}, + "down": {"uv": [6.125, 2.625, 6, 2.75], "texture": "#1"} + } + }, + { + "from": [13, 12.5, 5.2], + "to": [13.1, 12.85, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [14.475, 6.975, -0.5]}, + "faces": { + "north": {"uv": [2.75, 6, 2.875, 6.125], "texture": "#1"}, + "east": {"uv": [4.125, 3.125, 4.625, 3.25], "texture": "#1"}, + "south": {"uv": [6, 2.75, 6.125, 2.875], "texture": "#1"}, + "west": {"uv": [4.125, 3.25, 4.625, 3.375], "texture": "#1"}, + "up": {"uv": [2.875, 4.625, 2.75, 4.125], "texture": "#1"}, + "down": {"uv": [4.25, 3.875, 4.125, 4.375], "texture": "#1"} + } + }, + { + "from": [4.3, 12.5, 5.2], + "to": [4.4, 12.85, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [2.925, 6.975, -0.5]}, + "faces": { + "north": {"uv": [2.875, 6, 3, 6.125], "texture": "#1"}, + "east": {"uv": [4.125, 3.375, 4.625, 3.5], "texture": "#1"}, + "south": {"uv": [6, 2.875, 6.125, 3], "texture": "#1"}, + "west": {"uv": [4.25, 0.125, 4.75, 0.25], "texture": "#1"}, + "up": {"uv": [2.625, 4.75, 2.5, 4.25], "texture": "#1"}, + "down": {"uv": [4.375, 3.875, 4.25, 4.375], "texture": "#1"} + } + }, + { + "from": [13, 8, 9.7], + "to": [13.1, 12.1, 10.05], + "rotation": {"angle": 0, "axis": "y", "origin": [14.475, 17.8, 4.175]}, + "faces": { + "north": {"uv": [4.375, 1.375, 4.5, 1.875], "texture": "#1"}, + "east": {"uv": [2.25, 4.375, 2.375, 4.875], "texture": "#1"}, + "south": {"uv": [2.375, 4.375, 2.5, 4.875], "texture": "#1"}, + "west": {"uv": [3.375, 4.375, 3.5, 4.875], "texture": "#1"}, + "up": {"uv": [3.125, 6.125, 3, 6], "texture": "#1"}, + "down": {"uv": [6.125, 3, 6, 3.125], "texture": "#1"} + } + }, + { + "from": [4.3, 8, 9.7], + "to": [4.4, 12.1, 10.05], + "rotation": {"angle": 0, "axis": "y", "origin": [2.925, 17.8, 4.175]}, + "faces": { + "north": {"uv": [4.375, 3.75, 4.5, 4.25], "texture": "#1"}, + "east": {"uv": [4, 4.375, 4.125, 4.875], "texture": "#1"}, + "south": {"uv": [4.125, 4.375, 4.25, 4.875], "texture": "#1"}, + "west": {"uv": [4.25, 4.375, 4.375, 4.875], "texture": "#1"}, + "up": {"uv": [3.25, 6.125, 3.125, 6], "texture": "#1"}, + "down": {"uv": [6.125, 3.125, 6, 3.25], "texture": "#1"} + } + }, + { + "from": [13, 8, 4.45], + "to": [13.1, 12.1, 4.8], + "rotation": {"angle": 0, "axis": "y", "origin": [14.475, 17.8, 10.325]}, + "faces": { + "north": {"uv": [4.375, 4.25, 4.5, 4.75], "texture": "#1"}, + "east": {"uv": [4.5, 0.875, 4.625, 1.375], "texture": "#1"}, + "south": {"uv": [4.5, 1.375, 4.625, 1.875], "texture": "#1"}, + "west": {"uv": [4.5, 1.875, 4.625, 2.375], "texture": "#1"}, + "up": {"uv": [3.375, 6.125, 3.25, 6], "texture": "#1"}, + "down": {"uv": [6.125, 3.25, 6, 3.375], "texture": "#1"} + } + }, + { + "from": [4.3, 8, 4.45], + "to": [4.4, 12.1, 4.8], + "rotation": {"angle": 0, "axis": "y", "origin": [2.925, 17.8, 10.325]}, + "faces": { + "north": {"uv": [2, 4.5, 2.125, 5], "texture": "#1"}, + "east": {"uv": [2.125, 4.5, 2.25, 5], "texture": "#1"}, + "south": {"uv": [4.5, 2.375, 4.625, 2.875], "texture": "#1"}, + "west": {"uv": [2.875, 4.5, 3, 5], "texture": "#1"}, + "up": {"uv": [3.5, 6.125, 3.375, 6], "texture": "#1"}, + "down": {"uv": [6.125, 3.375, 6, 3.5], "texture": "#1"} + } + }, + { + "from": [13, 7.25, 5.2], + "to": [13.1, 7.6, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [14.475, 13.125, -0.5]}, + "faces": { + "north": {"uv": [3.5, 6, 3.625, 6.125], "texture": "#1"}, + "east": {"uv": [4.25, 0.25, 4.75, 0.375], "texture": "#1"}, + "south": {"uv": [6, 3.5, 6.125, 3.625], "texture": "#1"}, + "west": {"uv": [4.25, 0.375, 4.75, 0.5], "texture": "#1"}, + "up": {"uv": [3.125, 5, 3, 4.5], "texture": "#1"}, + "down": {"uv": [3.25, 4.5, 3.125, 5], "texture": "#1"} + } + }, + { + "from": [4.3, 7.25, 5.2], + "to": [4.4, 7.6, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [2.925, 13.125, -0.5]}, + "faces": { + "north": {"uv": [3.625, 6, 3.75, 6.125], "texture": "#1"}, + "east": {"uv": [4.25, 0.5, 4.75, 0.625], "texture": "#1"}, + "south": {"uv": [6, 3.625, 6.125, 3.75], "texture": "#1"}, + "west": {"uv": [4.375, 2.875, 4.875, 3], "texture": "#1"}, + "up": {"uv": [3.375, 5, 3.25, 4.5], "texture": "#1"}, + "down": {"uv": [3.625, 4.5, 3.5, 5], "texture": "#1"} + } + }, + { + "from": [11.7, 12.825, 4.325], + "to": [12.3, 12.95, 5.6], + "rotation": {"angle": -45, "axis": "x", "origin": [9.4, 12.5, 5.35]}, + "faces": { + "north": {"uv": [3.75, 6, 3.875, 6.125], "texture": "#1"}, + "east": {"uv": [6, 3.75, 6.125, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 6, 4, 6.125], "texture": "#1"}, + "west": {"uv": [6, 3.875, 6.125, 4], "texture": "#1"}, + "up": {"uv": [4.125, 6.125, 4, 6], "texture": "#1"}, + "down": {"uv": [6.125, 4, 6, 4.125], "texture": "#1"} + } + }, + { + "from": [5.1, 12.825, 4.325], + "to": [5.7, 12.95, 5.6], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 12.5, 5.35]}, + "faces": { + "north": {"uv": [4.125, 6, 4.25, 6.125], "texture": "#1"}, + "east": {"uv": [6, 4.125, 6.125, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 6, 4.375, 6.125], "texture": "#1"}, + "west": {"uv": [6, 4.25, 6.125, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 6.125, 4.375, 6], "texture": "#1"}, + "down": {"uv": [6.125, 4.375, 6, 4.5], "texture": "#1"} + } + }, + { + "from": [11.7, 7.15, 4.325], + "to": [12.3, 7.275, 5.6], + "rotation": {"angle": 45, "axis": "x", "origin": [9.4, 7.6, 5.35]}, + "faces": { + "north": {"uv": [4.5, 6, 4.625, 6.125], "texture": "#1"}, + "east": {"uv": [6, 4.5, 6.125, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 6, 4.75, 6.125], "texture": "#1"}, + "west": {"uv": [6, 4.625, 6.125, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 6.125, 4.75, 6], "texture": "#1"}, + "down": {"uv": [6.125, 4.75, 6, 4.875], "texture": "#1"} + } + }, + { + "from": [5.1, 7.15, 4.325], + "to": [5.7, 7.275, 5.6], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 7.6, 5.35]}, + "faces": { + "north": {"uv": [4.875, 6, 5, 6.125], "texture": "#1"}, + "east": {"uv": [6, 4.875, 6.125, 5], "texture": "#1"}, + "south": {"uv": [5, 6, 5.125, 6.125], "texture": "#1"}, + "west": {"uv": [6, 5, 6.125, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 6.125, 5.125, 6], "texture": "#1"}, + "down": {"uv": [6.125, 5.125, 6, 5.25], "texture": "#1"} + } + }, + { + "from": [12.3, 12.775, 4.375], + "to": [12.6, 12.9, 5.55], + "rotation": {"angle": -45, "axis": "x", "origin": [9.4, 12.5, 5.35]}, + "faces": { + "north": {"uv": [5.25, 6, 5.375, 6.125], "texture": "#1"}, + "east": {"uv": [6, 5.25, 6.125, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 6, 5.5, 6.125], "texture": "#1"}, + "west": {"uv": [6, 5.375, 6.125, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 6.125, 5.5, 6], "texture": "#1"}, + "down": {"uv": [6.125, 5.5, 6, 5.625], "texture": "#1"} + } + }, + { + "from": [4.8, 12.775, 4.375], + "to": [5.1, 12.9, 5.55], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 12.5, 5.35]}, + "faces": { + "north": {"uv": [5.625, 6, 5.75, 6.125], "texture": "#1"}, + "east": {"uv": [6, 5.625, 6.125, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 6, 5.875, 6.125], "texture": "#1"}, + "west": {"uv": [6, 5.75, 6.125, 5.875], "texture": "#1"}, + "up": {"uv": [6, 6.125, 5.875, 6], "texture": "#1"}, + "down": {"uv": [6.125, 5.875, 6, 6], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 4.375], + "to": [12.6, 7.325, 5.55], + "rotation": {"angle": 45, "axis": "x", "origin": [9.4, 7.6, 5.35]}, + "faces": { + "north": {"uv": [6, 6, 6.125, 6.125], "texture": "#1"}, + "east": {"uv": [0, 6.125, 0.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 0, 6.25, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 6.125, 0.25, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 0.25, 6.125, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 6.125, 0.25, 6.25], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 4.375], + "to": [5.1, 7.325, 5.55], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 7.6, 5.35]}, + "faces": { + "north": {"uv": [6.125, 0.25, 6.25, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 6.125, 0.5, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 0.375, 6.25, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 6.125, 0.625, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 0.625, 6.125, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 6.125, 0.625, 6.25], "texture": "#1"} + } + }, + { + "from": [12.6, 12.45, 4.45], + "to": [13.1, 12.85, 5.475], + "rotation": {"angle": -45, "axis": "x", "origin": [9.4, 12.5, 5.35]}, + "faces": { + "north": {"uv": [6.125, 0.625, 6.25, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 6.125, 0.875, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 0.75, 6.25, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 6.125, 1, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 1, 6.125, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 6.125, 1, 6.25], "texture": "#1"} + } + }, + { + "from": [4.3, 12.45, 4.45], + "to": [4.8, 12.85, 5.475], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 12.5, 5.35]}, + "faces": { + "north": {"uv": [6.125, 1, 6.25, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 6.125, 1.25, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 1.125, 6.25, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 6.125, 1.375, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 1.375, 6.125, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 6.125, 1.375, 6.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.25, 4.45], + "to": [13.1, 7.65, 5.475], + "rotation": {"angle": 45, "axis": "x", "origin": [9.4, 7.6, 5.35]}, + "faces": { + "north": {"uv": [6.125, 1.375, 6.25, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 6.125, 1.625, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 1.5, 6.25, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 6.125, 1.75, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 1.75, 6.125, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 6.125, 1.75, 6.25], "texture": "#1"} + } + }, + { + "from": [4.3, 7.25, 4.45], + "to": [4.8, 7.65, 5.475], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 7.6, 5.35]}, + "faces": { + "north": {"uv": [6.125, 1.75, 6.25, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 6.125, 2, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 1.875, 6.25, 2], "texture": "#1"}, + "west": {"uv": [2, 6.125, 2.125, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 2.125, 6.125, 2], "texture": "#1"}, + "down": {"uv": [2.25, 6.125, 2.125, 6.25], "texture": "#1"} + } + }, + { + "from": [12.6, 12.45, 9.025], + "to": [13.1, 12.85, 10.05], + "rotation": {"angle": 45, "axis": "x", "origin": [9.4, 12.5, 9.15]}, + "faces": { + "north": {"uv": [6.125, 2.125, 6.25, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 6.125, 2.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 2.25, 6.25, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 6.125, 2.5, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 2.5, 6.125, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 6.125, 2.5, 6.25], "texture": "#1"} + } + }, + { + "from": [4.3, 12.45, 9.025], + "to": [4.8, 12.85, 10.05], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 12.5, 9.15]}, + "faces": { + "north": {"uv": [6.125, 2.5, 6.25, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 6.125, 2.75, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 2.625, 6.25, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 6.125, 2.875, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 2.875, 6.125, 2.75], "texture": "#1"}, + "down": {"uv": [3, 6.125, 2.875, 6.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.25, 9.025], + "to": [13.1, 7.65, 10.05], + "rotation": {"angle": -45, "axis": "x", "origin": [9.4, 7.6, 9.15]}, + "faces": { + "north": {"uv": [6.125, 2.875, 6.25, 3], "texture": "#1"}, + "east": {"uv": [3, 6.125, 3.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 3, 6.25, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 6.125, 3.25, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 3.25, 6.125, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 6.125, 3.25, 6.25], "texture": "#1"} + } + }, + { + "from": [4.3, 7.25, 9.025], + "to": [4.8, 7.65, 10.05], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 7.6, 9.15]}, + "faces": { + "north": {"uv": [6.125, 3.25, 6.25, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 6.125, 3.5, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 3.375, 6.25, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 6.125, 3.625, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 3.625, 6.125, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 6.125, 3.625, 6.25], "texture": "#1"} + } + }, + { + "from": [12.3, 12.775, 8.975], + "to": [12.6, 12.9, 10.1], + "rotation": {"angle": 45, "axis": "x", "origin": [9.4, 12.5, 9.15]}, + "faces": { + "north": {"uv": [6.125, 3.625, 6.25, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 6.125, 3.875, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 3.75, 6.25, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 6.125, 4, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 4, 6.125, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 6.125, 4, 6.25], "texture": "#1"} + } + }, + { + "from": [4.8, 12.775, 8.975], + "to": [5.1, 12.9, 10.1], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 12.5, 9.15]}, + "faces": { + "north": {"uv": [6.125, 4, 6.25, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 6.125, 4.25, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 4.125, 6.25, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 6.125, 4.375, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 4.375, 6.125, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 6.125, 4.375, 6.25], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 8.975], + "to": [12.6, 7.325, 10.1], + "rotation": {"angle": -45, "axis": "x", "origin": [9.4, 7.6, 9.15]}, + "faces": { + "north": {"uv": [6.125, 4.375, 6.25, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 6.125, 4.625, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 4.5, 6.25, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 6.125, 4.75, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 4.75, 6.125, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 6.125, 4.75, 6.25], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 8.975], + "to": [5.1, 7.325, 10.1], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 7.6, 9.15]}, + "faces": { + "north": {"uv": [6.125, 4.75, 6.25, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 6.125, 5, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 4.875, 6.25, 5], "texture": "#1"}, + "west": {"uv": [5, 6.125, 5.125, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 5.125, 6.125, 5], "texture": "#1"}, + "down": {"uv": [5.25, 6.125, 5.125, 6.25], "texture": "#1"} + } + }, + { + "from": [11.7, 12.825, 8.9], + "to": [12.3, 12.95, 10.175], + "rotation": {"angle": 45, "axis": "x", "origin": [9.4, 12.5, 9.15]}, + "faces": { + "north": {"uv": [6.125, 5.125, 6.25, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 6.125, 5.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 5.25, 6.25, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 6.125, 5.5, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 5.5, 6.125, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 6.125, 5.5, 6.25], "texture": "#1"} + } + }, + { + "from": [5.1, 12.825, 8.9], + "to": [5.7, 12.95, 10.175], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 12.5, 9.15]}, + "faces": { + "north": {"uv": [6.125, 5.5, 6.25, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 6.125, 5.75, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 5.625, 6.25, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 6.125, 5.875, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 5.875, 6.125, 5.75], "texture": "#1"}, + "down": {"uv": [6, 6.125, 5.875, 6.25], "texture": "#1"} + } + }, + { + "from": [11.7, 7.15, 8.9], + "to": [12.3, 7.275, 10.175], + "rotation": {"angle": -45, "axis": "x", "origin": [9.4, 7.6, 9.15]}, + "faces": { + "north": {"uv": [6.125, 5.875, 6.25, 6], "texture": "#1"}, + "east": {"uv": [6, 6.125, 6.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 6, 6.25, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 6.125, 6.25, 6.25], "texture": "#1"}, + "up": {"uv": [0.125, 6.375, 0, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 0, 6.25, 0.125], "texture": "#1"} + } + }, + { + "from": [5.1, 7.15, 8.9], + "to": [5.7, 7.275, 10.175], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 7.6, 9.15]}, + "faces": { + "north": {"uv": [0.125, 6.25, 0.25, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 0.125, 6.375, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 6.25, 0.375, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 0.25, 6.375, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 6.375, 0.375, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 0.375, 6.25, 0.5], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 8.9], + "to": [12.1, 13, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.3, 7.2]}, + "faces": { + "north": {"uv": [0.5, 6.25, 0.625, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 0.5, 6.375, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 6.25, 0.75, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 0.625, 6.375, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 6.375, 0.75, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 0.75, 6.25, 0.875], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 8.9], + "to": [5.4, 13, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.3, 7.2]}, + "faces": { + "north": {"uv": [0.875, 6.25, 1, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 0.875, 6.375, 1], "texture": "#1"}, + "south": {"uv": [1, 6.25, 1.125, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 1, 6.375, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 6.375, 1.125, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 1.125, 6.25, 1.25], "texture": "#1"} + } + }, + { + "from": [12, 11.7, 4.3], + "to": [12.1, 11.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 10, 10]}, + "faces": { + "north": {"uv": [1.25, 6.25, 1.375, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 1.25, 6.375, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 6.25, 1.5, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 1.375, 6.375, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 6.375, 1.5, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 1.5, 6.25, 1.625], "texture": "#1"} + } + }, + { + "from": [5.3, 11.7, 4.3], + "to": [5.4, 11.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 10, 10]}, + "faces": { + "north": {"uv": [1.625, 6.25, 1.75, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 1.625, 6.375, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 6.25, 1.875, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 1.75, 6.375, 1.875], "texture": "#1"}, + "up": {"uv": [2, 6.375, 1.875, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 1.875, 6.25, 2], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 8.9], + "to": [12.1, 7.2, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 12.8, 7.2]}, + "faces": { + "north": {"uv": [2, 6.25, 2.125, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 2, 6.375, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 6.25, 2.25, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 2.125, 6.375, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 6.375, 2.25, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 2.25, 6.25, 2.375], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 8.9], + "to": [5.4, 7.2, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 12.8, 7.2]}, + "faces": { + "north": {"uv": [2.375, 6.25, 2.5, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 2.375, 6.375, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 6.25, 2.625, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 2.5, 6.375, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 6.375, 2.625, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 2.625, 6.25, 2.75], "texture": "#1"} + } + }, + { + "from": [12, 11.7, 10.1], + "to": [12.1, 11.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 10, 4.5]}, + "faces": { + "north": {"uv": [2.75, 6.25, 2.875, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 2.75, 6.375, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 6.25, 3, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 2.875, 6.375, 3], "texture": "#1"}, + "up": {"uv": [3.125, 6.375, 3, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 3, 6.25, 3.125], "texture": "#1"} + } + }, + { + "from": [5.3, 11.7, 10.1], + "to": [5.4, 11.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 10, 4.5]}, + "faces": { + "north": {"uv": [3.125, 6.25, 3.25, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 3.125, 6.375, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 6.25, 3.375, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 3.25, 6.375, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 6.375, 3.375, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 3.375, 6.25, 3.5], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 8.8], + "to": [12.2, 13, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 7.1]}, + "faces": { + "north": {"uv": [3.5, 6.25, 3.625, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 3.5, 6.375, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 6.25, 3.75, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 3.625, 6.375, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 6.375, 3.75, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 3.75, 6.25, 3.875], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 8.8], + "to": [5.3, 13, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 7.1]}, + "faces": { + "north": {"uv": [3.875, 6.25, 4, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 3.875, 6.375, 4], "texture": "#1"}, + "south": {"uv": [4, 6.25, 4.125, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 4, 6.375, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 6.375, 4.125, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 4.125, 6.25, 4.25], "texture": "#1"} + } + }, + { + "from": [12.1, 11.6, 4.3], + "to": [12.2, 11.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.9, 10]}, + "faces": { + "north": {"uv": [4.25, 6.25, 4.375, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 4.25, 6.375, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 6.25, 4.5, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 4.375, 6.375, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 6.375, 4.5, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 4.5, 6.25, 4.625], "texture": "#1"} + } + }, + { + "from": [5.2, 11.6, 4.3], + "to": [5.3, 11.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.9, 10]}, + "faces": { + "north": {"uv": [4.625, 6.25, 4.75, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 4.625, 6.375, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 6.25, 4.875, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 4.75, 6.375, 4.875], "texture": "#1"}, + "up": {"uv": [5, 6.375, 4.875, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 4.875, 6.25, 5], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 8.8], + "to": [12.2, 7.2, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 7.1]}, + "faces": { + "north": {"uv": [5, 6.25, 5.125, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 5, 6.375, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 6.25, 5.25, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 5.125, 6.375, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 6.375, 5.25, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 5.25, 6.25, 5.375], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 8.8], + "to": [5.3, 7.2, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 7.1]}, + "faces": { + "north": {"uv": [5.375, 6.25, 5.5, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 5.375, 6.375, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 6.25, 5.625, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 5.5, 6.375, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 6.375, 5.625, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 5.625, 6.25, 5.75], "texture": "#1"} + } + }, + { + "from": [12.1, 11.6, 10.1], + "to": [12.2, 11.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.9, 4.5]}, + "faces": { + "north": {"uv": [5.75, 6.25, 5.875, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 5.75, 6.375, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 6.25, 6, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 5.875, 6.375, 6], "texture": "#1"}, + "up": {"uv": [6.125, 6.375, 6, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 6, 6.25, 6.125], "texture": "#1"} + } + }, + { + "from": [5.2, 11.6, 10.1], + "to": [5.3, 11.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.9, 4.5]}, + "faces": { + "north": {"uv": [6.125, 6.25, 6.25, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 6.125, 6.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 6.25, 6.375, 6.375], "texture": "#1"}, + "west": {"uv": [0, 6.375, 0.125, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.125, 6.375, 0], "texture": "#1"}, + "down": {"uv": [0.25, 6.375, 0.125, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 9], + "to": [12.2, 13, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 7.1]}, + "faces": { + "north": {"uv": [6.375, 0.125, 6.5, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 6.375, 0.375, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 0.25, 6.5, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 6.375, 0.5, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.5, 6.375, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 6.375, 0.5, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 9], + "to": [5.3, 13, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 7.1]}, + "faces": { + "north": {"uv": [6.375, 0.5, 6.5, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 6.375, 0.75, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 0.625, 6.5, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 6.375, 0.875, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.875, 6.375, 0.75], "texture": "#1"}, + "down": {"uv": [1, 6.375, 0.875, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 11.8, 4.3], + "to": [12.2, 11.9, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.9, 10]}, + "faces": { + "north": {"uv": [6.375, 0.875, 6.5, 1], "texture": "#1"}, + "east": {"uv": [1, 6.375, 1.125, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 1, 6.5, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 6.375, 1.25, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 1.25, 6.375, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 6.375, 1.25, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 11.8, 4.3], + "to": [5.3, 11.9, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.9, 10]}, + "faces": { + "north": {"uv": [6.375, 1.25, 6.5, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 6.375, 1.5, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 1.375, 6.5, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 6.375, 1.625, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 1.625, 6.375, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 6.375, 1.625, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 9], + "to": [12.2, 7.2, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 7.1]}, + "faces": { + "north": {"uv": [6.375, 1.625, 6.5, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 6.375, 1.875, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 1.75, 6.5, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 6.375, 2, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 2, 6.375, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 6.375, 2, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 9], + "to": [5.3, 7.2, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 7.1]}, + "faces": { + "north": {"uv": [6.375, 2, 6.5, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 6.375, 2.25, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 2.125, 6.5, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 6.375, 2.375, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 2.375, 6.375, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 6.375, 2.375, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 11.8, 10.1], + "to": [12.2, 11.9, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.9, 4.5]}, + "faces": { + "north": {"uv": [6.375, 2.375, 6.5, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 6.375, 2.625, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 2.5, 6.5, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 6.375, 2.75, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 2.75, 6.375, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 6.375, 2.75, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 11.8, 10.1], + "to": [5.3, 11.9, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.9, 4.5]}, + "faces": { + "north": {"uv": [6.375, 2.75, 6.5, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 6.375, 3, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 2.875, 6.5, 3], "texture": "#1"}, + "west": {"uv": [3, 6.375, 3.125, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 3.125, 6.375, 3], "texture": "#1"}, + "down": {"uv": [3.25, 6.375, 3.125, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 8.5], + "to": [12.2, 13, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 6.8]}, + "faces": { + "north": {"uv": [6.375, 3.125, 6.5, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 6.375, 3.375, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 3.25, 6.5, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 6.375, 3.5, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 3.5, 6.375, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 6.375, 3.5, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 8.5], + "to": [5.3, 13, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 6.8]}, + "faces": { + "north": {"uv": [6.375, 3.5, 6.5, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 6.375, 3.75, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 3.625, 6.5, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 6.375, 3.875, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 3.875, 6.375, 3.75], "texture": "#1"}, + "down": {"uv": [4, 6.375, 3.875, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 11.3, 4.3], + "to": [12.2, 11.4, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.6, 10]}, + "faces": { + "north": {"uv": [6.375, 3.875, 6.5, 4], "texture": "#1"}, + "east": {"uv": [4, 6.375, 4.125, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 4, 6.5, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 6.375, 4.25, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 4.25, 6.375, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 6.375, 4.25, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 11.3, 4.3], + "to": [5.3, 11.4, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.6, 10]}, + "faces": { + "north": {"uv": [6.375, 4.25, 6.5, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 6.375, 4.5, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 4.375, 6.5, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 6.375, 4.625, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 4.625, 6.375, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 6.375, 4.625, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 8.5], + "to": [12.2, 7.2, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 6.8]}, + "faces": { + "north": {"uv": [6.375, 4.625, 6.5, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 6.375, 4.875, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 4.75, 6.5, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 6.375, 5, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 5, 6.375, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 6.375, 5, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 8.5], + "to": [5.3, 7.2, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 6.8]}, + "faces": { + "north": {"uv": [6.375, 5, 6.5, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 6.375, 5.25, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 5.125, 6.5, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 6.375, 5.375, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 5.375, 6.375, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 6.375, 5.375, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 11.3, 10.1], + "to": [12.2, 11.4, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.6, 4.5]}, + "faces": { + "north": {"uv": [6.375, 5.375, 6.5, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 6.375, 5.625, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 5.5, 6.5, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 6.375, 5.75, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 5.75, 6.375, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 6.375, 5.75, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 11.3, 10.1], + "to": [5.3, 11.4, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.6, 4.5]}, + "faces": { + "north": {"uv": [6.375, 5.75, 6.5, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 6.375, 6, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 5.875, 6.5, 6], "texture": "#1"}, + "west": {"uv": [6, 6.375, 6.125, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 6.125, 6.375, 6], "texture": "#1"}, + "down": {"uv": [6.25, 6.375, 6.125, 6.5], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 8.6], + "to": [12.3, 13, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.375, 6.125, 6.5, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 6.375, 6.375, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 6.25, 6.5, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 6.375, 6.5, 6.5], "texture": "#1"}, + "up": {"uv": [0.125, 6.625, 0, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 0, 6.5, 0.125], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 8.6], + "to": [5.2, 13, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [0.125, 6.5, 0.25, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 0.125, 6.625, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 6.5, 0.375, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 0.25, 6.625, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 6.625, 0.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 0.375, 6.5, 0.5], "texture": "#1"} + } + }, + { + "from": [12.2, 11.4, 4.3], + "to": [12.3, 11.6, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [0.5, 6.5, 0.625, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 0.5, 6.625, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 6.5, 0.75, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 0.625, 6.625, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 6.625, 0.75, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 0.75, 6.5, 0.875], "texture": "#1"} + } + }, + { + "from": [5.1, 11.4, 4.3], + "to": [5.2, 11.6, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [0.875, 6.5, 1, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 0.875, 6.625, 1], "texture": "#1"}, + "south": {"uv": [1, 6.5, 1.125, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 1, 6.625, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 6.625, 1.125, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 1.125, 6.5, 1.25], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 8.6], + "to": [12.3, 7.2, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [1.25, 6.5, 1.375, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 1.25, 6.625, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 6.5, 1.5, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 1.375, 6.625, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 6.625, 1.5, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 1.5, 6.5, 1.625], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 8.6], + "to": [5.2, 7.2, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [1.625, 6.5, 1.75, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 1.625, 6.625, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 6.5, 1.875, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 1.75, 6.625, 1.875], "texture": "#1"}, + "up": {"uv": [2, 6.625, 1.875, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 1.875, 6.5, 2], "texture": "#1"} + } + }, + { + "from": [12.2, 11.4, 10.1], + "to": [12.3, 11.6, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [2, 6.5, 2.125, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 2, 6.625, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 6.5, 2.25, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 2.125, 6.625, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 6.625, 2.25, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 2.25, 6.5, 2.375], "texture": "#1"} + } + }, + { + "from": [5.1, 11.4, 10.1], + "to": [5.2, 11.6, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [2.375, 6.5, 2.5, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 2.375, 6.625, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 6.5, 2.625, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 2.5, 6.625, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 6.625, 2.625, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 2.625, 6.5, 2.75], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 8.7], + "to": [12.6, 12.9, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [2.75, 6.5, 2.875, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 2.75, 6.625, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 6.5, 3, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 2.875, 6.625, 3], "texture": "#1"}, + "up": {"uv": [3.125, 6.625, 3, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 3, 6.5, 3.125], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 8.7], + "to": [5.1, 12.9, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [3.125, 6.5, 3.25, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 3.125, 6.625, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 6.5, 3.375, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 3.25, 6.625, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 6.625, 3.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 3.375, 6.5, 3.5], "texture": "#1"} + } + }, + { + "from": [12.3, 11.5, 4.4], + "to": [12.6, 11.6, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [3.5, 6.5, 3.625, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 3.5, 6.625, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 6.5, 3.75, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 3.625, 6.625, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 6.625, 3.75, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 3.75, 6.5, 3.875], "texture": "#1"} + } + }, + { + "from": [4.8, 11.5, 4.4], + "to": [5.1, 11.6, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [3.875, 6.5, 4, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 3.875, 6.625, 4], "texture": "#1"}, + "south": {"uv": [4, 6.5, 4.125, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 4, 6.625, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 6.625, 4.125, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 4.125, 6.5, 4.25], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 8.7], + "to": [12.6, 7.275, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [4.25, 6.5, 4.375, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 4.25, 6.625, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 6.5, 4.5, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 4.375, 6.625, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 6.625, 4.5, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 4.5, 6.5, 4.625], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 8.7], + "to": [5.1, 7.275, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [4.625, 6.5, 4.75, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 4.625, 6.625, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 6.5, 4.875, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 4.75, 6.625, 4.875], "texture": "#1"}, + "up": {"uv": [5, 6.625, 4.875, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 4.875, 6.5, 5], "texture": "#1"} + } + }, + { + "from": [12.3, 11.5, 10.025], + "to": [12.6, 11.6, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5, 6.5, 5.125, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 5, 6.625, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 6.5, 5.25, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 5.125, 6.625, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 6.625, 5.25, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 5.25, 6.5, 5.375], "texture": "#1"} + } + }, + { + "from": [4.8, 11.5, 10.025], + "to": [5.1, 11.6, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5.375, 6.5, 5.5, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 5.375, 6.625, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 6.5, 5.625, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 5.5, 6.625, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 6.625, 5.625, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 5.625, 6.5, 5.75], "texture": "#1"} + } + }, + { + "from": [12.4, 12.825, 8.5], + "to": [12.6, 12.9, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [5.75, 6.5, 5.875, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 5.75, 6.625, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 6.5, 6, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 5.875, 6.625, 6], "texture": "#1"}, + "up": {"uv": [6.125, 6.625, 6, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 6, 6.5, 6.125], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 8.5], + "to": [5, 12.9, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.125, 6.5, 6.25, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 6.125, 6.625, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 6.5, 6.375, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 6.25, 6.625, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 6.625, 6.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 6.375, 6.5, 6.5], "texture": "#1"} + } + }, + { + "from": [12.4, 11.3, 4.4], + "to": [12.6, 11.4, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [6.5, 6.5, 6.625, 6.625], "texture": "#1"}, + "east": {"uv": [0, 6.625, 0.125, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 0, 6.75, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 6.625, 0.25, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 0.25, 6.625, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 6.625, 0.25, 6.75], "texture": "#1"} + } + }, + { + "from": [4.8, 11.3, 4.4], + "to": [5, 11.4, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [6.625, 0.25, 6.75, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 6.625, 0.5, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 0.375, 6.75, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 6.625, 0.625, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 0.625, 6.625, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 6.625, 0.625, 6.75], "texture": "#1"} + } + }, + { + "from": [12.4, 7.2, 8.5], + "to": [12.6, 7.275, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [6.625, 0.625, 6.75, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 6.625, 0.875, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 0.75, 6.75, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 6.625, 1, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 1, 6.625, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 6.625, 1, 6.75], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 8.5], + "to": [5, 7.275, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [6.625, 1, 6.75, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 6.625, 1.25, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 1.125, 6.75, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 6.625, 1.375, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 1.375, 6.625, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 6.625, 1.375, 6.75], "texture": "#1"} + } + }, + { + "from": [12.4, 11.3, 10.025], + "to": [12.6, 11.4, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.625, 1.375, 6.75, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 6.625, 1.625, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 1.5, 6.75, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 6.625, 1.75, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 1.75, 6.625, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 6.625, 1.75, 6.75], "texture": "#1"} + } + }, + { + "from": [4.8, 11.3, 10.025], + "to": [5, 11.4, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.625, 1.75, 6.75, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 6.625, 2, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 1.875, 6.75, 2], "texture": "#1"}, + "west": {"uv": [2, 6.625, 2.125, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 2.125, 6.625, 2], "texture": "#1"}, + "down": {"uv": [2.25, 6.625, 2.125, 6.75], "texture": "#1"} + } + }, + { + "from": [12.5, 12.825, 8.3], + "to": [12.6, 12.9, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.625, 2.125, 6.75, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 6.625, 2.375, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 2.25, 6.75, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 6.625, 2.5, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 2.5, 6.625, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 6.625, 2.5, 6.75], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 8.3], + "to": [4.9, 12.9, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.625, 2.5, 6.75, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 6.625, 2.75, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 2.625, 6.75, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 6.625, 2.875, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 2.875, 6.625, 2.75], "texture": "#1"}, + "down": {"uv": [3, 6.625, 2.875, 6.75], "texture": "#1"} + } + }, + { + "from": [12.5, 11.1, 4.4], + "to": [12.6, 11.2, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [6.625, 2.875, 6.75, 3], "texture": "#1"}, + "east": {"uv": [3, 6.625, 3.125, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 3, 6.75, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 6.625, 3.25, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 3.25, 6.625, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 6.625, 3.25, 6.75], "texture": "#1"} + } + }, + { + "from": [4.8, 11.1, 4.4], + "to": [4.9, 11.2, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [6.625, 3.25, 6.75, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 6.625, 3.5, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 3.375, 6.75, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 6.625, 3.625, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 3.625, 6.625, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 6.625, 3.625, 6.75], "texture": "#1"} + } + }, + { + "from": [12.5, 7.2, 8.3], + "to": [12.6, 7.275, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [6.625, 3.625, 6.75, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 6.625, 3.875, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 3.75, 6.75, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 6.625, 4, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 4, 6.625, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 6.625, 4, 6.75], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 8.3], + "to": [4.9, 7.275, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [6.625, 4, 6.75, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 6.625, 4.25, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 4.125, 6.75, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 6.625, 4.375, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 4.375, 6.625, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 6.625, 4.375, 6.75], "texture": "#1"} + } + }, + { + "from": [12.5, 11.1, 10.025], + "to": [12.6, 11.2, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.625, 4.375, 6.75, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 6.625, 4.625, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 4.5, 6.75, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 6.625, 4.75, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 4.75, 6.625, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 6.625, 4.75, 6.75], "texture": "#1"} + } + }, + { + "from": [4.8, 11.1, 10.025], + "to": [4.9, 11.2, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.625, 4.75, 6.75, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 6.625, 5, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 4.875, 6.75, 5], "texture": "#1"}, + "west": {"uv": [5, 6.625, 5.125, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 5.125, 6.625, 5], "texture": "#1"}, + "down": {"uv": [5.25, 6.625, 5.125, 6.75], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 8.2], + "to": [12.5, 12.9, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.625, 5.125, 6.75, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 6.625, 5.375, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 5.25, 6.75, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 6.625, 5.5, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 5.5, 6.625, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 6.625, 5.5, 6.75], "texture": "#1"} + } + }, + { + "from": [4.9, 12.825, 8.2], + "to": [5.1, 12.9, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.625, 5.5, 6.75, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 6.625, 5.75, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 5.625, 6.75, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 6.625, 5.875, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 5.875, 6.625, 5.75], "texture": "#1"}, + "down": {"uv": [6, 6.625, 5.875, 6.75], "texture": "#1"} + } + }, + { + "from": [12.3, 11, 4.4], + "to": [12.5, 11.1, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [6.625, 5.875, 6.75, 6], "texture": "#1"}, + "east": {"uv": [6, 6.625, 6.125, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 6, 6.75, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 6.625, 6.25, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 6.25, 6.625, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 6.625, 6.25, 6.75], "texture": "#1"} + } + }, + { + "from": [4.9, 11, 4.4], + "to": [5.1, 11.1, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [6.625, 6.25, 6.75, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 6.625, 6.5, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 6.375, 6.75, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 6.625, 6.625, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 6.625, 6.625, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 6.625, 6.625, 6.75], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 8.2], + "to": [12.5, 7.275, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [0, 6.75, 0.125, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 0, 6.875, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 6.75, 0.25, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 0.125, 6.875, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 6.875, 0.25, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 0.25, 6.75, 0.375], "texture": "#1"} + } + }, + { + "from": [4.9, 7.2, 8.2], + "to": [5.1, 7.275, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [0.375, 6.75, 0.5, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 0.375, 6.875, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 6.75, 0.625, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 0.5, 6.875, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 6.875, 0.625, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 0.625, 6.75, 0.75], "texture": "#1"} + } + }, + { + "from": [12.3, 11, 10.025], + "to": [12.5, 11.1, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [0.75, 6.75, 0.875, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 0.75, 6.875, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 6.75, 1, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 0.875, 6.875, 1], "texture": "#1"}, + "up": {"uv": [1.125, 6.875, 1, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 1, 6.75, 1.125], "texture": "#1"} + } + }, + { + "from": [4.9, 11, 10.025], + "to": [5.1, 11.1, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [1.125, 6.75, 1.25, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 1.125, 6.875, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 6.75, 1.375, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 1.25, 6.875, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 6.875, 1.375, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 1.375, 6.75, 1.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 8], + "to": [12.6, 12.9, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [1.5, 6.75, 1.625, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 1.5, 6.875, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 6.75, 1.75, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 1.625, 6.875, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 6.875, 1.75, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 1.75, 6.75, 1.875], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 8], + "to": [5.1, 12.9, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [1.875, 6.75, 2, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 1.875, 6.875, 2], "texture": "#1"}, + "south": {"uv": [2, 6.75, 2.125, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 2, 6.875, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 6.875, 2.125, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 2.125, 6.75, 2.25], "texture": "#1"} + } + }, + { + "from": [12.3, 10.8, 4.4], + "to": [12.6, 10.9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [2.25, 6.75, 2.375, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 2.25, 6.875, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 6.75, 2.5, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 2.375, 6.875, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 6.875, 2.5, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 2.5, 6.75, 2.625], "texture": "#1"} + } + }, + { + "from": [4.8, 10.8, 4.4], + "to": [5.1, 10.9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [2.625, 6.75, 2.75, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 2.625, 6.875, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 6.75, 2.875, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 2.75, 6.875, 2.875], "texture": "#1"}, + "up": {"uv": [3, 6.875, 2.875, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 2.875, 6.75, 3], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 8], + "to": [12.6, 7.275, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [3, 6.75, 3.125, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 3, 6.875, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 6.75, 3.25, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 3.125, 6.875, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 6.875, 3.25, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 3.25, 6.75, 3.375], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 8], + "to": [5.1, 7.275, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [3.375, 6.75, 3.5, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 3.375, 6.875, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 6.75, 3.625, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 3.5, 6.875, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 6.875, 3.625, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 3.625, 6.75, 3.75], "texture": "#1"} + } + }, + { + "from": [12.3, 10.8, 10.025], + "to": [12.6, 10.9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [3.75, 6.75, 3.875, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 3.75, 6.875, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 6.75, 4, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 3.875, 6.875, 4], "texture": "#1"}, + "up": {"uv": [4.125, 6.875, 4, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 4, 6.75, 4.125], "texture": "#1"} + } + }, + { + "from": [4.8, 10.8, 10.025], + "to": [5.1, 10.9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [4.125, 6.75, 4.25, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 4.125, 6.875, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 6.75, 4.375, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 4.25, 6.875, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 6.875, 4.375, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 4.375, 6.75, 4.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 7.8], + "to": [12.6, 12.9, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [4.5, 6.75, 4.625, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 4.5, 6.875, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 6.75, 4.75, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 4.625, 6.875, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 6.875, 4.75, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 4.75, 6.75, 4.875], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 7.8], + "to": [5.1, 12.9, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [4.875, 6.75, 5, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 4.875, 6.875, 5], "texture": "#1"}, + "south": {"uv": [5, 6.75, 5.125, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 5, 6.875, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 6.875, 5.125, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 5.125, 6.75, 5.25], "texture": "#1"} + } + }, + { + "from": [12.3, 10.6, 4.4], + "to": [12.6, 10.7, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [5.25, 6.75, 5.375, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 5.25, 6.875, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 6.75, 5.5, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 5.375, 6.875, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 6.875, 5.5, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 5.5, 6.75, 5.625], "texture": "#1"} + } + }, + { + "from": [4.8, 10.6, 4.4], + "to": [5.1, 10.7, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [5.625, 6.75, 5.75, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 5.625, 6.875, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 6.75, 5.875, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 5.75, 6.875, 5.875], "texture": "#1"}, + "up": {"uv": [6, 6.875, 5.875, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 5.875, 6.75, 6], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 7.8], + "to": [12.6, 7.275, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [6, 6.75, 6.125, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 6, 6.875, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 6.75, 6.25, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 6.125, 6.875, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 6.875, 6.25, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 6.25, 6.75, 6.375], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 7.8], + "to": [5.1, 7.275, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [6.375, 6.75, 6.5, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 6.375, 6.875, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 6.75, 6.625, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 6.5, 6.875, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 6.875, 6.625, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 6.625, 6.75, 6.75], "texture": "#1"} + } + }, + { + "from": [12.3, 10.6, 10.025], + "to": [12.6, 10.7, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.75, 6.75, 6.875, 6.875], "texture": "#1"}, + "east": {"uv": [0, 6.875, 0.125, 7], "texture": "#1"}, + "south": {"uv": [6.875, 0, 7, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 6.875, 0.25, 7], "texture": "#1"}, + "up": {"uv": [7, 0.25, 6.875, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 6.875, 0.25, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 10.6, 10.025], + "to": [5.1, 10.7, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.875, 0.25, 7, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 6.875, 0.5, 7], "texture": "#1"}, + "south": {"uv": [6.875, 0.375, 7, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 6.875, 0.625, 7], "texture": "#1"}, + "up": {"uv": [7, 0.625, 6.875, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 6.875, 0.625, 7], "texture": "#1"} + } + }, + { + "from": [12.4, 12.825, 7.6], + "to": [12.6, 12.9, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.875, 0.625, 7, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 6.875, 0.875, 7], "texture": "#1"}, + "south": {"uv": [6.875, 0.75, 7, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 6.875, 1, 7], "texture": "#1"}, + "up": {"uv": [7, 1, 6.875, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 6.875, 1, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 7.6], + "to": [5, 12.9, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.875, 1, 7, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 6.875, 1.25, 7], "texture": "#1"}, + "south": {"uv": [6.875, 1.125, 7, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 6.875, 1.375, 7], "texture": "#1"}, + "up": {"uv": [7, 1.375, 6.875, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 6.875, 1.375, 7], "texture": "#1"} + } + }, + { + "from": [12.4, 10.4, 4.4], + "to": [12.6, 10.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [6.875, 1.375, 7, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 6.875, 1.625, 7], "texture": "#1"}, + "south": {"uv": [6.875, 1.5, 7, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 6.875, 1.75, 7], "texture": "#1"}, + "up": {"uv": [7, 1.75, 6.875, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 6.875, 1.75, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 10.4, 4.4], + "to": [5, 10.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [6.875, 1.75, 7, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 6.875, 2, 7], "texture": "#1"}, + "south": {"uv": [6.875, 1.875, 7, 2], "texture": "#1"}, + "west": {"uv": [2, 6.875, 2.125, 7], "texture": "#1"}, + "up": {"uv": [7, 2.125, 6.875, 2], "texture": "#1"}, + "down": {"uv": [2.25, 6.875, 2.125, 7], "texture": "#1"} + } + }, + { + "from": [12.4, 7.2, 7.6], + "to": [12.6, 7.275, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [6.875, 2.125, 7, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 6.875, 2.375, 7], "texture": "#1"}, + "south": {"uv": [6.875, 2.25, 7, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 6.875, 2.5, 7], "texture": "#1"}, + "up": {"uv": [7, 2.5, 6.875, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 6.875, 2.5, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 7.6], + "to": [5, 7.275, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [6.875, 2.5, 7, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 6.875, 2.75, 7], "texture": "#1"}, + "south": {"uv": [6.875, 2.625, 7, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 6.875, 2.875, 7], "texture": "#1"}, + "up": {"uv": [7, 2.875, 6.875, 2.75], "texture": "#1"}, + "down": {"uv": [3, 6.875, 2.875, 7], "texture": "#1"} + } + }, + { + "from": [12.4, 10.4, 10.025], + "to": [12.6, 10.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.875, 2.875, 7, 3], "texture": "#1"}, + "east": {"uv": [3, 6.875, 3.125, 7], "texture": "#1"}, + "south": {"uv": [6.875, 3, 7, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 6.875, 3.25, 7], "texture": "#1"}, + "up": {"uv": [7, 3.25, 6.875, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 6.875, 3.25, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 10.4, 10.025], + "to": [5, 10.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.875, 3.25, 7, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 6.875, 3.5, 7], "texture": "#1"}, + "south": {"uv": [6.875, 3.375, 7, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 6.875, 3.625, 7], "texture": "#1"}, + "up": {"uv": [7, 3.625, 6.875, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 6.875, 3.625, 7], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 7.5], + "to": [12.6, 12.9, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.875, 3.625, 7, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 6.875, 3.875, 7], "texture": "#1"}, + "south": {"uv": [6.875, 3.75, 7, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 6.875, 4, 7], "texture": "#1"}, + "up": {"uv": [7, 4, 6.875, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 6.875, 4, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 7.5], + "to": [5.1, 12.9, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.875, 4, 7, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 6.875, 4.25, 7], "texture": "#1"}, + "south": {"uv": [6.875, 4.125, 7, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 6.875, 4.375, 7], "texture": "#1"}, + "up": {"uv": [7, 4.375, 6.875, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 6.875, 4.375, 7], "texture": "#1"} + } + }, + { + "from": [12.3, 10.3, 4.4], + "to": [12.6, 10.4, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [6.875, 4.375, 7, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 6.875, 4.625, 7], "texture": "#1"}, + "south": {"uv": [6.875, 4.5, 7, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 6.875, 4.75, 7], "texture": "#1"}, + "up": {"uv": [7, 4.75, 6.875, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 6.875, 4.75, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 10.3, 4.4], + "to": [5.1, 10.4, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [6.875, 4.75, 7, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 6.875, 5, 7], "texture": "#1"}, + "south": {"uv": [6.875, 4.875, 7, 5], "texture": "#1"}, + "west": {"uv": [5, 6.875, 5.125, 7], "texture": "#1"}, + "up": {"uv": [7, 5.125, 6.875, 5], "texture": "#1"}, + "down": {"uv": [5.25, 6.875, 5.125, 7], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 7.5], + "to": [12.6, 7.275, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [6.875, 5.125, 7, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 6.875, 5.375, 7], "texture": "#1"}, + "south": {"uv": [6.875, 5.25, 7, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 6.875, 5.5, 7], "texture": "#1"}, + "up": {"uv": [7, 5.5, 6.875, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 6.875, 5.5, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 7.5], + "to": [5.1, 7.275, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [6.875, 5.5, 7, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 6.875, 5.75, 7], "texture": "#1"}, + "south": {"uv": [6.875, 5.625, 7, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 6.875, 5.875, 7], "texture": "#1"}, + "up": {"uv": [7, 5.875, 6.875, 5.75], "texture": "#1"}, + "down": {"uv": [6, 6.875, 5.875, 7], "texture": "#1"} + } + }, + { + "from": [12.3, 10.3, 10.025], + "to": [12.6, 10.4, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.875, 5.875, 7, 6], "texture": "#1"}, + "east": {"uv": [6, 6.875, 6.125, 7], "texture": "#1"}, + "south": {"uv": [6.875, 6, 7, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 6.875, 6.25, 7], "texture": "#1"}, + "up": {"uv": [7, 6.25, 6.875, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 6.875, 6.25, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 10.3, 10.025], + "to": [5.1, 10.4, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.875, 6.25, 7, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 6.875, 6.5, 7], "texture": "#1"}, + "south": {"uv": [6.875, 6.375, 7, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 6.875, 6.625, 7], "texture": "#1"}, + "up": {"uv": [7, 6.625, 6.875, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 6.875, 6.625, 7], "texture": "#1"} + } + }, + { + "from": [12.4, 12.825, 7.3], + "to": [12.6, 12.9, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.875, 6.625, 7, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 6.875, 6.875, 7], "texture": "#1"}, + "south": {"uv": [6.875, 6.75, 7, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 6.875, 7, 7], "texture": "#1"}, + "up": {"uv": [0.125, 7.125, 0, 7], "texture": "#1"}, + "down": {"uv": [7.125, 0, 7, 0.125], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 7.3], + "to": [5, 12.9, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [0.125, 7, 0.25, 7.125], "texture": "#1"}, + "east": {"uv": [7, 0.125, 7.125, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 7, 0.375, 7.125], "texture": "#1"}, + "west": {"uv": [7, 0.25, 7.125, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 7.125, 0.375, 7], "texture": "#1"}, + "down": {"uv": [7.125, 0.375, 7, 0.5], "texture": "#1"} + } + }, + { + "from": [12.4, 10.1, 4.4], + "to": [12.6, 10.2, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [0.5, 7, 0.625, 7.125], "texture": "#1"}, + "east": {"uv": [7, 0.5, 7.125, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 7, 0.75, 7.125], "texture": "#1"}, + "west": {"uv": [7, 0.625, 7.125, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 7.125, 0.75, 7], "texture": "#1"}, + "down": {"uv": [7.125, 0.75, 7, 0.875], "texture": "#1"} + } + }, + { + "from": [4.8, 10.1, 4.4], + "to": [5, 10.2, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [0.875, 7, 1, 7.125], "texture": "#1"}, + "east": {"uv": [7, 0.875, 7.125, 1], "texture": "#1"}, + "south": {"uv": [1, 7, 1.125, 7.125], "texture": "#1"}, + "west": {"uv": [7, 1, 7.125, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 7.125, 1.125, 7], "texture": "#1"}, + "down": {"uv": [7.125, 1.125, 7, 1.25], "texture": "#1"} + } + }, + { + "from": [12.4, 7.2, 7.3], + "to": [12.6, 7.275, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [1.25, 7, 1.375, 7.125], "texture": "#1"}, + "east": {"uv": [7, 1.25, 7.125, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 7, 1.5, 7.125], "texture": "#1"}, + "west": {"uv": [7, 1.375, 7.125, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 7.125, 1.5, 7], "texture": "#1"}, + "down": {"uv": [7.125, 1.5, 7, 1.625], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 7.3], + "to": [5, 7.275, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [1.625, 7, 1.75, 7.125], "texture": "#1"}, + "east": {"uv": [7, 1.625, 7.125, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 7, 1.875, 7.125], "texture": "#1"}, + "west": {"uv": [7, 1.75, 7.125, 1.875], "texture": "#1"}, + "up": {"uv": [2, 7.125, 1.875, 7], "texture": "#1"}, + "down": {"uv": [7.125, 1.875, 7, 2], "texture": "#1"} + } + }, + { + "from": [12.4, 10.1, 10.025], + "to": [12.6, 10.2, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [2, 7, 2.125, 7.125], "texture": "#1"}, + "east": {"uv": [7, 2, 7.125, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 7, 2.25, 7.125], "texture": "#1"}, + "west": {"uv": [7, 2.125, 7.125, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 7.125, 2.25, 7], "texture": "#1"}, + "down": {"uv": [7.125, 2.25, 7, 2.375], "texture": "#1"} + } + }, + { + "from": [4.8, 10.1, 10.025], + "to": [5, 10.2, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [2.375, 7, 2.5, 7.125], "texture": "#1"}, + "east": {"uv": [7, 2.375, 7.125, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 7, 2.625, 7.125], "texture": "#1"}, + "west": {"uv": [7, 2.5, 7.125, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 7.125, 2.625, 7], "texture": "#1"}, + "down": {"uv": [7.125, 2.625, 7, 2.75], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 7.1], + "to": [12.4, 12.9, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [2.75, 7, 2.875, 7.125], "texture": "#1"}, + "east": {"uv": [7, 2.75, 7.125, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 7, 3, 7.125], "texture": "#1"}, + "west": {"uv": [7, 2.875, 7.125, 3], "texture": "#1"}, + "up": {"uv": [3.125, 7.125, 3, 7], "texture": "#1"}, + "down": {"uv": [7.125, 3, 7, 3.125], "texture": "#1"} + } + }, + { + "from": [5, 12.825, 7.1], + "to": [5.1, 12.9, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [3.125, 7, 3.25, 7.125], "texture": "#1"}, + "east": {"uv": [7, 3.125, 7.125, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 7, 3.375, 7.125], "texture": "#1"}, + "west": {"uv": [7, 3.25, 7.125, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 7.125, 3.375, 7], "texture": "#1"}, + "down": {"uv": [7.125, 3.375, 7, 3.5], "texture": "#1"} + } + }, + { + "from": [12.3, 9.9, 4.4], + "to": [12.4, 10.1, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [3.5, 7, 3.625, 7.125], "texture": "#1"}, + "east": {"uv": [7, 3.5, 7.125, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 7, 3.75, 7.125], "texture": "#1"}, + "west": {"uv": [7, 3.625, 7.125, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 7.125, 3.75, 7], "texture": "#1"}, + "down": {"uv": [7.125, 3.75, 7, 3.875], "texture": "#1"} + } + }, + { + "from": [5, 9.9, 4.4], + "to": [5.1, 10.1, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [3.875, 7, 4, 7.125], "texture": "#1"}, + "east": {"uv": [7, 3.875, 7.125, 4], "texture": "#1"}, + "south": {"uv": [4, 7, 4.125, 7.125], "texture": "#1"}, + "west": {"uv": [7, 4, 7.125, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 7.125, 4.125, 7], "texture": "#1"}, + "down": {"uv": [7.125, 4.125, 7, 4.25], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 7.1], + "to": [12.4, 7.275, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [4.25, 7, 4.375, 7.125], "texture": "#1"}, + "east": {"uv": [7, 4.25, 7.125, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 7, 4.5, 7.125], "texture": "#1"}, + "west": {"uv": [7, 4.375, 7.125, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 7.125, 4.5, 7], "texture": "#1"}, + "down": {"uv": [7.125, 4.5, 7, 4.625], "texture": "#1"} + } + }, + { + "from": [5, 7.2, 7.1], + "to": [5.1, 7.275, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [4.625, 7, 4.75, 7.125], "texture": "#1"}, + "east": {"uv": [7, 4.625, 7.125, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 7, 4.875, 7.125], "texture": "#1"}, + "west": {"uv": [7, 4.75, 7.125, 4.875], "texture": "#1"}, + "up": {"uv": [5, 7.125, 4.875, 7], "texture": "#1"}, + "down": {"uv": [7.125, 4.875, 7, 5], "texture": "#1"} + } + }, + { + "from": [12.3, 9.9, 10.025], + "to": [12.4, 10.1, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5, 7, 5.125, 7.125], "texture": "#1"}, + "east": {"uv": [7, 5, 7.125, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 7, 5.25, 7.125], "texture": "#1"}, + "west": {"uv": [7, 5.125, 7.125, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 7.125, 5.25, 7], "texture": "#1"}, + "down": {"uv": [7.125, 5.25, 7, 5.375], "texture": "#1"} + } + }, + { + "from": [5, 9.9, 10.025], + "to": [5.1, 10.1, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5.375, 7, 5.5, 7.125], "texture": "#1"}, + "east": {"uv": [7, 5.375, 7.125, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 7, 5.625, 7.125], "texture": "#1"}, + "west": {"uv": [7, 5.5, 7.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 7.125, 5.625, 7], "texture": "#1"}, + "down": {"uv": [7.125, 5.625, 7, 5.75], "texture": "#1"} + } + }, + { + "from": [12.4, 12.825, 7], + "to": [12.5, 12.9, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [5.75, 7, 5.875, 7.125], "texture": "#1"}, + "east": {"uv": [7, 5.75, 7.125, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 7, 6, 7.125], "texture": "#1"}, + "west": {"uv": [7, 5.875, 7.125, 6], "texture": "#1"}, + "up": {"uv": [6.125, 7.125, 6, 7], "texture": "#1"}, + "down": {"uv": [7.125, 6, 7, 6.125], "texture": "#1"} + } + }, + { + "from": [4.9, 12.825, 7], + "to": [5, 12.9, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.125, 7, 6.25, 7.125], "texture": "#1"}, + "east": {"uv": [7, 6.125, 7.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 7, 6.375, 7.125], "texture": "#1"}, + "west": {"uv": [7, 6.25, 7.125, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 7.125, 6.375, 7], "texture": "#1"}, + "down": {"uv": [7.125, 6.375, 7, 6.5], "texture": "#1"} + } + }, + { + "from": [12.4, 9.8, 4.4], + "to": [12.5, 10, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [6.5, 7, 6.625, 7.125], "texture": "#1"}, + "east": {"uv": [7, 6.5, 7.125, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 7, 6.75, 7.125], "texture": "#1"}, + "west": {"uv": [7, 6.625, 7.125, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 7.125, 6.75, 7], "texture": "#1"}, + "down": {"uv": [7.125, 6.75, 7, 6.875], "texture": "#1"} + } + }, + { + "from": [4.9, 9.8, 4.4], + "to": [5, 10, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [6.875, 7, 7, 7.125], "texture": "#1"}, + "east": {"uv": [7, 6.875, 7.125, 7], "texture": "#1"}, + "south": {"uv": [7, 7, 7.125, 7.125], "texture": "#1"}, + "west": {"uv": [0, 7.125, 0.125, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 0.125, 7.125, 0], "texture": "#1"}, + "down": {"uv": [0.25, 7.125, 0.125, 7.25], "texture": "#1"} + } + }, + { + "from": [12.4, 7.2, 7], + "to": [12.5, 7.275, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.125, 0.125, 7.25, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 7.125, 0.375, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 0.25, 7.25, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 7.125, 0.5, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 0.5, 7.125, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 7.125, 0.5, 7.25], "texture": "#1"} + } + }, + { + "from": [4.9, 7.2, 7], + "to": [5, 7.275, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.125, 0.5, 7.25, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 7.125, 0.75, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 0.625, 7.25, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 7.125, 0.875, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 0.875, 7.125, 0.75], "texture": "#1"}, + "down": {"uv": [1, 7.125, 0.875, 7.25], "texture": "#1"} + } + }, + { + "from": [12.4, 9.8, 10.025], + "to": [12.5, 10, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.125, 0.875, 7.25, 1], "texture": "#1"}, + "east": {"uv": [1, 7.125, 1.125, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 1, 7.25, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 7.125, 1.25, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 1.25, 7.125, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 7.125, 1.25, 7.25], "texture": "#1"} + } + }, + { + "from": [4.9, 9.8, 10.025], + "to": [5, 10, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.125, 1.25, 7.25, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 7.125, 1.5, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 1.375, 7.25, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 7.125, 1.625, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 1.625, 7.125, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 7.125, 1.625, 7.25], "texture": "#1"} + } + }, + { + "from": [12.5, 12.825, 6.9], + "to": [12.6, 12.9, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.125, 1.625, 7.25, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 7.125, 1.875, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 1.75, 7.25, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 7.125, 2, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 2, 7.125, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 7.125, 2, 7.25], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 6.9], + "to": [4.9, 12.9, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.125, 2, 7.25, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 7.125, 2.25, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 2.125, 7.25, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 7.125, 2.375, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 2.375, 7.125, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 7.125, 2.375, 7.25], "texture": "#1"} + } + }, + { + "from": [12.5, 9.7, 4.4], + "to": [12.6, 9.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.125, 2.375, 7.25, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 7.125, 2.625, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 2.5, 7.25, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 7.125, 2.75, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 2.75, 7.125, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 7.125, 2.75, 7.25], "texture": "#1"} + } + }, + { + "from": [4.8, 9.7, 4.4], + "to": [4.9, 9.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.125, 2.75, 7.25, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 7.125, 3, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 2.875, 7.25, 3], "texture": "#1"}, + "west": {"uv": [3, 7.125, 3.125, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 3.125, 7.125, 3], "texture": "#1"}, + "down": {"uv": [3.25, 7.125, 3.125, 7.25], "texture": "#1"} + } + }, + { + "from": [12.5, 7.2, 6.9], + "to": [12.6, 7.275, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.125, 3.125, 7.25, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 7.125, 3.375, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 3.25, 7.25, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 7.125, 3.5, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 3.5, 7.125, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 7.125, 3.5, 7.25], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 6.9], + "to": [4.9, 7.275, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.125, 3.5, 7.25, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 7.125, 3.75, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 3.625, 7.25, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 7.125, 3.875, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 3.875, 7.125, 3.75], "texture": "#1"}, + "down": {"uv": [4, 7.125, 3.875, 7.25], "texture": "#1"} + } + }, + { + "from": [12.5, 9.7, 10.025], + "to": [12.6, 9.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.125, 3.875, 7.25, 4], "texture": "#1"}, + "east": {"uv": [4, 7.125, 4.125, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 4, 7.25, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 7.125, 4.25, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 4.25, 7.125, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 7.125, 4.25, 7.25], "texture": "#1"} + } + }, + { + "from": [4.8, 9.7, 10.025], + "to": [4.9, 9.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.125, 4.25, 7.25, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 7.125, 4.5, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 4.375, 7.25, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 7.125, 4.625, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 4.625, 7.125, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 7.125, 4.625, 7.25], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 6.8], + "to": [12.6, 12.9, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.125, 4.625, 7.25, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 7.125, 4.875, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 4.75, 7.25, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 7.125, 5, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 5, 7.125, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 7.125, 5, 7.25], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 6.8], + "to": [5.1, 12.9, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.125, 5, 7.25, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 7.125, 5.25, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 5.125, 7.25, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 7.125, 5.375, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 5.375, 7.125, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 7.125, 5.375, 7.25], "texture": "#1"} + } + }, + { + "from": [12.3, 9.6, 4.4], + "to": [12.6, 9.7, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.125, 5.375, 7.25, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 7.125, 5.625, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 5.5, 7.25, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 7.125, 5.75, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 5.75, 7.125, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 7.125, 5.75, 7.25], "texture": "#1"} + } + }, + { + "from": [4.8, 9.6, 4.4], + "to": [5.1, 9.7, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.125, 5.75, 7.25, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 7.125, 6, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 5.875, 7.25, 6], "texture": "#1"}, + "west": {"uv": [6, 7.125, 6.125, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 6.125, 7.125, 6], "texture": "#1"}, + "down": {"uv": [6.25, 7.125, 6.125, 7.25], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 6.8], + "to": [12.6, 7.275, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.125, 6.125, 7.25, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 7.125, 6.375, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 6.25, 7.25, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 7.125, 6.5, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 6.5, 7.125, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 7.125, 6.5, 7.25], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 6.8], + "to": [5.1, 7.275, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.125, 6.5, 7.25, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 7.125, 6.75, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 6.625, 7.25, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 7.125, 6.875, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 6.875, 7.125, 6.75], "texture": "#1"}, + "down": {"uv": [7, 7.125, 6.875, 7.25], "texture": "#1"} + } + }, + { + "from": [12.3, 9.6, 10.025], + "to": [12.6, 9.7, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.125, 6.875, 7.25, 7], "texture": "#1"}, + "east": {"uv": [7, 7.125, 7.125, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 7, 7.25, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 7.125, 7.25, 7.25], "texture": "#1"}, + "up": {"uv": [0.125, 7.375, 0, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 0, 7.25, 0.125], "texture": "#1"} + } + }, + { + "from": [4.8, 9.6, 10.025], + "to": [5.1, 9.7, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [0.125, 7.25, 0.25, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 0.125, 7.375, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 7.25, 0.375, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 0.25, 7.375, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 7.375, 0.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 0.375, 7.25, 0.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 6.6], + "to": [12.6, 12.9, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [0.5, 7.25, 0.625, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 0.5, 7.375, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 7.25, 0.75, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 0.625, 7.375, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 7.375, 0.75, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 0.75, 7.25, 0.875], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 6.6], + "to": [5.1, 12.9, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [0.875, 7.25, 1, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 0.875, 7.375, 1], "texture": "#1"}, + "south": {"uv": [1, 7.25, 1.125, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 1, 7.375, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 7.375, 1.125, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 1.125, 7.25, 1.25], "texture": "#1"} + } + }, + { + "from": [12.3, 9.4, 4.4], + "to": [12.6, 9.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [1.25, 7.25, 1.375, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 1.25, 7.375, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 7.25, 1.5, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 1.375, 7.375, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 7.375, 1.5, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 1.5, 7.25, 1.625], "texture": "#1"} + } + }, + { + "from": [4.8, 9.4, 4.4], + "to": [5.1, 9.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [1.625, 7.25, 1.75, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 1.625, 7.375, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 7.25, 1.875, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 1.75, 7.375, 1.875], "texture": "#1"}, + "up": {"uv": [2, 7.375, 1.875, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 1.875, 7.25, 2], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 6.6], + "to": [12.6, 7.275, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [2, 7.25, 2.125, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 2, 7.375, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 7.25, 2.25, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 2.125, 7.375, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 7.375, 2.25, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 2.25, 7.25, 2.375], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 6.6], + "to": [5.1, 7.275, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [2.375, 7.25, 2.5, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 2.375, 7.375, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 7.25, 2.625, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 2.5, 7.375, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 7.375, 2.625, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 2.625, 7.25, 2.75], "texture": "#1"} + } + }, + { + "from": [12.3, 9.4, 10.025], + "to": [12.6, 9.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [2.75, 7.25, 2.875, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 2.75, 7.375, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 7.25, 3, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 2.875, 7.375, 3], "texture": "#1"}, + "up": {"uv": [3.125, 7.375, 3, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 3, 7.25, 3.125], "texture": "#1"} + } + }, + { + "from": [4.8, 9.4, 10.025], + "to": [5.1, 9.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [3.125, 7.25, 3.25, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 3.125, 7.375, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 7.25, 3.375, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 3.25, 7.375, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 7.375, 3.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 3.375, 7.25, 3.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 6.4], + "to": [12.6, 12.9, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [3.5, 7.25, 3.625, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 3.5, 7.375, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 7.25, 3.75, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 3.625, 7.375, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 7.375, 3.75, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 3.75, 7.25, 3.875], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 6.4], + "to": [5.1, 12.9, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [3.875, 7.25, 4, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 3.875, 7.375, 4], "texture": "#1"}, + "south": {"uv": [4, 7.25, 4.125, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 4, 7.375, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 7.375, 4.125, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 4.125, 7.25, 4.25], "texture": "#1"} + } + }, + { + "from": [12.3, 9.2, 4.4], + "to": [12.6, 9.3, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [4.25, 7.25, 4.375, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 4.25, 7.375, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 7.25, 4.5, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 4.375, 7.375, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 7.375, 4.5, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 4.5, 7.25, 4.625], "texture": "#1"} + } + }, + { + "from": [4.8, 9.2, 4.4], + "to": [5.1, 9.3, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [4.625, 7.25, 4.75, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 4.625, 7.375, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 7.25, 4.875, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 4.75, 7.375, 4.875], "texture": "#1"}, + "up": {"uv": [5, 7.375, 4.875, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 4.875, 7.25, 5], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 6.4], + "to": [12.6, 7.275, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [5, 7.25, 5.125, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 5, 7.375, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 7.25, 5.25, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 5.125, 7.375, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 7.375, 5.25, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 5.25, 7.25, 5.375], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 6.4], + "to": [5.1, 7.275, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [5.375, 7.25, 5.5, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 5.375, 7.375, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 7.25, 5.625, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 5.5, 7.375, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 7.375, 5.625, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 5.625, 7.25, 5.75], "texture": "#1"} + } + }, + { + "from": [12.3, 9.2, 10.025], + "to": [12.6, 9.3, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5.75, 7.25, 5.875, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 5.75, 7.375, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 7.25, 6, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 5.875, 7.375, 6], "texture": "#1"}, + "up": {"uv": [6.125, 7.375, 6, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 6, 7.25, 6.125], "texture": "#1"} + } + }, + { + "from": [4.8, 9.2, 10.025], + "to": [5.1, 9.3, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.125, 7.25, 6.25, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 6.125, 7.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 7.25, 6.375, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 6.25, 7.375, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 7.375, 6.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 6.375, 7.25, 6.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 6.2], + "to": [12.5, 12.9, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.5, 7.25, 6.625, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 6.5, 7.375, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 7.25, 6.75, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 6.625, 7.375, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 7.375, 6.75, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 6.75, 7.25, 6.875], "texture": "#1"} + } + }, + { + "from": [4.9, 12.825, 6.2], + "to": [5.1, 12.9, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.875, 7.25, 7, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 6.875, 7.375, 7], "texture": "#1"}, + "south": {"uv": [7, 7.25, 7.125, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 7, 7.375, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 7.375, 7.125, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 7.125, 7.25, 7.25], "texture": "#1"} + } + }, + { + "from": [12.3, 9, 4.4], + "to": [12.5, 9.1, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.25, 7.25, 7.375, 7.375], "texture": "#1"}, + "east": {"uv": [0, 7.375, 0.125, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 0, 7.5, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 7.375, 0.25, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 0.25, 7.375, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 7.375, 0.25, 7.5], "texture": "#1"} + } + }, + { + "from": [4.9, 9, 4.4], + "to": [5.1, 9.1, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.375, 0.25, 7.5, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 7.375, 0.5, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 0.375, 7.5, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 7.375, 0.625, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 0.625, 7.375, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 7.375, 0.625, 7.5], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 6.2], + "to": [12.5, 7.275, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.375, 0.625, 7.5, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 7.375, 0.875, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 0.75, 7.5, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 7.375, 1, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 1, 7.375, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 7.375, 1, 7.5], "texture": "#1"} + } + }, + { + "from": [4.9, 7.2, 6.2], + "to": [5.1, 7.275, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.375, 1, 7.5, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 7.375, 1.25, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 1.125, 7.5, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 7.375, 1.375, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 1.375, 7.375, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 7.375, 1.375, 7.5], "texture": "#1"} + } + }, + { + "from": [12.3, 9, 10.025], + "to": [12.5, 9.1, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.375, 1.375, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 7.375, 1.625, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 1.5, 7.5, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 7.375, 1.75, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 1.75, 7.375, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 7.375, 1.75, 7.5], "texture": "#1"} + } + }, + { + "from": [4.9, 9, 10.025], + "to": [5.1, 9.1, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.375, 1.75, 7.5, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 7.375, 2, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 1.875, 7.5, 2], "texture": "#1"}, + "west": {"uv": [2, 7.375, 2.125, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 2.125, 7.375, 2], "texture": "#1"}, + "down": {"uv": [2.25, 7.375, 2.125, 7.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 6], + "to": [12.4, 12.9, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.375, 2.125, 7.5, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 7.375, 2.375, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 2.25, 7.5, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 7.375, 2.5, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 2.5, 7.375, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 7.375, 2.5, 7.5], "texture": "#1"} + } + }, + { + "from": [5, 12.825, 6], + "to": [5.1, 12.9, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.375, 2.5, 7.5, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 7.375, 2.75, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 2.625, 7.5, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 7.375, 2.875, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 2.875, 7.375, 2.75], "texture": "#1"}, + "down": {"uv": [3, 7.375, 2.875, 7.5], "texture": "#1"} + } + }, + { + "from": [12.3, 8.8, 4.4], + "to": [12.4, 8.9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.375, 2.875, 7.5, 3], "texture": "#1"}, + "east": {"uv": [3, 7.375, 3.125, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 3, 7.5, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 7.375, 3.25, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 3.25, 7.375, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 7.375, 3.25, 7.5], "texture": "#1"} + } + }, + { + "from": [5, 8.8, 4.4], + "to": [5.1, 8.9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.375, 3.25, 7.5, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 7.375, 3.5, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 3.375, 7.5, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 7.375, 3.625, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 3.625, 7.375, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 7.375, 3.625, 7.5], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 6], + "to": [12.4, 7.275, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.375, 3.625, 7.5, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 7.375, 3.875, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 3.75, 7.5, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 7.375, 4, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 4, 7.375, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 7.375, 4, 7.5], "texture": "#1"} + } + }, + { + "from": [5, 7.2, 6], + "to": [5.1, 7.275, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.375, 4, 7.5, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 7.375, 4.25, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 4.125, 7.5, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 7.375, 4.375, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 4.375, 7.375, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 7.375, 4.375, 7.5], "texture": "#1"} + } + }, + { + "from": [12.3, 8.8, 10.025], + "to": [12.4, 8.9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.375, 4.375, 7.5, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 7.375, 4.625, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 4.5, 7.5, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 7.375, 4.75, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 4.75, 7.375, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 7.375, 4.75, 7.5], "texture": "#1"} + } + }, + { + "from": [5, 8.8, 10.025], + "to": [5.1, 8.9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.375, 4.75, 7.5, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 7.375, 5, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 4.875, 7.5, 5], "texture": "#1"}, + "west": {"uv": [5, 7.375, 5.125, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 5.125, 7.375, 5], "texture": "#1"}, + "down": {"uv": [5.25, 7.375, 5.125, 7.5], "texture": "#1"} + } + }, + { + "from": [12.4, 12.825, 5.9], + "to": [12.6, 12.9, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.375, 5.125, 7.5, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 7.375, 5.375, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 5.25, 7.5, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 7.375, 5.5, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 5.5, 7.375, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 7.375, 5.5, 7.5], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 5.9], + "to": [5, 12.9, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.375, 5.5, 7.5, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 7.375, 5.75, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 5.625, 7.5, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 7.375, 5.875, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 5.875, 7.375, 5.75], "texture": "#1"}, + "down": {"uv": [6, 7.375, 5.875, 7.5], "texture": "#1"} + } + }, + { + "from": [12.4, 8.7, 4.4], + "to": [12.6, 8.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.375, 5.875, 7.5, 6], "texture": "#1"}, + "east": {"uv": [6, 7.375, 6.125, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 6, 7.5, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 7.375, 6.25, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 6.25, 7.375, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 7.375, 6.25, 7.5], "texture": "#1"} + } + }, + { + "from": [4.8, 8.7, 4.4], + "to": [5, 8.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.375, 6.25, 7.5, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 7.375, 6.5, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 6.375, 7.5, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 7.375, 6.625, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 6.625, 7.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 7.375, 6.625, 7.5], "texture": "#1"} + } + }, + { + "from": [12.4, 7.2, 5.9], + "to": [12.6, 7.275, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.375, 6.625, 7.5, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 7.375, 6.875, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 6.75, 7.5, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 7.375, 7, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 7, 7.375, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 7.375, 7, 7.5], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 5.9], + "to": [5, 7.275, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.375, 7, 7.5, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 7.375, 7.25, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 7.125, 7.5, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 7.375, 7.375, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 7.375, 7.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 7.375, 7.375, 7.5], "texture": "#1"} + } + }, + { + "from": [12.4, 8.7, 10.025], + "to": [12.6, 8.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [0, 7.5, 0.125, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 0, 7.625, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 7.5, 0.25, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 0.125, 7.625, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 7.625, 0.25, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 0.25, 7.5, 0.375], "texture": "#1"} + } + }, + { + "from": [4.8, 8.7, 10.025], + "to": [5, 8.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [0.375, 7.5, 0.5, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 0.375, 7.625, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 7.5, 0.625, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 0.5, 7.625, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 7.625, 0.625, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 0.625, 7.5, 0.75], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 5.7], + "to": [12.6, 12.9, 5.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [0.75, 7.5, 0.875, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 0.75, 7.625, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 7.5, 1, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 0.875, 7.625, 1], "texture": "#1"}, + "up": {"uv": [1.125, 7.625, 1, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 1, 7.5, 1.125], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 5.7], + "to": [5.1, 12.9, 5.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [1.125, 7.5, 1.25, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 1.125, 7.625, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 7.5, 1.375, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 1.25, 7.625, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 7.625, 1.375, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 1.375, 7.5, 1.5], "texture": "#1"} + } + }, + { + "from": [12.3, 8.5, 4.4], + "to": [12.6, 8.6, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [1.5, 7.5, 1.625, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 1.5, 7.625, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 7.5, 1.75, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 1.625, 7.625, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 7.625, 1.75, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 1.75, 7.5, 1.875], "texture": "#1"} + } + }, + { + "from": [4.8, 8.5, 4.4], + "to": [5.1, 8.6, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [1.875, 7.5, 2, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 1.875, 7.625, 2], "texture": "#1"}, + "south": {"uv": [2, 7.5, 2.125, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 2, 7.625, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 7.625, 2.125, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 2.125, 7.5, 2.25], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 5.7], + "to": [12.6, 7.275, 5.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [2.25, 7.5, 2.375, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 2.25, 7.625, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 7.5, 2.5, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 2.375, 7.625, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 7.625, 2.5, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 2.5, 7.5, 2.625], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 5.7], + "to": [5.1, 7.275, 5.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [2.625, 7.5, 2.75, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 2.625, 7.625, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 7.5, 2.875, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 2.75, 7.625, 2.875], "texture": "#1"}, + "up": {"uv": [3, 7.625, 2.875, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 2.875, 7.5, 3], "texture": "#1"} + } + }, + { + "from": [12.3, 8.5, 10.025], + "to": [12.6, 8.6, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [3, 7.5, 3.125, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 3, 7.625, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 7.5, 3.25, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 3.125, 7.625, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 7.625, 3.25, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 3.25, 7.5, 3.375], "texture": "#1"} + } + }, + { + "from": [4.8, 8.5, 10.025], + "to": [5.1, 8.6, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [3.375, 7.5, 3.5, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 3.375, 7.625, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 7.5, 3.625, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 3.5, 7.625, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 7.625, 3.625, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 3.625, 7.5, 3.75], "texture": "#1"} + } + }, + { + "from": [12.5, 12.825, 5.5], + "to": [12.6, 12.9, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [3.75, 7.5, 3.875, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 3.75, 7.625, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 7.5, 4, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 3.875, 7.625, 4], "texture": "#1"}, + "up": {"uv": [4.125, 7.625, 4, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 4, 7.5, 4.125], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 5.5], + "to": [4.9, 12.9, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [4.125, 7.5, 4.25, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 4.125, 7.625, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 7.5, 4.375, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 4.25, 7.625, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 7.625, 4.375, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 4.375, 7.5, 4.5], "texture": "#1"} + } + }, + { + "from": [12.5, 8.3, 4.4], + "to": [12.6, 8.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [4.5, 7.5, 4.625, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 4.5, 7.625, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 7.5, 4.75, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 4.625, 7.625, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 7.625, 4.75, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 4.75, 7.5, 4.875], "texture": "#1"} + } + }, + { + "from": [4.8, 8.3, 4.4], + "to": [4.9, 8.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [4.875, 7.5, 5, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 4.875, 7.625, 5], "texture": "#1"}, + "south": {"uv": [5, 7.5, 5.125, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 5, 7.625, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 7.625, 5.125, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 5.125, 7.5, 5.25], "texture": "#1"} + } + }, + { + "from": [12.5, 7.2, 5.5], + "to": [12.6, 7.275, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [5.25, 7.5, 5.375, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 5.25, 7.625, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 7.5, 5.5, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 5.375, 7.625, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 7.625, 5.5, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 5.5, 7.5, 5.625], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 5.5], + "to": [4.9, 7.275, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [5.625, 7.5, 5.75, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 5.625, 7.625, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 7.5, 5.875, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 5.75, 7.625, 5.875], "texture": "#1"}, + "up": {"uv": [6, 7.625, 5.875, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 5.875, 7.5, 6], "texture": "#1"} + } + }, + { + "from": [12.5, 8.3, 10.025], + "to": [12.6, 8.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6, 7.5, 6.125, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 6, 7.625, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 7.5, 6.25, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 6.125, 7.625, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 7.625, 6.25, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 6.25, 7.5, 6.375], "texture": "#1"} + } + }, + { + "from": [4.8, 8.3, 10.025], + "to": [4.9, 8.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.375, 7.5, 6.5, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 6.375, 7.625, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 7.5, 6.625, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 6.5, 7.625, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 7.625, 6.625, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 6.625, 7.5, 6.75], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 5.5], + "to": [12.4, 12.9, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.75, 7.5, 6.875, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 6.75, 7.625, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 7.5, 7, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 6.875, 7.625, 7], "texture": "#1"}, + "up": {"uv": [7.125, 7.625, 7, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 7, 7.5, 7.125], "texture": "#1"} + } + }, + { + "from": [5, 12.825, 5.5], + "to": [5.1, 12.9, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.125, 7.5, 7.25, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 7.125, 7.625, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 7.5, 7.375, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 7.25, 7.625, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 7.625, 7.375, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 7.375, 7.5, 7.5], "texture": "#1"} + } + }, + { + "from": [12.3, 8.3, 4.4], + "to": [12.4, 8.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.5, 7.5, 7.625, 7.625], "texture": "#1"}, + "east": {"uv": [0, 7.625, 0.125, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 0, 7.75, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 7.625, 0.25, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 0.25, 7.625, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 7.625, 0.25, 7.75], "texture": "#1"} + } + }, + { + "from": [5, 8.3, 4.4], + "to": [5.1, 8.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.625, 0.25, 7.75, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 7.625, 0.5, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 0.375, 7.75, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 7.625, 0.625, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 0.625, 7.625, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 7.625, 0.625, 7.75], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 5.5], + "to": [12.4, 7.275, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.625, 0.625, 7.75, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 7.625, 0.875, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 0.75, 7.75, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 7.625, 1, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 1, 7.625, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 7.625, 1, 7.75], "texture": "#1"} + } + }, + { + "from": [5, 7.2, 5.5], + "to": [5.1, 7.275, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.625, 1, 7.75, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 7.625, 1.25, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 1.125, 7.75, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 7.625, 1.375, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 1.375, 7.625, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 7.625, 1.375, 7.75], "texture": "#1"} + } + }, + { + "from": [12.3, 8.3, 10.025], + "to": [12.4, 8.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.625, 1.375, 7.75, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 7.625, 1.625, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 1.5, 7.75, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 7.625, 1.75, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 1.75, 7.625, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 7.625, 1.75, 7.75], "texture": "#1"} + } + }, + { + "from": [5, 8.3, 10.025], + "to": [5.1, 8.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.625, 1.75, 7.75, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 7.625, 2, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 1.875, 7.75, 2], "texture": "#1"}, + "west": {"uv": [2, 7.625, 2.125, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 2.125, 7.625, 2], "texture": "#1"}, + "down": {"uv": [2.25, 7.625, 2.125, 7.75], "texture": "#1"} + } + }, + { + "from": [12.4, 12.825, 5.4], + "to": [12.5, 12.9, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.625, 2.125, 7.75, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 7.625, 2.375, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 2.25, 7.75, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 7.625, 2.5, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 2.5, 7.625, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 7.625, 2.5, 7.75], "texture": "#1"} + } + }, + { + "from": [4.9, 12.825, 5.4], + "to": [5, 12.9, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.625, 2.5, 7.75, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 7.625, 2.75, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 2.625, 7.75, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 7.625, 2.875, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 2.875, 7.625, 2.75], "texture": "#1"}, + "down": {"uv": [3, 7.625, 2.875, 7.75], "texture": "#1"} + } + }, + { + "from": [12.4, 8.2, 4.4], + "to": [12.5, 8.3, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.625, 2.875, 7.75, 3], "texture": "#1"}, + "east": {"uv": [3, 7.625, 3.125, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 3, 7.75, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 7.625, 3.25, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 3.25, 7.625, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 7.625, 3.25, 7.75], "texture": "#1"} + } + }, + { + "from": [4.9, 8.2, 4.4], + "to": [5, 8.3, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.625, 3.25, 7.75, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 7.625, 3.5, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 3.375, 7.75, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 7.625, 3.625, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 3.625, 7.625, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 7.625, 3.625, 7.75], "texture": "#1"} + } + }, + { + "from": [12.4, 7.2, 5.4], + "to": [12.5, 7.275, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.625, 3.625, 7.75, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 7.625, 3.875, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 3.75, 7.75, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 7.625, 4, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 4, 7.625, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 7.625, 4, 7.75], "texture": "#1"} + } + }, + { + "from": [4.9, 7.2, 5.4], + "to": [5, 7.275, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.625, 4, 7.75, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 7.625, 4.25, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 4.125, 7.75, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 7.625, 4.375, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 4.375, 7.625, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 7.625, 4.375, 7.75], "texture": "#1"} + } + }, + { + "from": [12.4, 8.2, 10.025], + "to": [12.5, 8.3, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.625, 4.375, 7.75, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 7.625, 4.625, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 4.5, 7.75, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 7.625, 4.75, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 4.75, 7.625, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 7.625, 4.75, 7.75], "texture": "#1"} + } + }, + { + "from": [4.9, 8.2, 10.025], + "to": [5, 8.3, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.625, 4.75, 7.75, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 7.625, 5, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 4.875, 7.75, 5], "texture": "#1"}, + "west": {"uv": [5, 7.625, 5.125, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 5.125, 7.625, 5], "texture": "#1"}, + "down": {"uv": [5.25, 7.625, 5.125, 7.75], "texture": "#1"} + } + }, + { + "from": [12.5, 12.825, 6.1], + "to": [12.6, 12.9, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.625, 5.125, 7.75, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 7.625, 5.375, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 5.25, 7.75, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 7.625, 5.5, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 5.5, 7.625, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 7.625, 5.5, 7.75], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 6.1], + "to": [4.9, 12.9, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.625, 5.5, 7.75, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 7.625, 5.75, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 5.625, 7.75, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 7.625, 5.875, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 5.875, 7.625, 5.75], "texture": "#1"}, + "down": {"uv": [6, 7.625, 5.875, 7.75], "texture": "#1"} + } + }, + { + "from": [12.5, 8.9, 4.4], + "to": [12.6, 9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.625, 5.875, 7.75, 6], "texture": "#1"}, + "east": {"uv": [6, 7.625, 6.125, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 6, 7.75, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 7.625, 6.25, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 6.25, 7.625, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 7.625, 6.25, 7.75], "texture": "#1"} + } + }, + { + "from": [4.8, 8.9, 4.4], + "to": [4.9, 9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.625, 6.25, 7.75, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 7.625, 6.5, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 6.375, 7.75, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 7.625, 6.625, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 6.625, 7.625, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 7.625, 6.625, 7.75], "texture": "#1"} + } + }, + { + "from": [12.5, 7.2, 6.1], + "to": [12.6, 7.275, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.625, 6.625, 7.75, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 7.625, 6.875, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 6.75, 7.75, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 7.625, 7, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 7, 7.625, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 7.625, 7, 7.75], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 6.1], + "to": [4.9, 7.275, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.625, 7, 7.75, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 7.625, 7.25, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 7.125, 7.75, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 7.625, 7.375, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 7.375, 7.625, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 7.625, 7.375, 7.75], "texture": "#1"} + } + }, + { + "from": [12.5, 8.9, 10.025], + "to": [12.6, 9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.625, 7.375, 7.75, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 7.625, 7.625, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 7.5, 7.75, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 7.625, 7.75, 7.75], "texture": "#1"}, + "up": {"uv": [0.125, 7.875, 0, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 0, 7.75, 0.125], "texture": "#1"} + } + }, + { + "from": [4.8, 8.9, 10.025], + "to": [4.9, 9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [0.125, 7.75, 0.25, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 0.125, 7.875, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 7.75, 0.375, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 0.25, 7.875, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 7.875, 0.375, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 0.375, 7.75, 0.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 6.5], + "to": [12.4, 12.9, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [0.5, 7.75, 0.625, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 0.5, 7.875, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 7.75, 0.75, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 0.625, 7.875, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 7.875, 0.75, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 0.75, 7.75, 0.875], "texture": "#1"} + } + }, + { + "from": [5, 12.825, 6.5], + "to": [5.1, 12.9, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [0.875, 7.75, 1, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 0.875, 7.875, 1], "texture": "#1"}, + "south": {"uv": [1, 7.75, 1.125, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 1, 7.875, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 7.875, 1.125, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 1.125, 7.75, 1.25], "texture": "#1"} + } + }, + { + "from": [12.3, 9.3, 4.4], + "to": [12.4, 9.4, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [1.25, 7.75, 1.375, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 1.25, 7.875, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 7.75, 1.5, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 1.375, 7.875, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 7.875, 1.5, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 1.5, 7.75, 1.625], "texture": "#1"} + } + }, + { + "from": [5, 9.3, 4.4], + "to": [5.1, 9.4, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [1.625, 7.75, 1.75, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 1.625, 7.875, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 7.75, 1.875, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 1.75, 7.875, 1.875], "texture": "#1"}, + "up": {"uv": [2, 7.875, 1.875, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 1.875, 7.75, 2], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 6.5], + "to": [12.4, 7.275, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [2, 7.75, 2.125, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 2, 7.875, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 7.75, 2.25, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 2.125, 7.875, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 7.875, 2.25, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 2.25, 7.75, 2.375], "texture": "#1"} + } + }, + { + "from": [5, 7.2, 6.5], + "to": [5.1, 7.275, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [2.375, 7.75, 2.5, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 2.375, 7.875, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 7.75, 2.625, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 2.5, 7.875, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 7.875, 2.625, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 2.625, 7.75, 2.75], "texture": "#1"} + } + }, + { + "from": [12.3, 9.3, 10.025], + "to": [12.4, 9.4, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [2.75, 7.75, 2.875, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 2.75, 7.875, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 7.75, 3, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 2.875, 7.875, 3], "texture": "#1"}, + "up": {"uv": [3.125, 7.875, 3, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 3, 7.75, 3.125], "texture": "#1"} + } + }, + { + "from": [5, 9.3, 10.025], + "to": [5.1, 9.4, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [3.125, 7.75, 3.25, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 3.125, 7.875, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 7.75, 3.375, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 3.25, 7.875, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 7.875, 3.375, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 3.375, 7.75, 3.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 7.9], + "to": [12.4, 12.9, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [3.5, 7.75, 3.625, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 3.5, 7.875, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 7.75, 3.75, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 3.625, 7.875, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 7.875, 3.75, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 3.75, 7.75, 3.875], "texture": "#1"} + } + }, + { + "from": [5, 12.825, 7.9], + "to": [5.1, 12.9, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [3.875, 7.75, 4, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 3.875, 7.875, 4], "texture": "#1"}, + "south": {"uv": [4, 7.75, 4.125, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 4, 7.875, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 7.875, 4.125, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 4.125, 7.75, 4.25], "texture": "#1"} + } + }, + { + "from": [12.3, 10.7, 4.4], + "to": [12.4, 10.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [4.25, 7.75, 4.375, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 4.25, 7.875, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 7.75, 4.5, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 4.375, 7.875, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 7.875, 4.5, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 4.5, 7.75, 4.625], "texture": "#1"} + } + }, + { + "from": [5, 10.7, 4.4], + "to": [5.1, 10.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [4.625, 7.75, 4.75, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 4.625, 7.875, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 7.75, 4.875, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 4.75, 7.875, 4.875], "texture": "#1"}, + "up": {"uv": [5, 7.875, 4.875, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 4.875, 7.75, 5], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 7.9], + "to": [12.4, 7.275, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [5, 7.75, 5.125, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 5, 7.875, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 7.75, 5.25, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 5.125, 7.875, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 7.875, 5.25, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 5.25, 7.75, 5.375], "texture": "#1"} + } + }, + { + "from": [5, 7.2, 7.9], + "to": [5.1, 7.275, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [5.375, 7.75, 5.5, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 5.375, 7.875, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 7.75, 5.625, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 5.5, 7.875, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 7.875, 5.625, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 5.625, 7.75, 5.75], "texture": "#1"} + } + }, + { + "from": [12.3, 10.7, 10.025], + "to": [12.4, 10.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5.75, 7.75, 5.875, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 5.75, 7.875, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 7.75, 6, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 5.875, 7.875, 6], "texture": "#1"}, + "up": {"uv": [6.125, 7.875, 6, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 6, 7.75, 6.125], "texture": "#1"} + } + }, + { + "from": [5, 10.7, 10.025], + "to": [5.1, 10.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.125, 7.75, 6.25, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 6.125, 7.875, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 7.75, 6.375, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 6.25, 7.875, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 7.875, 6.375, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 6.375, 7.75, 6.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 8.4], + "to": [12.4, 12.9, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.5, 7.75, 6.625, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 6.5, 7.875, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 7.75, 6.75, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 6.625, 7.875, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 7.875, 6.75, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 6.75, 7.75, 6.875], "texture": "#1"} + } + }, + { + "from": [5, 12.825, 8.4], + "to": [5.1, 12.9, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.875, 7.75, 7, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 6.875, 7.875, 7], "texture": "#1"}, + "south": {"uv": [7, 7.75, 7.125, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 7, 7.875, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 7.875, 7.125, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 7.125, 7.75, 7.25], "texture": "#1"} + } + }, + { + "from": [12.3, 11.2, 4.4], + "to": [12.4, 11.3, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.25, 7.75, 7.375, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 7.25, 7.875, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 7.75, 7.5, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 7.375, 7.875, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 7.875, 7.5, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 7.5, 7.75, 7.625], "texture": "#1"} + } + }, + { + "from": [5, 11.2, 4.4], + "to": [5.1, 11.3, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.625, 7.75, 7.75, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 7.625, 7.875, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 7.75, 7.875, 7.875], "texture": "#1"}, + "west": {"uv": [0, 7.875, 0.125, 8], "texture": "#1"}, + "up": {"uv": [8, 0.125, 7.875, 0], "texture": "#1"}, + "down": {"uv": [0.25, 7.875, 0.125, 8], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 8.4], + "to": [12.4, 7.275, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.875, 0.125, 8, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 7.875, 0.375, 8], "texture": "#1"}, + "south": {"uv": [7.875, 0.25, 8, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 7.875, 0.5, 8], "texture": "#1"}, + "up": {"uv": [8, 0.5, 7.875, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 7.875, 0.5, 8], "texture": "#1"} + } + }, + { + "from": [5, 7.2, 8.4], + "to": [5.1, 7.275, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.875, 0.5, 8, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 7.875, 0.75, 8], "texture": "#1"}, + "south": {"uv": [7.875, 0.625, 8, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 7.875, 0.875, 8], "texture": "#1"}, + "up": {"uv": [8, 0.875, 7.875, 0.75], "texture": "#1"}, + "down": {"uv": [1, 7.875, 0.875, 8], "texture": "#1"} + } + }, + { + "from": [12.3, 11.2, 10.025], + "to": [12.4, 11.3, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.875, 0.875, 8, 1], "texture": "#1"}, + "east": {"uv": [1, 7.875, 1.125, 8], "texture": "#1"}, + "south": {"uv": [7.875, 1, 8, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 7.875, 1.25, 8], "texture": "#1"}, + "up": {"uv": [8, 1.25, 7.875, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 7.875, 1.25, 8], "texture": "#1"} + } + }, + { + "from": [5, 11.2, 10.025], + "to": [5.1, 11.3, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.875, 1.25, 8, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 7.875, 1.5, 8], "texture": "#1"}, + "south": {"uv": [7.875, 1.375, 8, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 7.875, 1.625, 8], "texture": "#1"}, + "up": {"uv": [8, 1.625, 7.875, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 7.875, 1.625, 8], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 8.8], + "to": [12.4, 12.9, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.875, 1.625, 8, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 7.875, 1.875, 8], "texture": "#1"}, + "south": {"uv": [7.875, 1.75, 8, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 7.875, 2, 8], "texture": "#1"}, + "up": {"uv": [8, 2, 7.875, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 7.875, 2, 8], "texture": "#1"} + } + }, + { + "from": [5, 12.825, 8.8], + "to": [5.1, 12.9, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.875, 2, 8, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 7.875, 2.25, 8], "texture": "#1"}, + "south": {"uv": [7.875, 2.125, 8, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 7.875, 2.375, 8], "texture": "#1"}, + "up": {"uv": [8, 2.375, 7.875, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 7.875, 2.375, 8], "texture": "#1"} + } + }, + { + "from": [12.3, 11.6, 4.4], + "to": [12.4, 11.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.875, 2.375, 8, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 7.875, 2.625, 8], "texture": "#1"}, + "south": {"uv": [7.875, 2.5, 8, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 7.875, 2.75, 8], "texture": "#1"}, + "up": {"uv": [8, 2.75, 7.875, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 7.875, 2.75, 8], "texture": "#1"} + } + }, + { + "from": [5, 11.6, 4.4], + "to": [5.1, 11.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.875, 2.75, 8, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 7.875, 3, 8], "texture": "#1"}, + "south": {"uv": [7.875, 2.875, 8, 3], "texture": "#1"}, + "west": {"uv": [3, 7.875, 3.125, 8], "texture": "#1"}, + "up": {"uv": [8, 3.125, 7.875, 3], "texture": "#1"}, + "down": {"uv": [3.25, 7.875, 3.125, 8], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 8.8], + "to": [12.4, 7.275, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.875, 3.125, 8, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 7.875, 3.375, 8], "texture": "#1"}, + "south": {"uv": [7.875, 3.25, 8, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 7.875, 3.5, 8], "texture": "#1"}, + "up": {"uv": [8, 3.5, 7.875, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 7.875, 3.5, 8], "texture": "#1"} + } + }, + { + "from": [5, 7.2, 8.8], + "to": [5.1, 7.275, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.875, 3.5, 8, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 7.875, 3.75, 8], "texture": "#1"}, + "south": {"uv": [7.875, 3.625, 8, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 7.875, 3.875, 8], "texture": "#1"}, + "up": {"uv": [8, 3.875, 7.875, 3.75], "texture": "#1"}, + "down": {"uv": [4, 7.875, 3.875, 8], "texture": "#1"} + } + }, + { + "from": [12.3, 11.6, 10.025], + "to": [12.4, 11.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.875, 3.875, 8, 4], "texture": "#1"}, + "east": {"uv": [4, 7.875, 4.125, 8], "texture": "#1"}, + "south": {"uv": [7.875, 4, 8, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 7.875, 4.25, 8], "texture": "#1"}, + "up": {"uv": [8, 4.25, 7.875, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 7.875, 4.25, 8], "texture": "#1"} + } + }, + { + "from": [5, 11.6, 10.025], + "to": [5.1, 11.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.875, 4.25, 8, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 7.875, 4.5, 8], "texture": "#1"}, + "south": {"uv": [7.875, 4.375, 8, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 7.875, 4.625, 8], "texture": "#1"}, + "up": {"uv": [8, 4.625, 7.875, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 7.875, 4.625, 8], "texture": "#1"} + } + }, + { + "from": [12.5, 12.825, 8.8], + "to": [12.6, 12.9, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.875, 4.625, 8, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 7.875, 4.875, 8], "texture": "#1"}, + "south": {"uv": [7.875, 4.75, 8, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 7.875, 5, 8], "texture": "#1"}, + "up": {"uv": [8, 5, 7.875, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 7.875, 5, 8], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 8.8], + "to": [4.9, 12.9, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.875, 5, 8, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 7.875, 5.25, 8], "texture": "#1"}, + "south": {"uv": [7.875, 5.125, 8, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 7.875, 5.375, 8], "texture": "#1"}, + "up": {"uv": [8, 5.375, 7.875, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 7.875, 5.375, 8], "texture": "#1"} + } + }, + { + "from": [12.5, 11.6, 4.4], + "to": [12.6, 11.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.875, 5.375, 8, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 7.875, 5.625, 8], "texture": "#1"}, + "south": {"uv": [7.875, 5.5, 8, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 7.875, 5.75, 8], "texture": "#1"}, + "up": {"uv": [8, 5.75, 7.875, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 7.875, 5.75, 8], "texture": "#1"} + } + }, + { + "from": [4.8, 11.6, 4.4], + "to": [4.9, 11.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.875, 5.75, 8, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 7.875, 6, 8], "texture": "#1"}, + "south": {"uv": [7.875, 5.875, 8, 6], "texture": "#1"}, + "west": {"uv": [6, 7.875, 6.125, 8], "texture": "#1"}, + "up": {"uv": [8, 6.125, 7.875, 6], "texture": "#1"}, + "down": {"uv": [6.25, 7.875, 6.125, 8], "texture": "#1"} + } + }, + { + "from": [12.5, 7.2, 8.8], + "to": [12.6, 7.275, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.875, 6.125, 8, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 7.875, 6.375, 8], "texture": "#1"}, + "south": {"uv": [7.875, 6.25, 8, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 7.875, 6.5, 8], "texture": "#1"}, + "up": {"uv": [8, 6.5, 7.875, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 7.875, 6.5, 8], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 8.8], + "to": [4.9, 7.275, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.875, 6.5, 8, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 7.875, 6.75, 8], "texture": "#1"}, + "south": {"uv": [7.875, 6.625, 8, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 7.875, 6.875, 8], "texture": "#1"}, + "up": {"uv": [8, 6.875, 7.875, 6.75], "texture": "#1"}, + "down": {"uv": [7, 7.875, 6.875, 8], "texture": "#1"} + } + }, + { + "from": [12.5, 11.6, 10.025], + "to": [12.6, 11.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.875, 6.875, 8, 7], "texture": "#1"}, + "east": {"uv": [7, 7.875, 7.125, 8], "texture": "#1"}, + "south": {"uv": [7.875, 7, 8, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 7.875, 7.25, 8], "texture": "#1"}, + "up": {"uv": [8, 7.25, 7.875, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 7.875, 7.25, 8], "texture": "#1"} + } + }, + { + "from": [4.8, 11.6, 10.025], + "to": [4.9, 11.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.875, 7.25, 8, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 7.875, 7.5, 8], "texture": "#1"}, + "south": {"uv": [7.875, 7.375, 8, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 7.875, 7.625, 8], "texture": "#1"}, + "up": {"uv": [8, 7.625, 7.875, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 7.875, 7.625, 8], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 8.6], + "to": [12.7, 12.825, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 7.225, 6.8]}, + "faces": { + "north": {"uv": [7.875, 7.625, 8, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 7.875, 7.875, 8], "texture": "#1"}, + "south": {"uv": [7.875, 7.75, 8, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 7.875, 8, 8], "texture": "#1"}, + "up": {"uv": [0.125, 8.125, 0, 8], "texture": "#1"}, + "down": {"uv": [8.125, 0, 8, 0.125], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 8.6], + "to": [4.8, 12.825, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 7.225, 6.8]}, + "faces": { + "north": {"uv": [0.125, 8, 0.25, 8.125], "texture": "#1"}, + "east": {"uv": [8, 0.125, 8.125, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 8, 0.375, 8.125], "texture": "#1"}, + "west": {"uv": [8, 0.25, 8.125, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 8.125, 0.375, 8], "texture": "#1"}, + "down": {"uv": [8.125, 0.375, 8, 0.5], "texture": "#1"} + } + }, + { + "from": [12.6, 11.4, 4.475], + "to": [12.7, 11.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 9.6, 10.075]}, + "faces": { + "north": {"uv": [0.5, 8, 0.625, 8.125], "texture": "#1"}, + "east": {"uv": [8, 0.5, 8.125, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 8, 0.75, 8.125], "texture": "#1"}, + "west": {"uv": [8, 0.625, 8.125, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 8.125, 0.75, 8], "texture": "#1"}, + "down": {"uv": [8.125, 0.75, 8, 0.875], "texture": "#1"} + } + }, + { + "from": [4.7, 11.4, 4.475], + "to": [4.8, 11.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 9.6, 10.075]}, + "faces": { + "north": {"uv": [0.875, 8, 1, 8.125], "texture": "#1"}, + "east": {"uv": [8, 0.875, 8.125, 1], "texture": "#1"}, + "south": {"uv": [1, 8, 1.125, 8.125], "texture": "#1"}, + "west": {"uv": [8, 1, 8.125, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 8.125, 1.125, 8], "texture": "#1"}, + "down": {"uv": [8.125, 1.125, 8, 1.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 8.6], + "to": [12.7, 7.375, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 12.875, 6.8]}, + "faces": { + "north": {"uv": [1.25, 8, 1.375, 8.125], "texture": "#1"}, + "east": {"uv": [8, 1.25, 8.125, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 8, 1.5, 8.125], "texture": "#1"}, + "west": {"uv": [8, 1.375, 8.125, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 8.125, 1.5, 8], "texture": "#1"}, + "down": {"uv": [8.125, 1.5, 8, 1.625], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 8.6], + "to": [4.8, 7.375, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 12.875, 6.8]}, + "faces": { + "north": {"uv": [1.625, 8, 1.75, 8.125], "texture": "#1"}, + "east": {"uv": [8, 1.625, 8.125, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 8, 1.875, 8.125], "texture": "#1"}, + "west": {"uv": [8, 1.75, 8.125, 1.875], "texture": "#1"}, + "up": {"uv": [2, 8.125, 1.875, 8], "texture": "#1"}, + "down": {"uv": [8.125, 1.875, 8, 2], "texture": "#1"} + } + }, + { + "from": [12.6, 11.4, 9.925], + "to": [12.7, 11.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 9.6, 4.425]}, + "faces": { + "north": {"uv": [2, 8, 2.125, 8.125], "texture": "#1"}, + "east": {"uv": [8, 2, 8.125, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 8, 2.25, 8.125], "texture": "#1"}, + "west": {"uv": [8, 2.125, 8.125, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 8.125, 2.25, 8], "texture": "#1"}, + "down": {"uv": [8.125, 2.25, 8, 2.375], "texture": "#1"} + } + }, + { + "from": [4.7, 11.4, 9.925], + "to": [4.8, 11.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 9.6, 4.425]}, + "faces": { + "north": {"uv": [2.375, 8, 2.5, 8.125], "texture": "#1"}, + "east": {"uv": [8, 2.375, 8.125, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 8, 2.625, 8.125], "texture": "#1"}, + "west": {"uv": [8, 2.5, 8.125, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 8.125, 2.625, 8], "texture": "#1"}, + "down": {"uv": [8.125, 2.625, 8, 2.75], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 8.5], + "to": [12.8, 12.825, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 6.7]}, + "faces": { + "north": {"uv": [2.75, 8, 2.875, 8.125], "texture": "#1"}, + "east": {"uv": [8, 2.75, 8.125, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 8, 3, 8.125], "texture": "#1"}, + "west": {"uv": [8, 2.875, 8.125, 3], "texture": "#1"}, + "up": {"uv": [3.125, 8.125, 3, 8], "texture": "#1"}, + "down": {"uv": [8.125, 3, 8, 3.125], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 8.5], + "to": [4.7, 12.825, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 6.7]}, + "faces": { + "north": {"uv": [3.125, 8, 3.25, 8.125], "texture": "#1"}, + "east": {"uv": [8, 3.125, 8.125, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 8, 3.375, 8.125], "texture": "#1"}, + "west": {"uv": [8, 3.25, 8.125, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 8.125, 3.375, 8], "texture": "#1"}, + "down": {"uv": [8.125, 3.375, 8, 3.5], "texture": "#1"} + } + }, + { + "from": [12.7, 11.3, 4.475], + "to": [12.8, 11.4, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.5, 10.075]}, + "faces": { + "north": {"uv": [3.5, 8, 3.625, 8.125], "texture": "#1"}, + "east": {"uv": [8, 3.5, 8.125, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 8, 3.75, 8.125], "texture": "#1"}, + "west": {"uv": [8, 3.625, 8.125, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 8.125, 3.75, 8], "texture": "#1"}, + "down": {"uv": [8.125, 3.75, 8, 3.875], "texture": "#1"} + } + }, + { + "from": [4.6, 11.3, 4.475], + "to": [4.7, 11.4, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.5, 10.075]}, + "faces": { + "north": {"uv": [3.875, 8, 4, 8.125], "texture": "#1"}, + "east": {"uv": [8, 3.875, 8.125, 4], "texture": "#1"}, + "south": {"uv": [4, 8, 4.125, 8.125], "texture": "#1"}, + "west": {"uv": [8, 4, 8.125, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 8.125, 4.125, 8], "texture": "#1"}, + "down": {"uv": [8.125, 4.125, 8, 4.25], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 8.5], + "to": [12.8, 7.375, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 6.7]}, + "faces": { + "north": {"uv": [4.25, 8, 4.375, 8.125], "texture": "#1"}, + "east": {"uv": [8, 4.25, 8.125, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 8, 4.5, 8.125], "texture": "#1"}, + "west": {"uv": [8, 4.375, 8.125, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 8.125, 4.5, 8], "texture": "#1"}, + "down": {"uv": [8.125, 4.5, 8, 4.625], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 8.5], + "to": [4.7, 7.375, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 6.7]}, + "faces": { + "north": {"uv": [4.625, 8, 4.75, 8.125], "texture": "#1"}, + "east": {"uv": [8, 4.625, 8.125, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 8, 4.875, 8.125], "texture": "#1"}, + "west": {"uv": [8, 4.75, 8.125, 4.875], "texture": "#1"}, + "up": {"uv": [5, 8.125, 4.875, 8], "texture": "#1"}, + "down": {"uv": [8.125, 4.875, 8, 5], "texture": "#1"} + } + }, + { + "from": [12.7, 11.3, 9.925], + "to": [12.8, 11.4, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.5, 4.425]}, + "faces": { + "north": {"uv": [5, 8, 5.125, 8.125], "texture": "#1"}, + "east": {"uv": [8, 5, 8.125, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 8, 5.25, 8.125], "texture": "#1"}, + "west": {"uv": [8, 5.125, 8.125, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 8.125, 5.25, 8], "texture": "#1"}, + "down": {"uv": [8.125, 5.25, 8, 5.375], "texture": "#1"} + } + }, + { + "from": [4.6, 11.3, 9.925], + "to": [4.7, 11.4, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.5, 4.425]}, + "faces": { + "north": {"uv": [5.375, 8, 5.5, 8.125], "texture": "#1"}, + "east": {"uv": [8, 5.375, 8.125, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 8, 5.625, 8.125], "texture": "#1"}, + "west": {"uv": [8, 5.5, 8.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 8.125, 5.625, 8], "texture": "#1"}, + "down": {"uv": [8.125, 5.625, 8, 5.75], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 8.4], + "to": [12.7, 12.825, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 7.225, 6.6]}, + "faces": { + "north": {"uv": [5.75, 8, 5.875, 8.125], "texture": "#1"}, + "east": {"uv": [8, 5.75, 8.125, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 8, 6, 8.125], "texture": "#1"}, + "west": {"uv": [8, 5.875, 8.125, 6], "texture": "#1"}, + "up": {"uv": [6.125, 8.125, 6, 8], "texture": "#1"}, + "down": {"uv": [8.125, 6, 8, 6.125], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 8.4], + "to": [4.8, 12.825, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 7.225, 6.6]}, + "faces": { + "north": {"uv": [6.125, 8, 6.25, 8.125], "texture": "#1"}, + "east": {"uv": [8, 6.125, 8.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 8, 6.375, 8.125], "texture": "#1"}, + "west": {"uv": [8, 6.25, 8.125, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 8.125, 6.375, 8], "texture": "#1"}, + "down": {"uv": [8.125, 6.375, 8, 6.5], "texture": "#1"} + } + }, + { + "from": [12.6, 11.2, 4.475], + "to": [12.7, 11.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 9.4, 10.075]}, + "faces": { + "north": {"uv": [6.5, 8, 6.625, 8.125], "texture": "#1"}, + "east": {"uv": [8, 6.5, 8.125, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 8, 6.75, 8.125], "texture": "#1"}, + "west": {"uv": [8, 6.625, 8.125, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 8.125, 6.75, 8], "texture": "#1"}, + "down": {"uv": [8.125, 6.75, 8, 6.875], "texture": "#1"} + } + }, + { + "from": [4.7, 11.2, 4.475], + "to": [4.8, 11.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 9.4, 10.075]}, + "faces": { + "north": {"uv": [6.875, 8, 7, 8.125], "texture": "#1"}, + "east": {"uv": [8, 6.875, 8.125, 7], "texture": "#1"}, + "south": {"uv": [7, 8, 7.125, 8.125], "texture": "#1"}, + "west": {"uv": [8, 7, 8.125, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 8.125, 7.125, 8], "texture": "#1"}, + "down": {"uv": [8.125, 7.125, 8, 7.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 8.4], + "to": [12.7, 7.375, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 12.875, 6.6]}, + "faces": { + "north": {"uv": [7.25, 8, 7.375, 8.125], "texture": "#1"}, + "east": {"uv": [8, 7.25, 8.125, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 8, 7.5, 8.125], "texture": "#1"}, + "west": {"uv": [8, 7.375, 8.125, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 8.125, 7.5, 8], "texture": "#1"}, + "down": {"uv": [8.125, 7.5, 8, 7.625], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 8.4], + "to": [4.8, 7.375, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 12.875, 6.6]}, + "faces": { + "north": {"uv": [7.625, 8, 7.75, 8.125], "texture": "#1"}, + "east": {"uv": [8, 7.625, 8.125, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 8, 7.875, 8.125], "texture": "#1"}, + "west": {"uv": [8, 7.75, 8.125, 7.875], "texture": "#1"}, + "up": {"uv": [8, 8.125, 7.875, 8], "texture": "#1"}, + "down": {"uv": [8.125, 7.875, 8, 8], "texture": "#1"} + } + }, + { + "from": [12.6, 11.2, 9.925], + "to": [12.7, 11.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 9.4, 4.425]}, + "faces": { + "north": {"uv": [8, 8, 8.125, 8.125], "texture": "#1"}, + "east": {"uv": [0, 8.125, 0.125, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 0, 8.25, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 8.125, 0.25, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 0.25, 8.125, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 8.125, 0.25, 8.25], "texture": "#1"} + } + }, + { + "from": [4.7, 11.2, 9.925], + "to": [4.8, 11.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 9.4, 4.425]}, + "faces": { + "north": {"uv": [8.125, 0.25, 8.25, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 8.125, 0.5, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 0.375, 8.25, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 8.125, 0.625, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 0.625, 8.125, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 8.125, 0.625, 8.25], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 8.3], + "to": [12.8, 12.825, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 6.5]}, + "faces": { + "north": {"uv": [8.125, 0.625, 8.25, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 8.125, 0.875, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 0.75, 8.25, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 8.125, 1, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 1, 8.125, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 8.125, 1, 8.25], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 8.3], + "to": [4.7, 12.825, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 6.5]}, + "faces": { + "north": {"uv": [8.125, 1, 8.25, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 8.125, 1.25, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 1.125, 8.25, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 8.125, 1.375, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 1.375, 8.125, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 8.125, 1.375, 8.25], "texture": "#1"} + } + }, + { + "from": [12.7, 11.1, 4.475], + "to": [12.8, 11.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.3, 10.075]}, + "faces": { + "north": {"uv": [8.125, 1.375, 8.25, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 8.125, 1.625, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 1.5, 8.25, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 8.125, 1.75, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 1.75, 8.125, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 8.125, 1.75, 8.25], "texture": "#1"} + } + }, + { + "from": [4.6, 11.1, 4.475], + "to": [4.7, 11.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.3, 10.075]}, + "faces": { + "north": {"uv": [8.125, 1.75, 8.25, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 8.125, 2, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 1.875, 8.25, 2], "texture": "#1"}, + "west": {"uv": [2, 8.125, 2.125, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 2.125, 8.125, 2], "texture": "#1"}, + "down": {"uv": [2.25, 8.125, 2.125, 8.25], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 8.3], + "to": [12.8, 7.375, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 6.5]}, + "faces": { + "north": {"uv": [8.125, 2.125, 8.25, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 8.125, 2.375, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 2.25, 8.25, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 8.125, 2.5, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 2.5, 8.125, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 8.125, 2.5, 8.25], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 8.3], + "to": [4.7, 7.375, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 6.5]}, + "faces": { + "north": {"uv": [8.125, 2.5, 8.25, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 8.125, 2.75, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 2.625, 8.25, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 8.125, 2.875, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 2.875, 8.125, 2.75], "texture": "#1"}, + "down": {"uv": [3, 8.125, 2.875, 8.25], "texture": "#1"} + } + }, + { + "from": [12.7, 11.1, 9.925], + "to": [12.8, 11.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.3, 4.425]}, + "faces": { + "north": {"uv": [8.125, 2.875, 8.25, 3], "texture": "#1"}, + "east": {"uv": [3, 8.125, 3.125, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 3, 8.25, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 8.125, 3.25, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 3.25, 8.125, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 8.125, 3.25, 8.25], "texture": "#1"} + } + }, + { + "from": [4.6, 11.1, 9.925], + "to": [4.7, 11.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.3, 4.425]}, + "faces": { + "north": {"uv": [8.125, 3.25, 8.25, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 8.125, 3.5, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 3.375, 8.25, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 8.125, 3.625, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 3.625, 8.125, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 8.125, 3.625, 8.25], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 8.2], + "to": [12.9, 12.825, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 6.4]}, + "faces": { + "north": {"uv": [8.125, 3.625, 8.25, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 8.125, 3.875, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 3.75, 8.25, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 8.125, 4, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 4, 8.125, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 8.125, 4, 8.25], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 8.2], + "to": [4.6, 12.825, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 6.4]}, + "faces": { + "north": {"uv": [8.125, 4, 8.25, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 8.125, 4.25, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 4.125, 8.25, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 8.125, 4.375, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 4.375, 8.125, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 8.125, 4.375, 8.25], "texture": "#1"} + } + }, + { + "from": [12.8, 11, 4.475], + "to": [12.9, 11.1, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 9.2, 10.075]}, + "faces": { + "north": {"uv": [8.125, 4.375, 8.25, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 8.125, 4.625, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 4.5, 8.25, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 8.125, 4.75, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 4.75, 8.125, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 8.125, 4.75, 8.25], "texture": "#1"} + } + }, + { + "from": [4.5, 11, 4.475], + "to": [4.6, 11.1, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 9.2, 10.075]}, + "faces": { + "north": {"uv": [8.125, 4.75, 8.25, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 8.125, 5, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 4.875, 8.25, 5], "texture": "#1"}, + "west": {"uv": [5, 8.125, 5.125, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 5.125, 8.125, 5], "texture": "#1"}, + "down": {"uv": [5.25, 8.125, 5.125, 8.25], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 8.2], + "to": [12.9, 7.375, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 6.4]}, + "faces": { + "north": {"uv": [8.125, 5.125, 8.25, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 8.125, 5.375, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 5.25, 8.25, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 8.125, 5.5, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 5.5, 8.125, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 8.125, 5.5, 8.25], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 8.2], + "to": [4.6, 7.375, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 6.4]}, + "faces": { + "north": {"uv": [8.125, 5.5, 8.25, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 8.125, 5.75, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 5.625, 8.25, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 8.125, 5.875, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 5.875, 8.125, 5.75], "texture": "#1"}, + "down": {"uv": [6, 8.125, 5.875, 8.25], "texture": "#1"} + } + }, + { + "from": [12.8, 11, 9.925], + "to": [12.9, 11.1, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 9.2, 4.425]}, + "faces": { + "north": {"uv": [8.125, 5.875, 8.25, 6], "texture": "#1"}, + "east": {"uv": [6, 8.125, 6.125, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 6, 8.25, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 8.125, 6.25, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 6.25, 8.125, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 8.125, 6.25, 8.25], "texture": "#1"} + } + }, + { + "from": [4.5, 11, 9.925], + "to": [4.6, 11.1, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 9.2, 4.425]}, + "faces": { + "north": {"uv": [8.125, 6.25, 8.25, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 8.125, 6.5, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 6.375, 8.25, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 8.125, 6.625, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 6.625, 8.125, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 8.125, 6.625, 8.25], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 8.1], + "to": [12.7, 12.825, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 7.225, 6.3]}, + "faces": { + "north": {"uv": [8.125, 6.625, 8.25, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 8.125, 6.875, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 6.75, 8.25, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 8.125, 7, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 7, 8.125, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 8.125, 7, 8.25], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 8.1], + "to": [4.8, 12.825, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 7.225, 6.3]}, + "faces": { + "north": {"uv": [8.125, 7, 8.25, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 8.125, 7.25, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 7.125, 8.25, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 8.125, 7.375, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 7.375, 8.125, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 8.125, 7.375, 8.25], "texture": "#1"} + } + }, + { + "from": [12.6, 10.9, 4.475], + "to": [12.7, 11, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 9.1, 10.075]}, + "faces": { + "north": {"uv": [8.125, 7.375, 8.25, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 8.125, 7.625, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 7.5, 8.25, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 8.125, 7.75, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 7.75, 8.125, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 8.125, 7.75, 8.25], "texture": "#1"} + } + }, + { + "from": [4.7, 10.9, 4.475], + "to": [4.8, 11, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 9.1, 10.075]}, + "faces": { + "north": {"uv": [8.125, 7.75, 8.25, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 8.125, 8, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 7.875, 8.25, 8], "texture": "#1"}, + "west": {"uv": [8, 8.125, 8.125, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 8.125, 8.125, 8], "texture": "#1"}, + "down": {"uv": [8.25, 8.125, 8.125, 8.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 8.1], + "to": [12.7, 7.375, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 12.875, 6.3]}, + "faces": { + "north": {"uv": [0, 8.25, 0.125, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 0, 8.375, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 8.25, 0.25, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 0.125, 8.375, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 8.375, 0.25, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 0.25, 8.25, 0.375], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 8.1], + "to": [4.8, 7.375, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 12.875, 6.3]}, + "faces": { + "north": {"uv": [0.375, 8.25, 0.5, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 0.375, 8.375, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 8.25, 0.625, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 0.5, 8.375, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 8.375, 0.625, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 0.625, 8.25, 0.75], "texture": "#1"} + } + }, + { + "from": [12.6, 10.9, 9.925], + "to": [12.7, 11, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 9.1, 4.425]}, + "faces": { + "north": {"uv": [0.75, 8.25, 0.875, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 0.75, 8.375, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 8.25, 1, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 0.875, 8.375, 1], "texture": "#1"}, + "up": {"uv": [1.125, 8.375, 1, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 1, 8.25, 1.125], "texture": "#1"} + } + }, + { + "from": [4.7, 10.9, 9.925], + "to": [4.8, 11, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 9.1, 4.425]}, + "faces": { + "north": {"uv": [1.125, 8.25, 1.25, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 1.125, 8.375, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 8.25, 1.375, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 1.25, 8.375, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 8.375, 1.375, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 1.375, 8.25, 1.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 8], + "to": [12.8, 12.825, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 6.2]}, + "faces": { + "north": {"uv": [1.5, 8.25, 1.625, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 1.5, 8.375, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 8.25, 1.75, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 1.625, 8.375, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 8.375, 1.75, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 1.75, 8.25, 1.875], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 8], + "to": [4.7, 12.825, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 6.2]}, + "faces": { + "north": {"uv": [1.875, 8.25, 2, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 1.875, 8.375, 2], "texture": "#1"}, + "south": {"uv": [2, 8.25, 2.125, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 2, 8.375, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 8.375, 2.125, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 2.125, 8.25, 2.25], "texture": "#1"} + } + }, + { + "from": [12.7, 10.8, 4.475], + "to": [12.8, 10.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9, 10.075]}, + "faces": { + "north": {"uv": [2.25, 8.25, 2.375, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 2.25, 8.375, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 8.25, 2.5, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 2.375, 8.375, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 8.375, 2.5, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 2.5, 8.25, 2.625], "texture": "#1"} + } + }, + { + "from": [4.6, 10.8, 4.475], + "to": [4.7, 10.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9, 10.075]}, + "faces": { + "north": {"uv": [2.625, 8.25, 2.75, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 2.625, 8.375, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 8.25, 2.875, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 2.75, 8.375, 2.875], "texture": "#1"}, + "up": {"uv": [3, 8.375, 2.875, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 2.875, 8.25, 3], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 8], + "to": [12.8, 7.375, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 6.2]}, + "faces": { + "north": {"uv": [3, 8.25, 3.125, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 3, 8.375, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 8.25, 3.25, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 3.125, 8.375, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 8.375, 3.25, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 3.25, 8.25, 3.375], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 8], + "to": [4.7, 7.375, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 6.2]}, + "faces": { + "north": {"uv": [3.375, 8.25, 3.5, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 3.375, 8.375, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 8.25, 3.625, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 3.5, 8.375, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 8.375, 3.625, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 3.625, 8.25, 3.75], "texture": "#1"} + } + }, + { + "from": [12.7, 10.8, 9.925], + "to": [12.8, 10.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9, 4.425]}, + "faces": { + "north": {"uv": [3.75, 8.25, 3.875, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 3.75, 8.375, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 8.25, 4, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 3.875, 8.375, 4], "texture": "#1"}, + "up": {"uv": [4.125, 8.375, 4, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 4, 8.25, 4.125], "texture": "#1"} + } + }, + { + "from": [4.6, 10.8, 9.925], + "to": [4.7, 10.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9, 4.425]}, + "faces": { + "north": {"uv": [4.125, 8.25, 4.25, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 4.125, 8.375, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 8.25, 4.375, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 4.25, 8.375, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 8.375, 4.375, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 4.375, 8.25, 4.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 7.8], + "to": [12.8, 12.825, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 6]}, + "faces": { + "north": {"uv": [4.5, 8.25, 4.625, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 4.5, 8.375, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 8.25, 4.75, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 4.625, 8.375, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 8.375, 4.75, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 4.75, 8.25, 4.875], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 7.8], + "to": [4.7, 12.825, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 6]}, + "faces": { + "north": {"uv": [4.875, 8.25, 5, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 4.875, 8.375, 5], "texture": "#1"}, + "south": {"uv": [5, 8.25, 5.125, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 5, 8.375, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 8.375, 5.125, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 5.125, 8.25, 5.25], "texture": "#1"} + } + }, + { + "from": [12.7, 10.6, 4.475], + "to": [12.8, 10.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.8, 10.075]}, + "faces": { + "north": {"uv": [5.25, 8.25, 5.375, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 5.25, 8.375, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 8.25, 5.5, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 5.375, 8.375, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 8.375, 5.5, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 5.5, 8.25, 5.625], "texture": "#1"} + } + }, + { + "from": [4.6, 10.6, 4.475], + "to": [4.7, 10.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.8, 10.075]}, + "faces": { + "north": {"uv": [5.625, 8.25, 5.75, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 5.625, 8.375, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 8.25, 5.875, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 5.75, 8.375, 5.875], "texture": "#1"}, + "up": {"uv": [6, 8.375, 5.875, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 5.875, 8.25, 6], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 7.8], + "to": [12.8, 7.375, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 6]}, + "faces": { + "north": {"uv": [6, 8.25, 6.125, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 6, 8.375, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 8.25, 6.25, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 6.125, 8.375, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 8.375, 6.25, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 6.25, 8.25, 6.375], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 7.8], + "to": [4.7, 7.375, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 6]}, + "faces": { + "north": {"uv": [6.375, 8.25, 6.5, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 6.375, 8.375, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 8.25, 6.625, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 6.5, 8.375, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 8.375, 6.625, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 6.625, 8.25, 6.75], "texture": "#1"} + } + }, + { + "from": [12.7, 10.6, 9.925], + "to": [12.8, 10.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.8, 4.425]}, + "faces": { + "north": {"uv": [6.75, 8.25, 6.875, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 6.75, 8.375, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 8.25, 7, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 6.875, 8.375, 7], "texture": "#1"}, + "up": {"uv": [7.125, 8.375, 7, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 7, 8.25, 7.125], "texture": "#1"} + } + }, + { + "from": [4.6, 10.6, 9.925], + "to": [4.7, 10.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.8, 4.425]}, + "faces": { + "north": {"uv": [7.125, 8.25, 7.25, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 7.125, 8.375, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 8.25, 7.375, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 7.25, 8.375, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 8.375, 7.375, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 7.375, 8.25, 7.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 7.6], + "to": [12.9, 12.825, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 5.8]}, + "faces": { + "north": {"uv": [7.5, 8.25, 7.625, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 7.5, 8.375, 7.625], "texture": "#1"}, + "south": {"uv": [7.625, 8.25, 7.75, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 7.625, 8.375, 7.75], "texture": "#1"}, + "up": {"uv": [7.875, 8.375, 7.75, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 7.75, 8.25, 7.875], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 7.6], + "to": [4.7, 12.825, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 5.8]}, + "faces": { + "north": {"uv": [7.875, 8.25, 8, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 7.875, 8.375, 8], "texture": "#1"}, + "south": {"uv": [8, 8.25, 8.125, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 8, 8.375, 8.125], "texture": "#1"}, + "up": {"uv": [8.25, 8.375, 8.125, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 8.125, 8.25, 8.25], "texture": "#1"} + } + }, + { + "from": [12.7, 10.4, 4.475], + "to": [12.9, 10.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.6, 10.075]}, + "faces": { + "north": {"uv": [8.25, 8.25, 8.375, 8.375], "texture": "#1"}, + "east": {"uv": [0, 8.375, 0.125, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 0, 8.5, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 8.375, 0.25, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 0.25, 8.375, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 8.375, 0.25, 8.5], "texture": "#1"} + } + }, + { + "from": [4.5, 10.4, 4.475], + "to": [4.7, 10.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.6, 10.075]}, + "faces": { + "north": {"uv": [8.375, 0.25, 8.5, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 8.375, 0.5, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 0.375, 8.5, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 8.375, 0.625, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 0.625, 8.375, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 8.375, 0.625, 8.5], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 7.6], + "to": [12.9, 7.375, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 5.8]}, + "faces": { + "north": {"uv": [8.375, 0.625, 8.5, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 8.375, 0.875, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 0.75, 8.5, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 8.375, 1, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 1, 8.375, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 8.375, 1, 8.5], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 7.6], + "to": [4.7, 7.375, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 5.8]}, + "faces": { + "north": {"uv": [8.375, 1, 8.5, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 8.375, 1.25, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 1.125, 8.5, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 8.375, 1.375, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 1.375, 8.375, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 8.375, 1.375, 8.5], "texture": "#1"} + } + }, + { + "from": [12.7, 10.4, 9.925], + "to": [12.9, 10.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.6, 4.425]}, + "faces": { + "north": {"uv": [8.375, 1.375, 8.5, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 8.375, 1.625, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 1.5, 8.5, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 8.375, 1.75, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 1.75, 8.375, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 8.375, 1.75, 8.5], "texture": "#1"} + } + }, + { + "from": [4.5, 10.4, 9.925], + "to": [4.7, 10.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.6, 4.425]}, + "faces": { + "north": {"uv": [8.375, 1.75, 8.5, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 8.375, 2, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 1.875, 8.5, 2], "texture": "#1"}, + "west": {"uv": [2, 8.375, 2.125, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 2.125, 8.375, 2], "texture": "#1"}, + "down": {"uv": [2.25, 8.375, 2.125, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 7.7], + "to": [12.7, 12.825, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 7.225, 5.9]}, + "faces": { + "north": {"uv": [8.375, 2.125, 8.5, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 8.375, 2.375, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 2.25, 8.5, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 8.375, 2.5, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 2.5, 8.375, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 8.375, 2.5, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 7.7], + "to": [4.8, 12.825, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 7.225, 5.9]}, + "faces": { + "north": {"uv": [8.375, 2.5, 8.5, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 8.375, 2.75, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 2.625, 8.5, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 8.375, 2.875, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 2.875, 8.375, 2.75], "texture": "#1"}, + "down": {"uv": [3, 8.375, 2.875, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 10.5, 4.475], + "to": [12.7, 10.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 8.7, 10.075]}, + "faces": { + "north": {"uv": [8.375, 2.875, 8.5, 3], "texture": "#1"}, + "east": {"uv": [3, 8.375, 3.125, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 3, 8.5, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 8.375, 3.25, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 3.25, 8.375, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 8.375, 3.25, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 10.5, 4.475], + "to": [4.8, 10.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 8.7, 10.075]}, + "faces": { + "north": {"uv": [8.375, 3.25, 8.5, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 8.375, 3.5, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 3.375, 8.5, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 8.375, 3.625, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 3.625, 8.375, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 8.375, 3.625, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 7.7], + "to": [12.7, 7.375, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 12.875, 5.9]}, + "faces": { + "north": {"uv": [8.375, 3.625, 8.5, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 8.375, 3.875, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 3.75, 8.5, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 8.375, 4, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 4, 8.375, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 8.375, 4, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 7.7], + "to": [4.8, 7.375, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 12.875, 5.9]}, + "faces": { + "north": {"uv": [8.375, 4, 8.5, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 8.375, 4.25, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 4.125, 8.5, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 8.375, 4.375, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 4.375, 8.375, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 8.375, 4.375, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 10.5, 9.925], + "to": [12.7, 10.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 8.7, 4.425]}, + "faces": { + "north": {"uv": [8.375, 4.375, 8.5, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 8.375, 4.625, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 4.5, 8.5, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 8.375, 4.75, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 4.75, 8.375, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 8.375, 4.75, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 10.5, 9.925], + "to": [4.8, 10.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 8.7, 4.425]}, + "faces": { + "north": {"uv": [8.375, 4.75, 8.5, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 8.375, 5, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 4.875, 8.5, 5], "texture": "#1"}, + "west": {"uv": [5, 8.375, 5.125, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 5.125, 8.375, 5], "texture": "#1"}, + "down": {"uv": [5.25, 8.375, 5.125, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 7.5], + "to": [12.7, 12.825, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 7.225, 5.7]}, + "faces": { + "north": {"uv": [8.375, 5.125, 8.5, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 8.375, 5.375, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 5.25, 8.5, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 8.375, 5.5, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 5.5, 8.375, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 8.375, 5.5, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 7.5], + "to": [4.8, 12.825, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 7.225, 5.7]}, + "faces": { + "north": {"uv": [8.375, 5.5, 8.5, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 8.375, 5.75, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 5.625, 8.5, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 8.375, 5.875, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 5.875, 8.375, 5.75], "texture": "#1"}, + "down": {"uv": [6, 8.375, 5.875, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 10.3, 4.475], + "to": [12.7, 10.4, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 8.5, 10.075]}, + "faces": { + "north": {"uv": [8.375, 5.875, 8.5, 6], "texture": "#1"}, + "east": {"uv": [6, 8.375, 6.125, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 6, 8.5, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 8.375, 6.25, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 6.25, 8.375, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 8.375, 6.25, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 10.3, 4.475], + "to": [4.8, 10.4, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 8.5, 10.075]}, + "faces": { + "north": {"uv": [8.375, 6.25, 8.5, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 8.375, 6.5, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 6.375, 8.5, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 8.375, 6.625, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 6.625, 8.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 8.375, 6.625, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 7.5], + "to": [12.7, 7.375, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 12.875, 5.7]}, + "faces": { + "north": {"uv": [8.375, 6.625, 8.5, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 8.375, 6.875, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 6.75, 8.5, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 8.375, 7, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 7, 8.375, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 8.375, 7, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 7.5], + "to": [4.8, 7.375, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 12.875, 5.7]}, + "faces": { + "north": {"uv": [8.375, 7, 8.5, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 8.375, 7.25, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 7.125, 8.5, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 8.375, 7.375, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 7.375, 8.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 8.375, 7.375, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 10.3, 9.925], + "to": [12.7, 10.4, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 8.5, 4.425]}, + "faces": { + "north": {"uv": [8.375, 7.375, 8.5, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 8.375, 7.625, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 7.5, 8.5, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 8.375, 7.75, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 7.75, 8.375, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 8.375, 7.75, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 10.3, 9.925], + "to": [4.8, 10.4, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 8.5, 4.425]}, + "faces": { + "north": {"uv": [8.375, 7.75, 8.5, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 8.375, 8, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 7.875, 8.5, 8], "texture": "#1"}, + "west": {"uv": [8, 8.375, 8.125, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 8.125, 8.375, 8], "texture": "#1"}, + "down": {"uv": [8.25, 8.375, 8.125, 8.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 7.4], + "to": [12.8, 12.825, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 5.6]}, + "faces": { + "north": {"uv": [8.375, 8.125, 8.5, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 8.375, 8.375, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 8.25, 8.5, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 8.375, 8.5, 8.5], "texture": "#1"}, + "up": {"uv": [0.125, 8.625, 0, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 0, 8.5, 0.125], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 7.4], + "to": [4.7, 12.825, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 5.6]}, + "faces": { + "north": {"uv": [0.125, 8.5, 0.25, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 0.125, 8.625, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 8.5, 0.375, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 0.25, 8.625, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 8.625, 0.375, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 0.375, 8.5, 0.5], "texture": "#1"} + } + }, + { + "from": [12.7, 10.2, 4.475], + "to": [12.8, 10.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.4, 10.075]}, + "faces": { + "north": {"uv": [0.5, 8.5, 0.625, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 0.5, 8.625, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 8.5, 0.75, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 0.625, 8.625, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 8.625, 0.75, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 0.75, 8.5, 0.875], "texture": "#1"} + } + }, + { + "from": [4.6, 10.2, 4.475], + "to": [4.7, 10.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.4, 10.075]}, + "faces": { + "north": {"uv": [0.875, 8.5, 1, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 0.875, 8.625, 1], "texture": "#1"}, + "south": {"uv": [1, 8.5, 1.125, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 1, 8.625, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 8.625, 1.125, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 1.125, 8.5, 1.25], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 7.4], + "to": [12.8, 7.375, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 5.6]}, + "faces": { + "north": {"uv": [1.25, 8.5, 1.375, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 1.25, 8.625, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 8.5, 1.5, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 1.375, 8.625, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 8.625, 1.5, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 1.5, 8.5, 1.625], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 7.4], + "to": [4.7, 7.375, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 5.6]}, + "faces": { + "north": {"uv": [1.625, 8.5, 1.75, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 1.625, 8.625, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 8.5, 1.875, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 1.75, 8.625, 1.875], "texture": "#1"}, + "up": {"uv": [2, 8.625, 1.875, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 1.875, 8.5, 2], "texture": "#1"} + } + }, + { + "from": [12.7, 10.2, 9.925], + "to": [12.8, 10.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.4, 4.425]}, + "faces": { + "north": {"uv": [2, 8.5, 2.125, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 2, 8.625, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 8.5, 2.25, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 2.125, 8.625, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 8.625, 2.25, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 2.25, 8.5, 2.375], "texture": "#1"} + } + }, + { + "from": [4.6, 10.2, 9.925], + "to": [4.7, 10.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.4, 4.425]}, + "faces": { + "north": {"uv": [2.375, 8.5, 2.5, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 2.375, 8.625, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 8.5, 2.625, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 2.5, 8.625, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 8.625, 2.625, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 2.625, 8.5, 2.75], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 7.3], + "to": [12.7, 12.825, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 7.225, 5.5]}, + "faces": { + "north": {"uv": [2.75, 8.5, 2.875, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 2.75, 8.625, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 8.5, 3, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 2.875, 8.625, 3], "texture": "#1"}, + "up": {"uv": [3.125, 8.625, 3, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 3, 8.5, 3.125], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 7.3], + "to": [4.8, 12.825, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 7.225, 5.5]}, + "faces": { + "north": {"uv": [3.125, 8.5, 3.25, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 3.125, 8.625, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 8.5, 3.375, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 3.25, 8.625, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 8.625, 3.375, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 3.375, 8.5, 3.5], "texture": "#1"} + } + }, + { + "from": [12.6, 10.1, 4.475], + "to": [12.7, 10.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 8.3, 10.075]}, + "faces": { + "north": {"uv": [3.5, 8.5, 3.625, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 3.5, 8.625, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 8.5, 3.75, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 3.625, 8.625, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 8.625, 3.75, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 3.75, 8.5, 3.875], "texture": "#1"} + } + }, + { + "from": [4.7, 10.1, 4.475], + "to": [4.8, 10.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 8.3, 10.075]}, + "faces": { + "north": {"uv": [3.875, 8.5, 4, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 3.875, 8.625, 4], "texture": "#1"}, + "south": {"uv": [4, 8.5, 4.125, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 4, 8.625, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 8.625, 4.125, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 4.125, 8.5, 4.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 7.3], + "to": [12.7, 7.375, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 12.875, 5.5]}, + "faces": { + "north": {"uv": [4.25, 8.5, 4.375, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 4.25, 8.625, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 8.5, 4.5, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 4.375, 8.625, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 8.625, 4.5, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 4.5, 8.5, 4.625], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 7.3], + "to": [4.8, 7.375, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 12.875, 5.5]}, + "faces": { + "north": {"uv": [4.625, 8.5, 4.75, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 4.625, 8.625, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 8.5, 4.875, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 4.75, 8.625, 4.875], "texture": "#1"}, + "up": {"uv": [5, 8.625, 4.875, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 4.875, 8.5, 5], "texture": "#1"} + } + }, + { + "from": [12.6, 10.1, 9.925], + "to": [12.7, 10.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 8.3, 4.425]}, + "faces": { + "north": {"uv": [5, 8.5, 5.125, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 5, 8.625, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 8.5, 5.25, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 5.125, 8.625, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 8.625, 5.25, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 5.25, 8.5, 5.375], "texture": "#1"} + } + }, + { + "from": [4.7, 10.1, 9.925], + "to": [4.8, 10.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 8.3, 4.425]}, + "faces": { + "north": {"uv": [5.375, 8.5, 5.5, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 5.375, 8.625, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 8.5, 5.625, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 5.5, 8.625, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 8.625, 5.625, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 5.625, 8.5, 5.75], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 7.3], + "to": [12.9, 12.825, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 5.5]}, + "faces": { + "north": {"uv": [5.75, 8.5, 5.875, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 5.75, 8.625, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 8.5, 6, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 5.875, 8.625, 6], "texture": "#1"}, + "up": {"uv": [6.125, 8.625, 6, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 6, 8.5, 6.125], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 7.3], + "to": [4.6, 12.825, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 5.5]}, + "faces": { + "north": {"uv": [6.125, 8.5, 6.25, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 6.125, 8.625, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 8.5, 6.375, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 6.25, 8.625, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 8.625, 6.375, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 6.375, 8.5, 6.5], "texture": "#1"} + } + }, + { + "from": [12.8, 10.1, 4.475], + "to": [12.9, 10.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 8.3, 10.075]}, + "faces": { + "north": {"uv": [6.5, 8.5, 6.625, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 6.5, 8.625, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 8.5, 6.75, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 6.625, 8.625, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 8.625, 6.75, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 6.75, 8.5, 6.875], "texture": "#1"} + } + }, + { + "from": [4.5, 10.1, 4.475], + "to": [4.6, 10.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 8.3, 10.075]}, + "faces": { + "north": {"uv": [6.875, 8.5, 7, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 6.875, 8.625, 7], "texture": "#1"}, + "south": {"uv": [7, 8.5, 7.125, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 7, 8.625, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 8.625, 7.125, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 7.125, 8.5, 7.25], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 7.3], + "to": [12.9, 7.375, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 5.5]}, + "faces": { + "north": {"uv": [7.25, 8.5, 7.375, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 7.25, 8.625, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 8.5, 7.5, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 7.375, 8.625, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 8.625, 7.5, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 7.5, 8.5, 7.625], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 7.3], + "to": [4.6, 7.375, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 5.5]}, + "faces": { + "north": {"uv": [7.625, 8.5, 7.75, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 7.625, 8.625, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 8.5, 7.875, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 7.75, 8.625, 7.875], "texture": "#1"}, + "up": {"uv": [8, 8.625, 7.875, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 7.875, 8.5, 8], "texture": "#1"} + } + }, + { + "from": [12.8, 10.1, 9.925], + "to": [12.9, 10.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 8.3, 4.425]}, + "faces": { + "north": {"uv": [8, 8.5, 8.125, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 8, 8.625, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 8.5, 8.25, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 8.125, 8.625, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 8.625, 8.25, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 8.25, 8.5, 8.375], "texture": "#1"} + } + }, + { + "from": [4.5, 10.1, 9.925], + "to": [4.6, 10.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 8.3, 4.425]}, + "faces": { + "north": {"uv": [8.375, 8.5, 8.5, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 8.375, 8.625, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 8.5, 8.625, 8.625], "texture": "#1"}, + "west": {"uv": [0, 8.625, 0.125, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 0.125, 8.625, 0], "texture": "#1"}, + "down": {"uv": [0.25, 8.625, 0.125, 8.75], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 7.1], + "to": [12.8, 12.825, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 5.4]}, + "faces": { + "north": {"uv": [8.625, 0.125, 8.75, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 8.625, 0.375, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 0.25, 8.75, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 8.625, 0.5, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 0.5, 8.625, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 8.625, 0.5, 8.75], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 7.1], + "to": [4.7, 12.825, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 5.4]}, + "faces": { + "north": {"uv": [8.625, 0.5, 8.75, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 8.625, 0.75, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 0.625, 8.75, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 8.625, 0.875, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 0.875, 8.625, 0.75], "texture": "#1"}, + "down": {"uv": [1, 8.625, 0.875, 8.75], "texture": "#1"} + } + }, + { + "from": [12.7, 9.9, 4.475], + "to": [12.8, 10.1, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.2, 10.075]}, + "faces": { + "north": {"uv": [8.625, 0.875, 8.75, 1], "texture": "#1"}, + "east": {"uv": [1, 8.625, 1.125, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 1, 8.75, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 8.625, 1.25, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 1.25, 8.625, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 8.625, 1.25, 8.75], "texture": "#1"} + } + }, + { + "from": [4.6, 9.9, 4.475], + "to": [4.7, 10.1, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.2, 10.075]}, + "faces": { + "north": {"uv": [8.625, 1.25, 8.75, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 8.625, 1.5, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 1.375, 8.75, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 8.625, 1.625, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 1.625, 8.625, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 8.625, 1.625, 8.75], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 7.1], + "to": [12.8, 7.375, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 5.4]}, + "faces": { + "north": {"uv": [8.625, 1.625, 8.75, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 8.625, 1.875, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 1.75, 8.75, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 8.625, 2, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 2, 8.625, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 8.625, 2, 8.75], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 7.1], + "to": [4.7, 7.375, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 5.4]}, + "faces": { + "north": {"uv": [8.625, 2, 8.75, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 8.625, 2.25, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 2.125, 8.75, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 8.625, 2.375, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 2.375, 8.625, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 8.625, 2.375, 8.75], "texture": "#1"} + } + }, + { + "from": [12.7, 9.9, 9.925], + "to": [12.8, 10.1, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.2, 4.425]}, + "faces": { + "north": {"uv": [8.625, 2.375, 8.75, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 8.625, 2.625, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 2.5, 8.75, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 8.625, 2.75, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 2.75, 8.625, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 8.625, 2.75, 8.75], "texture": "#1"} + } + }, + { + "from": [4.6, 9.9, 9.925], + "to": [4.7, 10.1, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.2, 4.425]}, + "faces": { + "north": {"uv": [8.625, 2.75, 8.75, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 8.625, 3, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 2.875, 8.75, 3], "texture": "#1"}, + "west": {"uv": [3, 8.625, 3.125, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 3.125, 8.625, 3], "texture": "#1"}, + "down": {"uv": [3.25, 8.625, 3.125, 8.75], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 6.9], + "to": [12.9, 12.825, 7.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 5.2]}, + "faces": { + "north": {"uv": [8.625, 3.125, 8.75, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 8.625, 3.375, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 3.25, 8.75, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 8.625, 3.5, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 3.5, 8.625, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 8.625, 3.5, 8.75], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 6.9], + "to": [4.6, 12.825, 7.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 5.2]}, + "faces": { + "north": {"uv": [8.625, 3.5, 8.75, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 8.625, 3.75, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 3.625, 8.75, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 8.625, 3.875, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 3.875, 8.625, 3.75], "texture": "#1"}, + "down": {"uv": [4, 8.625, 3.875, 8.75], "texture": "#1"} + } + }, + { + "from": [12.8, 9.7, 4.475], + "to": [12.9, 9.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 8, 10.075]}, + "faces": { + "north": {"uv": [8.625, 3.875, 8.75, 4], "texture": "#1"}, + "east": {"uv": [4, 8.625, 4.125, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 4, 8.75, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 8.625, 4.25, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 4.25, 8.625, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 8.625, 4.25, 8.75], "texture": "#1"} + } + }, + { + "from": [4.5, 9.7, 4.475], + "to": [4.6, 9.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 8, 10.075]}, + "faces": { + "north": {"uv": [8.625, 4.25, 8.75, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 8.625, 4.5, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 4.375, 8.75, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 8.625, 4.625, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 4.625, 8.625, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 8.625, 4.625, 8.75], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 6.9], + "to": [12.9, 7.375, 7.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 5.2]}, + "faces": { + "north": {"uv": [8.625, 4.625, 8.75, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 8.625, 4.875, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 4.75, 8.75, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 8.625, 5, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 5, 8.625, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 8.625, 5, 8.75], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 6.9], + "to": [4.6, 7.375, 7.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 5.2]}, + "faces": { + "north": {"uv": [8.625, 5, 8.75, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 8.625, 5.25, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 5.125, 8.75, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 8.625, 5.375, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 5.375, 8.625, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 8.625, 5.375, 8.75], "texture": "#1"} + } + }, + { + "from": [12.8, 9.7, 9.925], + "to": [12.9, 9.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 8, 4.425]}, + "faces": { + "north": {"uv": [8.625, 5.375, 8.75, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 8.625, 5.625, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 5.5, 8.75, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 8.625, 5.75, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 5.75, 8.625, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 8.625, 5.75, 8.75], "texture": "#1"} + } + }, + { + "from": [4.5, 9.7, 9.925], + "to": [4.6, 9.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 8, 4.425]}, + "faces": { + "north": {"uv": [8.625, 5.75, 8.75, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 8.625, 6, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 5.875, 8.75, 6], "texture": "#1"}, + "west": {"uv": [6, 8.625, 6.125, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 6.125, 8.625, 6], "texture": "#1"}, + "down": {"uv": [6.25, 8.625, 6.125, 8.75], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 6.8], + "to": [12.8, 12.825, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 5]}, + "faces": { + "north": {"uv": [8.625, 6.125, 8.75, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 8.625, 6.375, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 6.25, 8.75, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 8.625, 6.5, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 6.5, 8.625, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 8.625, 6.5, 8.75], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 6.8], + "to": [4.8, 12.825, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 5]}, + "faces": { + "north": {"uv": [8.625, 6.5, 8.75, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 8.625, 6.75, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 6.625, 8.75, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 8.625, 6.875, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 6.875, 8.625, 6.75], "texture": "#1"}, + "down": {"uv": [7, 8.625, 6.875, 8.75], "texture": "#1"} + } + }, + { + "from": [12.6, 9.6, 4.475], + "to": [12.8, 9.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.8, 10.075]}, + "faces": { + "north": {"uv": [8.625, 6.875, 8.75, 7], "texture": "#1"}, + "east": {"uv": [7, 8.625, 7.125, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 7, 8.75, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 8.625, 7.25, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 7.25, 8.625, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 8.625, 7.25, 8.75], "texture": "#1"} + } + }, + { + "from": [4.6, 9.6, 4.475], + "to": [4.8, 9.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.8, 10.075]}, + "faces": { + "north": {"uv": [8.625, 7.25, 8.75, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 8.625, 7.5, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 7.375, 8.75, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 8.625, 7.625, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 7.625, 8.625, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 8.625, 7.625, 8.75], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 6.8], + "to": [12.8, 7.375, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 5]}, + "faces": { + "north": {"uv": [8.625, 7.625, 8.75, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 8.625, 7.875, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 7.75, 8.75, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 8.625, 8, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 8, 8.625, 7.875], "texture": "#1"}, + "down": {"uv": [8.125, 8.625, 8, 8.75], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 6.8], + "to": [4.8, 7.375, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 5]}, + "faces": { + "north": {"uv": [8.625, 8, 8.75, 8.125], "texture": "#1"}, + "east": {"uv": [8.125, 8.625, 8.25, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 8.125, 8.75, 8.25], "texture": "#1"}, + "west": {"uv": [8.25, 8.625, 8.375, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 8.375, 8.625, 8.25], "texture": "#1"}, + "down": {"uv": [8.5, 8.625, 8.375, 8.75], "texture": "#1"} + } + }, + { + "from": [12.6, 9.6, 9.925], + "to": [12.8, 9.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.8, 4.425]}, + "faces": { + "north": {"uv": [8.625, 8.375, 8.75, 8.5], "texture": "#1"}, + "east": {"uv": [8.5, 8.625, 8.625, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 8.5, 8.75, 8.625], "texture": "#1"}, + "west": {"uv": [8.625, 8.625, 8.75, 8.75], "texture": "#1"}, + "up": {"uv": [0.125, 8.875, 0, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 0, 8.75, 0.125], "texture": "#1"} + } + }, + { + "from": [4.6, 9.6, 9.925], + "to": [4.8, 9.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.8, 4.425]}, + "faces": { + "north": {"uv": [0.125, 8.75, 0.25, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 0.125, 8.875, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 8.75, 0.375, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 0.25, 8.875, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 8.875, 0.375, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 0.375, 8.75, 0.5], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 6.7], + "to": [12.7, 12.825, 6.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 4.9]}, + "faces": { + "north": {"uv": [0.5, 8.75, 0.625, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 0.5, 8.875, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 8.75, 0.75, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 0.625, 8.875, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 8.875, 0.75, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 0.75, 8.75, 0.875], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 6.7], + "to": [4.8, 12.825, 6.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 4.9]}, + "faces": { + "north": {"uv": [0.875, 8.75, 1, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 0.875, 8.875, 1], "texture": "#1"}, + "south": {"uv": [1, 8.75, 1.125, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 1, 8.875, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 8.875, 1.125, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 1.125, 8.75, 1.25], "texture": "#1"} + } + }, + { + "from": [12.6, 9.5, 4.475], + "to": [12.7, 9.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.7, 10.075]}, + "faces": { + "north": {"uv": [1.25, 8.75, 1.375, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 1.25, 8.875, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 8.75, 1.5, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 1.375, 8.875, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 8.875, 1.5, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 1.5, 8.75, 1.625], "texture": "#1"} + } + }, + { + "from": [4.7, 9.5, 4.475], + "to": [4.8, 9.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.7, 10.075]}, + "faces": { + "north": {"uv": [1.625, 8.75, 1.75, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 1.625, 8.875, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 8.75, 1.875, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 1.75, 8.875, 1.875], "texture": "#1"}, + "up": {"uv": [2, 8.875, 1.875, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 1.875, 8.75, 2], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 6.7], + "to": [12.7, 7.375, 6.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 4.9]}, + "faces": { + "north": {"uv": [2, 8.75, 2.125, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 2, 8.875, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 8.75, 2.25, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 2.125, 8.875, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 8.875, 2.25, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 2.25, 8.75, 2.375], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 6.7], + "to": [4.8, 7.375, 6.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 4.9]}, + "faces": { + "north": {"uv": [2.375, 8.75, 2.5, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 2.375, 8.875, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 8.75, 2.625, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 2.5, 8.875, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 8.875, 2.625, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 2.625, 8.75, 2.75], "texture": "#1"} + } + }, + { + "from": [12.6, 9.5, 9.925], + "to": [12.7, 9.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.7, 4.425]}, + "faces": { + "north": {"uv": [2.75, 8.75, 2.875, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 2.75, 8.875, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 8.75, 3, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 2.875, 8.875, 3], "texture": "#1"}, + "up": {"uv": [3.125, 8.875, 3, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 3, 8.75, 3.125], "texture": "#1"} + } + }, + { + "from": [4.7, 9.5, 9.925], + "to": [4.8, 9.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.7, 4.425]}, + "faces": { + "north": {"uv": [3.125, 8.75, 3.25, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 3.125, 8.875, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 8.75, 3.375, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 3.25, 8.875, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 8.875, 3.375, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 3.375, 8.75, 3.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 6.6], + "to": [12.8, 12.825, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 4.8]}, + "faces": { + "north": {"uv": [3.5, 8.75, 3.625, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 3.5, 8.875, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 8.75, 3.75, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 3.625, 8.875, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 8.875, 3.75, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 3.75, 8.75, 3.875], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 6.6], + "to": [4.7, 12.825, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 4.8]}, + "faces": { + "north": {"uv": [3.875, 8.75, 4, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 3.875, 8.875, 4], "texture": "#1"}, + "south": {"uv": [4, 8.75, 4.125, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 4, 8.875, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 8.875, 4.125, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 4.125, 8.75, 4.25], "texture": "#1"} + } + }, + { + "from": [12.7, 9.4, 4.475], + "to": [12.8, 9.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.6, 10.075]}, + "faces": { + "north": {"uv": [4.25, 8.75, 4.375, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 4.25, 8.875, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 8.75, 4.5, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 4.375, 8.875, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 8.875, 4.5, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 4.5, 8.75, 4.625], "texture": "#1"} + } + }, + { + "from": [4.6, 9.4, 4.475], + "to": [4.7, 9.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.6, 10.075]}, + "faces": { + "north": {"uv": [4.625, 8.75, 4.75, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 4.625, 8.875, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 8.75, 4.875, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 4.75, 8.875, 4.875], "texture": "#1"}, + "up": {"uv": [5, 8.875, 4.875, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 4.875, 8.75, 5], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 6.6], + "to": [12.8, 7.375, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 4.8]}, + "faces": { + "north": {"uv": [5, 8.75, 5.125, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 5, 8.875, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 8.75, 5.25, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 5.125, 8.875, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 8.875, 5.25, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 5.25, 8.75, 5.375], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 6.6], + "to": [4.7, 7.375, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 4.8]}, + "faces": { + "north": {"uv": [5.375, 8.75, 5.5, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 5.375, 8.875, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 8.75, 5.625, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 5.5, 8.875, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 8.875, 5.625, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 5.625, 8.75, 5.75], "texture": "#1"} + } + }, + { + "from": [12.7, 9.4, 9.925], + "to": [12.8, 9.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.6, 4.425]}, + "faces": { + "north": {"uv": [5.75, 8.75, 5.875, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 5.75, 8.875, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 8.75, 6, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 5.875, 8.875, 6], "texture": "#1"}, + "up": {"uv": [6.125, 8.875, 6, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 6, 8.75, 6.125], "texture": "#1"} + } + }, + { + "from": [4.6, 9.4, 9.925], + "to": [4.7, 9.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.6, 4.425]}, + "faces": { + "north": {"uv": [6.125, 8.75, 6.25, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 6.125, 8.875, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 8.75, 6.375, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 6.25, 8.875, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 8.875, 6.375, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 6.375, 8.75, 6.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 6.4], + "to": [12.8, 12.825, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 4.6]}, + "faces": { + "north": {"uv": [6.5, 8.75, 6.625, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 6.5, 8.875, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 8.75, 6.75, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 6.625, 8.875, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 8.875, 6.75, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 6.75, 8.75, 6.875], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 6.4], + "to": [4.7, 12.825, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 4.6]}, + "faces": { + "north": {"uv": [6.875, 8.75, 7, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 6.875, 8.875, 7], "texture": "#1"}, + "south": {"uv": [7, 8.75, 7.125, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 7, 8.875, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 8.875, 7.125, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 7.125, 8.75, 7.25], "texture": "#1"} + } + }, + { + "from": [12.7, 9.2, 4.475], + "to": [12.8, 9.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.4, 10.075]}, + "faces": { + "north": {"uv": [7.25, 8.75, 7.375, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 7.25, 8.875, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 8.75, 7.5, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 7.375, 8.875, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 8.875, 7.5, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 7.5, 8.75, 7.625], "texture": "#1"} + } + }, + { + "from": [4.6, 9.2, 4.475], + "to": [4.7, 9.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.4, 10.075]}, + "faces": { + "north": {"uv": [7.625, 8.75, 7.75, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 7.625, 8.875, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 8.75, 7.875, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 7.75, 8.875, 7.875], "texture": "#1"}, + "up": {"uv": [8, 8.875, 7.875, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 7.875, 8.75, 8], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 6.4], + "to": [12.8, 7.375, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 4.6]}, + "faces": { + "north": {"uv": [8, 8.75, 8.125, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 8, 8.875, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 8.75, 8.25, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 8.125, 8.875, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 8.875, 8.25, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 8.25, 8.75, 8.375], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 6.4], + "to": [4.7, 7.375, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 4.6]}, + "faces": { + "north": {"uv": [8.375, 8.75, 8.5, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 8.375, 8.875, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 8.75, 8.625, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 8.5, 8.875, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 8.875, 8.625, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 8.625, 8.75, 8.75], "texture": "#1"} + } + }, + { + "from": [12.7, 9.2, 9.925], + "to": [12.8, 9.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.4, 4.425]}, + "faces": { + "north": {"uv": [8.75, 8.75, 8.875, 8.875], "texture": "#1"}, + "east": {"uv": [0, 8.875, 0.125, 9], "texture": "#1"}, + "south": {"uv": [8.875, 0, 9, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 8.875, 0.25, 9], "texture": "#1"}, + "up": {"uv": [9, 0.25, 8.875, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 8.875, 0.25, 9], "texture": "#1"} + } + }, + { + "from": [4.6, 9.2, 9.925], + "to": [4.7, 9.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.4, 4.425]}, + "faces": { + "north": {"uv": [8.875, 0.25, 9, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 8.875, 0.5, 9], "texture": "#1"}, + "south": {"uv": [8.875, 0.375, 9, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 8.875, 0.625, 9], "texture": "#1"}, + "up": {"uv": [9, 0.625, 8.875, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 8.875, 0.625, 9], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 6.3], + "to": [12.7, 12.825, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 4.5]}, + "faces": { + "north": {"uv": [8.875, 0.625, 9, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 8.875, 0.875, 9], "texture": "#1"}, + "south": {"uv": [8.875, 0.75, 9, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 8.875, 1, 9], "texture": "#1"}, + "up": {"uv": [9, 1, 8.875, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 8.875, 1, 9], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 6.3], + "to": [4.8, 12.825, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 4.5]}, + "faces": { + "north": {"uv": [8.875, 1, 9, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 8.875, 1.25, 9], "texture": "#1"}, + "south": {"uv": [8.875, 1.125, 9, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 8.875, 1.375, 9], "texture": "#1"}, + "up": {"uv": [9, 1.375, 8.875, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 8.875, 1.375, 9], "texture": "#1"} + } + }, + { + "from": [12.6, 9.1, 4.475], + "to": [12.7, 9.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.3, 10.075]}, + "faces": { + "north": {"uv": [8.875, 1.375, 9, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 8.875, 1.625, 9], "texture": "#1"}, + "south": {"uv": [8.875, 1.5, 9, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 8.875, 1.75, 9], "texture": "#1"}, + "up": {"uv": [9, 1.75, 8.875, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 8.875, 1.75, 9], "texture": "#1"} + } + }, + { + "from": [4.7, 9.1, 4.475], + "to": [4.8, 9.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.3, 10.075]}, + "faces": { + "north": {"uv": [8.875, 1.75, 9, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 8.875, 2, 9], "texture": "#1"}, + "south": {"uv": [8.875, 1.875, 9, 2], "texture": "#1"}, + "west": {"uv": [2, 8.875, 2.125, 9], "texture": "#1"}, + "up": {"uv": [9, 2.125, 8.875, 2], "texture": "#1"}, + "down": {"uv": [2.25, 8.875, 2.125, 9], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 6.3], + "to": [12.7, 7.375, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 4.5]}, + "faces": { + "north": {"uv": [8.875, 2.125, 9, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 8.875, 2.375, 9], "texture": "#1"}, + "south": {"uv": [8.875, 2.25, 9, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 8.875, 2.5, 9], "texture": "#1"}, + "up": {"uv": [9, 2.5, 8.875, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 8.875, 2.5, 9], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 6.3], + "to": [4.8, 7.375, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 4.5]}, + "faces": { + "north": {"uv": [8.875, 2.5, 9, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 8.875, 2.75, 9], "texture": "#1"}, + "south": {"uv": [8.875, 2.625, 9, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 8.875, 2.875, 9], "texture": "#1"}, + "up": {"uv": [9, 2.875, 8.875, 2.75], "texture": "#1"}, + "down": {"uv": [3, 8.875, 2.875, 9], "texture": "#1"} + } + }, + { + "from": [12.6, 9.1, 9.925], + "to": [12.7, 9.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.3, 4.425]}, + "faces": { + "north": {"uv": [8.875, 2.875, 9, 3], "texture": "#1"}, + "east": {"uv": [3, 8.875, 3.125, 9], "texture": "#1"}, + "south": {"uv": [8.875, 3, 9, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 8.875, 3.25, 9], "texture": "#1"}, + "up": {"uv": [9, 3.25, 8.875, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 8.875, 3.25, 9], "texture": "#1"} + } + }, + { + "from": [4.7, 9.1, 9.925], + "to": [4.8, 9.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.3, 4.425]}, + "faces": { + "north": {"uv": [8.875, 3.25, 9, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 8.875, 3.5, 9], "texture": "#1"}, + "south": {"uv": [8.875, 3.375, 9, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 8.875, 3.625, 9], "texture": "#1"}, + "up": {"uv": [9, 3.625, 8.875, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 8.875, 3.625, 9], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 6.2], + "to": [12.9, 12.825, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.225, 4.4]}, + "faces": { + "north": {"uv": [8.875, 3.625, 9, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 8.875, 3.875, 9], "texture": "#1"}, + "south": {"uv": [8.875, 3.75, 9, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 8.875, 4, 9], "texture": "#1"}, + "up": {"uv": [9, 4, 8.875, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 8.875, 4, 9], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 6.2], + "to": [4.6, 12.825, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.225, 4.4]}, + "faces": { + "north": {"uv": [8.875, 4, 9, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 8.875, 4.25, 9], "texture": "#1"}, + "south": {"uv": [8.875, 4.125, 9, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 8.875, 4.375, 9], "texture": "#1"}, + "up": {"uv": [9, 4.375, 8.875, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 8.875, 4.375, 9], "texture": "#1"} + } + }, + { + "from": [12.8, 9, 4.475], + "to": [12.9, 9.1, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.2, 10.075]}, + "faces": { + "north": {"uv": [8.875, 4.375, 9, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 8.875, 4.625, 9], "texture": "#1"}, + "south": {"uv": [8.875, 4.5, 9, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 8.875, 4.75, 9], "texture": "#1"}, + "up": {"uv": [9, 4.75, 8.875, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 8.875, 4.75, 9], "texture": "#1"} + } + }, + { + "from": [4.5, 9, 4.475], + "to": [4.6, 9.1, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.2, 10.075]}, + "faces": { + "north": {"uv": [8.875, 4.75, 9, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 8.875, 5, 9], "texture": "#1"}, + "south": {"uv": [8.875, 4.875, 9, 5], "texture": "#1"}, + "west": {"uv": [5, 8.875, 5.125, 9], "texture": "#1"}, + "up": {"uv": [9, 5.125, 8.875, 5], "texture": "#1"}, + "down": {"uv": [5.25, 8.875, 5.125, 9], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 6.2], + "to": [12.9, 7.375, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 12.875, 4.4]}, + "faces": { + "north": {"uv": [8.875, 5.125, 9, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 8.875, 5.375, 9], "texture": "#1"}, + "south": {"uv": [8.875, 5.25, 9, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 8.875, 5.5, 9], "texture": "#1"}, + "up": {"uv": [9, 5.5, 8.875, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 8.875, 5.5, 9], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 6.2], + "to": [4.6, 7.375, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 12.875, 4.4]}, + "faces": { + "north": {"uv": [8.875, 5.5, 9, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 8.875, 5.75, 9], "texture": "#1"}, + "south": {"uv": [8.875, 5.625, 9, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 8.875, 5.875, 9], "texture": "#1"}, + "up": {"uv": [9, 5.875, 8.875, 5.75], "texture": "#1"}, + "down": {"uv": [6, 8.875, 5.875, 9], "texture": "#1"} + } + }, + { + "from": [12.8, 9, 9.925], + "to": [12.9, 9.1, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.2, 4.425]}, + "faces": { + "north": {"uv": [8.875, 5.875, 9, 6], "texture": "#1"}, + "east": {"uv": [6, 8.875, 6.125, 9], "texture": "#1"}, + "south": {"uv": [8.875, 6, 9, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 8.875, 6.25, 9], "texture": "#1"}, + "up": {"uv": [9, 6.25, 8.875, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 8.875, 6.25, 9], "texture": "#1"} + } + }, + { + "from": [4.5, 9, 9.925], + "to": [4.6, 9.1, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.2, 4.425]}, + "faces": { + "north": {"uv": [8.875, 6.25, 9, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 8.875, 6.5, 9], "texture": "#1"}, + "south": {"uv": [8.875, 6.375, 9, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 8.875, 6.625, 9], "texture": "#1"}, + "up": {"uv": [9, 6.625, 8.875, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 8.875, 6.625, 9], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 6.1], + "to": [12.8, 12.825, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 4.3]}, + "faces": { + "north": {"uv": [8.875, 6.625, 9, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 8.875, 6.875, 9], "texture": "#1"}, + "south": {"uv": [8.875, 6.75, 9, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 8.875, 7, 9], "texture": "#1"}, + "up": {"uv": [9, 7, 8.875, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 8.875, 7, 9], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 6.1], + "to": [4.7, 12.825, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 4.3]}, + "faces": { + "north": {"uv": [8.875, 7, 9, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 8.875, 7.25, 9], "texture": "#1"}, + "south": {"uv": [8.875, 7.125, 9, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 8.875, 7.375, 9], "texture": "#1"}, + "up": {"uv": [9, 7.375, 8.875, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 8.875, 7.375, 9], "texture": "#1"} + } + }, + { + "from": [12.7, 8.9, 4.475], + "to": [12.8, 9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.1, 10.075]}, + "faces": { + "north": {"uv": [8.875, 7.375, 9, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 8.875, 7.625, 9], "texture": "#1"}, + "south": {"uv": [8.875, 7.5, 9, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 8.875, 7.75, 9], "texture": "#1"}, + "up": {"uv": [9, 7.75, 8.875, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 8.875, 7.75, 9], "texture": "#1"} + } + }, + { + "from": [4.6, 8.9, 4.475], + "to": [4.7, 9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.1, 10.075]}, + "faces": { + "north": {"uv": [8.875, 7.75, 9, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 8.875, 8, 9], "texture": "#1"}, + "south": {"uv": [8.875, 7.875, 9, 8], "texture": "#1"}, + "west": {"uv": [8, 8.875, 8.125, 9], "texture": "#1"}, + "up": {"uv": [9, 8.125, 8.875, 8], "texture": "#1"}, + "down": {"uv": [8.25, 8.875, 8.125, 9], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 6.1], + "to": [12.8, 7.375, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 4.3]}, + "faces": { + "north": {"uv": [8.875, 8.125, 9, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 8.875, 8.375, 9], "texture": "#1"}, + "south": {"uv": [8.875, 8.25, 9, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 8.875, 8.5, 9], "texture": "#1"}, + "up": {"uv": [9, 8.5, 8.875, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 8.875, 8.5, 9], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 6.1], + "to": [4.7, 7.375, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 4.3]}, + "faces": { + "north": {"uv": [8.875, 8.5, 9, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 8.875, 8.75, 9], "texture": "#1"}, + "south": {"uv": [8.875, 8.625, 9, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 8.875, 8.875, 9], "texture": "#1"}, + "up": {"uv": [9, 8.875, 8.875, 8.75], "texture": "#1"}, + "down": {"uv": [9, 8.875, 8.875, 9], "texture": "#1"} + } + }, + { + "from": [12.7, 8.9, 9.925], + "to": [12.8, 9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.1, 4.425]}, + "faces": { + "north": {"uv": [0, 9, 0.125, 9.125], "texture": "#1"}, + "east": {"uv": [9, 0, 9.125, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 9, 0.25, 9.125], "texture": "#1"}, + "west": {"uv": [9, 0.125, 9.125, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 9.125, 0.25, 9], "texture": "#1"}, + "down": {"uv": [9.125, 0.25, 9, 0.375], "texture": "#1"} + } + }, + { + "from": [4.6, 8.9, 9.925], + "to": [4.7, 9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.1, 4.425]}, + "faces": { + "north": {"uv": [0.375, 9, 0.5, 9.125], "texture": "#1"}, + "east": {"uv": [9, 0.375, 9.125, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 9, 0.625, 9.125], "texture": "#1"}, + "west": {"uv": [9, 0.5, 9.125, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 9.125, 0.625, 9], "texture": "#1"}, + "down": {"uv": [9.125, 0.625, 9, 0.75], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 6], + "to": [12.7, 12.825, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 4.2]}, + "faces": { + "north": {"uv": [0.75, 9, 0.875, 9.125], "texture": "#1"}, + "east": {"uv": [9, 0.75, 9.125, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 9, 1, 9.125], "texture": "#1"}, + "west": {"uv": [9, 0.875, 9.125, 1], "texture": "#1"}, + "up": {"uv": [1.125, 9.125, 1, 9], "texture": "#1"}, + "down": {"uv": [9.125, 1, 9, 1.125], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 6], + "to": [4.8, 12.825, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 4.2]}, + "faces": { + "north": {"uv": [1.125, 9, 1.25, 9.125], "texture": "#1"}, + "east": {"uv": [9, 1.125, 9.125, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 9, 1.375, 9.125], "texture": "#1"}, + "west": {"uv": [9, 1.25, 9.125, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 9.125, 1.375, 9], "texture": "#1"}, + "down": {"uv": [9.125, 1.375, 9, 1.5], "texture": "#1"} + } + }, + { + "from": [12.6, 8.8, 4.475], + "to": [12.7, 8.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7, 10.075]}, + "faces": { + "north": {"uv": [1.5, 9, 1.625, 9.125], "texture": "#1"}, + "east": {"uv": [9, 1.5, 9.125, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 9, 1.75, 9.125], "texture": "#1"}, + "west": {"uv": [9, 1.625, 9.125, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 9.125, 1.75, 9], "texture": "#1"}, + "down": {"uv": [9.125, 1.75, 9, 1.875], "texture": "#1"} + } + }, + { + "from": [4.7, 8.8, 4.475], + "to": [4.8, 8.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7, 10.075]}, + "faces": { + "north": {"uv": [1.875, 9, 2, 9.125], "texture": "#1"}, + "east": {"uv": [9, 1.875, 9.125, 2], "texture": "#1"}, + "south": {"uv": [2, 9, 2.125, 9.125], "texture": "#1"}, + "west": {"uv": [9, 2, 9.125, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 9.125, 2.125, 9], "texture": "#1"}, + "down": {"uv": [9.125, 2.125, 9, 2.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 6], + "to": [12.7, 7.375, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 4.2]}, + "faces": { + "north": {"uv": [2.25, 9, 2.375, 9.125], "texture": "#1"}, + "east": {"uv": [9, 2.25, 9.125, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 9, 2.5, 9.125], "texture": "#1"}, + "west": {"uv": [9, 2.375, 9.125, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 9.125, 2.5, 9], "texture": "#1"}, + "down": {"uv": [9.125, 2.5, 9, 2.625], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 6], + "to": [4.8, 7.375, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 4.2]}, + "faces": { + "north": {"uv": [2.625, 9, 2.75, 9.125], "texture": "#1"}, + "east": {"uv": [9, 2.625, 9.125, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 9, 2.875, 9.125], "texture": "#1"}, + "west": {"uv": [9, 2.75, 9.125, 2.875], "texture": "#1"}, + "up": {"uv": [3, 9.125, 2.875, 9], "texture": "#1"}, + "down": {"uv": [9.125, 2.875, 9, 3], "texture": "#1"} + } + }, + { + "from": [12.6, 8.8, 9.925], + "to": [12.7, 8.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7, 4.425]}, + "faces": { + "north": {"uv": [3, 9, 3.125, 9.125], "texture": "#1"}, + "east": {"uv": [9, 3, 9.125, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 9, 3.25, 9.125], "texture": "#1"}, + "west": {"uv": [9, 3.125, 9.125, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 9.125, 3.25, 9], "texture": "#1"}, + "down": {"uv": [9.125, 3.25, 9, 3.375], "texture": "#1"} + } + }, + { + "from": [4.7, 8.8, 9.925], + "to": [4.8, 8.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7, 4.425]}, + "faces": { + "north": {"uv": [3.375, 9, 3.5, 9.125], "texture": "#1"}, + "east": {"uv": [9, 3.375, 9.125, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 9, 3.625, 9.125], "texture": "#1"}, + "west": {"uv": [9, 3.5, 9.125, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 9.125, 3.625, 9], "texture": "#1"}, + "down": {"uv": [9.125, 3.625, 9, 3.75], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 5.9], + "to": [12.8, 12.825, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 4.1]}, + "faces": { + "north": {"uv": [3.75, 9, 3.875, 9.125], "texture": "#1"}, + "east": {"uv": [9, 3.75, 9.125, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 9, 4, 9.125], "texture": "#1"}, + "west": {"uv": [9, 3.875, 9.125, 4], "texture": "#1"}, + "up": {"uv": [4.125, 9.125, 4, 9], "texture": "#1"}, + "down": {"uv": [9.125, 4, 9, 4.125], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 5.9], + "to": [4.7, 12.825, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 4.1]}, + "faces": { + "north": {"uv": [4.125, 9, 4.25, 9.125], "texture": "#1"}, + "east": {"uv": [9, 4.125, 9.125, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 9, 4.375, 9.125], "texture": "#1"}, + "west": {"uv": [9, 4.25, 9.125, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 9.125, 4.375, 9], "texture": "#1"}, + "down": {"uv": [9.125, 4.375, 9, 4.5], "texture": "#1"} + } + }, + { + "from": [12.7, 8.7, 4.475], + "to": [12.8, 8.8, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 6.9, 10.075]}, + "faces": { + "north": {"uv": [4.5, 9, 4.625, 9.125], "texture": "#1"}, + "east": {"uv": [9, 4.5, 9.125, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 9, 4.75, 9.125], "texture": "#1"}, + "west": {"uv": [9, 4.625, 9.125, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 9.125, 4.75, 9], "texture": "#1"}, + "down": {"uv": [9.125, 4.75, 9, 4.875], "texture": "#1"} + } + }, + { + "from": [4.6, 8.7, 4.475], + "to": [4.7, 8.8, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 6.9, 10.075]}, + "faces": { + "north": {"uv": [4.875, 9, 5, 9.125], "texture": "#1"}, + "east": {"uv": [9, 4.875, 9.125, 5], "texture": "#1"}, + "south": {"uv": [5, 9, 5.125, 9.125], "texture": "#1"}, + "west": {"uv": [9, 5, 9.125, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 9.125, 5.125, 9], "texture": "#1"}, + "down": {"uv": [9.125, 5.125, 9, 5.25], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 5.9], + "to": [12.8, 7.375, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 4.1]}, + "faces": { + "north": {"uv": [5.25, 9, 5.375, 9.125], "texture": "#1"}, + "east": {"uv": [9, 5.25, 9.125, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 9, 5.5, 9.125], "texture": "#1"}, + "west": {"uv": [9, 5.375, 9.125, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 9.125, 5.5, 9], "texture": "#1"}, + "down": {"uv": [9.125, 5.5, 9, 5.625], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 5.9], + "to": [4.7, 7.375, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 4.1]}, + "faces": { + "north": {"uv": [5.625, 9, 5.75, 9.125], "texture": "#1"}, + "east": {"uv": [9, 5.625, 9.125, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 9, 5.875, 9.125], "texture": "#1"}, + "west": {"uv": [9, 5.75, 9.125, 5.875], "texture": "#1"}, + "up": {"uv": [6, 9.125, 5.875, 9], "texture": "#1"}, + "down": {"uv": [9.125, 5.875, 9, 6], "texture": "#1"} + } + }, + { + "from": [12.7, 8.7, 9.925], + "to": [12.8, 8.8, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 6.9, 4.425]}, + "faces": { + "north": {"uv": [6, 9, 6.125, 9.125], "texture": "#1"}, + "east": {"uv": [9, 6, 9.125, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 9, 6.25, 9.125], "texture": "#1"}, + "west": {"uv": [9, 6.125, 9.125, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 9.125, 6.25, 9], "texture": "#1"}, + "down": {"uv": [9.125, 6.25, 9, 6.375], "texture": "#1"} + } + }, + { + "from": [4.6, 8.7, 9.925], + "to": [4.7, 8.8, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 6.9, 4.425]}, + "faces": { + "north": {"uv": [6.375, 9, 6.5, 9.125], "texture": "#1"}, + "east": {"uv": [9, 6.375, 9.125, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 9, 6.625, 9.125], "texture": "#1"}, + "west": {"uv": [9, 6.5, 9.125, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 9.125, 6.625, 9], "texture": "#1"}, + "down": {"uv": [9.125, 6.625, 9, 6.75], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 5.6], + "to": [12.8, 12.825, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 3.8]}, + "faces": { + "north": {"uv": [6.75, 9, 6.875, 9.125], "texture": "#1"}, + "east": {"uv": [9, 6.75, 9.125, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 9, 7, 9.125], "texture": "#1"}, + "west": {"uv": [9, 6.875, 9.125, 7], "texture": "#1"}, + "up": {"uv": [7.125, 9.125, 7, 9], "texture": "#1"}, + "down": {"uv": [9.125, 7, 9, 7.125], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 5.6], + "to": [4.7, 12.825, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 3.8]}, + "faces": { + "north": {"uv": [7.125, 9, 7.25, 9.125], "texture": "#1"}, + "east": {"uv": [9, 7.125, 9.125, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 9, 7.375, 9.125], "texture": "#1"}, + "west": {"uv": [9, 7.25, 9.125, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 9.125, 7.375, 9], "texture": "#1"}, + "down": {"uv": [9.125, 7.375, 9, 7.5], "texture": "#1"} + } + }, + { + "from": [12.7, 8.4, 4.475], + "to": [12.8, 8.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 6.6, 10.075]}, + "faces": { + "north": {"uv": [7.5, 9, 7.625, 9.125], "texture": "#1"}, + "east": {"uv": [9, 7.5, 9.125, 7.625], "texture": "#1"}, + "south": {"uv": [7.625, 9, 7.75, 9.125], "texture": "#1"}, + "west": {"uv": [9, 7.625, 9.125, 7.75], "texture": "#1"}, + "up": {"uv": [7.875, 9.125, 7.75, 9], "texture": "#1"}, + "down": {"uv": [9.125, 7.75, 9, 7.875], "texture": "#1"} + } + }, + { + "from": [4.6, 8.4, 4.475], + "to": [4.7, 8.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 6.6, 10.075]}, + "faces": { + "north": {"uv": [7.875, 9, 8, 9.125], "texture": "#1"}, + "east": {"uv": [9, 7.875, 9.125, 8], "texture": "#1"}, + "south": {"uv": [8, 9, 8.125, 9.125], "texture": "#1"}, + "west": {"uv": [9, 8, 9.125, 8.125], "texture": "#1"}, + "up": {"uv": [8.25, 9.125, 8.125, 9], "texture": "#1"}, + "down": {"uv": [9.125, 8.125, 9, 8.25], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 5.6], + "to": [12.8, 7.375, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 3.8]}, + "faces": { + "north": {"uv": [8.25, 9, 8.375, 9.125], "texture": "#1"}, + "east": {"uv": [9, 8.25, 9.125, 8.375], "texture": "#1"}, + "south": {"uv": [8.375, 9, 8.5, 9.125], "texture": "#1"}, + "west": {"uv": [9, 8.375, 9.125, 8.5], "texture": "#1"}, + "up": {"uv": [8.625, 9.125, 8.5, 9], "texture": "#1"}, + "down": {"uv": [9.125, 8.5, 9, 8.625], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 5.6], + "to": [4.7, 7.375, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 3.8]}, + "faces": { + "north": {"uv": [8.625, 9, 8.75, 9.125], "texture": "#1"}, + "east": {"uv": [9, 8.625, 9.125, 8.75], "texture": "#1"}, + "south": {"uv": [8.75, 9, 8.875, 9.125], "texture": "#1"}, + "west": {"uv": [9, 8.75, 9.125, 8.875], "texture": "#1"}, + "up": {"uv": [9, 9.125, 8.875, 9], "texture": "#1"}, + "down": {"uv": [9.125, 8.875, 9, 9], "texture": "#1"} + } + }, + { + "from": [12.7, 8.4, 9.925], + "to": [12.8, 8.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 6.6, 4.425]}, + "faces": { + "north": {"uv": [9, 9, 9.125, 9.125], "texture": "#1"}, + "east": {"uv": [0, 9.125, 0.125, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 0, 9.25, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 9.125, 0.25, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 0.25, 9.125, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 9.125, 0.25, 9.25], "texture": "#1"} + } + }, + { + "from": [4.6, 8.4, 9.925], + "to": [4.7, 8.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 6.6, 4.425]}, + "faces": { + "north": {"uv": [9.125, 0.25, 9.25, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 9.125, 0.5, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 0.375, 9.25, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 9.125, 0.625, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 0.625, 9.125, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 9.125, 0.625, 9.25], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 5.4], + "to": [12.8, 12.825, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 3.6]}, + "faces": { + "north": {"uv": [9.125, 0.625, 9.25, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 9.125, 0.875, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 0.75, 9.25, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 9.125, 1, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 1, 9.125, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 9.125, 1, 9.25], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 5.4], + "to": [4.7, 12.825, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 3.6]}, + "faces": { + "north": {"uv": [9.125, 1, 9.25, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 9.125, 1.25, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 1.125, 9.25, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 9.125, 1.375, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 1.375, 9.125, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 9.125, 1.375, 9.25], "texture": "#1"} + } + }, + { + "from": [12.7, 8.2, 4.475], + "to": [12.8, 8.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 6.4, 10.075]}, + "faces": { + "north": {"uv": [9.125, 1.375, 9.25, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 9.125, 1.625, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 1.5, 9.25, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 9.125, 1.75, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 1.75, 9.125, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 9.125, 1.75, 9.25], "texture": "#1"} + } + }, + { + "from": [4.6, 8.2, 4.475], + "to": [4.7, 8.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 6.4, 10.075]}, + "faces": { + "north": {"uv": [9.125, 1.75, 9.25, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 9.125, 2, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 1.875, 9.25, 2], "texture": "#1"}, + "west": {"uv": [2, 9.125, 2.125, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 2.125, 9.125, 2], "texture": "#1"}, + "down": {"uv": [2.25, 9.125, 2.125, 9.25], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 5.4], + "to": [12.8, 7.375, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 3.6]}, + "faces": { + "north": {"uv": [9.125, 2.125, 9.25, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 9.125, 2.375, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 2.25, 9.25, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 9.125, 2.5, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 2.5, 9.125, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 9.125, 2.5, 9.25], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 5.4], + "to": [4.7, 7.375, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 3.6]}, + "faces": { + "north": {"uv": [9.125, 2.5, 9.25, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 9.125, 2.75, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 2.625, 9.25, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 9.125, 2.875, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 2.875, 9.125, 2.75], "texture": "#1"}, + "down": {"uv": [3, 9.125, 2.875, 9.25], "texture": "#1"} + } + }, + { + "from": [12.7, 8.2, 9.925], + "to": [12.8, 8.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 6.4, 4.425]}, + "faces": { + "north": {"uv": [9.125, 2.875, 9.25, 3], "texture": "#1"}, + "east": {"uv": [3, 9.125, 3.125, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 3, 9.25, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 9.125, 3.25, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 3.25, 9.125, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 9.125, 3.25, 9.25], "texture": "#1"} + } + }, + { + "from": [4.6, 8.2, 9.925], + "to": [4.7, 8.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 6.4, 4.425]}, + "faces": { + "north": {"uv": [9.125, 3.25, 9.25, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 9.125, 3.5, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 3.375, 9.25, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 9.125, 3.625, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 3.625, 9.125, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 9.125, 3.625, 9.25], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 5.5], + "to": [12.9, 12.825, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.225, 3.7]}, + "faces": { + "north": {"uv": [9.125, 3.625, 9.25, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 9.125, 3.875, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 3.75, 9.25, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 9.125, 4, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 4, 9.125, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 9.125, 4, 9.25], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 5.5], + "to": [4.6, 12.825, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.225, 3.7]}, + "faces": { + "north": {"uv": [9.125, 4, 9.25, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 9.125, 4.25, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 4.125, 9.25, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 9.125, 4.375, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 4.375, 9.125, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 9.125, 4.375, 9.25], "texture": "#1"} + } + }, + { + "from": [12.8, 8.3, 4.475], + "to": [12.9, 8.4, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 6.5, 10.075]}, + "faces": { + "north": {"uv": [9.125, 4.375, 9.25, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 9.125, 4.625, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 4.5, 9.25, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 9.125, 4.75, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 4.75, 9.125, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 9.125, 4.75, 9.25], "texture": "#1"} + } + }, + { + "from": [4.5, 8.3, 4.475], + "to": [4.6, 8.4, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6.5, 10.075]}, + "faces": { + "north": {"uv": [9.125, 4.75, 9.25, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 9.125, 5, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 4.875, 9.25, 5], "texture": "#1"}, + "west": {"uv": [5, 9.125, 5.125, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 5.125, 9.125, 5], "texture": "#1"}, + "down": {"uv": [5.25, 9.125, 5.125, 9.25], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 5.5], + "to": [12.9, 7.375, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 12.875, 3.7]}, + "faces": { + "north": {"uv": [9.125, 5.125, 9.25, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 9.125, 5.375, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 5.25, 9.25, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 9.125, 5.5, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 5.5, 9.125, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 9.125, 5.5, 9.25], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 5.5], + "to": [4.6, 7.375, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 12.875, 3.7]}, + "faces": { + "north": {"uv": [9.125, 5.5, 9.25, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 9.125, 5.75, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 5.625, 9.25, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 9.125, 5.875, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 5.875, 9.125, 5.75], "texture": "#1"}, + "down": {"uv": [6, 9.125, 5.875, 9.25], "texture": "#1"} + } + }, + { + "from": [12.8, 8.3, 9.925], + "to": [12.9, 8.4, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 6.5, 4.425]}, + "faces": { + "north": {"uv": [9.125, 5.875, 9.25, 6], "texture": "#1"}, + "east": {"uv": [6, 9.125, 6.125, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 6, 9.25, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 9.125, 6.25, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 6.25, 9.125, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 9.125, 6.25, 9.25], "texture": "#1"} + } + }, + { + "from": [4.5, 8.3, 9.925], + "to": [4.6, 8.4, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6.5, 4.425]}, + "faces": { + "north": {"uv": [9.125, 6.25, 9.25, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 9.125, 6.5, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 6.375, 9.25, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 9.125, 6.625, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 6.625, 9.125, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 9.125, 6.625, 9.25], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 5.7], + "to": [12.7, 12.825, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 4]}, + "faces": { + "north": {"uv": [9.125, 6.625, 9.25, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 9.125, 6.875, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 6.75, 9.25, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 9.125, 7, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 7, 9.125, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 9.125, 7, 9.25], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 5.7], + "to": [4.8, 12.825, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 4]}, + "faces": { + "north": {"uv": [9.125, 7, 9.25, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 9.125, 7.25, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 7.125, 9.25, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 9.125, 7.375, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 7.375, 9.125, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 9.125, 7.375, 9.25], "texture": "#1"} + } + }, + { + "from": [12.6, 8.5, 4.475], + "to": [12.7, 8.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 6.8, 10.075]}, + "faces": { + "north": {"uv": [9.125, 7.375, 9.25, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 9.125, 7.625, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 7.5, 9.25, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 9.125, 7.75, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 7.75, 9.125, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 9.125, 7.75, 9.25], "texture": "#1"} + } + }, + { + "from": [4.7, 8.5, 4.475], + "to": [4.8, 8.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 6.8, 10.075]}, + "faces": { + "north": {"uv": [9.125, 7.75, 9.25, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 9.125, 8, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 7.875, 9.25, 8], "texture": "#1"}, + "west": {"uv": [8, 9.125, 8.125, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 8.125, 9.125, 8], "texture": "#1"}, + "down": {"uv": [8.25, 9.125, 8.125, 9.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 5.7], + "to": [12.7, 7.375, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 4]}, + "faces": { + "north": {"uv": [9.125, 8.125, 9.25, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 9.125, 8.375, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 8.25, 9.25, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 9.125, 8.5, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 8.5, 9.125, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 9.125, 8.5, 9.25], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 5.7], + "to": [4.8, 7.375, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 4]}, + "faces": { + "north": {"uv": [9.125, 8.5, 9.25, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 9.125, 8.75, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 8.625, 9.25, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 9.125, 8.875, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 8.875, 9.125, 8.75], "texture": "#1"}, + "down": {"uv": [9, 9.125, 8.875, 9.25], "texture": "#1"} + } + }, + { + "from": [12.6, 8.5, 9.925], + "to": [12.7, 8.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 6.8, 4.425]}, + "faces": { + "north": {"uv": [9.125, 8.875, 9.25, 9], "texture": "#1"}, + "east": {"uv": [9, 9.125, 9.125, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 9, 9.25, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 9.125, 9.25, 9.25], "texture": "#1"}, + "up": {"uv": [0.125, 9.375, 0, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 0, 9.25, 0.125], "texture": "#1"} + } + }, + { + "from": [4.7, 8.5, 9.925], + "to": [4.8, 8.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 6.8, 4.425]}, + "faces": { + "north": {"uv": [0.125, 9.25, 0.25, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 0.125, 9.375, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 9.25, 0.375, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 0.25, 9.375, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 9.375, 0.375, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 0.375, 9.25, 0.5], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 5.7], + "to": [12.9, 12.825, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.225, 4]}, + "faces": { + "north": {"uv": [0.5, 9.25, 0.625, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 0.5, 9.375, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 9.25, 0.75, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 0.625, 9.375, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 9.375, 0.75, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 0.75, 9.25, 0.875], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 5.7], + "to": [4.6, 12.825, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.225, 4]}, + "faces": { + "north": {"uv": [0.875, 9.25, 1, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 0.875, 9.375, 1], "texture": "#1"}, + "south": {"uv": [1, 9.25, 1.125, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 1, 9.375, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 9.375, 1.125, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 1.125, 9.25, 1.25], "texture": "#1"} + } + }, + { + "from": [12.8, 8.5, 4.475], + "to": [12.9, 8.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 6.8, 10.075]}, + "faces": { + "north": {"uv": [1.25, 9.25, 1.375, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 1.25, 9.375, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 9.25, 1.5, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 1.375, 9.375, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 9.375, 1.5, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 1.5, 9.25, 1.625], "texture": "#1"} + } + }, + { + "from": [4.5, 8.5, 4.475], + "to": [4.6, 8.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6.8, 10.075]}, + "faces": { + "north": {"uv": [1.625, 9.25, 1.75, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 1.625, 9.375, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 9.25, 1.875, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 1.75, 9.375, 1.875], "texture": "#1"}, + "up": {"uv": [2, 9.375, 1.875, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 1.875, 9.25, 2], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 5.7], + "to": [12.9, 7.375, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 12.875, 4]}, + "faces": { + "north": {"uv": [2, 9.25, 2.125, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 2, 9.375, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 9.25, 2.25, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 2.125, 9.375, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 9.375, 2.25, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 2.25, 9.25, 2.375], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 5.7], + "to": [4.6, 7.375, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 12.875, 4]}, + "faces": { + "north": {"uv": [2.375, 9.25, 2.5, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 2.375, 9.375, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 9.25, 2.625, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 2.5, 9.375, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 9.375, 2.625, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 2.625, 9.25, 2.75], "texture": "#1"} + } + }, + { + "from": [12.8, 8.5, 9.925], + "to": [12.9, 8.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 6.8, 4.425]}, + "faces": { + "north": {"uv": [2.75, 9.25, 2.875, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 2.75, 9.375, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 9.25, 3, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 2.875, 9.375, 3], "texture": "#1"}, + "up": {"uv": [3.125, 9.375, 3, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 3, 9.25, 3.125], "texture": "#1"} + } + }, + { + "from": [4.5, 8.5, 9.925], + "to": [4.6, 8.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6.8, 4.425]}, + "faces": { + "north": {"uv": [3.125, 9.25, 3.25, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 3.125, 9.375, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 9.25, 3.375, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 3.25, 9.375, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 9.375, 3.375, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 3.375, 9.25, 3.5], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 6.5], + "to": [12.9, 12.825, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.225, 4.8]}, + "faces": { + "north": {"uv": [3.5, 9.25, 3.625, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 3.5, 9.375, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 9.25, 3.75, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 3.625, 9.375, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 9.375, 3.75, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 3.75, 9.25, 3.875], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 6.5], + "to": [4.6, 12.825, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.225, 4.8]}, + "faces": { + "north": {"uv": [3.875, 9.25, 4, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 3.875, 9.375, 4], "texture": "#1"}, + "south": {"uv": [4, 9.25, 4.125, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 4, 9.375, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 9.375, 4.125, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 4.125, 9.25, 4.25], "texture": "#1"} + } + }, + { + "from": [12.8, 9.3, 4.475], + "to": [12.9, 9.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.6, 10.075]}, + "faces": { + "north": {"uv": [4.25, 9.25, 4.375, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 4.25, 9.375, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 9.25, 4.5, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 4.375, 9.375, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 9.375, 4.5, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 4.5, 9.25, 4.625], "texture": "#1"} + } + }, + { + "from": [4.5, 9.3, 4.475], + "to": [4.6, 9.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.6, 10.075]}, + "faces": { + "north": {"uv": [4.625, 9.25, 4.75, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 4.625, 9.375, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 9.25, 4.875, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 4.75, 9.375, 4.875], "texture": "#1"}, + "up": {"uv": [5, 9.375, 4.875, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 4.875, 9.25, 5], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 6.5], + "to": [12.9, 7.375, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 12.875, 4.8]}, + "faces": { + "north": {"uv": [5, 9.25, 5.125, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 5, 9.375, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 9.25, 5.25, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 5.125, 9.375, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 9.375, 5.25, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 5.25, 9.25, 5.375], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 6.5], + "to": [4.6, 7.375, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 12.875, 4.8]}, + "faces": { + "north": {"uv": [5.375, 9.25, 5.5, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 5.375, 9.375, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 9.25, 5.625, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 5.5, 9.375, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 9.375, 5.625, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 5.625, 9.25, 5.75], "texture": "#1"} + } + }, + { + "from": [12.8, 9.3, 9.925], + "to": [12.9, 9.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.6, 4.425]}, + "faces": { + "north": {"uv": [5.75, 9.25, 5.875, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 5.75, 9.375, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 9.25, 6, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 5.875, 9.375, 6], "texture": "#1"}, + "up": {"uv": [6.125, 9.375, 6, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 6, 9.25, 6.125], "texture": "#1"} + } + }, + { + "from": [4.5, 9.3, 9.925], + "to": [4.6, 9.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.6, 4.425]}, + "faces": { + "north": {"uv": [6.125, 9.25, 6.25, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 6.125, 9.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 9.25, 6.375, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 6.25, 9.375, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 9.375, 6.375, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 6.375, 9.25, 6.5], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 7.8], + "to": [12.9, 12.825, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 6.1]}, + "faces": { + "north": {"uv": [6.5, 9.25, 6.625, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 6.5, 9.375, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 9.25, 6.75, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 6.625, 9.375, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 9.375, 6.75, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 6.75, 9.25, 6.875], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 7.8], + "to": [4.6, 12.825, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 6.1]}, + "faces": { + "north": {"uv": [6.875, 9.25, 7, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 6.875, 9.375, 7], "texture": "#1"}, + "south": {"uv": [7, 9.25, 7.125, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 7, 9.375, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 9.375, 7.125, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 7.125, 9.25, 7.25], "texture": "#1"} + } + }, + { + "from": [12.8, 10.6, 4.475], + "to": [12.9, 10.8, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 8.9, 10.075]}, + "faces": { + "north": {"uv": [7.25, 9.25, 7.375, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 7.25, 9.375, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 9.25, 7.5, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 7.375, 9.375, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 9.375, 7.5, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 7.5, 9.25, 7.625], "texture": "#1"} + } + }, + { + "from": [4.5, 10.6, 4.475], + "to": [4.6, 10.8, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 8.9, 10.075]}, + "faces": { + "north": {"uv": [7.625, 9.25, 7.75, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 7.625, 9.375, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 9.25, 7.875, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 7.75, 9.375, 7.875], "texture": "#1"}, + "up": {"uv": [8, 9.375, 7.875, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 7.875, 9.25, 8], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 7.8], + "to": [12.9, 7.375, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 6.1]}, + "faces": { + "north": {"uv": [8, 9.25, 8.125, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 8, 9.375, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 9.25, 8.25, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 8.125, 9.375, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 9.375, 8.25, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 8.25, 9.25, 8.375], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 7.8], + "to": [4.6, 7.375, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 6.1]}, + "faces": { + "north": {"uv": [8.375, 9.25, 8.5, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 8.375, 9.375, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 9.25, 8.625, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 8.5, 9.375, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 9.375, 8.625, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 8.625, 9.25, 8.75], "texture": "#1"} + } + }, + { + "from": [12.8, 10.6, 9.925], + "to": [12.9, 10.8, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 8.9, 4.425]}, + "faces": { + "north": {"uv": [8.75, 9.25, 8.875, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 8.75, 9.375, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 9.25, 9, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 8.875, 9.375, 9], "texture": "#1"}, + "up": {"uv": [9.125, 9.375, 9, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 9, 9.25, 9.125], "texture": "#1"} + } + }, + { + "from": [4.5, 10.6, 9.925], + "to": [4.6, 10.8, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 8.9, 4.425]}, + "faces": { + "north": {"uv": [9.125, 9.25, 9.25, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 9.125, 9.375, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 9.25, 9.375, 9.375], "texture": "#1"}, + "west": {"uv": [0, 9.375, 0.125, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 0.125, 9.375, 0], "texture": "#1"}, + "down": {"uv": [0.25, 9.375, 0.125, 9.5], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 8.4], + "to": [12.9, 12.825, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 6.8]}, + "faces": { + "north": {"uv": [9.375, 0.125, 9.5, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 9.375, 0.375, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 0.25, 9.5, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 9.375, 0.5, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 0.5, 9.375, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 9.375, 0.5, 9.5], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 8.4], + "to": [4.6, 12.825, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 6.8]}, + "faces": { + "north": {"uv": [9.375, 0.5, 9.5, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 9.375, 0.75, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 0.625, 9.5, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 9.375, 0.875, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 0.875, 9.375, 0.75], "texture": "#1"}, + "down": {"uv": [1, 9.375, 0.875, 9.5], "texture": "#1"} + } + }, + { + "from": [12.8, 11.2, 4.475], + "to": [12.9, 11.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 9.6, 10.075]}, + "faces": { + "north": {"uv": [9.375, 0.875, 9.5, 1], "texture": "#1"}, + "east": {"uv": [1, 9.375, 1.125, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 1, 9.5, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 9.375, 1.25, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 1.25, 9.375, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 9.375, 1.25, 9.5], "texture": "#1"} + } + }, + { + "from": [4.5, 11.2, 4.475], + "to": [4.6, 11.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 9.6, 10.075]}, + "faces": { + "north": {"uv": [9.375, 1.25, 9.5, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 9.375, 1.5, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 1.375, 9.5, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 9.375, 1.625, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 1.625, 9.375, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 9.375, 1.625, 9.5], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 8.4], + "to": [12.9, 7.375, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 6.8]}, + "faces": { + "north": {"uv": [9.375, 1.625, 9.5, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 9.375, 1.875, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 1.75, 9.5, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 9.375, 2, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 2, 9.375, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 9.375, 2, 9.5], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 8.4], + "to": [4.6, 7.375, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 6.8]}, + "faces": { + "north": {"uv": [9.375, 2, 9.5, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 9.375, 2.25, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 2.125, 9.5, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 9.375, 2.375, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 2.375, 9.375, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 9.375, 2.375, 9.5], "texture": "#1"} + } + }, + { + "from": [12.8, 11.2, 9.925], + "to": [12.9, 11.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 9.6, 4.425]}, + "faces": { + "north": {"uv": [9.375, 2.375, 9.5, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 9.375, 2.625, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 2.5, 9.5, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 9.375, 2.75, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 2.75, 9.375, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 9.375, 2.75, 9.5], "texture": "#1"} + } + }, + { + "from": [4.5, 11.2, 9.925], + "to": [4.6, 11.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 9.6, 4.425]}, + "faces": { + "north": {"uv": [9.375, 2.75, 9.5, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 9.375, 3, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 2.875, 9.5, 3], "texture": "#1"}, + "west": {"uv": [3, 9.375, 3.125, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 3.125, 9.375, 3], "texture": "#1"}, + "down": {"uv": [3.25, 9.375, 3.125, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 8.8], + "to": [12.8, 12.825, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 6.9]}, + "faces": { + "north": {"uv": [9.375, 3.125, 9.5, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 9.375, 3.375, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 3.25, 9.5, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 9.375, 3.5, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 3.5, 9.375, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 9.375, 3.5, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 8.8], + "to": [4.7, 12.825, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 6.9]}, + "faces": { + "north": {"uv": [9.375, 3.5, 9.5, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 9.375, 3.75, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 3.625, 9.5, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 9.375, 3.875, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 3.875, 9.375, 3.75], "texture": "#1"}, + "down": {"uv": [4, 9.375, 3.875, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 11.6, 4.475], + "to": [12.8, 11.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.7, 10.075]}, + "faces": { + "north": {"uv": [9.375, 3.875, 9.5, 4], "texture": "#1"}, + "east": {"uv": [4, 9.375, 4.125, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 4, 9.5, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 9.375, 4.25, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 4.25, 9.375, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 9.375, 4.25, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 11.6, 4.475], + "to": [4.7, 11.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.7, 10.075]}, + "faces": { + "north": {"uv": [9.375, 4.25, 9.5, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 9.375, 4.5, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 4.375, 9.5, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 9.375, 4.625, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 4.625, 9.375, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 9.375, 4.625, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 8.8], + "to": [12.8, 7.375, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 6.9]}, + "faces": { + "north": {"uv": [9.375, 4.625, 9.5, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 9.375, 4.875, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 4.75, 9.5, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 9.375, 5, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 5, 9.375, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 9.375, 5, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 8.8], + "to": [4.7, 7.375, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 6.9]}, + "faces": { + "north": {"uv": [9.375, 5, 9.5, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 9.375, 5.25, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 5.125, 9.5, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 9.375, 5.375, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 5.375, 9.375, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 9.375, 5.375, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 11.6, 9.925], + "to": [12.8, 11.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.7, 4.425]}, + "faces": { + "north": {"uv": [9.375, 5.375, 9.5, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 9.375, 5.625, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 5.5, 9.5, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 9.375, 5.75, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 5.75, 9.375, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 9.375, 5.75, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 11.6, 9.925], + "to": [4.7, 11.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.7, 4.425]}, + "faces": { + "north": {"uv": [9.375, 5.75, 9.5, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 9.375, 6, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 5.875, 9.5, 6], "texture": "#1"}, + "west": {"uv": [6, 9.375, 6.125, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 6.125, 9.375, 6], "texture": "#1"}, + "down": {"uv": [6.25, 9.375, 6.125, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 9], + "to": [12.8, 12.825, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 7.1]}, + "faces": { + "north": {"uv": [9.375, 6.125, 9.5, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 9.375, 6.375, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 6.25, 9.5, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 9.375, 6.5, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 6.5, 9.375, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 9.375, 6.5, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 9], + "to": [4.7, 12.825, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 7.1]}, + "faces": { + "north": {"uv": [9.375, 6.5, 9.5, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 9.375, 6.75, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 6.625, 9.5, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 9.375, 6.875, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 6.875, 9.375, 6.75], "texture": "#1"}, + "down": {"uv": [7, 9.375, 6.875, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 11.8, 4.475], + "to": [12.8, 11.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.9, 10.075]}, + "faces": { + "north": {"uv": [9.375, 6.875, 9.5, 7], "texture": "#1"}, + "east": {"uv": [7, 9.375, 7.125, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 7, 9.5, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 9.375, 7.25, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 7.25, 9.375, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 9.375, 7.25, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 11.8, 4.475], + "to": [4.7, 11.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.9, 10.075]}, + "faces": { + "north": {"uv": [9.375, 7.25, 9.5, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 9.375, 7.5, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 7.375, 9.5, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 9.375, 7.625, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 7.625, 9.375, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 9.375, 7.625, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 9], + "to": [12.8, 7.375, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 7.1]}, + "faces": { + "north": {"uv": [9.375, 7.625, 9.5, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 9.375, 7.875, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 7.75, 9.5, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 9.375, 8, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 8, 9.375, 7.875], "texture": "#1"}, + "down": {"uv": [8.125, 9.375, 8, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 9], + "to": [4.7, 7.375, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 7.1]}, + "faces": { + "north": {"uv": [9.375, 8, 9.5, 8.125], "texture": "#1"}, + "east": {"uv": [8.125, 9.375, 8.25, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 8.125, 9.5, 8.25], "texture": "#1"}, + "west": {"uv": [8.25, 9.375, 8.375, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 8.375, 9.375, 8.25], "texture": "#1"}, + "down": {"uv": [8.5, 9.375, 8.375, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 11.8, 9.925], + "to": [12.8, 11.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.9, 4.425]}, + "faces": { + "north": {"uv": [9.375, 8.375, 9.5, 8.5], "texture": "#1"}, + "east": {"uv": [8.5, 9.375, 8.625, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 8.5, 9.5, 8.625], "texture": "#1"}, + "west": {"uv": [8.625, 9.375, 8.75, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 8.75, 9.375, 8.625], "texture": "#1"}, + "down": {"uv": [8.875, 9.375, 8.75, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 11.8, 9.925], + "to": [4.7, 11.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.9, 4.425]}, + "faces": { + "north": {"uv": [9.375, 8.75, 9.5, 8.875], "texture": "#1"}, + "east": {"uv": [8.875, 9.375, 9, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 8.875, 9.5, 9], "texture": "#1"}, + "west": {"uv": [9, 9.375, 9.125, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 9.125, 9.375, 9], "texture": "#1"}, + "down": {"uv": [9.25, 9.375, 9.125, 9.5], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 8.9], + "to": [12.9, 12.825, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 7]}, + "faces": { + "north": {"uv": [9.375, 9.125, 9.5, 9.25], "texture": "#1"}, + "east": {"uv": [9.25, 9.375, 9.375, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 9.25, 9.5, 9.375], "texture": "#1"}, + "west": {"uv": [9.375, 9.375, 9.5, 9.5], "texture": "#1"}, + "up": {"uv": [0.125, 9.625, 0, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 0, 9.5, 0.125], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 8.9], + "to": [4.6, 12.825, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 7]}, + "faces": { + "north": {"uv": [0.125, 9.5, 0.25, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 0.125, 9.625, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 9.5, 0.375, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 0.25, 9.625, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 9.625, 0.375, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 0.375, 9.5, 0.5], "texture": "#1"} + } + }, + { + "from": [12.8, 11.7, 4.475], + "to": [12.9, 11.8, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 9.8, 10.075]}, + "faces": { + "north": {"uv": [0.5, 9.5, 0.625, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 0.5, 9.625, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 9.5, 0.75, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 0.625, 9.625, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 9.625, 0.75, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 0.75, 9.5, 0.875], "texture": "#1"} + } + }, + { + "from": [4.5, 11.7, 4.475], + "to": [4.6, 11.8, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 9.8, 10.075]}, + "faces": { + "north": {"uv": [0.875, 9.5, 1, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 0.875, 9.625, 1], "texture": "#1"}, + "south": {"uv": [1, 9.5, 1.125, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 1, 9.625, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 9.625, 1.125, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 1.125, 9.5, 1.25], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 8.9], + "to": [12.9, 7.375, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 7]}, + "faces": { + "north": {"uv": [1.25, 9.5, 1.375, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 1.25, 9.625, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 9.5, 1.5, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 1.375, 9.625, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 9.625, 1.5, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 1.5, 9.5, 1.625], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 8.9], + "to": [4.6, 7.375, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 7]}, + "faces": { + "north": {"uv": [1.625, 9.5, 1.75, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 1.625, 9.625, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 9.5, 1.875, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 1.75, 9.625, 1.875], "texture": "#1"}, + "up": {"uv": [2, 9.625, 1.875, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 1.875, 9.5, 2], "texture": "#1"} + } + }, + { + "from": [12.8, 11.7, 9.925], + "to": [12.9, 11.8, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 9.8, 4.425]}, + "faces": { + "north": {"uv": [2, 9.5, 2.125, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 2, 9.625, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 9.5, 2.25, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 2.125, 9.625, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 9.625, 2.25, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 2.25, 9.5, 2.375], "texture": "#1"} + } + }, + { + "from": [4.5, 11.7, 9.925], + "to": [4.6, 11.8, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 9.8, 4.425]}, + "faces": { + "north": {"uv": [2.375, 9.5, 2.5, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 2.375, 9.625, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 9.5, 2.625, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 2.5, 9.625, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 9.625, 2.625, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 2.625, 9.5, 2.75], "texture": "#1"} + } + }, + { + "from": [12.4, 12.825, 9], + "to": [12.5, 12.9, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [2.75, 9.5, 2.875, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 2.75, 9.625, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 9.5, 3, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 2.875, 9.625, 3], "texture": "#1"}, + "up": {"uv": [3.125, 9.625, 3, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 3, 9.5, 3.125], "texture": "#1"} + } + }, + { + "from": [4.9, 12.825, 9], + "to": [5, 12.9, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [3.125, 9.5, 3.25, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 3.125, 9.625, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 9.5, 3.375, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 3.25, 9.625, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 9.625, 3.375, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 3.375, 9.5, 3.5], "texture": "#1"} + } + }, + { + "from": [12.4, 11.8, 4.4], + "to": [12.5, 11.9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [3.5, 9.5, 3.625, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 3.5, 9.625, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 9.5, 3.75, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 3.625, 9.625, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 9.625, 3.75, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 3.75, 9.5, 3.875], "texture": "#1"} + } + }, + { + "from": [4.9, 11.8, 4.4], + "to": [5, 11.9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [3.875, 9.5, 4, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 3.875, 9.625, 4], "texture": "#1"}, + "south": {"uv": [4, 9.5, 4.125, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 4, 9.625, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 9.625, 4.125, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 4.125, 9.5, 4.25], "texture": "#1"} + } + }, + { + "from": [12.4, 7.2, 9], + "to": [12.5, 7.275, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [4.25, 9.5, 4.375, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 4.25, 9.625, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 9.5, 4.5, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 4.375, 9.625, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 9.625, 4.5, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 4.5, 9.5, 4.625], "texture": "#1"} + } + }, + { + "from": [4.9, 7.2, 9], + "to": [5, 7.275, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [4.625, 9.5, 4.75, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 4.625, 9.625, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 9.5, 4.875, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 4.75, 9.625, 4.875], "texture": "#1"}, + "up": {"uv": [5, 9.625, 4.875, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 4.875, 9.5, 5], "texture": "#1"} + } + }, + { + "from": [12.4, 11.8, 10.025], + "to": [12.5, 11.9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5, 9.5, 5.125, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 5, 9.625, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 9.5, 5.25, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 5.125, 9.625, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 9.625, 5.25, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 5.25, 9.5, 5.375], "texture": "#1"} + } + }, + { + "from": [4.9, 11.8, 10.025], + "to": [5, 11.9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5.375, 9.5, 5.5, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 5.375, 9.625, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 9.5, 5.625, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 5.5, 9.625, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 9.625, 5.625, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 5.625, 9.5, 5.75], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 8.2], + "to": [12.2, 13, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 6.6]}, + "faces": { + "north": {"uv": [5.75, 9.5, 5.875, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 5.75, 9.625, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 9.5, 6, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 5.875, 9.625, 6], "texture": "#1"}, + "up": {"uv": [6.125, 9.625, 6, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 6, 9.5, 6.125], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 8.2], + "to": [5.3, 13, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 6.6]}, + "faces": { + "north": {"uv": [6.125, 9.5, 6.25, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 6.125, 9.625, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 9.5, 6.375, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 6.25, 9.625, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 9.625, 6.375, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 6.375, 9.5, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 11, 4.3], + "to": [12.2, 11.1, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.4, 10]}, + "faces": { + "north": {"uv": [6.5, 9.5, 6.625, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 6.5, 9.625, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 9.5, 6.75, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 6.625, 9.625, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 9.625, 6.75, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 6.75, 9.5, 6.875], "texture": "#1"} + } + }, + { + "from": [5.2, 11, 4.3], + "to": [5.3, 11.1, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.4, 10]}, + "faces": { + "north": {"uv": [6.875, 9.5, 7, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 6.875, 9.625, 7], "texture": "#1"}, + "south": {"uv": [7, 9.5, 7.125, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 7, 9.625, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 9.625, 7.125, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 7.125, 9.5, 7.25], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 8.2], + "to": [12.2, 7.2, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 6.6]}, + "faces": { + "north": {"uv": [7.25, 9.5, 7.375, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 7.25, 9.625, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 9.5, 7.5, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 7.375, 9.625, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 9.625, 7.5, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 7.5, 9.5, 7.625], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 8.2], + "to": [5.3, 7.2, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 6.6]}, + "faces": { + "north": {"uv": [7.625, 9.5, 7.75, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 7.625, 9.625, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 9.5, 7.875, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 7.75, 9.625, 7.875], "texture": "#1"}, + "up": {"uv": [8, 9.625, 7.875, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 7.875, 9.5, 8], "texture": "#1"} + } + }, + { + "from": [12.1, 11, 10.1], + "to": [12.2, 11.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.4, 4.5]}, + "faces": { + "north": {"uv": [8, 9.5, 8.125, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 8, 9.625, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 9.5, 8.25, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 8.125, 9.625, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 9.625, 8.25, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 8.25, 9.5, 8.375], "texture": "#1"} + } + }, + { + "from": [5.2, 11, 10.1], + "to": [5.3, 11.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.4, 4.5]}, + "faces": { + "north": {"uv": [8.375, 9.5, 8.5, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 8.375, 9.625, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 9.5, 8.625, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 8.5, 9.625, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 9.625, 8.625, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 8.625, 9.5, 8.75], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 8], + "to": [12.2, 13, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 6.4]}, + "faces": { + "north": {"uv": [8.75, 9.5, 8.875, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 8.75, 9.625, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 9.5, 9, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 8.875, 9.625, 9], "texture": "#1"}, + "up": {"uv": [9.125, 9.625, 9, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 9, 9.5, 9.125], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 8], + "to": [5.3, 13, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 6.4]}, + "faces": { + "north": {"uv": [9.125, 9.5, 9.25, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 9.125, 9.625, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 9.5, 9.375, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 9.25, 9.625, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 9.625, 9.375, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 9.375, 9.5, 9.5], "texture": "#1"} + } + }, + { + "from": [12.1, 10.8, 4.3], + "to": [12.2, 10.9, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.2, 10]}, + "faces": { + "north": {"uv": [9.5, 9.5, 9.625, 9.625], "texture": "#1"}, + "east": {"uv": [0, 9.625, 0.125, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 0, 9.75, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 9.625, 0.25, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 0.25, 9.625, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 9.625, 0.25, 9.75], "texture": "#1"} + } + }, + { + "from": [5.2, 10.8, 4.3], + "to": [5.3, 10.9, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.2, 10]}, + "faces": { + "north": {"uv": [9.625, 0.25, 9.75, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 9.625, 0.5, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 0.375, 9.75, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 9.625, 0.625, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 0.625, 9.625, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 9.625, 0.625, 9.75], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 8], + "to": [12.2, 7.2, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 6.4]}, + "faces": { + "north": {"uv": [9.625, 0.625, 9.75, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 9.625, 0.875, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 0.75, 9.75, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 9.625, 1, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 1, 9.625, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 9.625, 1, 9.75], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 8], + "to": [5.3, 7.2, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 6.4]}, + "faces": { + "north": {"uv": [9.625, 1, 9.75, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 9.625, 1.25, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 1.125, 9.75, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 9.625, 1.375, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 1.375, 9.625, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 9.625, 1.375, 9.75], "texture": "#1"} + } + }, + { + "from": [12.1, 10.8, 10.1], + "to": [12.2, 10.9, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.2, 4.5]}, + "faces": { + "north": {"uv": [9.625, 1.375, 9.75, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 9.625, 1.625, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 1.5, 9.75, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 9.625, 1.75, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 1.75, 9.625, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 9.625, 1.75, 9.75], "texture": "#1"} + } + }, + { + "from": [5.2, 10.8, 10.1], + "to": [5.3, 10.9, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.2, 4.5]}, + "faces": { + "north": {"uv": [9.625, 1.75, 9.75, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 9.625, 2, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 1.875, 9.75, 2], "texture": "#1"}, + "west": {"uv": [2, 9.625, 2.125, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 2.125, 9.625, 2], "texture": "#1"}, + "down": {"uv": [2.25, 9.625, 2.125, 9.75], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 7.9], + "to": [12.3, 13, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 6.3]}, + "faces": { + "north": {"uv": [9.625, 2.125, 9.75, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 9.625, 2.375, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 2.25, 9.75, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 9.625, 2.5, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 2.5, 9.625, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 9.625, 2.5, 9.75], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 7.9], + "to": [5.2, 13, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 6.3]}, + "faces": { + "north": {"uv": [9.625, 2.5, 9.75, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 9.625, 2.75, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 2.625, 9.75, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 9.625, 2.875, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 2.875, 9.625, 2.75], "texture": "#1"}, + "down": {"uv": [3, 9.625, 2.875, 9.75], "texture": "#1"} + } + }, + { + "from": [12.2, 10.7, 4.3], + "to": [12.3, 10.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.1, 10]}, + "faces": { + "north": {"uv": [9.625, 2.875, 9.75, 3], "texture": "#1"}, + "east": {"uv": [3, 9.625, 3.125, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 3, 9.75, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 9.625, 3.25, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 3.25, 9.625, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 9.625, 3.25, 9.75], "texture": "#1"} + } + }, + { + "from": [5.1, 10.7, 4.3], + "to": [5.2, 10.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.1, 10]}, + "faces": { + "north": {"uv": [9.625, 3.25, 9.75, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 9.625, 3.5, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 3.375, 9.75, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 9.625, 3.625, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 3.625, 9.625, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 9.625, 3.625, 9.75], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 7.9], + "to": [12.3, 7.2, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 6.3]}, + "faces": { + "north": {"uv": [9.625, 3.625, 9.75, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 9.625, 3.875, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 3.75, 9.75, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 9.625, 4, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 4, 9.625, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 9.625, 4, 9.75], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 7.9], + "to": [5.2, 7.2, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 6.3]}, + "faces": { + "north": {"uv": [9.625, 4, 9.75, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 9.625, 4.25, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 4.125, 9.75, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 9.625, 4.375, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 4.375, 9.625, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 9.625, 4.375, 9.75], "texture": "#1"} + } + }, + { + "from": [12.2, 10.7, 10.1], + "to": [12.3, 10.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.1, 4.5]}, + "faces": { + "north": {"uv": [9.625, 4.375, 9.75, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 9.625, 4.625, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 4.5, 9.75, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 9.625, 4.75, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 4.75, 9.625, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 9.625, 4.75, 9.75], "texture": "#1"} + } + }, + { + "from": [5.1, 10.7, 10.1], + "to": [5.2, 10.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.1, 4.5]}, + "faces": { + "north": {"uv": [9.625, 4.75, 9.75, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 9.625, 5, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 4.875, 9.75, 5], "texture": "#1"}, + "west": {"uv": [5, 9.625, 5.125, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 5.125, 9.625, 5], "texture": "#1"}, + "down": {"uv": [5.25, 9.625, 5.125, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 7.3], + "to": [12.1, 13, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.3, 5.8]}, + "faces": { + "north": {"uv": [9.625, 5.125, 9.75, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 9.625, 5.375, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 5.25, 9.75, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 9.625, 5.5, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 5.5, 9.625, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 9.625, 5.5, 9.75], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 7.3], + "to": [5.4, 13, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.3, 5.8]}, + "faces": { + "north": {"uv": [9.625, 5.5, 9.75, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 9.625, 5.75, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 5.625, 9.75, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 9.625, 5.875, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 5.875, 9.625, 5.75], "texture": "#1"}, + "down": {"uv": [6, 9.625, 5.875, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 10.1, 4.3], + "to": [12.1, 10.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 8.6, 10]}, + "faces": { + "north": {"uv": [9.625, 5.875, 9.75, 6], "texture": "#1"}, + "east": {"uv": [6, 9.625, 6.125, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 6, 9.75, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 9.625, 6.25, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 6.25, 9.625, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 9.625, 6.25, 9.75], "texture": "#1"} + } + }, + { + "from": [5.3, 10.1, 4.3], + "to": [5.4, 10.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 8.6, 10]}, + "faces": { + "north": {"uv": [9.625, 6.25, 9.75, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 9.625, 6.5, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 6.375, 9.75, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 9.625, 6.625, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 6.625, 9.625, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 9.625, 6.625, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 7.3], + "to": [12.1, 7.2, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 12.8, 5.8]}, + "faces": { + "north": {"uv": [9.625, 6.625, 9.75, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 9.625, 6.875, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 6.75, 9.75, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 9.625, 7, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 7, 9.625, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 9.625, 7, 9.75], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 7.3], + "to": [5.4, 7.2, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 12.8, 5.8]}, + "faces": { + "north": {"uv": [9.625, 7, 9.75, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 9.625, 7.25, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 7.125, 9.75, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 9.625, 7.375, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 7.375, 9.625, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 9.625, 7.375, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 10.1, 10.1], + "to": [12.1, 10.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 8.6, 4.5]}, + "faces": { + "north": {"uv": [9.625, 7.375, 9.75, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 9.625, 7.625, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 7.5, 9.75, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 9.625, 7.75, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 7.75, 9.625, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 9.625, 7.75, 9.75], "texture": "#1"} + } + }, + { + "from": [5.3, 10.1, 10.1], + "to": [5.4, 10.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 8.6, 4.5]}, + "faces": { + "north": {"uv": [9.625, 7.75, 9.75, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 9.625, 8, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 7.875, 9.75, 8], "texture": "#1"}, + "west": {"uv": [8, 9.625, 8.125, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 8.125, 9.625, 8], "texture": "#1"}, + "down": {"uv": [8.25, 9.625, 8.125, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 7], + "to": [12.2, 13, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.3, 5.5]}, + "faces": { + "north": {"uv": [9.625, 8.125, 9.75, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 9.625, 8.375, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 8.25, 9.75, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 9.625, 8.5, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 8.5, 9.625, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 9.625, 8.5, 9.75], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 7], + "to": [5.4, 13, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.3, 5.5]}, + "faces": { + "north": {"uv": [9.625, 8.5, 9.75, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 9.625, 8.75, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 8.625, 9.75, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 9.625, 8.875, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 8.875, 9.625, 8.75], "texture": "#1"}, + "down": {"uv": [9, 9.625, 8.875, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 9.8, 4.3], + "to": [12.2, 10, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 8.3, 10]}, + "faces": { + "north": {"uv": [9.625, 8.875, 9.75, 9], "texture": "#1"}, + "east": {"uv": [9, 9.625, 9.125, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 9, 9.75, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 9.625, 9.25, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 9.25, 9.625, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 9.625, 9.25, 9.75], "texture": "#1"} + } + }, + { + "from": [5.2, 9.8, 4.3], + "to": [5.4, 10, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 8.3, 10]}, + "faces": { + "north": {"uv": [9.625, 9.25, 9.75, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 9.625, 9.5, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 9.375, 9.75, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 9.625, 9.625, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 9.625, 9.625, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 9.625, 9.625, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 7], + "to": [12.2, 7.2, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 12.8, 5.5]}, + "faces": { + "north": {"uv": [0, 9.75, 0.125, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 0, 9.875, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 9.75, 0.25, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 0.125, 9.875, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 9.875, 0.25, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 0.25, 9.75, 0.375], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 7], + "to": [5.4, 7.2, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 12.8, 5.5]}, + "faces": { + "north": {"uv": [0.375, 9.75, 0.5, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 0.375, 9.875, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 9.75, 0.625, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 0.5, 9.875, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 9.875, 0.625, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 0.625, 9.75, 0.75], "texture": "#1"} + } + }, + { + "from": [12, 9.8, 10.1], + "to": [12.2, 10, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 8.3, 4.5]}, + "faces": { + "north": {"uv": [0.75, 9.75, 0.875, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 0.75, 9.875, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 9.75, 1, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 0.875, 9.875, 1], "texture": "#1"}, + "up": {"uv": [1.125, 9.875, 1, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 1, 9.75, 1.125], "texture": "#1"} + } + }, + { + "from": [5.2, 9.8, 10.1], + "to": [5.4, 10, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 8.3, 4.5]}, + "faces": { + "north": {"uv": [1.125, 9.75, 1.25, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 1.125, 9.875, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 9.75, 1.375, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 1.25, 9.875, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 9.875, 1.375, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 1.375, 9.75, 1.5], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 7.3], + "to": [12.3, 13, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 5.8]}, + "faces": { + "north": {"uv": [1.5, 9.75, 1.625, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 1.5, 9.875, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 9.75, 1.75, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 1.625, 9.875, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 9.875, 1.75, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 1.75, 9.75, 1.875], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 7.3], + "to": [5.2, 13, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 5.8]}, + "faces": { + "north": {"uv": [1.875, 9.75, 2, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 1.875, 9.875, 2], "texture": "#1"}, + "south": {"uv": [2, 9.75, 2.125, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 2, 9.875, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 9.875, 2.125, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 2.125, 9.75, 2.25], "texture": "#1"} + } + }, + { + "from": [12.2, 10.1, 4.3], + "to": [12.3, 10.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 8.6, 10]}, + "faces": { + "north": {"uv": [2.25, 9.75, 2.375, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 2.25, 9.875, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 9.75, 2.5, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 2.375, 9.875, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 9.875, 2.5, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 2.5, 9.75, 2.625], "texture": "#1"} + } + }, + { + "from": [5.1, 10.1, 4.3], + "to": [5.2, 10.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 8.6, 10]}, + "faces": { + "north": {"uv": [2.625, 9.75, 2.75, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 2.625, 9.875, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 9.75, 2.875, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 2.75, 9.875, 2.875], "texture": "#1"}, + "up": {"uv": [3, 9.875, 2.875, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 2.875, 9.75, 3], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 7.3], + "to": [12.3, 7.2, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 5.8]}, + "faces": { + "north": {"uv": [3, 9.75, 3.125, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 3, 9.875, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 9.75, 3.25, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 3.125, 9.875, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 9.875, 3.25, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 3.25, 9.75, 3.375], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 7.3], + "to": [5.2, 7.2, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 5.8]}, + "faces": { + "north": {"uv": [3.375, 9.75, 3.5, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 3.375, 9.875, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 9.75, 3.625, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 3.5, 9.875, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 9.875, 3.625, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 3.625, 9.75, 3.75], "texture": "#1"} + } + }, + { + "from": [12.2, 10.1, 10.1], + "to": [12.3, 10.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 8.6, 4.5]}, + "faces": { + "north": {"uv": [3.75, 9.75, 3.875, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 3.75, 9.875, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 9.75, 4, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 3.875, 9.875, 4], "texture": "#1"}, + "up": {"uv": [4.125, 9.875, 4, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 4, 9.75, 4.125], "texture": "#1"} + } + }, + { + "from": [5.1, 10.1, 10.1], + "to": [5.2, 10.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 8.6, 4.5]}, + "faces": { + "north": {"uv": [4.125, 9.75, 4.25, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 4.125, 9.875, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 9.75, 4.375, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 4.25, 9.875, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 9.875, 4.375, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 4.375, 9.75, 4.5], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 6.9], + "to": [12.3, 13, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 5.3]}, + "faces": { + "north": {"uv": [4.5, 9.75, 4.625, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 4.5, 9.875, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 9.75, 4.75, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 4.625, 9.875, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 9.875, 4.75, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 4.75, 9.75, 4.875], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 6.9], + "to": [5.2, 13, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 5.3]}, + "faces": { + "north": {"uv": [4.875, 9.75, 5, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 4.875, 9.875, 5], "texture": "#1"}, + "south": {"uv": [5, 9.75, 5.125, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 5, 9.875, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 9.875, 5.125, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 5.125, 9.75, 5.25], "texture": "#1"} + } + }, + { + "from": [12.2, 9.7, 4.3], + "to": [12.3, 9.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 8.1, 10]}, + "faces": { + "north": {"uv": [5.25, 9.75, 5.375, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 5.25, 9.875, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 9.75, 5.5, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 5.375, 9.875, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 9.875, 5.5, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 5.5, 9.75, 5.625], "texture": "#1"} + } + }, + { + "from": [5.1, 9.7, 4.3], + "to": [5.2, 9.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 8.1, 10]}, + "faces": { + "north": {"uv": [5.625, 9.75, 5.75, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 5.625, 9.875, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 9.75, 5.875, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 5.75, 9.875, 5.875], "texture": "#1"}, + "up": {"uv": [6, 9.875, 5.875, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 5.875, 9.75, 6], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 6.9], + "to": [12.3, 7.2, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 5.3]}, + "faces": { + "north": {"uv": [6, 9.75, 6.125, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 6, 9.875, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 9.75, 6.25, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 6.125, 9.875, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 9.875, 6.25, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 6.25, 9.75, 6.375], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 6.9], + "to": [5.2, 7.2, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 5.3]}, + "faces": { + "north": {"uv": [6.375, 9.75, 6.5, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 6.375, 9.875, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 9.75, 6.625, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 6.5, 9.875, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 9.875, 6.625, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 6.625, 9.75, 6.75], "texture": "#1"} + } + }, + { + "from": [12.2, 9.7, 10.1], + "to": [12.3, 9.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 8.1, 4.5]}, + "faces": { + "north": {"uv": [6.75, 9.75, 6.875, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 6.75, 9.875, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 9.75, 7, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 6.875, 9.875, 7], "texture": "#1"}, + "up": {"uv": [7.125, 9.875, 7, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 7, 9.75, 7.125], "texture": "#1"} + } + }, + { + "from": [5.1, 9.7, 10.1], + "to": [5.2, 9.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 8.1, 4.5]}, + "faces": { + "north": {"uv": [7.125, 9.75, 7.25, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 7.125, 9.875, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 9.75, 7.375, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 7.25, 9.875, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 9.875, 7.375, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 7.375, 9.75, 7.5], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 6.3], + "to": [12.1, 13, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.3, 4.7]}, + "faces": { + "north": {"uv": [7.5, 9.75, 7.625, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 7.5, 9.875, 7.625], "texture": "#1"}, + "south": {"uv": [7.625, 9.75, 7.75, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 7.625, 9.875, 7.75], "texture": "#1"}, + "up": {"uv": [7.875, 9.875, 7.75, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 7.75, 9.75, 7.875], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 6.3], + "to": [5.4, 13, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.3, 4.7]}, + "faces": { + "north": {"uv": [7.875, 9.75, 8, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 7.875, 9.875, 8], "texture": "#1"}, + "south": {"uv": [8, 9.75, 8.125, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 8, 9.875, 8.125], "texture": "#1"}, + "up": {"uv": [8.25, 9.875, 8.125, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 8.125, 9.75, 8.25], "texture": "#1"} + } + }, + { + "from": [12, 9.1, 4.3], + "to": [12.1, 9.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.5, 10]}, + "faces": { + "north": {"uv": [8.25, 9.75, 8.375, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 8.25, 9.875, 8.375], "texture": "#1"}, + "south": {"uv": [8.375, 9.75, 8.5, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 8.375, 9.875, 8.5], "texture": "#1"}, + "up": {"uv": [8.625, 9.875, 8.5, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 8.5, 9.75, 8.625], "texture": "#1"} + } + }, + { + "from": [5.3, 9.1, 4.3], + "to": [5.4, 9.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.5, 10]}, + "faces": { + "north": {"uv": [8.625, 9.75, 8.75, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 8.625, 9.875, 8.75], "texture": "#1"}, + "south": {"uv": [8.75, 9.75, 8.875, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 8.75, 9.875, 8.875], "texture": "#1"}, + "up": {"uv": [9, 9.875, 8.875, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 8.875, 9.75, 9], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 6.3], + "to": [12.1, 7.2, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9, 9.75, 9.125, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 9, 9.875, 9.125], "texture": "#1"}, + "south": {"uv": [9.125, 9.75, 9.25, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 9.125, 9.875, 9.25], "texture": "#1"}, + "up": {"uv": [9.375, 9.875, 9.25, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 9.25, 9.75, 9.375], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 6.3], + "to": [5.4, 7.2, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9.375, 9.75, 9.5, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 9.375, 9.875, 9.5], "texture": "#1"}, + "south": {"uv": [9.5, 9.75, 9.625, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 9.5, 9.875, 9.625], "texture": "#1"}, + "up": {"uv": [9.75, 9.875, 9.625, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 9.625, 9.75, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 9.1, 10.1], + "to": [12.1, 9.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.75, 9.75, 9.875, 9.875], "texture": "#1"}, + "east": {"uv": [0, 9.875, 0.125, 10], "texture": "#1"}, + "south": {"uv": [9.875, 0, 10, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 9.875, 0.25, 10], "texture": "#1"}, + "up": {"uv": [10, 0.25, 9.875, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 9.875, 0.25, 10], "texture": "#1"} + } + }, + { + "from": [5.3, 9.1, 10.1], + "to": [5.4, 9.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.875, 0.25, 10, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 9.875, 0.5, 10], "texture": "#1"}, + "south": {"uv": [9.875, 0.375, 10, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 9.875, 0.625, 10], "texture": "#1"}, + "up": {"uv": [10, 0.625, 9.875, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 9.875, 0.625, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 6.4], + "to": [12.2, 13, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.875, 0.625, 10, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 9.875, 0.875, 10], "texture": "#1"}, + "south": {"uv": [9.875, 0.75, 10, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 9.875, 1, 10], "texture": "#1"}, + "up": {"uv": [10, 1, 9.875, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 9.875, 1, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 6.4], + "to": [5.3, 13, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.875, 1, 10, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 9.875, 1.25, 10], "texture": "#1"}, + "south": {"uv": [9.875, 1.125, 10, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 9.875, 1.375, 10], "texture": "#1"}, + "up": {"uv": [10, 1.375, 9.875, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 9.875, 1.375, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 9.2, 4.3], + "to": [12.2, 9.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [9.875, 1.375, 10, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 9.875, 1.625, 10], "texture": "#1"}, + "south": {"uv": [9.875, 1.5, 10, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 9.875, 1.75, 10], "texture": "#1"}, + "up": {"uv": [10, 1.75, 9.875, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 9.875, 1.75, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 9.2, 4.3], + "to": [5.3, 9.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [9.875, 1.75, 10, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 9.875, 2, 10], "texture": "#1"}, + "south": {"uv": [9.875, 1.875, 10, 2], "texture": "#1"}, + "west": {"uv": [2, 9.875, 2.125, 10], "texture": "#1"}, + "up": {"uv": [10, 2.125, 9.875, 2], "texture": "#1"}, + "down": {"uv": [2.25, 9.875, 2.125, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 6.4], + "to": [12.2, 7.2, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9.875, 2.125, 10, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 9.875, 2.375, 10], "texture": "#1"}, + "south": {"uv": [9.875, 2.25, 10, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 9.875, 2.5, 10], "texture": "#1"}, + "up": {"uv": [10, 2.5, 9.875, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 9.875, 2.5, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 6.4], + "to": [5.3, 7.2, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9.875, 2.5, 10, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 9.875, 2.75, 10], "texture": "#1"}, + "south": {"uv": [9.875, 2.625, 10, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 9.875, 2.875, 10], "texture": "#1"}, + "up": {"uv": [10, 2.875, 9.875, 2.75], "texture": "#1"}, + "down": {"uv": [3, 9.875, 2.875, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 9.2, 10.1], + "to": [12.2, 9.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.875, 2.875, 10, 3], "texture": "#1"}, + "east": {"uv": [3, 9.875, 3.125, 10], "texture": "#1"}, + "south": {"uv": [9.875, 3, 10, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 9.875, 3.25, 10], "texture": "#1"}, + "up": {"uv": [10, 3.25, 9.875, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 9.875, 3.25, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 9.2, 10.1], + "to": [5.3, 9.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.875, 3.25, 10, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 9.875, 3.5, 10], "texture": "#1"}, + "south": {"uv": [9.875, 3.375, 10, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 9.875, 3.625, 10], "texture": "#1"}, + "up": {"uv": [10, 3.625, 9.875, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 9.875, 3.625, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 6.2], + "to": [12.2, 13, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.875, 3.625, 10, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 9.875, 3.875, 10], "texture": "#1"}, + "south": {"uv": [9.875, 3.75, 10, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 9.875, 4, 10], "texture": "#1"}, + "up": {"uv": [10, 4, 9.875, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 9.875, 4, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 6.2], + "to": [5.3, 13, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.875, 4, 10, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 9.875, 4.25, 10], "texture": "#1"}, + "south": {"uv": [9.875, 4.125, 10, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 9.875, 4.375, 10], "texture": "#1"}, + "up": {"uv": [10, 4.375, 9.875, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 9.875, 4.375, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 9, 4.3], + "to": [12.2, 9.1, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [9.875, 4.375, 10, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 9.875, 4.625, 10], "texture": "#1"}, + "south": {"uv": [9.875, 4.5, 10, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 9.875, 4.75, 10], "texture": "#1"}, + "up": {"uv": [10, 4.75, 9.875, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 9.875, 4.75, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 9, 4.3], + "to": [5.3, 9.1, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [9.875, 4.75, 10, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 9.875, 5, 10], "texture": "#1"}, + "south": {"uv": [9.875, 4.875, 10, 5], "texture": "#1"}, + "west": {"uv": [5, 9.875, 5.125, 10], "texture": "#1"}, + "up": {"uv": [10, 5.125, 9.875, 5], "texture": "#1"}, + "down": {"uv": [5.25, 9.875, 5.125, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 6.2], + "to": [12.2, 7.2, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9.875, 5.125, 10, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 9.875, 5.375, 10], "texture": "#1"}, + "south": {"uv": [9.875, 5.25, 10, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 9.875, 5.5, 10], "texture": "#1"}, + "up": {"uv": [10, 5.5, 9.875, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 9.875, 5.5, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 6.2], + "to": [5.3, 7.2, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9.875, 5.5, 10, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 9.875, 5.75, 10], "texture": "#1"}, + "south": {"uv": [9.875, 5.625, 10, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 9.875, 5.875, 10], "texture": "#1"}, + "up": {"uv": [10, 5.875, 9.875, 5.75], "texture": "#1"}, + "down": {"uv": [6, 9.875, 5.875, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 9, 10.1], + "to": [12.2, 9.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.875, 5.875, 10, 6], "texture": "#1"}, + "east": {"uv": [6, 9.875, 6.125, 10], "texture": "#1"}, + "south": {"uv": [9.875, 6, 10, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 9.875, 6.25, 10], "texture": "#1"}, + "up": {"uv": [10, 6.25, 9.875, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 9.875, 6.25, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 9, 10.1], + "to": [5.3, 9.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.875, 6.25, 10, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 9.875, 6.5, 10], "texture": "#1"}, + "south": {"uv": [9.875, 6.375, 10, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 9.875, 6.625, 10], "texture": "#1"}, + "up": {"uv": [10, 6.625, 9.875, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 9.875, 6.625, 10], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 6], + "to": [12.1, 13, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.875, 6.625, 10, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 9.875, 6.875, 10], "texture": "#1"}, + "south": {"uv": [9.875, 6.75, 10, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 9.875, 7, 10], "texture": "#1"}, + "up": {"uv": [10, 7, 9.875, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 9.875, 7, 10], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 6], + "to": [5.4, 13, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.875, 7, 10, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 9.875, 7.25, 10], "texture": "#1"}, + "south": {"uv": [9.875, 7.125, 10, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 9.875, 7.375, 10], "texture": "#1"}, + "up": {"uv": [10, 7.375, 9.875, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 9.875, 7.375, 10], "texture": "#1"} + } + }, + { + "from": [12, 8.8, 4.3], + "to": [12.1, 8.9, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [9.875, 7.375, 10, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 9.875, 7.625, 10], "texture": "#1"}, + "south": {"uv": [9.875, 7.5, 10, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 9.875, 7.75, 10], "texture": "#1"}, + "up": {"uv": [10, 7.75, 9.875, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 9.875, 7.75, 10], "texture": "#1"} + } + }, + { + "from": [5.3, 8.8, 4.3], + "to": [5.4, 8.9, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [9.875, 7.75, 10, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 9.875, 8, 10], "texture": "#1"}, + "south": {"uv": [9.875, 7.875, 10, 8], "texture": "#1"}, + "west": {"uv": [8, 9.875, 8.125, 10], "texture": "#1"}, + "up": {"uv": [10, 8.125, 9.875, 8], "texture": "#1"}, + "down": {"uv": [8.25, 9.875, 8.125, 10], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 6], + "to": [12.1, 7.2, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9.875, 8.125, 10, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 9.875, 8.375, 10], "texture": "#1"}, + "south": {"uv": [9.875, 8.25, 10, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 9.875, 8.5, 10], "texture": "#1"}, + "up": {"uv": [10, 8.5, 9.875, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 9.875, 8.5, 10], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 6], + "to": [5.4, 7.2, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9.875, 8.5, 10, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 9.875, 8.75, 10], "texture": "#1"}, + "south": {"uv": [9.875, 8.625, 10, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 9.875, 8.875, 10], "texture": "#1"}, + "up": {"uv": [10, 8.875, 9.875, 8.75], "texture": "#1"}, + "down": {"uv": [9, 9.875, 8.875, 10], "texture": "#1"} + } + }, + { + "from": [12, 8.8, 10.1], + "to": [12.1, 8.9, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.875, 8.875, 10, 9], "texture": "#1"}, + "east": {"uv": [9, 9.875, 9.125, 10], "texture": "#1"}, + "south": {"uv": [9.875, 9, 10, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 9.875, 9.25, 10], "texture": "#1"}, + "up": {"uv": [10, 9.25, 9.875, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 9.875, 9.25, 10], "texture": "#1"} + } + }, + { + "from": [5.3, 8.8, 10.1], + "to": [5.4, 8.9, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.875, 9.25, 10, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 9.875, 9.5, 10], "texture": "#1"}, + "south": {"uv": [9.875, 9.375, 10, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 9.875, 9.625, 10], "texture": "#1"}, + "up": {"uv": [10, 9.625, 9.875, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 9.875, 9.625, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 5.9], + "to": [12.2, 13, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.875, 9.625, 10, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 9.875, 9.875, 10], "texture": "#1"}, + "south": {"uv": [9.875, 9.75, 10, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 9.875, 10, 10], "texture": "#1"}, + "up": {"uv": [0.125, 10.125, 0, 10], "texture": "#1"}, + "down": {"uv": [10.125, 0, 10, 0.125], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 5.9], + "to": [5.3, 13, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [0.125, 10, 0.25, 10.125], "texture": "#1"}, + "east": {"uv": [10, 0.125, 10.125, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 10, 0.375, 10.125], "texture": "#1"}, + "west": {"uv": [10, 0.25, 10.125, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 10.125, 0.375, 10], "texture": "#1"}, + "down": {"uv": [10.125, 0.375, 10, 0.5], "texture": "#1"} + } + }, + { + "from": [12.1, 8.7, 4.3], + "to": [12.2, 8.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [0.5, 10, 0.625, 10.125], "texture": "#1"}, + "east": {"uv": [10, 0.5, 10.125, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 10, 0.75, 10.125], "texture": "#1"}, + "west": {"uv": [10, 0.625, 10.125, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 10.125, 0.75, 10], "texture": "#1"}, + "down": {"uv": [10.125, 0.75, 10, 0.875], "texture": "#1"} + } + }, + { + "from": [5.2, 8.7, 4.3], + "to": [5.3, 8.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [0.875, 10, 1, 10.125], "texture": "#1"}, + "east": {"uv": [10, 0.875, 10.125, 1], "texture": "#1"}, + "south": {"uv": [1, 10, 1.125, 10.125], "texture": "#1"}, + "west": {"uv": [10, 1, 10.125, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 10.125, 1.125, 10], "texture": "#1"}, + "down": {"uv": [10.125, 1.125, 10, 1.25], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 5.9], + "to": [12.2, 7.2, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [1.25, 10, 1.375, 10.125], "texture": "#1"}, + "east": {"uv": [10, 1.25, 10.125, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 10, 1.5, 10.125], "texture": "#1"}, + "west": {"uv": [10, 1.375, 10.125, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 10.125, 1.5, 10], "texture": "#1"}, + "down": {"uv": [10.125, 1.5, 10, 1.625], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 5.9], + "to": [5.3, 7.2, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [1.625, 10, 1.75, 10.125], "texture": "#1"}, + "east": {"uv": [10, 1.625, 10.125, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 10, 1.875, 10.125], "texture": "#1"}, + "west": {"uv": [10, 1.75, 10.125, 1.875], "texture": "#1"}, + "up": {"uv": [2, 10.125, 1.875, 10], "texture": "#1"}, + "down": {"uv": [10.125, 1.875, 10, 2], "texture": "#1"} + } + }, + { + "from": [12.1, 8.7, 10.1], + "to": [12.2, 8.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [2, 10, 2.125, 10.125], "texture": "#1"}, + "east": {"uv": [10, 2, 10.125, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 10, 2.25, 10.125], "texture": "#1"}, + "west": {"uv": [10, 2.125, 10.125, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 10.125, 2.25, 10], "texture": "#1"}, + "down": {"uv": [10.125, 2.25, 10, 2.375], "texture": "#1"} + } + }, + { + "from": [5.2, 8.7, 10.1], + "to": [5.3, 8.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [2.375, 10, 2.5, 10.125], "texture": "#1"}, + "east": {"uv": [10, 2.375, 10.125, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 10, 2.625, 10.125], "texture": "#1"}, + "west": {"uv": [10, 2.5, 10.125, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 10.125, 2.625, 10], "texture": "#1"}, + "down": {"uv": [10.125, 2.625, 10, 2.75], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 5.6], + "to": [12.2, 13, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [2.75, 10, 2.875, 10.125], "texture": "#1"}, + "east": {"uv": [10, 2.75, 10.125, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 10, 3, 10.125], "texture": "#1"}, + "west": {"uv": [10, 2.875, 10.125, 3], "texture": "#1"}, + "up": {"uv": [3.125, 10.125, 3, 10], "texture": "#1"}, + "down": {"uv": [10.125, 3, 10, 3.125], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 5.6], + "to": [5.3, 13, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [3.125, 10, 3.25, 10.125], "texture": "#1"}, + "east": {"uv": [10, 3.125, 10.125, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 10, 3.375, 10.125], "texture": "#1"}, + "west": {"uv": [10, 3.25, 10.125, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 10.125, 3.375, 10], "texture": "#1"}, + "down": {"uv": [10.125, 3.375, 10, 3.5], "texture": "#1"} + } + }, + { + "from": [12.1, 8.4, 4.3], + "to": [12.2, 8.5, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [3.5, 10, 3.625, 10.125], "texture": "#1"}, + "east": {"uv": [10, 3.5, 10.125, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 10, 3.75, 10.125], "texture": "#1"}, + "west": {"uv": [10, 3.625, 10.125, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 10.125, 3.75, 10], "texture": "#1"}, + "down": {"uv": [10.125, 3.75, 10, 3.875], "texture": "#1"} + } + }, + { + "from": [5.2, 8.4, 4.3], + "to": [5.3, 8.5, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [3.875, 10, 4, 10.125], "texture": "#1"}, + "east": {"uv": [10, 3.875, 10.125, 4], "texture": "#1"}, + "south": {"uv": [4, 10, 4.125, 10.125], "texture": "#1"}, + "west": {"uv": [10, 4, 10.125, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 10.125, 4.125, 10], "texture": "#1"}, + "down": {"uv": [10.125, 4.125, 10, 4.25], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 5.6], + "to": [12.2, 7.2, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [4.25, 10, 4.375, 10.125], "texture": "#1"}, + "east": {"uv": [10, 4.25, 10.125, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 10, 4.5, 10.125], "texture": "#1"}, + "west": {"uv": [10, 4.375, 10.125, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 10.125, 4.5, 10], "texture": "#1"}, + "down": {"uv": [10.125, 4.5, 10, 4.625], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 5.6], + "to": [5.3, 7.2, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [4.625, 10, 4.75, 10.125], "texture": "#1"}, + "east": {"uv": [10, 4.625, 10.125, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 10, 4.875, 10.125], "texture": "#1"}, + "west": {"uv": [10, 4.75, 10.125, 4.875], "texture": "#1"}, + "up": {"uv": [5, 10.125, 4.875, 10], "texture": "#1"}, + "down": {"uv": [10.125, 4.875, 10, 5], "texture": "#1"} + } + }, + { + "from": [12.1, 8.4, 10.1], + "to": [12.2, 8.5, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [5, 10, 5.125, 10.125], "texture": "#1"}, + "east": {"uv": [10, 5, 10.125, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 10, 5.25, 10.125], "texture": "#1"}, + "west": {"uv": [10, 5.125, 10.125, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 10.125, 5.25, 10], "texture": "#1"}, + "down": {"uv": [10.125, 5.25, 10, 5.375], "texture": "#1"} + } + }, + { + "from": [5.2, 8.4, 10.1], + "to": [5.3, 8.5, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [5.375, 10, 5.5, 10.125], "texture": "#1"}, + "east": {"uv": [10, 5.375, 10.125, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 10, 5.625, 10.125], "texture": "#1"}, + "west": {"uv": [10, 5.5, 10.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 10.125, 5.625, 10], "texture": "#1"}, + "down": {"uv": [10.125, 5.625, 10, 5.75], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 5.4], + "to": [12.2, 13, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [5.75, 10, 5.875, 10.125], "texture": "#1"}, + "east": {"uv": [10, 5.75, 10.125, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 10, 6, 10.125], "texture": "#1"}, + "west": {"uv": [10, 5.875, 10.125, 6], "texture": "#1"}, + "up": {"uv": [6.125, 10.125, 6, 10], "texture": "#1"}, + "down": {"uv": [10.125, 6, 10, 6.125], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 5.4], + "to": [5.3, 13, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [6.125, 10, 6.25, 10.125], "texture": "#1"}, + "east": {"uv": [10, 6.125, 10.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 10, 6.375, 10.125], "texture": "#1"}, + "west": {"uv": [10, 6.25, 10.125, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 10.125, 6.375, 10], "texture": "#1"}, + "down": {"uv": [10.125, 6.375, 10, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 8.2, 4.3], + "to": [12.2, 8.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [6.5, 10, 6.625, 10.125], "texture": "#1"}, + "east": {"uv": [10, 6.5, 10.125, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 10, 6.75, 10.125], "texture": "#1"}, + "west": {"uv": [10, 6.625, 10.125, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 10.125, 6.75, 10], "texture": "#1"}, + "down": {"uv": [10.125, 6.75, 10, 6.875], "texture": "#1"} + } + }, + { + "from": [5.2, 8.2, 4.3], + "to": [5.3, 8.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [6.875, 10, 7, 10.125], "texture": "#1"}, + "east": {"uv": [10, 6.875, 10.125, 7], "texture": "#1"}, + "south": {"uv": [7, 10, 7.125, 10.125], "texture": "#1"}, + "west": {"uv": [10, 7, 10.125, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 10.125, 7.125, 10], "texture": "#1"}, + "down": {"uv": [10.125, 7.125, 10, 7.25], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 5.4], + "to": [12.2, 7.2, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [7.25, 10, 7.375, 10.125], "texture": "#1"}, + "east": {"uv": [10, 7.25, 10.125, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 10, 7.5, 10.125], "texture": "#1"}, + "west": {"uv": [10, 7.375, 10.125, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 10.125, 7.5, 10], "texture": "#1"}, + "down": {"uv": [10.125, 7.5, 10, 7.625], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 5.4], + "to": [5.3, 7.2, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [7.625, 10, 7.75, 10.125], "texture": "#1"}, + "east": {"uv": [10, 7.625, 10.125, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 10, 7.875, 10.125], "texture": "#1"}, + "west": {"uv": [10, 7.75, 10.125, 7.875], "texture": "#1"}, + "up": {"uv": [8, 10.125, 7.875, 10], "texture": "#1"}, + "down": {"uv": [10.125, 7.875, 10, 8], "texture": "#1"} + } + }, + { + "from": [12.1, 8.2, 10.1], + "to": [12.2, 8.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [8, 10, 8.125, 10.125], "texture": "#1"}, + "east": {"uv": [10, 8, 10.125, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 10, 8.25, 10.125], "texture": "#1"}, + "west": {"uv": [10, 8.125, 10.125, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 10.125, 8.25, 10], "texture": "#1"}, + "down": {"uv": [10.125, 8.25, 10, 8.375], "texture": "#1"} + } + }, + { + "from": [5.2, 8.2, 10.1], + "to": [5.3, 8.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [8.375, 10, 8.5, 10.125], "texture": "#1"}, + "east": {"uv": [10, 8.375, 10.125, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 10, 8.625, 10.125], "texture": "#1"}, + "west": {"uv": [10, 8.5, 10.125, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 10.125, 8.625, 10], "texture": "#1"}, + "down": {"uv": [10.125, 8.625, 10, 8.75], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 5.5], + "to": [12.1, 13, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [8.75, 10, 8.875, 10.125], "texture": "#1"}, + "east": {"uv": [10, 8.75, 10.125, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 10, 9, 10.125], "texture": "#1"}, + "west": {"uv": [10, 8.875, 10.125, 9], "texture": "#1"}, + "up": {"uv": [9.125, 10.125, 9, 10], "texture": "#1"}, + "down": {"uv": [10.125, 9, 10, 9.125], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 5.5], + "to": [5.4, 13, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.125, 10, 9.25, 10.125], "texture": "#1"}, + "east": {"uv": [10, 9.125, 10.125, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 10, 9.375, 10.125], "texture": "#1"}, + "west": {"uv": [10, 9.25, 10.125, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 10.125, 9.375, 10], "texture": "#1"}, + "down": {"uv": [10.125, 9.375, 10, 9.5], "texture": "#1"} + } + }, + { + "from": [12, 8.3, 4.3], + "to": [12.1, 8.4, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [9.5, 10, 9.625, 10.125], "texture": "#1"}, + "east": {"uv": [10, 9.5, 10.125, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 10, 9.75, 10.125], "texture": "#1"}, + "west": {"uv": [10, 9.625, 10.125, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 10.125, 9.75, 10], "texture": "#1"}, + "down": {"uv": [10.125, 9.75, 10, 9.875], "texture": "#1"} + } + }, + { + "from": [5.3, 8.3, 4.3], + "to": [5.4, 8.4, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [9.875, 10, 10, 10.125], "texture": "#1"}, + "east": {"uv": [10, 9.875, 10.125, 10], "texture": "#1"}, + "south": {"uv": [10, 10, 10.125, 10.125], "texture": "#1"}, + "west": {"uv": [0, 10.125, 0.125, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 0.125, 10.125, 0], "texture": "#1"}, + "down": {"uv": [0.25, 10.125, 0.125, 10.25], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 5.5], + "to": [12.1, 7.2, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [10.125, 0.125, 10.25, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 10.125, 0.375, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 0.25, 10.25, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 10.125, 0.5, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 0.5, 10.125, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 10.125, 0.5, 10.25], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 5.5], + "to": [5.4, 7.2, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [10.125, 0.5, 10.25, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 10.125, 0.75, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 0.625, 10.25, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 10.125, 0.875, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 0.875, 10.125, 0.75], "texture": "#1"}, + "down": {"uv": [1, 10.125, 0.875, 10.25], "texture": "#1"} + } + }, + { + "from": [12, 8.3, 10.1], + "to": [12.1, 8.4, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [10.125, 0.875, 10.25, 1], "texture": "#1"}, + "east": {"uv": [1, 10.125, 1.125, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 1, 10.25, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 10.125, 1.25, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 1.25, 10.125, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 10.125, 1.25, 10.25], "texture": "#1"} + } + }, + { + "from": [5.3, 8.3, 10.1], + "to": [5.4, 8.4, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [10.125, 1.25, 10.25, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 10.125, 1.5, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 1.375, 10.25, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 10.125, 1.625, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 1.625, 10.125, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 10.125, 1.625, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 5.7], + "to": [12.3, 13, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [10.125, 1.625, 10.25, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 10.125, 1.875, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 1.75, 10.25, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 10.125, 2, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 2, 10.125, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 10.125, 2, 10.25], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 5.7], + "to": [5.2, 13, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [10.125, 2, 10.25, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 10.125, 2.25, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 2.125, 10.25, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 10.125, 2.375, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 2.375, 10.125, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 10.125, 2.375, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 8.5, 4.3], + "to": [12.3, 8.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [10.125, 2.375, 10.25, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 10.125, 2.625, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 2.5, 10.25, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 10.125, 2.75, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 2.75, 10.125, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 10.125, 2.75, 10.25], "texture": "#1"} + } + }, + { + "from": [5.1, 8.5, 4.3], + "to": [5.2, 8.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [10.125, 2.75, 10.25, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 10.125, 3, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 2.875, 10.25, 3], "texture": "#1"}, + "west": {"uv": [3, 10.125, 3.125, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 3.125, 10.125, 3], "texture": "#1"}, + "down": {"uv": [3.25, 10.125, 3.125, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 5.7], + "to": [12.3, 7.2, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [10.125, 3.125, 10.25, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 10.125, 3.375, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 3.25, 10.25, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 10.125, 3.5, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 3.5, 10.125, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 10.125, 3.5, 10.25], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 5.7], + "to": [5.2, 7.2, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [10.125, 3.5, 10.25, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 10.125, 3.75, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 3.625, 10.25, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 10.125, 3.875, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 3.875, 10.125, 3.75], "texture": "#1"}, + "down": {"uv": [4, 10.125, 3.875, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 8.5, 10.1], + "to": [12.3, 8.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [10.125, 3.875, 10.25, 4], "texture": "#1"}, + "east": {"uv": [4, 10.125, 4.125, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 4, 10.25, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 10.125, 4.25, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 4.25, 10.125, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 10.125, 4.25, 10.25], "texture": "#1"} + } + }, + { + "from": [5.1, 8.5, 10.1], + "to": [5.2, 8.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [10.125, 4.25, 10.25, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 10.125, 4.5, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 4.375, 10.25, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 10.125, 4.625, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 4.625, 10.125, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 10.125, 4.625, 10.25], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 5.7], + "to": [12.1, 13, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [10.125, 4.625, 10.25, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 10.125, 4.875, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 4.75, 10.25, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 10.125, 5, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 5, 10.125, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 10.125, 5, 10.25], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 5.7], + "to": [5.4, 13, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [10.125, 5, 10.25, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 10.125, 5.25, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 5.125, 10.25, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 10.125, 5.375, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 5.375, 10.125, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 10.125, 5.375, 10.25], "texture": "#1"} + } + }, + { + "from": [12, 8.5, 4.3], + "to": [12.1, 8.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [10.125, 5.375, 10.25, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 10.125, 5.625, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 5.5, 10.25, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 10.125, 5.75, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 5.75, 10.125, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 10.125, 5.75, 10.25], "texture": "#1"} + } + }, + { + "from": [5.3, 8.5, 4.3], + "to": [5.4, 8.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [10.125, 5.75, 10.25, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 10.125, 6, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 5.875, 10.25, 6], "texture": "#1"}, + "west": {"uv": [6, 10.125, 6.125, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 6.125, 10.125, 6], "texture": "#1"}, + "down": {"uv": [6.25, 10.125, 6.125, 10.25], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 5.7], + "to": [12.1, 7.2, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [10.125, 6.125, 10.25, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 10.125, 6.375, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 6.25, 10.25, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 10.125, 6.5, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 6.5, 10.125, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 10.125, 6.5, 10.25], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 5.7], + "to": [5.4, 7.2, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [10.125, 6.5, 10.25, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 10.125, 6.75, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 6.625, 10.25, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 10.125, 6.875, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 6.875, 10.125, 6.75], "texture": "#1"}, + "down": {"uv": [7, 10.125, 6.875, 10.25], "texture": "#1"} + } + }, + { + "from": [12, 8.5, 10.1], + "to": [12.1, 8.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [10.125, 6.875, 10.25, 7], "texture": "#1"}, + "east": {"uv": [7, 10.125, 7.125, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 7, 10.25, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 10.125, 7.25, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 7.25, 10.125, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 10.125, 7.25, 10.25], "texture": "#1"} + } + }, + { + "from": [5.3, 8.5, 10.1], + "to": [5.4, 8.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [10.125, 7.25, 10.25, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 10.125, 7.5, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 7.375, 10.25, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 10.125, 7.625, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 7.625, 10.125, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 10.125, 7.625, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 6.5], + "to": [12.3, 13, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 4.8]}, + "faces": { + "north": {"uv": [10.125, 7.625, 10.25, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 10.125, 7.875, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 7.75, 10.25, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 10.125, 8, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 8, 10.125, 7.875], "texture": "#1"}, + "down": {"uv": [8.125, 10.125, 8, 10.25], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 6.5], + "to": [5.2, 13, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 4.8]}, + "faces": { + "north": {"uv": [10.125, 8, 10.25, 8.125], "texture": "#1"}, + "east": {"uv": [8.125, 10.125, 8.25, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 8.125, 10.25, 8.25], "texture": "#1"}, + "west": {"uv": [8.25, 10.125, 8.375, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 8.375, 10.125, 8.25], "texture": "#1"}, + "down": {"uv": [8.5, 10.125, 8.375, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 9.3, 4.3], + "to": [12.3, 9.4, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.6, 10]}, + "faces": { + "north": {"uv": [10.125, 8.375, 10.25, 8.5], "texture": "#1"}, + "east": {"uv": [8.5, 10.125, 8.625, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 8.5, 10.25, 8.625], "texture": "#1"}, + "west": {"uv": [8.625, 10.125, 8.75, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 8.75, 10.125, 8.625], "texture": "#1"}, + "down": {"uv": [8.875, 10.125, 8.75, 10.25], "texture": "#1"} + } + }, + { + "from": [5.1, 9.3, 4.3], + "to": [5.2, 9.4, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.6, 10]}, + "faces": { + "north": {"uv": [10.125, 8.75, 10.25, 8.875], "texture": "#1"}, + "east": {"uv": [8.875, 10.125, 9, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 8.875, 10.25, 9], "texture": "#1"}, + "west": {"uv": [9, 10.125, 9.125, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 9.125, 10.125, 9], "texture": "#1"}, + "down": {"uv": [9.25, 10.125, 9.125, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 6.5], + "to": [12.3, 7.2, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 4.8]}, + "faces": { + "north": {"uv": [10.125, 9.125, 10.25, 9.25], "texture": "#1"}, + "east": {"uv": [9.25, 10.125, 9.375, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 9.25, 10.25, 9.375], "texture": "#1"}, + "west": {"uv": [9.375, 10.125, 9.5, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 9.5, 10.125, 9.375], "texture": "#1"}, + "down": {"uv": [9.625, 10.125, 9.5, 10.25], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 6.5], + "to": [5.2, 7.2, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 4.8]}, + "faces": { + "north": {"uv": [10.125, 9.5, 10.25, 9.625], "texture": "#1"}, + "east": {"uv": [9.625, 10.125, 9.75, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 9.625, 10.25, 9.75], "texture": "#1"}, + "west": {"uv": [9.75, 10.125, 9.875, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 9.875, 10.125, 9.75], "texture": "#1"}, + "down": {"uv": [10, 10.125, 9.875, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 9.3, 10.1], + "to": [12.3, 9.4, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.6, 4.5]}, + "faces": { + "north": {"uv": [10.125, 9.875, 10.25, 10], "texture": "#1"}, + "east": {"uv": [10, 10.125, 10.125, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 10, 10.25, 10.125], "texture": "#1"}, + "west": {"uv": [10.125, 10.125, 10.25, 10.25], "texture": "#1"}, + "up": {"uv": [0.125, 10.375, 0, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 0, 10.25, 0.125], "texture": "#1"} + } + }, + { + "from": [5.1, 9.3, 10.1], + "to": [5.2, 9.4, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.6, 4.5]}, + "faces": { + "north": {"uv": [0.125, 10.25, 0.25, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 0.125, 10.375, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 10.25, 0.375, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 0.25, 10.375, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 10.375, 0.375, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 0.375, 10.25, 0.5], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 6.1], + "to": [12.3, 13, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 4.6]}, + "faces": { + "north": {"uv": [0.5, 10.25, 0.625, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 0.5, 10.375, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 10.25, 0.75, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 0.625, 10.375, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 10.375, 0.75, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 0.75, 10.25, 0.875], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 6.1], + "to": [5.2, 13, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 4.6]}, + "faces": { + "north": {"uv": [0.875, 10.25, 1, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 0.875, 10.375, 1], "texture": "#1"}, + "south": {"uv": [1, 10.25, 1.125, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 1, 10.375, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 10.375, 1.125, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 1.125, 10.25, 1.25], "texture": "#1"} + } + }, + { + "from": [12.2, 8.9, 4.3], + "to": [12.3, 9.2, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.4, 10]}, + "faces": { + "north": {"uv": [1.25, 10.25, 1.375, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 1.25, 10.375, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 10.25, 1.5, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 1.375, 10.375, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 10.375, 1.5, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 1.5, 10.25, 1.625], "texture": "#1"} + } + }, + { + "from": [5.1, 8.9, 4.3], + "to": [5.2, 9.2, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.4, 10]}, + "faces": { + "north": {"uv": [1.625, 10.25, 1.75, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 1.625, 10.375, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 10.25, 1.875, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 1.75, 10.375, 1.875], "texture": "#1"}, + "up": {"uv": [2, 10.375, 1.875, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 1.875, 10.25, 2], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 6.1], + "to": [12.3, 7.2, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 4.6]}, + "faces": { + "north": {"uv": [2, 10.25, 2.125, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 2, 10.375, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 10.25, 2.25, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 2.125, 10.375, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 10.375, 2.25, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 2.25, 10.25, 2.375], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 6.1], + "to": [5.2, 7.2, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 4.6]}, + "faces": { + "north": {"uv": [2.375, 10.25, 2.5, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 2.375, 10.375, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 10.25, 2.625, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 2.5, 10.375, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 10.375, 2.625, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 2.625, 10.25, 2.75], "texture": "#1"} + } + }, + { + "from": [12.2, 8.9, 10.1], + "to": [12.3, 9.2, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.4, 4.5]}, + "faces": { + "north": {"uv": [2.75, 10.25, 2.875, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 2.75, 10.375, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 10.25, 3, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 2.875, 10.375, 3], "texture": "#1"}, + "up": {"uv": [3.125, 10.375, 3, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 3, 10.25, 3.125], "texture": "#1"} + } + }, + { + "from": [5.1, 8.9, 10.1], + "to": [5.2, 9.2, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.4, 4.5]}, + "faces": { + "north": {"uv": [3.125, 10.25, 3.25, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 3.125, 10.375, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 10.25, 3.375, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 3.25, 10.375, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 10.375, 3.375, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 3.375, 10.25, 3.5], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 7.4], + "to": [12.2, 13, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 5.8]}, + "faces": { + "north": {"uv": [3.5, 10.25, 3.625, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 3.5, 10.375, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 10.25, 3.75, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 3.625, 10.375, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 10.375, 3.75, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 3.75, 10.25, 3.875], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 7.4], + "to": [5.3, 13, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 5.8]}, + "faces": { + "north": {"uv": [3.875, 10.25, 4, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 3.875, 10.375, 4], "texture": "#1"}, + "south": {"uv": [4, 10.25, 4.125, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 4, 10.375, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 10.375, 4.125, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 4.125, 10.25, 4.25], "texture": "#1"} + } + }, + { + "from": [12.1, 10.2, 4.3], + "to": [12.2, 10.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 8.6, 10]}, + "faces": { + "north": {"uv": [4.25, 10.25, 4.375, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 4.25, 10.375, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 10.25, 4.5, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 4.375, 10.375, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 10.375, 4.5, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 4.5, 10.25, 4.625], "texture": "#1"} + } + }, + { + "from": [5.2, 10.2, 4.3], + "to": [5.3, 10.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 8.6, 10]}, + "faces": { + "north": {"uv": [4.625, 10.25, 4.75, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 4.625, 10.375, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 10.25, 4.875, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 4.75, 10.375, 4.875], "texture": "#1"}, + "up": {"uv": [5, 10.375, 4.875, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 4.875, 10.25, 5], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 7.4], + "to": [12.2, 7.2, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 5.8]}, + "faces": { + "north": {"uv": [5, 10.25, 5.125, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 5, 10.375, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 10.25, 5.25, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 5.125, 10.375, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 10.375, 5.25, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 5.25, 10.25, 5.375], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 7.4], + "to": [5.3, 7.2, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 5.8]}, + "faces": { + "north": {"uv": [5.375, 10.25, 5.5, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 5.375, 10.375, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 10.25, 5.625, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 5.5, 10.375, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 10.375, 5.625, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 5.625, 10.25, 5.75], "texture": "#1"} + } + }, + { + "from": [12.1, 10.2, 10.1], + "to": [12.2, 10.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 8.6, 4.5]}, + "faces": { + "north": {"uv": [5.75, 10.25, 5.875, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 5.75, 10.375, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 10.25, 6, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 5.875, 10.375, 6], "texture": "#1"}, + "up": {"uv": [6.125, 10.375, 6, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 6, 10.25, 6.125], "texture": "#1"} + } + }, + { + "from": [5.2, 10.2, 10.1], + "to": [5.3, 10.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 8.6, 4.5]}, + "faces": { + "north": {"uv": [6.125, 10.25, 6.25, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 6.125, 10.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 10.25, 6.375, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 6.25, 10.375, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 10.375, 6.375, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 6.375, 10.25, 6.5], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 7.6], + "to": [12.1, 13, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.3, 6]}, + "faces": { + "north": {"uv": [6.5, 10.25, 6.625, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 6.5, 10.375, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 10.25, 6.75, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 6.625, 10.375, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 10.375, 6.75, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 6.75, 10.25, 6.875], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 7.6], + "to": [5.4, 13, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.3, 6]}, + "faces": { + "north": {"uv": [6.875, 10.25, 7, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 6.875, 10.375, 7], "texture": "#1"}, + "south": {"uv": [7, 10.25, 7.125, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 7, 10.375, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 10.375, 7.125, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 7.125, 10.25, 7.25], "texture": "#1"} + } + }, + { + "from": [12, 10.4, 4.3], + "to": [12.1, 11, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 8.8, 10]}, + "faces": { + "north": {"uv": [7.25, 10.25, 7.375, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 7.25, 10.375, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 10.25, 7.5, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 7.375, 10.375, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 10.375, 7.5, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 7.5, 10.25, 7.625], "texture": "#1"} + } + }, + { + "from": [5.3, 10.4, 4.3], + "to": [5.4, 11, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 8.8, 10]}, + "faces": { + "north": {"uv": [7.625, 10.25, 7.75, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 7.625, 10.375, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 10.25, 7.875, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 7.75, 10.375, 7.875], "texture": "#1"}, + "up": {"uv": [8, 10.375, 7.875, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 7.875, 10.25, 8], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 7.6], + "to": [12.1, 7.2, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 12.8, 6]}, + "faces": { + "north": {"uv": [8, 10.25, 8.125, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 8, 10.375, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 10.25, 8.25, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 8.125, 10.375, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 10.375, 8.25, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 8.25, 10.25, 8.375], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 7.6], + "to": [5.4, 7.2, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 12.8, 6]}, + "faces": { + "north": {"uv": [8.375, 10.25, 8.5, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 8.375, 10.375, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 10.25, 8.625, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 8.5, 10.375, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 10.375, 8.625, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 8.625, 10.25, 8.75], "texture": "#1"} + } + }, + { + "from": [12, 10.4, 10.1], + "to": [12.1, 11, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 8.8, 4.5]}, + "faces": { + "north": {"uv": [8.75, 10.25, 8.875, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 8.75, 10.375, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 10.25, 9, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 8.875, 10.375, 9], "texture": "#1"}, + "up": {"uv": [9.125, 10.375, 9, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 9, 10.25, 9.125], "texture": "#1"} + } + }, + { + "from": [5.3, 10.4, 10.1], + "to": [5.4, 11, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 8.8, 4.5]}, + "faces": { + "north": {"uv": [9.125, 10.25, 9.25, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 9.125, 10.375, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 10.25, 9.375, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 9.25, 10.375, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 10.375, 9.375, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 9.375, 10.25, 9.5], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 8.1], + "to": [12.3, 13, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 6.6]}, + "faces": { + "north": {"uv": [9.5, 10.25, 9.625, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 9.5, 10.375, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 10.25, 9.75, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 9.625, 10.375, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 10.375, 9.75, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 9.75, 10.25, 9.875], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 8.1], + "to": [5.2, 13, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 6.6]}, + "faces": { + "north": {"uv": [9.875, 10.25, 10, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 9.875, 10.375, 10], "texture": "#1"}, + "south": {"uv": [10, 10.25, 10.125, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 10, 10.375, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 10.375, 10.125, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 10.125, 10.25, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 10.9, 4.3], + "to": [12.3, 11.2, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.4, 10]}, + "faces": { + "north": {"uv": [10.25, 10.25, 10.375, 10.375], "texture": "#1"}, + "east": {"uv": [0, 10.375, 0.125, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 0, 10.5, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 10.375, 0.25, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 0.25, 10.375, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 10.375, 0.25, 10.5], "texture": "#1"} + } + }, + { + "from": [5.1, 10.9, 4.3], + "to": [5.2, 11.2, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.4, 10]}, + "faces": { + "north": {"uv": [10.375, 0.25, 10.5, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 10.375, 0.5, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 0.375, 10.5, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 10.375, 0.625, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 0.625, 10.375, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 10.375, 0.625, 10.5], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 8.1], + "to": [12.3, 7.2, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 6.6]}, + "faces": { + "north": {"uv": [10.375, 0.625, 10.5, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 10.375, 0.875, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 0.75, 10.5, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 10.375, 1, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 1, 10.375, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 10.375, 1, 10.5], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 8.1], + "to": [5.2, 7.2, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 6.6]}, + "faces": { + "north": {"uv": [10.375, 1, 10.5, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 10.375, 1.25, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 1.125, 10.5, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 10.375, 1.375, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 1.375, 10.375, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 10.375, 1.375, 10.5], "texture": "#1"} + } + }, + { + "from": [12.2, 10.9, 10.1], + "to": [12.3, 11.2, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.4, 4.5]}, + "faces": { + "north": {"uv": [10.375, 1.375, 10.5, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 10.375, 1.625, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 1.5, 10.5, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 10.375, 1.75, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 1.75, 10.375, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 10.375, 1.75, 10.5], "texture": "#1"} + } + }, + { + "from": [5.1, 10.9, 10.1], + "to": [5.2, 11.2, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.4, 4.5]}, + "faces": { + "north": {"uv": [10.375, 1.75, 10.5, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 10.375, 2, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 1.875, 10.5, 2], "texture": "#1"}, + "west": {"uv": [2, 10.375, 2.125, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 2.125, 10.375, 2], "texture": "#1"}, + "down": {"uv": [2.25, 10.375, 2.125, 10.5], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 8.4], + "to": [12.1, 13, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.3, 6.8]}, + "faces": { + "north": {"uv": [10.375, 2.125, 10.5, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 10.375, 2.375, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 2.25, 10.5, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 10.375, 2.5, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 2.5, 10.375, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 10.375, 2.5, 10.5], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 8.4], + "to": [5.4, 13, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.3, 6.8]}, + "faces": { + "north": {"uv": [10.375, 2.5, 10.5, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 10.375, 2.75, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 2.625, 10.5, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 10.375, 2.875, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 2.875, 10.375, 2.75], "texture": "#1"}, + "down": {"uv": [3, 10.375, 2.875, 10.5], "texture": "#1"} + } + }, + { + "from": [12, 11.2, 4.3], + "to": [12.1, 11.6, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 9.6, 10]}, + "faces": { + "north": {"uv": [10.375, 2.875, 10.5, 3], "texture": "#1"}, + "east": {"uv": [3, 10.375, 3.125, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 3, 10.5, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 10.375, 3.25, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 3.25, 10.375, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 10.375, 3.25, 10.5], "texture": "#1"} + } + }, + { + "from": [5.3, 11.2, 4.3], + "to": [5.4, 11.6, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 9.6, 10]}, + "faces": { + "north": {"uv": [10.375, 3.25, 10.5, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 10.375, 3.5, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 3.375, 10.5, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 10.375, 3.625, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 3.625, 10.375, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 10.375, 3.625, 10.5], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 8.4], + "to": [12.1, 7.2, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 12.8, 6.8]}, + "faces": { + "north": {"uv": [10.375, 3.625, 10.5, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 10.375, 3.875, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 3.75, 10.5, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 10.375, 4, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 4, 10.375, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 10.375, 4, 10.5], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 8.4], + "to": [5.4, 7.2, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 12.8, 6.8]}, + "faces": { + "north": {"uv": [10.375, 4, 10.5, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 10.375, 4.25, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 4.125, 10.5, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 10.375, 4.375, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 4.375, 10.375, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 10.375, 4.375, 10.5], "texture": "#1"} + } + }, + { + "from": [12, 11.2, 10.1], + "to": [12.1, 11.6, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 9.6, 4.5]}, + "faces": { + "north": {"uv": [10.375, 4.375, 10.5, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 10.375, 4.625, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 4.5, 10.5, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 10.375, 4.75, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 4.75, 10.375, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 10.375, 4.75, 10.5], "texture": "#1"} + } + }, + { + "from": [5.3, 11.2, 10.1], + "to": [5.4, 11.6, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 9.6, 4.5]}, + "faces": { + "north": {"uv": [10.375, 4.75, 10.5, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 10.375, 5, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 4.875, 10.5, 5], "texture": "#1"}, + "west": {"uv": [5, 10.375, 5.125, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 5.125, 10.375, 5], "texture": "#1"}, + "down": {"uv": [5.25, 10.375, 5.125, 10.5], "texture": "#1"} + } + }, + { + "from": [11.3, 12.925, 7.85], + "to": [11.425, 13, 7.925], + "rotation": {"angle": 45, "axis": "y", "origin": [12.95, 7.125, 7.5]}, + "faces": { + "north": {"uv": [10.375, 5.125, 10.5, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 10.375, 5.375, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 5.25, 10.5, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 10.375, 5.5, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 5.5, 10.375, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 10.375, 5.5, 10.5], "texture": "#1"} + } + }, + { + "from": [5.975, 12.925, 7.85], + "to": [6.1, 13, 7.925], + "rotation": {"angle": -45, "axis": "y", "origin": [4.45, 7.125, 7.5]}, + "faces": { + "north": {"uv": [10.375, 5.5, 10.5, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 10.375, 5.75, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 5.625, 10.5, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 10.375, 5.875, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 5.875, 10.375, 5.75], "texture": "#1"}, + "down": {"uv": [6, 10.375, 5.875, 10.5], "texture": "#1"} + } + }, + { + "from": [11.3, 10.65, 4.3], + "to": [11.425, 10.725, 4.375], + "rotation": {"angle": -45, "axis": "z", "origin": [12.95, 10.3, 10.175]}, + "faces": { + "north": {"uv": [10.375, 5.875, 10.5, 6], "texture": "#1"}, + "east": {"uv": [6, 10.375, 6.125, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 6, 10.5, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 10.375, 6.25, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 6.25, 10.375, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 10.375, 6.25, 10.5], "texture": "#1"} + } + }, + { + "from": [5.975, 10.65, 4.3], + "to": [6.1, 10.725, 4.375], + "rotation": {"angle": 45, "axis": "z", "origin": [4.45, 10.3, 10.175]}, + "faces": { + "north": {"uv": [10.375, 6.25, 10.5, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 10.375, 6.5, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 6.375, 10.5, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 10.375, 6.625, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 6.625, 10.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 10.375, 6.625, 10.5], "texture": "#1"} + } + }, + { + "from": [11.3, 7.1, 7.85], + "to": [11.425, 7.175, 7.925], + "rotation": {"angle": 45, "axis": "y", "origin": [12.95, 12.975, 7.5]}, + "faces": { + "north": {"uv": [10.375, 6.625, 10.5, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 10.375, 6.875, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 6.75, 10.5, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 10.375, 7, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 7, 10.375, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 10.375, 7, 10.5], "texture": "#1"} + } + }, + { + "from": [5.975, 7.1, 7.85], + "to": [6.1, 7.175, 7.925], + "rotation": {"angle": -45, "axis": "y", "origin": [4.45, 12.975, 7.5]}, + "faces": { + "north": {"uv": [10.375, 7, 10.5, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 10.375, 7.25, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 7.125, 10.5, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 10.375, 7.375, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 7.375, 10.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 10.375, 7.375, 10.5], "texture": "#1"} + } + }, + { + "from": [11.3, 10.65, 10.125], + "to": [11.425, 10.725, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.95, 10.3, 4.325]}, + "faces": { + "north": {"uv": [10.375, 7.375, 10.5, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 10.375, 7.625, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 7.5, 10.5, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 10.375, 7.75, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 7.75, 10.375, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 10.375, 7.75, 10.5], "texture": "#1"} + } + }, + { + "from": [5.975, 10.65, 10.125], + "to": [6.1, 10.725, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.45, 10.3, 4.325]}, + "faces": { + "north": {"uv": [10.375, 7.75, 10.5, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 10.375, 8, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 7.875, 10.5, 8], "texture": "#1"}, + "west": {"uv": [8, 10.375, 8.125, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 8.125, 10.375, 8], "texture": "#1"}, + "down": {"uv": [8.25, 10.375, 8.125, 10.5], "texture": "#1"} + } + }, + { + "from": [11.4, 12.925, 7.775], + "to": [11.55, 13, 7.85], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 7.125, 7.425]}, + "faces": { + "north": {"uv": [10.375, 8.125, 10.5, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 10.375, 8.375, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 8.25, 10.5, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 10.375, 8.5, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 8.5, 10.375, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 10.375, 8.5, 10.5], "texture": "#1"} + } + }, + { + "from": [5.85, 12.925, 7.775], + "to": [6, 13, 7.85], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 7.125, 7.425]}, + "faces": { + "north": {"uv": [10.375, 8.5, 10.5, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 10.375, 8.75, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 8.625, 10.5, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 10.375, 8.875, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 8.875, 10.375, 8.75], "texture": "#1"}, + "down": {"uv": [9, 10.375, 8.875, 10.5], "texture": "#1"} + } + }, + { + "from": [11.4, 10.575, 4.3], + "to": [11.55, 10.65, 4.375], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 10.225, 10.175]}, + "faces": { + "north": {"uv": [10.375, 8.875, 10.5, 9], "texture": "#1"}, + "east": {"uv": [9, 10.375, 9.125, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 9, 10.5, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 10.375, 9.25, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 9.25, 10.375, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 10.375, 9.25, 10.5], "texture": "#1"} + } + }, + { + "from": [5.85, 10.575, 4.3], + "to": [6, 10.65, 4.375], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 10.225, 10.175]}, + "faces": { + "north": {"uv": [10.375, 9.25, 10.5, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 10.375, 9.5, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 9.375, 10.5, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 10.375, 9.625, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 9.625, 10.375, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 10.375, 9.625, 10.5], "texture": "#1"} + } + }, + { + "from": [11.4, 7.1, 7.775], + "to": [11.55, 7.175, 7.85], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 12.975, 7.425]}, + "faces": { + "north": {"uv": [10.375, 9.625, 10.5, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 10.375, 9.875, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 9.75, 10.5, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 10.375, 10, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 10, 10.375, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 10.375, 10, 10.5], "texture": "#1"} + } + }, + { + "from": [5.85, 7.1, 7.775], + "to": [6, 7.175, 7.85], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 12.975, 7.425]}, + "faces": { + "north": {"uv": [10.375, 10, 10.5, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 10.375, 10.25, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 10.125, 10.5, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 10.375, 10.375, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 10.375, 10.375, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 10.375, 10.375, 10.5], "texture": "#1"} + } + }, + { + "from": [11.4, 10.575, 10.125], + "to": [11.55, 10.65, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 10.225, 4.325]}, + "faces": { + "north": {"uv": [0, 10.5, 0.125, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 0, 10.625, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 10.5, 0.25, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 0.125, 10.625, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 10.625, 0.25, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 0.25, 10.5, 0.375], "texture": "#1"} + } + }, + { + "from": [5.85, 10.575, 10.125], + "to": [6, 10.65, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 10.225, 4.325]}, + "faces": { + "north": {"uv": [0.375, 10.5, 0.5, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 0.375, 10.625, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 10.5, 0.625, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 0.5, 10.625, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 10.625, 0.625, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 0.625, 10.5, 0.75], "texture": "#1"} + } + }, + { + "from": [12.05, 12.725, 8], + "to": [12.175, 12.825, 8.1], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 6.925, 7.675]}, + "faces": { + "north": {"uv": [0.75, 10.5, 0.875, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 0.75, 10.625, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 10.5, 1, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 0.875, 10.625, 1], "texture": "#1"}, + "up": {"uv": [1.125, 10.625, 1, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 1, 10.5, 1.125], "texture": "#1"} + } + }, + { + "from": [5.225, 12.725, 8], + "to": [5.35, 12.825, 8.1], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 6.925, 7.675]}, + "faces": { + "north": {"uv": [1.125, 10.5, 1.25, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 1.125, 10.625, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 10.5, 1.375, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 1.25, 10.625, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 10.625, 1.375, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 1.375, 10.5, 1.5], "texture": "#1"} + } + }, + { + "from": [12.05, 10.8, 4.475], + "to": [12.175, 10.9, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 10.475, 10.375]}, + "faces": { + "north": {"uv": [1.5, 10.5, 1.625, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 1.5, 10.625, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 10.5, 1.75, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 1.625, 10.625, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 10.625, 1.75, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 1.75, 10.5, 1.875], "texture": "#1"} + } + }, + { + "from": [5.225, 10.8, 4.475], + "to": [5.35, 10.9, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 10.475, 10.375]}, + "faces": { + "north": {"uv": [1.875, 10.5, 2, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 1.875, 10.625, 2], "texture": "#1"}, + "south": {"uv": [2, 10.5, 2.125, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 2, 10.625, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 10.625, 2.125, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 2.125, 10.5, 2.25], "texture": "#1"} + } + }, + { + "from": [12.05, 7.275, 8], + "to": [12.175, 7.375, 8.1], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 13.175, 7.675]}, + "faces": { + "north": {"uv": [2.25, 10.5, 2.375, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 2.25, 10.625, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 10.5, 2.5, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 2.375, 10.625, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 10.625, 2.5, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 2.5, 10.5, 2.625], "texture": "#1"} + } + }, + { + "from": [5.225, 7.275, 8], + "to": [5.35, 7.375, 8.1], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 13.175, 7.675]}, + "faces": { + "north": {"uv": [2.625, 10.5, 2.75, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 2.625, 10.625, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 10.5, 2.875, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 2.75, 10.625, 2.875], "texture": "#1"}, + "up": {"uv": [3, 10.625, 2.875, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 2.875, 10.5, 3], "texture": "#1"} + } + }, + { + "from": [12.05, 10.8, 9.925], + "to": [12.175, 10.9, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 10.475, 4.125]}, + "faces": { + "north": {"uv": [3, 10.5, 3.125, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 3, 10.625, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 10.5, 3.25, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 3.125, 10.625, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 10.625, 3.25, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 3.25, 10.5, 3.375], "texture": "#1"} + } + }, + { + "from": [5.225, 10.8, 9.925], + "to": [5.35, 10.9, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 10.475, 4.125]}, + "faces": { + "north": {"uv": [3.375, 10.5, 3.5, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 3.375, 10.625, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 10.5, 3.625, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 3.5, 10.625, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 10.625, 3.625, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 3.625, 10.5, 3.75], "texture": "#1"} + } + }, + { + "from": [12.05, 12.725, 7.85], + "to": [12.075, 12.825, 7.95], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 6.95, 7.525]}, + "faces": { + "north": {"uv": [3.75, 10.5, 3.875, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 3.75, 10.625, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 10.5, 4, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 3.875, 10.625, 4], "texture": "#1"}, + "up": {"uv": [4.125, 10.625, 4, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 4, 10.5, 4.125], "texture": "#1"} + } + }, + { + "from": [5.325, 12.725, 7.85], + "to": [5.35, 12.825, 7.95], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 6.95, 7.525]}, + "faces": { + "north": {"uv": [4.125, 10.5, 4.25, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 4.125, 10.625, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 10.5, 4.375, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 4.25, 10.625, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 10.625, 4.375, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 4.375, 10.5, 4.5], "texture": "#1"} + } + }, + { + "from": [12.05, 10.65, 4.475], + "to": [12.075, 10.75, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 10.325, 10.35]}, + "faces": { + "north": {"uv": [4.5, 10.5, 4.625, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 4.5, 10.625, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 10.5, 4.75, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 4.625, 10.625, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 10.625, 4.75, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 4.75, 10.5, 4.875], "texture": "#1"} + } + }, + { + "from": [5.325, 10.65, 4.475], + "to": [5.35, 10.75, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 10.325, 10.35]}, + "faces": { + "north": {"uv": [4.875, 10.5, 5, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 4.875, 10.625, 5], "texture": "#1"}, + "south": {"uv": [5, 10.5, 5.125, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 5, 10.625, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 10.625, 5.125, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 5.125, 10.5, 5.25], "texture": "#1"} + } + }, + { + "from": [12.05, 7.275, 7.85], + "to": [12.075, 7.375, 7.95], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 13.15, 7.525]}, + "faces": { + "north": {"uv": [5.25, 10.5, 5.375, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 5.25, 10.625, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 10.5, 5.5, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 5.375, 10.625, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 10.625, 5.5, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 5.5, 10.5, 5.625], "texture": "#1"} + } + }, + { + "from": [5.325, 7.275, 7.85], + "to": [5.35, 7.375, 7.95], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 13.15, 7.525]}, + "faces": { + "north": {"uv": [5.625, 10.5, 5.75, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 5.625, 10.625, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 10.5, 5.875, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 5.75, 10.625, 5.875], "texture": "#1"}, + "up": {"uv": [6, 10.625, 5.875, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 5.875, 10.5, 6], "texture": "#1"} + } + }, + { + "from": [12.05, 10.65, 9.925], + "to": [12.075, 10.75, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 10.325, 4.15]}, + "faces": { + "north": {"uv": [6, 10.5, 6.125, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 6, 10.625, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 10.5, 6.25, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 6.125, 10.625, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 10.625, 6.25, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 6.25, 10.5, 6.375], "texture": "#1"} + } + }, + { + "from": [5.325, 10.65, 9.925], + "to": [5.35, 10.75, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 10.325, 4.15]}, + "faces": { + "north": {"uv": [6.375, 10.5, 6.5, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 6.375, 10.625, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 10.5, 6.625, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 6.5, 10.625, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 10.625, 6.625, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 6.625, 10.5, 6.75], "texture": "#1"} + } + }, + { + "from": [12.075, 12.725, 7.825], + "to": [12.15, 12.825, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [13.6, 6.9, 7.5]}, + "faces": { + "north": {"uv": [6.75, 10.5, 6.875, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 6.75, 10.625, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 10.5, 7, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 6.875, 10.625, 7], "texture": "#1"}, + "up": {"uv": [7.125, 10.625, 7, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 7, 10.5, 7.125], "texture": "#1"} + } + }, + { + "from": [5.25, 12.725, 7.825], + "to": [5.325, 12.825, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [3.8, 6.9, 7.5]}, + "faces": { + "north": {"uv": [7.125, 10.5, 7.25, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 7.125, 10.625, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 10.5, 7.375, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 7.25, 10.625, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 10.625, 7.375, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 7.375, 10.5, 7.5], "texture": "#1"} + } + }, + { + "from": [12.075, 10.625, 4.475], + "to": [12.15, 10.675, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.6, 10.3, 10.4]}, + "faces": { + "north": {"uv": [7.5, 10.5, 7.625, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 7.5, 10.625, 7.625], "texture": "#1"}, + "south": {"uv": [7.625, 10.5, 7.75, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 7.625, 10.625, 7.75], "texture": "#1"}, + "up": {"uv": [7.875, 10.625, 7.75, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 7.75, 10.5, 7.875], "texture": "#1"} + } + }, + { + "from": [5.25, 10.625, 4.475], + "to": [5.325, 10.675, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.8, 10.3, 10.4]}, + "faces": { + "north": {"uv": [7.875, 10.5, 8, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 7.875, 10.625, 8], "texture": "#1"}, + "south": {"uv": [8, 10.5, 8.125, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 8, 10.625, 8.125], "texture": "#1"}, + "up": {"uv": [8.25, 10.625, 8.125, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 8.125, 10.5, 8.25], "texture": "#1"} + } + }, + { + "from": [12.075, 7.275, 7.825], + "to": [12.15, 7.375, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [13.6, 13.2, 7.5]}, + "faces": { + "north": {"uv": [8.25, 10.5, 8.375, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 8.25, 10.625, 8.375], "texture": "#1"}, + "south": {"uv": [8.375, 10.5, 8.5, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 8.375, 10.625, 8.5], "texture": "#1"}, + "up": {"uv": [8.625, 10.625, 8.5, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 8.5, 10.5, 8.625], "texture": "#1"} + } + }, + { + "from": [5.25, 7.275, 7.825], + "to": [5.325, 7.375, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [3.8, 13.2, 7.5]}, + "faces": { + "north": {"uv": [8.625, 10.5, 8.75, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 8.625, 10.625, 8.75], "texture": "#1"}, + "south": {"uv": [8.75, 10.5, 8.875, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 8.75, 10.625, 8.875], "texture": "#1"}, + "up": {"uv": [9, 10.625, 8.875, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 8.875, 10.5, 9], "texture": "#1"} + } + }, + { + "from": [12.075, 10.625, 9.925], + "to": [12.15, 10.675, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.6, 10.3, 4.1]}, + "faces": { + "north": {"uv": [9, 10.5, 9.125, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 9, 10.625, 9.125], "texture": "#1"}, + "south": {"uv": [9.125, 10.5, 9.25, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 9.125, 10.625, 9.25], "texture": "#1"}, + "up": {"uv": [9.375, 10.625, 9.25, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 9.25, 10.5, 9.375], "texture": "#1"} + } + }, + { + "from": [5.25, 10.625, 9.925], + "to": [5.325, 10.675, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.8, 10.3, 4.1]}, + "faces": { + "north": {"uv": [9.375, 10.5, 9.5, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 9.375, 10.625, 9.5], "texture": "#1"}, + "south": {"uv": [9.5, 10.5, 9.625, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 9.5, 10.625, 9.625], "texture": "#1"}, + "up": {"uv": [9.75, 10.625, 9.625, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 9.625, 10.5, 9.75], "texture": "#1"} + } + }, + { + "from": [11.95, 12.725, 7.8], + "to": [12.025, 12.825, 7.925], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 6.9, 7.5]}, + "faces": { + "north": {"uv": [9.75, 10.5, 9.875, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 9.75, 10.625, 9.875], "texture": "#1"}, + "south": {"uv": [9.875, 10.5, 10, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 9.875, 10.625, 10], "texture": "#1"}, + "up": {"uv": [10.125, 10.625, 10, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 10, 10.5, 10.125], "texture": "#1"} + } + }, + { + "from": [5.375, 12.725, 7.8], + "to": [5.45, 12.825, 7.925], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 6.9, 7.5]}, + "faces": { + "north": {"uv": [10.125, 10.5, 10.25, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 10.125, 10.625, 10.25], "texture": "#1"}, + "south": {"uv": [10.25, 10.5, 10.375, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 10.25, 10.625, 10.375], "texture": "#1"}, + "up": {"uv": [10.5, 10.625, 10.375, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 10.375, 10.5, 10.5], "texture": "#1"} + } + }, + { + "from": [11.95, 10.6, 4.475], + "to": [12.025, 10.725, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 10.3, 10.4]}, + "faces": { + "north": {"uv": [10.5, 10.5, 10.625, 10.625], "texture": "#1"}, + "east": {"uv": [0, 10.625, 0.125, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 0, 10.75, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 10.625, 0.25, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 0.25, 10.625, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 10.625, 0.25, 10.75], "texture": "#1"} + } + }, + { + "from": [5.375, 10.6, 4.475], + "to": [5.45, 10.725, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 10.3, 10.4]}, + "faces": { + "north": {"uv": [10.625, 0.25, 10.75, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 10.625, 0.5, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 0.375, 10.75, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 10.625, 0.625, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 0.625, 10.625, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 10.625, 0.625, 10.75], "texture": "#1"} + } + }, + { + "from": [11.95, 7.275, 7.8], + "to": [12.025, 7.375, 7.925], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 13.2, 7.5]}, + "faces": { + "north": {"uv": [10.625, 0.625, 10.75, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 10.625, 0.875, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 0.75, 10.75, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 10.625, 1, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 1, 10.625, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 10.625, 1, 10.75], "texture": "#1"} + } + }, + { + "from": [5.375, 7.275, 7.8], + "to": [5.45, 7.375, 7.925], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 13.2, 7.5]}, + "faces": { + "north": {"uv": [10.625, 1, 10.75, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 10.625, 1.25, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 1.125, 10.75, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 10.625, 1.375, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 1.375, 10.625, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 10.625, 1.375, 10.75], "texture": "#1"} + } + }, + { + "from": [11.95, 10.6, 9.925], + "to": [12.025, 10.725, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 10.3, 4.1]}, + "faces": { + "north": {"uv": [10.625, 1.375, 10.75, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 10.625, 1.625, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 1.5, 10.75, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 10.625, 1.75, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 1.75, 10.625, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 10.625, 1.75, 10.75], "texture": "#1"} + } + }, + { + "from": [5.375, 10.6, 9.925], + "to": [5.45, 10.725, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 10.3, 4.1]}, + "faces": { + "north": {"uv": [10.625, 1.75, 10.75, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 10.625, 2, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 1.875, 10.75, 2], "texture": "#1"}, + "west": {"uv": [2, 10.625, 2.125, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 2.125, 10.625, 2], "texture": "#1"}, + "down": {"uv": [2.25, 10.625, 2.125, 10.75], "texture": "#1"} + } + }, + { + "from": [12.025, 12.725, 7.5], + "to": [12.15, 12.825, 7.575], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 6.9, 7.175]}, + "faces": { + "north": {"uv": [10.625, 2.125, 10.75, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 10.625, 2.375, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 2.25, 10.75, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 10.625, 2.5, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 2.5, 10.625, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 10.625, 2.5, 10.75], "texture": "#1"} + } + }, + { + "from": [5.25, 12.725, 7.5], + "to": [5.375, 12.825, 7.575], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 6.9, 7.175]}, + "faces": { + "north": {"uv": [10.625, 2.5, 10.75, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 10.625, 2.75, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 2.625, 10.75, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 10.625, 2.875, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 2.875, 10.625, 2.75], "texture": "#1"}, + "down": {"uv": [3, 10.625, 2.875, 10.75], "texture": "#1"} + } + }, + { + "from": [12.025, 10.3, 4.475], + "to": [12.15, 10.375, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 9.975, 10.4]}, + "faces": { + "north": {"uv": [10.625, 2.875, 10.75, 3], "texture": "#1"}, + "east": {"uv": [3, 10.625, 3.125, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 3, 10.75, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 10.625, 3.25, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 3.25, 10.625, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 10.625, 3.25, 10.75], "texture": "#1"} + } + }, + { + "from": [5.25, 10.3, 4.475], + "to": [5.375, 10.375, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 9.975, 10.4]}, + "faces": { + "north": {"uv": [10.625, 3.25, 10.75, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 10.625, 3.5, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 3.375, 10.75, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 10.625, 3.625, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 3.625, 10.625, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 10.625, 3.625, 10.75], "texture": "#1"} + } + }, + { + "from": [12.025, 7.275, 7.5], + "to": [12.15, 7.375, 7.575], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 13.2, 7.175]}, + "faces": { + "north": {"uv": [10.625, 3.625, 10.75, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 10.625, 3.875, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 3.75, 10.75, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 10.625, 4, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 4, 10.625, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 10.625, 4, 10.75], "texture": "#1"} + } + }, + { + "from": [5.25, 7.275, 7.5], + "to": [5.375, 7.375, 7.575], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 13.2, 7.175]}, + "faces": { + "north": {"uv": [10.625, 4, 10.75, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 10.625, 4.25, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 4.125, 10.75, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 10.625, 4.375, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 4.375, 10.625, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 10.625, 4.375, 10.75], "texture": "#1"} + } + }, + { + "from": [12.025, 10.3, 9.925], + "to": [12.15, 10.375, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 9.975, 4.1]}, + "faces": { + "north": {"uv": [10.625, 4.375, 10.75, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 10.625, 4.625, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 4.5, 10.75, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 10.625, 4.75, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 4.75, 10.625, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 10.625, 4.75, 10.75], "texture": "#1"} + } + }, + { + "from": [5.25, 10.3, 9.925], + "to": [5.375, 10.375, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 9.975, 4.1]}, + "faces": { + "north": {"uv": [10.625, 4.75, 10.75, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 10.625, 5, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 4.875, 10.75, 5], "texture": "#1"}, + "west": {"uv": [5, 10.625, 5.125, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 5.125, 10.625, 5], "texture": "#1"}, + "down": {"uv": [5.25, 10.625, 5.125, 10.75], "texture": "#1"} + } + }, + { + "from": [12.1, 12.725, 7.425], + "to": [12.125, 12.825, 7.5], + "rotation": {"angle": 45, "axis": "y", "origin": [13.6, 6.9, 7.1]}, + "faces": { + "north": {"uv": [10.625, 5.125, 10.75, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 10.625, 5.375, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 5.25, 10.75, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 10.625, 5.5, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 5.5, 10.625, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 10.625, 5.5, 10.75], "texture": "#1"} + } + }, + { + "from": [5.275, 12.725, 7.425], + "to": [5.3, 12.825, 7.5], + "rotation": {"angle": -45, "axis": "y", "origin": [3.8, 6.9, 7.1]}, + "faces": { + "north": {"uv": [10.625, 5.5, 10.75, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 10.625, 5.75, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 5.625, 10.75, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 10.625, 5.875, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 5.875, 10.625, 5.75], "texture": "#1"}, + "down": {"uv": [6, 10.625, 5.875, 10.75], "texture": "#1"} + } + }, + { + "from": [12.1, 10.225, 4.475], + "to": [12.125, 10.3, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.6, 9.9, 10.4]}, + "faces": { + "north": {"uv": [10.625, 5.875, 10.75, 6], "texture": "#1"}, + "east": {"uv": [6, 10.625, 6.125, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 6, 10.75, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 10.625, 6.25, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 6.25, 10.625, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 10.625, 6.25, 10.75], "texture": "#1"} + } + }, + { + "from": [5.275, 10.225, 4.475], + "to": [5.3, 10.3, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.8, 9.9, 10.4]}, + "faces": { + "north": {"uv": [10.625, 6.25, 10.75, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 10.625, 6.5, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 6.375, 10.75, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 10.625, 6.625, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 6.625, 10.625, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 10.625, 6.625, 10.75], "texture": "#1"} + } + }, + { + "from": [12.1, 7.275, 7.425], + "to": [12.125, 7.375, 7.5], + "rotation": {"angle": 45, "axis": "y", "origin": [13.6, 13.2, 7.1]}, + "faces": { + "north": {"uv": [10.625, 6.625, 10.75, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 10.625, 6.875, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 6.75, 10.75, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 10.625, 7, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 7, 10.625, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 10.625, 7, 10.75], "texture": "#1"} + } + }, + { + "from": [5.275, 7.275, 7.425], + "to": [5.3, 7.375, 7.5], + "rotation": {"angle": -45, "axis": "y", "origin": [3.8, 13.2, 7.1]}, + "faces": { + "north": {"uv": [10.625, 7, 10.75, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 10.625, 7.25, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 7.125, 10.75, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 10.625, 7.375, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 7.375, 10.625, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 10.625, 7.375, 10.75], "texture": "#1"} + } + }, + { + "from": [12.1, 10.225, 9.925], + "to": [12.125, 10.3, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.6, 9.9, 4.1]}, + "faces": { + "north": {"uv": [10.625, 7.375, 10.75, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 10.625, 7.625, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 7.5, 10.75, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 10.625, 7.75, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 7.75, 10.625, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 10.625, 7.75, 10.75], "texture": "#1"} + } + }, + { + "from": [5.275, 10.225, 9.925], + "to": [5.3, 10.3, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.8, 9.9, 4.1]}, + "faces": { + "north": {"uv": [10.625, 7.75, 10.75, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 10.625, 8, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 7.875, 10.75, 8], "texture": "#1"}, + "west": {"uv": [8, 10.625, 8.125, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 8.125, 10.625, 8], "texture": "#1"}, + "down": {"uv": [8.25, 10.625, 8.125, 10.75], "texture": "#1"} + } + }, + { + "from": [12, 12.725, 7.275], + "to": [12.125, 12.825, 7.35], + "rotation": {"angle": 45, "axis": "y", "origin": [13.6, 6.9, 6.925]}, + "faces": { + "north": {"uv": [10.625, 8.125, 10.75, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 10.625, 8.375, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 8.25, 10.75, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 10.625, 8.5, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 8.5, 10.625, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 10.625, 8.5, 10.75], "texture": "#1"} + } + }, + { + "from": [5.275, 12.725, 7.275], + "to": [5.4, 12.825, 7.35], + "rotation": {"angle": -45, "axis": "y", "origin": [3.8, 6.9, 6.925]}, + "faces": { + "north": {"uv": [10.625, 8.5, 10.75, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 10.625, 8.75, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 8.625, 10.75, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 10.625, 8.875, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 8.875, 10.625, 8.75], "texture": "#1"}, + "down": {"uv": [9, 10.625, 8.875, 10.75], "texture": "#1"} + } + }, + { + "from": [12, 10.075, 4.475], + "to": [12.125, 10.15, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.6, 9.725, 10.4]}, + "faces": { + "north": {"uv": [10.625, 8.875, 10.75, 9], "texture": "#1"}, + "east": {"uv": [9, 10.625, 9.125, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 9, 10.75, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 10.625, 9.25, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 9.25, 10.625, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 10.625, 9.25, 10.75], "texture": "#1"} + } + }, + { + "from": [5.275, 10.075, 4.475], + "to": [5.4, 10.15, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.8, 9.725, 10.4]}, + "faces": { + "north": {"uv": [10.625, 9.25, 10.75, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 10.625, 9.5, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 9.375, 10.75, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 10.625, 9.625, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 9.625, 10.625, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 10.625, 9.625, 10.75], "texture": "#1"} + } + }, + { + "from": [12, 7.275, 7.275], + "to": [12.125, 7.375, 7.35], + "rotation": {"angle": 45, "axis": "y", "origin": [13.6, 13.2, 6.925]}, + "faces": { + "north": {"uv": [10.625, 9.625, 10.75, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 10.625, 9.875, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 9.75, 10.75, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 10.625, 10, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 10, 10.625, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 10.625, 10, 10.75], "texture": "#1"} + } + }, + { + "from": [5.275, 7.275, 7.275], + "to": [5.4, 7.375, 7.35], + "rotation": {"angle": -45, "axis": "y", "origin": [3.8, 13.2, 6.925]}, + "faces": { + "north": {"uv": [10.625, 10, 10.75, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 10.625, 10.25, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 10.125, 10.75, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 10.625, 10.375, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 10.375, 10.625, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 10.625, 10.375, 10.75], "texture": "#1"} + } + }, + { + "from": [12, 10.075, 9.925], + "to": [12.125, 10.15, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.6, 9.725, 4.1]}, + "faces": { + "north": {"uv": [10.625, 10.375, 10.75, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 10.625, 10.625, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 10.5, 10.75, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 10.625, 10.75, 10.75], "texture": "#1"}, + "up": {"uv": [0.125, 10.875, 0, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 0, 10.75, 0.125], "texture": "#1"} + } + }, + { + "from": [5.275, 10.075, 9.925], + "to": [5.4, 10.15, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.8, 9.725, 4.1]}, + "faces": { + "north": {"uv": [0.125, 10.75, 0.25, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 0.125, 10.875, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 10.75, 0.375, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 0.25, 10.875, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 10.875, 0.375, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 0.375, 10.75, 0.5], "texture": "#1"} + } + }, + { + "from": [11.925, 12.725, 7.05], + "to": [12.05, 12.825, 7.175], + "rotation": {"angle": 45, "axis": "y", "origin": [13.525, 6.9, 6.75]}, + "faces": { + "north": {"uv": [0.5, 10.75, 0.625, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 0.5, 10.875, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 10.75, 0.75, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 0.625, 10.875, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 10.875, 0.75, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 0.75, 10.75, 0.875], "texture": "#1"} + } + }, + { + "from": [5.35, 12.725, 7.05], + "to": [5.475, 12.825, 7.175], + "rotation": {"angle": -45, "axis": "y", "origin": [3.875, 6.9, 6.75]}, + "faces": { + "north": {"uv": [0.875, 10.75, 1, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 0.875, 10.875, 1], "texture": "#1"}, + "south": {"uv": [1, 10.75, 1.125, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 1, 10.875, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 10.875, 1.125, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 1.125, 10.75, 1.25], "texture": "#1"} + } + }, + { + "from": [11.925, 9.85, 4.475], + "to": [12.05, 9.975, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.525, 9.55, 10.4]}, + "faces": { + "north": {"uv": [1.25, 10.75, 1.375, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 1.25, 10.875, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 10.75, 1.5, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 1.375, 10.875, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 10.875, 1.5, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 1.5, 10.75, 1.625], "texture": "#1"} + } + }, + { + "from": [5.35, 9.85, 4.475], + "to": [5.475, 9.975, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.875, 9.55, 10.4]}, + "faces": { + "north": {"uv": [1.625, 10.75, 1.75, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 1.625, 10.875, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 10.75, 1.875, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 1.75, 10.875, 1.875], "texture": "#1"}, + "up": {"uv": [2, 10.875, 1.875, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 1.875, 10.75, 2], "texture": "#1"} + } + }, + { + "from": [11.925, 7.275, 7.05], + "to": [12.05, 7.375, 7.175], + "rotation": {"angle": 45, "axis": "y", "origin": [13.525, 13.2, 6.75]}, + "faces": { + "north": {"uv": [2, 10.75, 2.125, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 2, 10.875, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 10.75, 2.25, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 2.125, 10.875, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 10.875, 2.25, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 2.25, 10.75, 2.375], "texture": "#1"} + } + }, + { + "from": [5.35, 7.275, 7.05], + "to": [5.475, 7.375, 7.175], + "rotation": {"angle": -45, "axis": "y", "origin": [3.875, 13.2, 6.75]}, + "faces": { + "north": {"uv": [2.375, 10.75, 2.5, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 2.375, 10.875, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 10.75, 2.625, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 2.5, 10.875, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 10.875, 2.625, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 2.625, 10.75, 2.75], "texture": "#1"} + } + }, + { + "from": [11.925, 9.85, 9.925], + "to": [12.05, 9.975, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.525, 9.55, 4.1]}, + "faces": { + "north": {"uv": [2.75, 10.75, 2.875, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 2.75, 10.875, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 10.75, 3, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 2.875, 10.875, 3], "texture": "#1"}, + "up": {"uv": [3.125, 10.875, 3, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 3, 10.75, 3.125], "texture": "#1"} + } + }, + { + "from": [5.35, 9.85, 9.925], + "to": [5.475, 9.975, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.875, 9.55, 4.1]}, + "faces": { + "north": {"uv": [3.125, 10.75, 3.25, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 3.125, 10.875, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 10.75, 3.375, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 3.25, 10.875, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 10.875, 3.375, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 3.375, 10.75, 3.5], "texture": "#1"} + } + }, + { + "from": [12.025, 12.725, 7], + "to": [12.15, 12.825, 7.075], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 6.9, 6.65]}, + "faces": { + "north": {"uv": [3.5, 10.75, 3.625, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 3.5, 10.875, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 10.75, 3.75, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 3.625, 10.875, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 10.875, 3.75, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 3.75, 10.75, 3.875], "texture": "#1"} + } + }, + { + "from": [5.25, 12.725, 7], + "to": [5.375, 12.825, 7.075], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 6.9, 6.65]}, + "faces": { + "north": {"uv": [3.875, 10.75, 4, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 3.875, 10.875, 4], "texture": "#1"}, + "south": {"uv": [4, 10.75, 4.125, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 4, 10.875, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 10.875, 4.125, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 4.125, 10.75, 4.25], "texture": "#1"} + } + }, + { + "from": [12.025, 9.8, 4.475], + "to": [12.15, 9.875, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 9.45, 10.4]}, + "faces": { + "north": {"uv": [4.25, 10.75, 4.375, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 4.25, 10.875, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 10.75, 4.5, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 4.375, 10.875, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 10.875, 4.5, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 4.5, 10.75, 4.625], "texture": "#1"} + } + }, + { + "from": [5.25, 9.8, 4.475], + "to": [5.375, 9.875, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 9.45, 10.4]}, + "faces": { + "north": {"uv": [4.625, 10.75, 4.75, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 4.625, 10.875, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 10.75, 4.875, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 4.75, 10.875, 4.875], "texture": "#1"}, + "up": {"uv": [5, 10.875, 4.875, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 4.875, 10.75, 5], "texture": "#1"} + } + }, + { + "from": [12.025, 7.275, 7], + "to": [12.15, 7.375, 7.075], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 13.2, 6.65]}, + "faces": { + "north": {"uv": [5, 10.75, 5.125, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 5, 10.875, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 10.75, 5.25, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 5.125, 10.875, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 10.875, 5.25, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 5.25, 10.75, 5.375], "texture": "#1"} + } + }, + { + "from": [5.25, 7.275, 7], + "to": [5.375, 7.375, 7.075], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 13.2, 6.65]}, + "faces": { + "north": {"uv": [5.375, 10.75, 5.5, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 5.375, 10.875, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 10.75, 5.625, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 5.5, 10.875, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 10.875, 5.625, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 5.625, 10.75, 5.75], "texture": "#1"} + } + }, + { + "from": [12.025, 9.8, 9.925], + "to": [12.15, 9.875, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 9.45, 4.1]}, + "faces": { + "north": {"uv": [5.75, 10.75, 5.875, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 5.75, 10.875, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 10.75, 6, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 5.875, 10.875, 6], "texture": "#1"}, + "up": {"uv": [6.125, 10.875, 6, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 6, 10.75, 6.125], "texture": "#1"} + } + }, + { + "from": [5.25, 9.8, 9.925], + "to": [5.375, 9.875, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 9.45, 4.1]}, + "faces": { + "north": {"uv": [6.125, 10.75, 6.25, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 6.125, 10.875, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 10.75, 6.375, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 6.25, 10.875, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 10.875, 6.375, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 6.375, 10.75, 6.5], "texture": "#1"} + } + }, + { + "from": [11.95, 12.725, 6.775], + "to": [12.025, 12.825, 6.9], + "rotation": {"angle": 45, "axis": "y", "origin": [13.525, 6.9, 6.475]}, + "faces": { + "north": {"uv": [6.5, 10.75, 6.625, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 6.5, 10.875, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 10.75, 6.75, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 6.625, 10.875, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 10.875, 6.75, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 6.75, 10.75, 6.875], "texture": "#1"} + } + }, + { + "from": [5.375, 12.725, 6.775], + "to": [5.45, 12.825, 6.9], + "rotation": {"angle": -45, "axis": "y", "origin": [3.875, 6.9, 6.475]}, + "faces": { + "north": {"uv": [6.875, 10.75, 7, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 6.875, 10.875, 7], "texture": "#1"}, + "south": {"uv": [7, 10.75, 7.125, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 7, 10.875, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 10.875, 7.125, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 7.125, 10.75, 7.25], "texture": "#1"} + } + }, + { + "from": [11.95, 9.575, 4.475], + "to": [12.025, 9.7, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.525, 9.275, 10.4]}, + "faces": { + "north": {"uv": [7.25, 10.75, 7.375, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 7.25, 10.875, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 10.75, 7.5, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 7.375, 10.875, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 10.875, 7.5, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 7.5, 10.75, 7.625], "texture": "#1"} + } + }, + { + "from": [5.375, 9.575, 4.475], + "to": [5.45, 9.7, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.875, 9.275, 10.4]}, + "faces": { + "north": {"uv": [7.625, 10.75, 7.75, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 7.625, 10.875, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 10.75, 7.875, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 7.75, 10.875, 7.875], "texture": "#1"}, + "up": {"uv": [8, 10.875, 7.875, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 7.875, 10.75, 8], "texture": "#1"} + } + }, + { + "from": [11.95, 7.275, 6.775], + "to": [12.025, 7.375, 6.9], + "rotation": {"angle": 45, "axis": "y", "origin": [13.525, 13.2, 6.475]}, + "faces": { + "north": {"uv": [8, 10.75, 8.125, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 8, 10.875, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 10.75, 8.25, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 8.125, 10.875, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 10.875, 8.25, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 8.25, 10.75, 8.375], "texture": "#1"} + } + }, + { + "from": [5.375, 7.275, 6.775], + "to": [5.45, 7.375, 6.9], + "rotation": {"angle": -45, "axis": "y", "origin": [3.875, 13.2, 6.475]}, + "faces": { + "north": {"uv": [8.375, 10.75, 8.5, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 8.375, 10.875, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 10.75, 8.625, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 8.5, 10.875, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 10.875, 8.625, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 8.625, 10.75, 8.75], "texture": "#1"} + } + }, + { + "from": [11.95, 9.575, 9.925], + "to": [12.025, 9.7, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.525, 9.275, 4.1]}, + "faces": { + "north": {"uv": [8.75, 10.75, 8.875, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 8.75, 10.875, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 10.75, 9, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 8.875, 10.875, 9], "texture": "#1"}, + "up": {"uv": [9.125, 10.875, 9, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 9, 10.75, 9.125], "texture": "#1"} + } + }, + { + "from": [5.375, 9.575, 9.925], + "to": [5.45, 9.7, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.875, 9.275, 4.1]}, + "faces": { + "north": {"uv": [9.125, 10.75, 9.25, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 9.125, 10.875, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 10.75, 9.375, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 9.25, 10.875, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 10.875, 9.375, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 9.375, 10.75, 9.5], "texture": "#1"} + } + }, + { + "from": [11.975, 12.725, 6.55], + "to": [12.025, 12.825, 6.65], + "rotation": {"angle": 45, "axis": "y", "origin": [13.55, 6.9, 6.25]}, + "faces": { + "north": {"uv": [9.5, 10.75, 9.625, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 9.5, 10.875, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 10.75, 9.75, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 9.625, 10.875, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 10.875, 9.75, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 9.75, 10.75, 9.875], "texture": "#1"} + } + }, + { + "from": [5.375, 12.725, 6.55], + "to": [5.425, 12.825, 6.65], + "rotation": {"angle": -45, "axis": "y", "origin": [3.85, 6.9, 6.25]}, + "faces": { + "north": {"uv": [9.875, 10.75, 10, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 9.875, 10.875, 10], "texture": "#1"}, + "south": {"uv": [10, 10.75, 10.125, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 10, 10.875, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 10.875, 10.125, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 10.125, 10.75, 10.25], "texture": "#1"} + } + }, + { + "from": [11.975, 9.35, 4.475], + "to": [12.025, 9.45, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.55, 9.05, 10.4]}, + "faces": { + "north": {"uv": [10.25, 10.75, 10.375, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 10.25, 10.875, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 10.75, 10.5, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 10.375, 10.875, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 10.875, 10.5, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 10.5, 10.75, 10.625], "texture": "#1"} + } + }, + { + "from": [5.375, 9.35, 4.475], + "to": [5.425, 9.45, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.85, 9.05, 10.4]}, + "faces": { + "north": {"uv": [10.625, 10.75, 10.75, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 10.625, 10.875, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 10.75, 10.875, 10.875], "texture": "#1"}, + "west": {"uv": [0, 10.875, 0.125, 11], "texture": "#1"}, + "up": {"uv": [11, 0.125, 10.875, 0], "texture": "#1"}, + "down": {"uv": [0.25, 10.875, 0.125, 11], "texture": "#1"} + } + }, + { + "from": [11.975, 7.275, 6.55], + "to": [12.025, 7.375, 6.65], + "rotation": {"angle": 45, "axis": "y", "origin": [13.55, 13.2, 6.25]}, + "faces": { + "north": {"uv": [10.875, 0.125, 11, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 10.875, 0.375, 11], "texture": "#1"}, + "south": {"uv": [10.875, 0.25, 11, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 10.875, 0.5, 11], "texture": "#1"}, + "up": {"uv": [11, 0.5, 10.875, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 10.875, 0.5, 11], "texture": "#1"} + } + }, + { + "from": [5.375, 7.275, 6.55], + "to": [5.425, 7.375, 6.65], + "rotation": {"angle": -45, "axis": "y", "origin": [3.85, 13.2, 6.25]}, + "faces": { + "north": {"uv": [10.875, 0.5, 11, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 10.875, 0.75, 11], "texture": "#1"}, + "south": {"uv": [10.875, 0.625, 11, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 10.875, 0.875, 11], "texture": "#1"}, + "up": {"uv": [11, 0.875, 10.875, 0.75], "texture": "#1"}, + "down": {"uv": [1, 10.875, 0.875, 11], "texture": "#1"} + } + }, + { + "from": [11.975, 9.35, 9.925], + "to": [12.025, 9.45, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.55, 9.05, 4.1]}, + "faces": { + "north": {"uv": [10.875, 0.875, 11, 1], "texture": "#1"}, + "east": {"uv": [1, 10.875, 1.125, 11], "texture": "#1"}, + "south": {"uv": [10.875, 1, 11, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 10.875, 1.25, 11], "texture": "#1"}, + "up": {"uv": [11, 1.25, 10.875, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 10.875, 1.25, 11], "texture": "#1"} + } + }, + { + "from": [5.375, 9.35, 9.925], + "to": [5.425, 9.45, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.85, 9.05, 4.1]}, + "faces": { + "north": {"uv": [10.875, 1.25, 11, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 10.875, 1.5, 11], "texture": "#1"}, + "south": {"uv": [10.875, 1.375, 11, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 10.875, 1.625, 11], "texture": "#1"}, + "up": {"uv": [11, 1.625, 10.875, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 10.875, 1.625, 11], "texture": "#1"} + } + }, + { + "from": [11.95, 12.725, 6.35], + "to": [12.025, 12.825, 6.45], + "rotation": {"angle": 45, "axis": "y", "origin": [13.55, 6.9, 6.05]}, + "faces": { + "north": {"uv": [10.875, 1.625, 11, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 10.875, 1.875, 11], "texture": "#1"}, + "south": {"uv": [10.875, 1.75, 11, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 10.875, 2, 11], "texture": "#1"}, + "up": {"uv": [11, 2, 10.875, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 10.875, 2, 11], "texture": "#1"} + } + }, + { + "from": [5.375, 12.725, 6.35], + "to": [5.45, 12.825, 6.45], + "rotation": {"angle": -45, "axis": "y", "origin": [3.85, 6.9, 6.05]}, + "faces": { + "north": {"uv": [10.875, 2, 11, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 10.875, 2.25, 11], "texture": "#1"}, + "south": {"uv": [10.875, 2.125, 11, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 10.875, 2.375, 11], "texture": "#1"}, + "up": {"uv": [11, 2.375, 10.875, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 10.875, 2.375, 11], "texture": "#1"} + } + }, + { + "from": [11.95, 9.15, 4.475], + "to": [12.025, 9.25, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.55, 8.85, 10.4]}, + "faces": { + "north": {"uv": [10.875, 2.375, 11, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 10.875, 2.625, 11], "texture": "#1"}, + "south": {"uv": [10.875, 2.5, 11, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 10.875, 2.75, 11], "texture": "#1"}, + "up": {"uv": [11, 2.75, 10.875, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 10.875, 2.75, 11], "texture": "#1"} + } + }, + { + "from": [5.375, 9.15, 4.475], + "to": [5.45, 9.25, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.85, 8.85, 10.4]}, + "faces": { + "north": {"uv": [10.875, 2.75, 11, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 10.875, 3, 11], "texture": "#1"}, + "south": {"uv": [10.875, 2.875, 11, 3], "texture": "#1"}, + "west": {"uv": [3, 10.875, 3.125, 11], "texture": "#1"}, + "up": {"uv": [11, 3.125, 10.875, 3], "texture": "#1"}, + "down": {"uv": [3.25, 10.875, 3.125, 11], "texture": "#1"} + } + }, + { + "from": [11.95, 7.275, 6.35], + "to": [12.025, 7.375, 6.45], + "rotation": {"angle": 45, "axis": "y", "origin": [13.55, 13.2, 6.05]}, + "faces": { + "north": {"uv": [10.875, 3.125, 11, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 10.875, 3.375, 11], "texture": "#1"}, + "south": {"uv": [10.875, 3.25, 11, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 10.875, 3.5, 11], "texture": "#1"}, + "up": {"uv": [11, 3.5, 10.875, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 10.875, 3.5, 11], "texture": "#1"} + } + }, + { + "from": [5.375, 7.275, 6.35], + "to": [5.45, 7.375, 6.45], + "rotation": {"angle": -45, "axis": "y", "origin": [3.85, 13.2, 6.05]}, + "faces": { + "north": {"uv": [10.875, 3.5, 11, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 10.875, 3.75, 11], "texture": "#1"}, + "south": {"uv": [10.875, 3.625, 11, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 10.875, 3.875, 11], "texture": "#1"}, + "up": {"uv": [11, 3.875, 10.875, 3.75], "texture": "#1"}, + "down": {"uv": [4, 10.875, 3.875, 11], "texture": "#1"} + } + }, + { + "from": [11.95, 9.15, 9.925], + "to": [12.025, 9.25, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.55, 8.85, 4.1]}, + "faces": { + "north": {"uv": [10.875, 3.875, 11, 4], "texture": "#1"}, + "east": {"uv": [4, 10.875, 4.125, 11], "texture": "#1"}, + "south": {"uv": [10.875, 4, 11, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 10.875, 4.25, 11], "texture": "#1"}, + "up": {"uv": [11, 4.25, 10.875, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 10.875, 4.25, 11], "texture": "#1"} + } + }, + { + "from": [5.375, 9.15, 9.925], + "to": [5.45, 9.25, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.85, 8.85, 4.1]}, + "faces": { + "north": {"uv": [10.875, 4.25, 11, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 10.875, 4.5, 11], "texture": "#1"}, + "south": {"uv": [10.875, 4.375, 11, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 10.875, 4.625, 11], "texture": "#1"}, + "up": {"uv": [11, 4.625, 10.875, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 10.875, 4.625, 11], "texture": "#1"} + } + }, + { + "from": [12.05, 12.725, 5.8], + "to": [12.125, 12.825, 5.975], + "rotation": {"angle": 45, "axis": "y", "origin": [13.675, 6.9, 5.575]}, + "faces": { + "north": {"uv": [10.875, 4.625, 11, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 10.875, 4.875, 11], "texture": "#1"}, + "south": {"uv": [10.875, 4.75, 11, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 10.875, 5, 11], "texture": "#1"}, + "up": {"uv": [11, 5, 10.875, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 10.875, 5, 11], "texture": "#1"} + } + }, + { + "from": [5.275, 12.725, 5.8], + "to": [5.35, 12.825, 5.975], + "rotation": {"angle": -45, "axis": "y", "origin": [3.725, 6.9, 5.575]}, + "faces": { + "north": {"uv": [10.875, 5, 11, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 10.875, 5.25, 11], "texture": "#1"}, + "south": {"uv": [10.875, 5.125, 11, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 10.875, 5.375, 11], "texture": "#1"}, + "up": {"uv": [11, 5.375, 10.875, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 10.875, 5.375, 11], "texture": "#1"} + } + }, + { + "from": [12.05, 8.6, 4.475], + "to": [12.125, 8.775, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.675, 8.375, 10.4]}, + "faces": { + "north": {"uv": [10.875, 5.375, 11, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 10.875, 5.625, 11], "texture": "#1"}, + "south": {"uv": [10.875, 5.5, 11, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 10.875, 5.75, 11], "texture": "#1"}, + "up": {"uv": [11, 5.75, 10.875, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 10.875, 5.75, 11], "texture": "#1"} + } + }, + { + "from": [5.275, 8.6, 4.475], + "to": [5.35, 8.775, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.725, 8.375, 10.4]}, + "faces": { + "north": {"uv": [10.875, 5.75, 11, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 10.875, 6, 11], "texture": "#1"}, + "south": {"uv": [10.875, 5.875, 11, 6], "texture": "#1"}, + "west": {"uv": [6, 10.875, 6.125, 11], "texture": "#1"}, + "up": {"uv": [11, 6.125, 10.875, 6], "texture": "#1"}, + "down": {"uv": [6.25, 10.875, 6.125, 11], "texture": "#1"} + } + }, + { + "from": [12.05, 7.275, 5.8], + "to": [12.125, 7.375, 5.975], + "rotation": {"angle": 45, "axis": "y", "origin": [13.675, 13.2, 5.575]}, + "faces": { + "north": {"uv": [10.875, 6.125, 11, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 10.875, 6.375, 11], "texture": "#1"}, + "south": {"uv": [10.875, 6.25, 11, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 10.875, 6.5, 11], "texture": "#1"}, + "up": {"uv": [11, 6.5, 10.875, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 10.875, 6.5, 11], "texture": "#1"} + } + }, + { + "from": [5.275, 7.275, 5.8], + "to": [5.35, 7.375, 5.975], + "rotation": {"angle": -45, "axis": "y", "origin": [3.725, 13.2, 5.575]}, + "faces": { + "north": {"uv": [10.875, 6.5, 11, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 10.875, 6.75, 11], "texture": "#1"}, + "south": {"uv": [10.875, 6.625, 11, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 10.875, 6.875, 11], "texture": "#1"}, + "up": {"uv": [11, 6.875, 10.875, 6.75], "texture": "#1"}, + "down": {"uv": [7, 10.875, 6.875, 11], "texture": "#1"} + } + }, + { + "from": [12.05, 8.6, 9.925], + "to": [12.125, 8.775, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.675, 8.375, 4.1]}, + "faces": { + "north": {"uv": [10.875, 6.875, 11, 7], "texture": "#1"}, + "east": {"uv": [7, 10.875, 7.125, 11], "texture": "#1"}, + "south": {"uv": [10.875, 7, 11, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 10.875, 7.25, 11], "texture": "#1"}, + "up": {"uv": [11, 7.25, 10.875, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 10.875, 7.25, 11], "texture": "#1"} + } + }, + { + "from": [5.275, 8.6, 9.925], + "to": [5.35, 8.775, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.725, 8.375, 4.1]}, + "faces": { + "north": {"uv": [10.875, 7.25, 11, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 10.875, 7.5, 11], "texture": "#1"}, + "south": {"uv": [10.875, 7.375, 11, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 10.875, 7.625, 11], "texture": "#1"}, + "up": {"uv": [11, 7.625, 10.875, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 10.875, 7.625, 11], "texture": "#1"} + } + }, + { + "from": [11.925, 12.725, 5.65], + "to": [12.05, 12.825, 5.725], + "rotation": {"angle": 45, "axis": "y", "origin": [13.525, 6.9, 5.35]}, + "faces": { + "north": {"uv": [10.875, 7.625, 11, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 10.875, 7.875, 11], "texture": "#1"}, + "south": {"uv": [10.875, 7.75, 11, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 10.875, 8, 11], "texture": "#1"}, + "up": {"uv": [11, 8, 10.875, 7.875], "texture": "#1"}, + "down": {"uv": [8.125, 10.875, 8, 11], "texture": "#1"} + } + }, + { + "from": [5.35, 12.725, 5.65], + "to": [5.475, 12.825, 5.725], + "rotation": {"angle": -45, "axis": "y", "origin": [3.875, 6.9, 5.35]}, + "faces": { + "north": {"uv": [10.875, 8, 11, 8.125], "texture": "#1"}, + "east": {"uv": [8.125, 10.875, 8.25, 11], "texture": "#1"}, + "south": {"uv": [10.875, 8.125, 11, 8.25], "texture": "#1"}, + "west": {"uv": [8.25, 10.875, 8.375, 11], "texture": "#1"}, + "up": {"uv": [11, 8.375, 10.875, 8.25], "texture": "#1"}, + "down": {"uv": [8.5, 10.875, 8.375, 11], "texture": "#1"} + } + }, + { + "from": [11.925, 8.45, 4.475], + "to": [12.05, 8.525, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.525, 8.15, 10.4]}, + "faces": { + "north": {"uv": [10.875, 8.375, 11, 8.5], "texture": "#1"}, + "east": {"uv": [8.5, 10.875, 8.625, 11], "texture": "#1"}, + "south": {"uv": [10.875, 8.5, 11, 8.625], "texture": "#1"}, + "west": {"uv": [8.625, 10.875, 8.75, 11], "texture": "#1"}, + "up": {"uv": [11, 8.75, 10.875, 8.625], "texture": "#1"}, + "down": {"uv": [8.875, 10.875, 8.75, 11], "texture": "#1"} + } + }, + { + "from": [5.35, 8.45, 4.475], + "to": [5.475, 8.525, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.875, 8.15, 10.4]}, + "faces": { + "north": {"uv": [10.875, 8.75, 11, 8.875], "texture": "#1"}, + "east": {"uv": [8.875, 10.875, 9, 11], "texture": "#1"}, + "south": {"uv": [10.875, 8.875, 11, 9], "texture": "#1"}, + "west": {"uv": [9, 10.875, 9.125, 11], "texture": "#1"}, + "up": {"uv": [11, 9.125, 10.875, 9], "texture": "#1"}, + "down": {"uv": [9.25, 10.875, 9.125, 11], "texture": "#1"} + } + }, + { + "from": [11.925, 7.275, 5.65], + "to": [12.05, 7.375, 5.725], + "rotation": {"angle": 45, "axis": "y", "origin": [13.525, 13.2, 5.35]}, + "faces": { + "north": {"uv": [10.875, 9.125, 11, 9.25], "texture": "#1"}, + "east": {"uv": [9.25, 10.875, 9.375, 11], "texture": "#1"}, + "south": {"uv": [10.875, 9.25, 11, 9.375], "texture": "#1"}, + "west": {"uv": [9.375, 10.875, 9.5, 11], "texture": "#1"}, + "up": {"uv": [11, 9.5, 10.875, 9.375], "texture": "#1"}, + "down": {"uv": [9.625, 10.875, 9.5, 11], "texture": "#1"} + } + }, + { + "from": [5.35, 7.275, 5.65], + "to": [5.475, 7.375, 5.725], + "rotation": {"angle": -45, "axis": "y", "origin": [3.875, 13.2, 5.35]}, + "faces": { + "north": {"uv": [10.875, 9.5, 11, 9.625], "texture": "#1"}, + "east": {"uv": [9.625, 10.875, 9.75, 11], "texture": "#1"}, + "south": {"uv": [10.875, 9.625, 11, 9.75], "texture": "#1"}, + "west": {"uv": [9.75, 10.875, 9.875, 11], "texture": "#1"}, + "up": {"uv": [11, 9.875, 10.875, 9.75], "texture": "#1"}, + "down": {"uv": [10, 10.875, 9.875, 11], "texture": "#1"} + } + }, + { + "from": [11.925, 8.45, 9.925], + "to": [12.05, 8.525, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.525, 8.15, 4.1]}, + "faces": { + "north": {"uv": [10.875, 9.875, 11, 10], "texture": "#1"}, + "east": {"uv": [10, 10.875, 10.125, 11], "texture": "#1"}, + "south": {"uv": [10.875, 10, 11, 10.125], "texture": "#1"}, + "west": {"uv": [10.125, 10.875, 10.25, 11], "texture": "#1"}, + "up": {"uv": [11, 10.25, 10.875, 10.125], "texture": "#1"}, + "down": {"uv": [10.375, 10.875, 10.25, 11], "texture": "#1"} + } + }, + { + "from": [5.35, 8.45, 9.925], + "to": [5.475, 8.525, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.875, 8.15, 4.1]}, + "faces": { + "north": {"uv": [10.875, 10.25, 11, 10.375], "texture": "#1"}, + "east": {"uv": [10.375, 10.875, 10.5, 11], "texture": "#1"}, + "south": {"uv": [10.875, 10.375, 11, 10.5], "texture": "#1"}, + "west": {"uv": [10.5, 10.875, 10.625, 11], "texture": "#1"}, + "up": {"uv": [11, 10.625, 10.875, 10.5], "texture": "#1"}, + "down": {"uv": [10.75, 10.875, 10.625, 11], "texture": "#1"} + } + }, + { + "from": [12.075, 12.725, 5.45], + "to": [12.15, 12.825, 5.6], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 6.9, 5.15]}, + "faces": { + "north": {"uv": [10.875, 10.625, 11, 10.75], "texture": "#1"}, + "east": {"uv": [10.75, 10.875, 10.875, 11], "texture": "#1"}, + "south": {"uv": [10.875, 10.75, 11, 10.875], "texture": "#1"}, + "west": {"uv": [10.875, 10.875, 11, 11], "texture": "#1"}, + "up": {"uv": [0.125, 11.125, 0, 11], "texture": "#1"}, + "down": {"uv": [11.125, 0, 11, 0.125], "texture": "#1"} + } + }, + { + "from": [5.25, 12.725, 5.45], + "to": [5.325, 12.825, 5.6], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 6.9, 5.15]}, + "faces": { + "north": {"uv": [0.125, 11, 0.25, 11.125], "texture": "#1"}, + "east": {"uv": [11, 0.125, 11.125, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 11, 0.375, 11.125], "texture": "#1"}, + "west": {"uv": [11, 0.25, 11.125, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 11.125, 0.375, 11], "texture": "#1"}, + "down": {"uv": [11.125, 0.375, 11, 0.5], "texture": "#1"} + } + }, + { + "from": [12.075, 8.25, 4.475], + "to": [12.15, 8.4, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 7.95, 10.4]}, + "faces": { + "north": {"uv": [0.5, 11, 0.625, 11.125], "texture": "#1"}, + "east": {"uv": [11, 0.5, 11.125, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 11, 0.75, 11.125], "texture": "#1"}, + "west": {"uv": [11, 0.625, 11.125, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 11.125, 0.75, 11], "texture": "#1"}, + "down": {"uv": [11.125, 0.75, 11, 0.875], "texture": "#1"} + } + }, + { + "from": [5.25, 8.25, 4.475], + "to": [5.325, 8.4, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 7.95, 10.4]}, + "faces": { + "north": {"uv": [0.875, 11, 1, 11.125], "texture": "#1"}, + "east": {"uv": [11, 0.875, 11.125, 1], "texture": "#1"}, + "south": {"uv": [1, 11, 1.125, 11.125], "texture": "#1"}, + "west": {"uv": [11, 1, 11.125, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 11.125, 1.125, 11], "texture": "#1"}, + "down": {"uv": [11.125, 1.125, 11, 1.25], "texture": "#1"} + } + }, + { + "from": [12.075, 7.275, 5.45], + "to": [12.15, 7.375, 5.6], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 13.2, 5.15]}, + "faces": { + "north": {"uv": [1.25, 11, 1.375, 11.125], "texture": "#1"}, + "east": {"uv": [11, 1.25, 11.125, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 11, 1.5, 11.125], "texture": "#1"}, + "west": {"uv": [11, 1.375, 11.125, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 11.125, 1.5, 11], "texture": "#1"}, + "down": {"uv": [11.125, 1.5, 11, 1.625], "texture": "#1"} + } + }, + { + "from": [5.25, 7.275, 5.45], + "to": [5.325, 7.375, 5.6], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 13.2, 5.15]}, + "faces": { + "north": {"uv": [1.625, 11, 1.75, 11.125], "texture": "#1"}, + "east": {"uv": [11, 1.625, 11.125, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 11, 1.875, 11.125], "texture": "#1"}, + "west": {"uv": [11, 1.75, 11.125, 1.875], "texture": "#1"}, + "up": {"uv": [2, 11.125, 1.875, 11], "texture": "#1"}, + "down": {"uv": [11.125, 1.875, 11, 2], "texture": "#1"} + } + }, + { + "from": [12.075, 8.25, 9.925], + "to": [12.15, 8.4, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 7.95, 4.1]}, + "faces": { + "north": {"uv": [2, 11, 2.125, 11.125], "texture": "#1"}, + "east": {"uv": [11, 2, 11.125, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 11, 2.25, 11.125], "texture": "#1"}, + "west": {"uv": [11, 2.125, 11.125, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 11.125, 2.25, 11], "texture": "#1"}, + "down": {"uv": [11.125, 2.25, 11, 2.375], "texture": "#1"} + } + }, + { + "from": [5.25, 8.25, 9.925], + "to": [5.325, 8.4, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 7.95, 4.1]}, + "faces": { + "north": {"uv": [2.375, 11, 2.5, 11.125], "texture": "#1"}, + "east": {"uv": [11, 2.375, 11.125, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 11, 2.625, 11.125], "texture": "#1"}, + "west": {"uv": [11, 2.5, 11.125, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 11.125, 2.625, 11], "texture": "#1"}, + "down": {"uv": [11.125, 2.625, 11, 2.75], "texture": "#1"} + } + }, + { + "from": [11.925, 12.725, 5.4], + "to": [12, 12.825, 5.525], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 6.9, 5.075]}, + "faces": { + "north": {"uv": [2.75, 11, 2.875, 11.125], "texture": "#1"}, + "east": {"uv": [11, 2.75, 11.125, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 11, 3, 11.125], "texture": "#1"}, + "west": {"uv": [11, 2.875, 11.125, 3], "texture": "#1"}, + "up": {"uv": [3.125, 11.125, 3, 11], "texture": "#1"}, + "down": {"uv": [11.125, 3, 11, 3.125], "texture": "#1"} + } + }, + { + "from": [5.4, 12.725, 5.4], + "to": [5.475, 12.825, 5.525], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 6.9, 5.075]}, + "faces": { + "north": {"uv": [3.125, 11, 3.25, 11.125], "texture": "#1"}, + "east": {"uv": [11, 3.125, 11.125, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 11, 3.375, 11.125], "texture": "#1"}, + "west": {"uv": [11, 3.25, 11.125, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 11.125, 3.375, 11], "texture": "#1"}, + "down": {"uv": [11.125, 3.375, 11, 3.5], "texture": "#1"} + } + }, + { + "from": [11.925, 8.2, 4.475], + "to": [12, 8.325, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 7.875, 10.4]}, + "faces": { + "north": {"uv": [3.5, 11, 3.625, 11.125], "texture": "#1"}, + "east": {"uv": [11, 3.5, 11.125, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 11, 3.75, 11.125], "texture": "#1"}, + "west": {"uv": [11, 3.625, 11.125, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 11.125, 3.75, 11], "texture": "#1"}, + "down": {"uv": [11.125, 3.75, 11, 3.875], "texture": "#1"} + } + }, + { + "from": [5.4, 8.2, 4.475], + "to": [5.475, 8.325, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 7.875, 10.4]}, + "faces": { + "north": {"uv": [3.875, 11, 4, 11.125], "texture": "#1"}, + "east": {"uv": [11, 3.875, 11.125, 4], "texture": "#1"}, + "south": {"uv": [4, 11, 4.125, 11.125], "texture": "#1"}, + "west": {"uv": [11, 4, 11.125, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 11.125, 4.125, 11], "texture": "#1"}, + "down": {"uv": [11.125, 4.125, 11, 4.25], "texture": "#1"} + } + }, + { + "from": [11.925, 7.275, 5.4], + "to": [12, 7.375, 5.525], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 13.2, 5.075]}, + "faces": { + "north": {"uv": [4.25, 11, 4.375, 11.125], "texture": "#1"}, + "east": {"uv": [11, 4.25, 11.125, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 11, 4.5, 11.125], "texture": "#1"}, + "west": {"uv": [11, 4.375, 11.125, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 11.125, 4.5, 11], "texture": "#1"}, + "down": {"uv": [11.125, 4.5, 11, 4.625], "texture": "#1"} + } + }, + { + "from": [5.4, 7.275, 5.4], + "to": [5.475, 7.375, 5.525], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 13.2, 5.075]}, + "faces": { + "north": {"uv": [4.625, 11, 4.75, 11.125], "texture": "#1"}, + "east": {"uv": [11, 4.625, 11.125, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 11, 4.875, 11.125], "texture": "#1"}, + "west": {"uv": [11, 4.75, 11.125, 4.875], "texture": "#1"}, + "up": {"uv": [5, 11.125, 4.875, 11], "texture": "#1"}, + "down": {"uv": [11.125, 4.875, 11, 5], "texture": "#1"} + } + }, + { + "from": [11.925, 8.2, 9.925], + "to": [12, 8.325, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 7.875, 4.1]}, + "faces": { + "north": {"uv": [5, 11, 5.125, 11.125], "texture": "#1"}, + "east": {"uv": [11, 5, 11.125, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 11, 5.25, 11.125], "texture": "#1"}, + "west": {"uv": [11, 5.125, 11.125, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 11.125, 5.25, 11], "texture": "#1"}, + "down": {"uv": [11.125, 5.25, 11, 5.375], "texture": "#1"} + } + }, + { + "from": [5.4, 8.2, 9.925], + "to": [5.475, 8.325, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 7.875, 4.1]}, + "faces": { + "north": {"uv": [5.375, 11, 5.5, 11.125], "texture": "#1"}, + "east": {"uv": [11, 5.375, 11.125, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 11, 5.625, 11.125], "texture": "#1"}, + "west": {"uv": [11, 5.5, 11.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 11.125, 5.625, 11], "texture": "#1"}, + "down": {"uv": [11.125, 5.625, 11, 5.75], "texture": "#1"} + } + }, + { + "from": [12.025, 12.725, 5.2], + "to": [12.125, 12.825, 5.325], + "rotation": {"angle": 45, "axis": "y", "origin": [13.575, 6.9, 4.875]}, + "faces": { + "north": {"uv": [5.75, 11, 5.875, 11.125], "texture": "#1"}, + "east": {"uv": [11, 5.75, 11.125, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 11, 6, 11.125], "texture": "#1"}, + "west": {"uv": [11, 5.875, 11.125, 6], "texture": "#1"}, + "up": {"uv": [6.125, 11.125, 6, 11], "texture": "#1"}, + "down": {"uv": [11.125, 6, 11, 6.125], "texture": "#1"} + } + }, + { + "from": [5.275, 12.725, 5.2], + "to": [5.375, 12.825, 5.325], + "rotation": {"angle": -45, "axis": "y", "origin": [3.825, 6.9, 4.875]}, + "faces": { + "north": {"uv": [6.125, 11, 6.25, 11.125], "texture": "#1"}, + "east": {"uv": [11, 6.125, 11.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 11, 6.375, 11.125], "texture": "#1"}, + "west": {"uv": [11, 6.25, 11.125, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 11.125, 6.375, 11], "texture": "#1"}, + "down": {"uv": [11.125, 6.375, 11, 6.5], "texture": "#1"} + } + }, + { + "from": [12.025, 8, 4.475], + "to": [12.125, 8.125, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.575, 7.675, 10.4]}, + "faces": { + "north": {"uv": [6.5, 11, 6.625, 11.125], "texture": "#1"}, + "east": {"uv": [11, 6.5, 11.125, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 11, 6.75, 11.125], "texture": "#1"}, + "west": {"uv": [11, 6.625, 11.125, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 11.125, 6.75, 11], "texture": "#1"}, + "down": {"uv": [11.125, 6.75, 11, 6.875], "texture": "#1"} + } + }, + { + "from": [5.275, 8, 4.475], + "to": [5.375, 8.125, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.825, 7.675, 10.4]}, + "faces": { + "north": {"uv": [6.875, 11, 7, 11.125], "texture": "#1"}, + "east": {"uv": [11, 6.875, 11.125, 7], "texture": "#1"}, + "south": {"uv": [7, 11, 7.125, 11.125], "texture": "#1"}, + "west": {"uv": [11, 7, 11.125, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 11.125, 7.125, 11], "texture": "#1"}, + "down": {"uv": [11.125, 7.125, 11, 7.25], "texture": "#1"} + } + }, + { + "from": [12.025, 7.275, 5.2], + "to": [12.125, 7.375, 5.325], + "rotation": {"angle": 45, "axis": "y", "origin": [13.575, 13.2, 4.875]}, + "faces": { + "north": {"uv": [7.25, 11, 7.375, 11.125], "texture": "#1"}, + "east": {"uv": [11, 7.25, 11.125, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 11, 7.5, 11.125], "texture": "#1"}, + "west": {"uv": [11, 7.375, 11.125, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 11.125, 7.5, 11], "texture": "#1"}, + "down": {"uv": [11.125, 7.5, 11, 7.625], "texture": "#1"} + } + }, + { + "from": [5.275, 7.275, 5.2], + "to": [5.375, 7.375, 5.325], + "rotation": {"angle": -45, "axis": "y", "origin": [3.825, 13.2, 4.875]}, + "faces": { + "north": {"uv": [7.625, 11, 7.75, 11.125], "texture": "#1"}, + "east": {"uv": [11, 7.625, 11.125, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 11, 7.875, 11.125], "texture": "#1"}, + "west": {"uv": [11, 7.75, 11.125, 7.875], "texture": "#1"}, + "up": {"uv": [8, 11.125, 7.875, 11], "texture": "#1"}, + "down": {"uv": [11.125, 7.875, 11, 8], "texture": "#1"} + } + }, + { + "from": [12.025, 8, 9.925], + "to": [12.125, 8.125, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.575, 7.675, 4.1]}, + "faces": { + "north": {"uv": [8, 11, 8.125, 11.125], "texture": "#1"}, + "east": {"uv": [11, 8, 11.125, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 11, 8.25, 11.125], "texture": "#1"}, + "west": {"uv": [11, 8.125, 11.125, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 11.125, 8.25, 11], "texture": "#1"}, + "down": {"uv": [11.125, 8.25, 11, 8.375], "texture": "#1"} + } + }, + { + "from": [5.275, 8, 9.925], + "to": [5.375, 8.125, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.825, 7.675, 4.1]}, + "faces": { + "north": {"uv": [8.375, 11, 8.5, 11.125], "texture": "#1"}, + "east": {"uv": [11, 8.375, 11.125, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 11, 8.625, 11.125], "texture": "#1"}, + "west": {"uv": [11, 8.5, 11.125, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 11.125, 8.625, 11], "texture": "#1"}, + "down": {"uv": [11.125, 8.625, 11, 8.75], "texture": "#1"} + } + }, + { + "from": [11.925, 12.725, 5.1], + "to": [12, 12.825, 5.225], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 6.9, 4.775]}, + "faces": { + "north": {"uv": [8.75, 11, 8.875, 11.125], "texture": "#1"}, + "east": {"uv": [11, 8.75, 11.125, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 11, 9, 11.125], "texture": "#1"}, + "west": {"uv": [11, 8.875, 11.125, 9], "texture": "#1"}, + "up": {"uv": [9.125, 11.125, 9, 11], "texture": "#1"}, + "down": {"uv": [11.125, 9, 11, 9.125], "texture": "#1"} + } + }, + { + "from": [5.4, 12.725, 5.1], + "to": [5.475, 12.825, 5.225], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 6.9, 4.775]}, + "faces": { + "north": {"uv": [9.125, 11, 9.25, 11.125], "texture": "#1"}, + "east": {"uv": [11, 9.125, 11.125, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 11, 9.375, 11.125], "texture": "#1"}, + "west": {"uv": [11, 9.25, 11.125, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 11.125, 9.375, 11], "texture": "#1"}, + "down": {"uv": [11.125, 9.375, 11, 9.5], "texture": "#1"} + } + }, + { + "from": [11.925, 7.9, 4.475], + "to": [12, 8.025, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 7.575, 10.4]}, + "faces": { + "north": {"uv": [9.5, 11, 9.625, 11.125], "texture": "#1"}, + "east": {"uv": [11, 9.5, 11.125, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 11, 9.75, 11.125], "texture": "#1"}, + "west": {"uv": [11, 9.625, 11.125, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 11.125, 9.75, 11], "texture": "#1"}, + "down": {"uv": [11.125, 9.75, 11, 9.875], "texture": "#1"} + } + }, + { + "from": [5.4, 7.9, 4.475], + "to": [5.475, 8.025, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 7.575, 10.4]}, + "faces": { + "north": {"uv": [9.875, 11, 10, 11.125], "texture": "#1"}, + "east": {"uv": [11, 9.875, 11.125, 10], "texture": "#1"}, + "south": {"uv": [10, 11, 10.125, 11.125], "texture": "#1"}, + "west": {"uv": [11, 10, 11.125, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 11.125, 10.125, 11], "texture": "#1"}, + "down": {"uv": [11.125, 10.125, 11, 10.25], "texture": "#1"} + } + }, + { + "from": [11.925, 7.275, 5.1], + "to": [12, 7.375, 5.225], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 13.2, 4.775]}, + "faces": { + "north": {"uv": [10.25, 11, 10.375, 11.125], "texture": "#1"}, + "east": {"uv": [11, 10.25, 11.125, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 11, 10.5, 11.125], "texture": "#1"}, + "west": {"uv": [11, 10.375, 11.125, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 11.125, 10.5, 11], "texture": "#1"}, + "down": {"uv": [11.125, 10.5, 11, 10.625], "texture": "#1"} + } + }, + { + "from": [5.4, 7.275, 5.1], + "to": [5.475, 7.375, 5.225], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 13.2, 4.775]}, + "faces": { + "north": {"uv": [10.625, 11, 10.75, 11.125], "texture": "#1"}, + "east": {"uv": [11, 10.625, 11.125, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 11, 10.875, 11.125], "texture": "#1"}, + "west": {"uv": [11, 10.75, 11.125, 10.875], "texture": "#1"}, + "up": {"uv": [11, 11.125, 10.875, 11], "texture": "#1"}, + "down": {"uv": [11.125, 10.875, 11, 11], "texture": "#1"} + } + }, + { + "from": [11.925, 7.9, 9.925], + "to": [12, 8.025, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 7.575, 4.1]}, + "faces": { + "north": {"uv": [11, 11, 11.125, 11.125], "texture": "#1"}, + "east": {"uv": [0, 11.125, 0.125, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 0, 11.25, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 11.125, 0.25, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 0.25, 11.125, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 11.125, 0.25, 11.25], "texture": "#1"} + } + }, + { + "from": [5.4, 7.9, 9.925], + "to": [5.475, 8.025, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 7.575, 4.1]}, + "faces": { + "north": {"uv": [11.125, 0.25, 11.25, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 11.125, 0.5, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 0.375, 11.25, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 11.125, 0.625, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 0.625, 11.125, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 11.125, 0.625, 11.25], "texture": "#1"} + } + }, + { + "from": [11.975, 12.725, 6.9], + "to": [12.025, 12.825, 7.025], + "rotation": {"angle": -45, "axis": "y", "origin": [13.5, 6.9, 7.3]}, + "faces": { + "north": {"uv": [11.125, 0.625, 11.25, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 11.125, 0.875, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 0.75, 11.25, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 11.125, 1, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 1, 11.125, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 11.125, 1, 11.25], "texture": "#1"} + } + }, + { + "from": [5.375, 12.725, 6.9], + "to": [5.425, 12.825, 7.025], + "rotation": {"angle": 45, "axis": "y", "origin": [3.9, 6.9, 7.3]}, + "faces": { + "north": {"uv": [11.125, 1, 11.25, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 11.125, 1.25, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 1.125, 11.25, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 11.125, 1.375, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 1.375, 11.125, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 11.125, 1.375, 11.25], "texture": "#1"} + } + }, + { + "from": [11.975, 9.7, 4.475], + "to": [12.025, 9.825, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [13.5, 10.1, 10.4]}, + "faces": { + "north": {"uv": [11.125, 1.375, 11.25, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 11.125, 1.625, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 1.5, 11.25, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 11.125, 1.75, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 1.75, 11.125, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 11.125, 1.75, 11.25], "texture": "#1"} + } + }, + { + "from": [5.375, 9.7, 4.475], + "to": [5.425, 9.825, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [3.9, 10.1, 10.4]}, + "faces": { + "north": {"uv": [11.125, 1.75, 11.25, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 11.125, 2, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 1.875, 11.25, 2], "texture": "#1"}, + "west": {"uv": [2, 11.125, 2.125, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 2.125, 11.125, 2], "texture": "#1"}, + "down": {"uv": [2.25, 11.125, 2.125, 11.25], "texture": "#1"} + } + }, + { + "from": [11.975, 7.275, 6.9], + "to": [12.025, 7.375, 7.025], + "rotation": {"angle": -45, "axis": "y", "origin": [13.5, 13.2, 7.3]}, + "faces": { + "north": {"uv": [11.125, 2.125, 11.25, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 11.125, 2.375, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 2.25, 11.25, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 11.125, 2.5, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 2.5, 11.125, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 11.125, 2.5, 11.25], "texture": "#1"} + } + }, + { + "from": [5.375, 7.275, 6.9], + "to": [5.425, 7.375, 7.025], + "rotation": {"angle": 45, "axis": "y", "origin": [3.9, 13.2, 7.3]}, + "faces": { + "north": {"uv": [11.125, 2.5, 11.25, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 11.125, 2.75, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 2.625, 11.25, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 11.125, 2.875, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 2.875, 11.125, 2.75], "texture": "#1"}, + "down": {"uv": [3, 11.125, 2.875, 11.25], "texture": "#1"} + } + }, + { + "from": [11.975, 9.7, 9.925], + "to": [12.025, 9.825, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [13.5, 10.1, 4.1]}, + "faces": { + "north": {"uv": [11.125, 2.875, 11.25, 3], "texture": "#1"}, + "east": {"uv": [3, 11.125, 3.125, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 3, 11.25, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 11.125, 3.25, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 3.25, 11.125, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 11.125, 3.25, 11.25], "texture": "#1"} + } + }, + { + "from": [5.375, 9.7, 9.925], + "to": [5.425, 9.825, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [3.9, 10.1, 4.1]}, + "faces": { + "north": {"uv": [11.125, 3.25, 11.25, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 11.125, 3.5, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 3.375, 11.25, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 11.125, 3.625, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 3.625, 11.125, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 11.125, 3.625, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 12.725, 6.525], + "to": [12.175, 12.825, 6.65], + "rotation": {"angle": -45, "axis": "y", "origin": [13.65, 6.9, 6.925]}, + "faces": { + "north": {"uv": [11.125, 3.625, 11.25, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 11.125, 3.875, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 3.75, 11.25, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 11.125, 4, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 4, 11.125, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 11.125, 4, 11.25], "texture": "#1"} + } + }, + { + "from": [5.225, 12.725, 6.525], + "to": [5.3, 12.825, 6.65], + "rotation": {"angle": 45, "axis": "y", "origin": [3.75, 6.9, 6.925]}, + "faces": { + "north": {"uv": [11.125, 4, 11.25, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 11.125, 4.25, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 4.125, 11.25, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 11.125, 4.375, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 4.375, 11.125, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 11.125, 4.375, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 9.325, 4.475], + "to": [12.175, 9.45, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [13.65, 9.725, 10.4]}, + "faces": { + "north": {"uv": [11.125, 4.375, 11.25, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 11.125, 4.625, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 4.5, 11.25, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 11.125, 4.75, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 4.75, 11.125, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 11.125, 4.75, 11.25], "texture": "#1"} + } + }, + { + "from": [5.225, 9.325, 4.475], + "to": [5.3, 9.45, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [3.75, 9.725, 10.4]}, + "faces": { + "north": {"uv": [11.125, 4.75, 11.25, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 11.125, 5, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 4.875, 11.25, 5], "texture": "#1"}, + "west": {"uv": [5, 11.125, 5.125, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 5.125, 11.125, 5], "texture": "#1"}, + "down": {"uv": [5.25, 11.125, 5.125, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 7.275, 6.525], + "to": [12.175, 7.375, 6.65], + "rotation": {"angle": -45, "axis": "y", "origin": [13.65, 13.2, 6.925]}, + "faces": { + "north": {"uv": [11.125, 5.125, 11.25, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 11.125, 5.375, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 5.25, 11.25, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 11.125, 5.5, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 5.5, 11.125, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 11.125, 5.5, 11.25], "texture": "#1"} + } + }, + { + "from": [5.225, 7.275, 6.525], + "to": [5.3, 7.375, 6.65], + "rotation": {"angle": 45, "axis": "y", "origin": [3.75, 13.2, 6.925]}, + "faces": { + "north": {"uv": [11.125, 5.5, 11.25, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 11.125, 5.75, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 5.625, 11.25, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 11.125, 5.875, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 5.875, 11.125, 5.75], "texture": "#1"}, + "down": {"uv": [6, 11.125, 5.875, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 9.325, 9.925], + "to": [12.175, 9.45, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [13.65, 9.725, 4.1]}, + "faces": { + "north": {"uv": [11.125, 5.875, 11.25, 6], "texture": "#1"}, + "east": {"uv": [6, 11.125, 6.125, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 6, 11.25, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 11.125, 6.25, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 6.25, 11.125, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 11.125, 6.25, 11.25], "texture": "#1"} + } + }, + { + "from": [5.225, 9.325, 9.925], + "to": [5.3, 9.45, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [3.75, 9.725, 4.1]}, + "faces": { + "north": {"uv": [11.125, 6.25, 11.25, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 11.125, 6.5, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 6.375, 11.25, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 11.125, 6.625, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 6.625, 11.125, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 11.125, 6.625, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 12.725, 7], + "to": [12.15, 12.825, 7.125], + "rotation": {"angle": -45, "axis": "y", "origin": [13.625, 6.9, 7.4]}, + "faces": { + "north": {"uv": [11.125, 6.625, 11.25, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 11.125, 6.875, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 6.75, 11.25, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 11.125, 7, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 7, 11.125, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 11.125, 7, 11.25], "texture": "#1"} + } + }, + { + "from": [5.25, 12.725, 7], + "to": [5.3, 12.825, 7.125], + "rotation": {"angle": 45, "axis": "y", "origin": [3.775, 6.9, 7.4]}, + "faces": { + "north": {"uv": [11.125, 7, 11.25, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 11.125, 7.25, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 7.125, 11.25, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 11.125, 7.375, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 7.375, 11.125, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 11.125, 7.375, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 9.8, 4.475], + "to": [12.15, 9.925, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [13.625, 10.2, 10.4]}, + "faces": { + "north": {"uv": [11.125, 7.375, 11.25, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 11.125, 7.625, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 7.5, 11.25, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 11.125, 7.75, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 7.75, 11.125, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 11.125, 7.75, 11.25], "texture": "#1"} + } + }, + { + "from": [5.25, 9.8, 4.475], + "to": [5.3, 9.925, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [3.775, 10.2, 10.4]}, + "faces": { + "north": {"uv": [11.125, 7.75, 11.25, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 11.125, 8, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 7.875, 11.25, 8], "texture": "#1"}, + "west": {"uv": [8, 11.125, 8.125, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 8.125, 11.125, 8], "texture": "#1"}, + "down": {"uv": [8.25, 11.125, 8.125, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 7.275, 7], + "to": [12.15, 7.375, 7.125], + "rotation": {"angle": -45, "axis": "y", "origin": [13.625, 13.2, 7.4]}, + "faces": { + "north": {"uv": [11.125, 8.125, 11.25, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 11.125, 8.375, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 8.25, 11.25, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 11.125, 8.5, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 8.5, 11.125, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 11.125, 8.5, 11.25], "texture": "#1"} + } + }, + { + "from": [5.25, 7.275, 7], + "to": [5.3, 7.375, 7.125], + "rotation": {"angle": 45, "axis": "y", "origin": [3.775, 13.2, 7.4]}, + "faces": { + "north": {"uv": [11.125, 8.5, 11.25, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 11.125, 8.75, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 8.625, 11.25, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 11.125, 8.875, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 8.875, 11.125, 8.75], "texture": "#1"}, + "down": {"uv": [9, 11.125, 8.875, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 9.8, 9.925], + "to": [12.15, 9.925, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [13.625, 10.2, 4.1]}, + "faces": { + "north": {"uv": [11.125, 8.875, 11.25, 9], "texture": "#1"}, + "east": {"uv": [9, 11.125, 9.125, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 9, 11.25, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 11.125, 9.25, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 9.25, 11.125, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 11.125, 9.25, 11.25], "texture": "#1"} + } + }, + { + "from": [5.25, 9.8, 9.925], + "to": [5.3, 9.925, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [3.775, 10.2, 4.1]}, + "faces": { + "north": {"uv": [11.125, 9.25, 11.25, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 11.125, 9.5, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 9.375, 11.25, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 11.125, 9.625, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 9.625, 11.125, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 11.125, 9.625, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 12.725, 6.825], + "to": [12.175, 12.825, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [13.65, 6.9, 7.225]}, + "faces": { + "north": {"uv": [11.125, 9.625, 11.25, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 11.125, 9.875, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 9.75, 11.25, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 11.125, 10, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 10, 11.125, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 11.125, 10, 11.25], "texture": "#1"} + } + }, + { + "from": [5.225, 12.725, 6.825], + "to": [5.3, 12.825, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [3.75, 6.9, 7.225]}, + "faces": { + "north": {"uv": [11.125, 10, 11.25, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 11.125, 10.25, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 10.125, 11.25, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 11.125, 10.375, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 10.375, 11.125, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 11.125, 10.375, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 9.625, 4.475], + "to": [12.175, 9.75, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [13.65, 10.025, 10.4]}, + "faces": { + "north": {"uv": [11.125, 10.375, 11.25, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 11.125, 10.625, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 10.5, 11.25, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 11.125, 10.75, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 10.75, 11.125, 10.625], "texture": "#1"}, + "down": {"uv": [10.875, 11.125, 10.75, 11.25], "texture": "#1"} + } + }, + { + "from": [5.225, 9.625, 4.475], + "to": [5.3, 9.75, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [3.75, 10.025, 10.4]}, + "faces": { + "north": {"uv": [11.125, 10.75, 11.25, 10.875], "texture": "#1"}, + "east": {"uv": [10.875, 11.125, 11, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 10.875, 11.25, 11], "texture": "#1"}, + "west": {"uv": [11, 11.125, 11.125, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 11.125, 11.125, 11], "texture": "#1"}, + "down": {"uv": [11.25, 11.125, 11.125, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 7.275, 6.825], + "to": [12.175, 7.375, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [13.65, 13.2, 7.225]}, + "faces": { + "north": {"uv": [0, 11.25, 0.125, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 0, 11.375, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 11.25, 0.25, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 0.125, 11.375, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 11.375, 0.25, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 0.25, 11.25, 0.375], "texture": "#1"} + } + }, + { + "from": [5.225, 7.275, 6.825], + "to": [5.3, 7.375, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [3.75, 13.2, 7.225]}, + "faces": { + "north": {"uv": [0.375, 11.25, 0.5, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 0.375, 11.375, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 11.25, 0.625, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 0.5, 11.375, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 11.375, 0.625, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 0.625, 11.25, 0.75], "texture": "#1"} + } + }, + { + "from": [12.1, 9.625, 9.925], + "to": [12.175, 9.75, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [13.65, 10.025, 4.1]}, + "faces": { + "north": {"uv": [0.75, 11.25, 0.875, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 0.75, 11.375, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 11.25, 1, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 0.875, 11.375, 1], "texture": "#1"}, + "up": {"uv": [1.125, 11.375, 1, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 1, 11.25, 1.125], "texture": "#1"} + } + }, + { + "from": [5.225, 9.625, 9.925], + "to": [5.3, 9.75, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [3.75, 10.025, 4.1]}, + "faces": { + "north": {"uv": [1.125, 11.25, 1.25, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 1.125, 11.375, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 11.25, 1.375, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 1.25, 11.375, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 11.375, 1.375, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 1.375, 11.25, 1.5], "texture": "#1"} + } + }, + { + "from": [12.075, 12.725, 5], + "to": [12.1, 12.825, 5.125], + "rotation": {"angle": 45, "axis": "y", "origin": [13.575, 6.9, 4.675]}, + "faces": { + "north": {"uv": [1.5, 11.25, 1.625, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 1.5, 11.375, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 11.25, 1.75, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 1.625, 11.375, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 11.375, 1.75, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 1.75, 11.25, 1.875], "texture": "#1"} + } + }, + { + "from": [5.3, 12.725, 5], + "to": [5.325, 12.825, 5.125], + "rotation": {"angle": -45, "axis": "y", "origin": [3.825, 6.9, 4.675]}, + "faces": { + "north": {"uv": [1.875, 11.25, 2, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 1.875, 11.375, 2], "texture": "#1"}, + "south": {"uv": [2, 11.25, 2.125, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 2, 11.375, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 11.375, 2.125, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 2.125, 11.25, 2.25], "texture": "#1"} + } + }, + { + "from": [12.075, 7.8, 4.475], + "to": [12.1, 7.925, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.575, 7.475, 10.4]}, + "faces": { + "north": {"uv": [2.25, 11.25, 2.375, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 2.25, 11.375, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 11.25, 2.5, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 2.375, 11.375, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 11.375, 2.5, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 2.5, 11.25, 2.625], "texture": "#1"} + } + }, + { + "from": [5.3, 7.8, 4.475], + "to": [5.325, 7.925, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.825, 7.475, 10.4]}, + "faces": { + "north": {"uv": [2.625, 11.25, 2.75, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 2.625, 11.375, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 11.25, 2.875, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 2.75, 11.375, 2.875], "texture": "#1"}, + "up": {"uv": [3, 11.375, 2.875, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 2.875, 11.25, 3], "texture": "#1"} + } + }, + { + "from": [12.075, 7.275, 5], + "to": [12.1, 7.375, 5.125], + "rotation": {"angle": 45, "axis": "y", "origin": [13.575, 13.2, 4.675]}, + "faces": { + "north": {"uv": [3, 11.25, 3.125, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 3, 11.375, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 11.25, 3.25, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 3.125, 11.375, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 11.375, 3.25, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 3.25, 11.25, 3.375], "texture": "#1"} + } + }, + { + "from": [5.3, 7.275, 5], + "to": [5.325, 7.375, 5.125], + "rotation": {"angle": -45, "axis": "y", "origin": [3.825, 13.2, 4.675]}, + "faces": { + "north": {"uv": [3.375, 11.25, 3.5, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 3.375, 11.375, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 11.25, 3.625, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 3.5, 11.375, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 11.375, 3.625, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 3.625, 11.25, 3.75], "texture": "#1"} + } + }, + { + "from": [12.075, 7.8, 9.925], + "to": [12.1, 7.925, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.575, 7.475, 4.1]}, + "faces": { + "north": {"uv": [3.75, 11.25, 3.875, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 3.75, 11.375, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 11.25, 4, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 3.875, 11.375, 4], "texture": "#1"}, + "up": {"uv": [4.125, 11.375, 4, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 4, 11.25, 4.125], "texture": "#1"} + } + }, + { + "from": [5.3, 7.8, 9.925], + "to": [5.325, 7.925, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.825, 7.475, 4.1]}, + "faces": { + "north": {"uv": [4.125, 11.25, 4.25, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 4.125, 11.375, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 11.25, 4.375, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 4.25, 11.375, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 11.375, 4.375, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 4.375, 11.25, 4.5], "texture": "#1"} + } + }, + { + "from": [11.95, 12.725, 4.9], + "to": [12, 12.825, 5.025], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 6.9, 4.575]}, + "faces": { + "north": {"uv": [4.5, 11.25, 4.625, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 4.5, 11.375, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 11.25, 4.75, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 4.625, 11.375, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 11.375, 4.75, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 4.75, 11.25, 4.875], "texture": "#1"} + } + }, + { + "from": [5.4, 12.725, 4.9], + "to": [5.45, 12.825, 5.025], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 6.9, 4.575]}, + "faces": { + "north": {"uv": [4.875, 11.25, 5, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 4.875, 11.375, 5], "texture": "#1"}, + "south": {"uv": [5, 11.25, 5.125, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 5, 11.375, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 11.375, 5.125, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 5.125, 11.25, 5.25], "texture": "#1"} + } + }, + { + "from": [11.95, 7.7, 4.475], + "to": [12, 7.825, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 7.375, 10.4]}, + "faces": { + "north": {"uv": [5.25, 11.25, 5.375, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 5.25, 11.375, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 11.25, 5.5, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 5.375, 11.375, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 11.375, 5.5, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 5.5, 11.25, 5.625], "texture": "#1"} + } + }, + { + "from": [5.4, 7.7, 4.475], + "to": [5.45, 7.825, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 7.375, 10.4]}, + "faces": { + "north": {"uv": [5.625, 11.25, 5.75, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 5.625, 11.375, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 11.25, 5.875, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 5.75, 11.375, 5.875], "texture": "#1"}, + "up": {"uv": [6, 11.375, 5.875, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 5.875, 11.25, 6], "texture": "#1"} + } + }, + { + "from": [11.95, 7.275, 4.9], + "to": [12, 7.375, 5.025], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 13.2, 4.575]}, + "faces": { + "north": {"uv": [6, 11.25, 6.125, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 6, 11.375, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 11.25, 6.25, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 6.125, 11.375, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 11.375, 6.25, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 6.25, 11.25, 6.375], "texture": "#1"} + } + }, + { + "from": [5.4, 7.275, 4.9], + "to": [5.45, 7.375, 5.025], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 13.2, 4.575]}, + "faces": { + "north": {"uv": [6.375, 11.25, 6.5, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 6.375, 11.375, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 11.25, 6.625, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 6.5, 11.375, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 11.375, 6.625, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 6.625, 11.25, 6.75], "texture": "#1"} + } + }, + { + "from": [11.95, 7.7, 9.925], + "to": [12, 7.825, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 7.375, 4.1]}, + "faces": { + "north": {"uv": [6.75, 11.25, 6.875, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 6.75, 11.375, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 11.25, 7, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 6.875, 11.375, 7], "texture": "#1"}, + "up": {"uv": [7.125, 11.375, 7, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 7, 11.25, 7.125], "texture": "#1"} + } + }, + { + "from": [5.4, 7.7, 9.925], + "to": [5.45, 7.825, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 7.375, 4.1]}, + "faces": { + "north": {"uv": [7.125, 11.25, 7.25, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 7.125, 11.375, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 11.25, 7.375, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 7.25, 11.375, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 11.375, 7.375, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 7.375, 11.25, 7.5], "texture": "#1"} + } + }, + { + "from": [12.075, 12.725, 4.65], + "to": [12.125, 12.825, 4.775], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 6.9, 4.35]}, + "faces": { + "north": {"uv": [7.5, 11.25, 7.625, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 7.5, 11.375, 7.625], "texture": "#1"}, + "south": {"uv": [7.625, 11.25, 7.75, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 7.625, 11.375, 7.75], "texture": "#1"}, + "up": {"uv": [7.875, 11.375, 7.75, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 7.75, 11.25, 7.875], "texture": "#1"} + } + }, + { + "from": [5.275, 12.725, 4.65], + "to": [5.325, 12.825, 4.775], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 6.9, 4.35]}, + "faces": { + "north": {"uv": [7.875, 11.25, 8, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 7.875, 11.375, 8], "texture": "#1"}, + "south": {"uv": [8, 11.25, 8.125, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 8, 11.375, 8.125], "texture": "#1"}, + "up": {"uv": [8.25, 11.375, 8.125, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 8.125, 11.25, 8.25], "texture": "#1"} + } + }, + { + "from": [12.075, 7.45, 4.475], + "to": [12.125, 7.575, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 7.15, 10.4]}, + "faces": { + "north": {"uv": [8.25, 11.25, 8.375, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 8.25, 11.375, 8.375], "texture": "#1"}, + "south": {"uv": [8.375, 11.25, 8.5, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 8.375, 11.375, 8.5], "texture": "#1"}, + "up": {"uv": [8.625, 11.375, 8.5, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 8.5, 11.25, 8.625], "texture": "#1"} + } + }, + { + "from": [5.275, 7.45, 4.475], + "to": [5.325, 7.575, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 7.15, 10.4]}, + "faces": { + "north": {"uv": [8.625, 11.25, 8.75, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 8.625, 11.375, 8.75], "texture": "#1"}, + "south": {"uv": [8.75, 11.25, 8.875, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 8.75, 11.375, 8.875], "texture": "#1"}, + "up": {"uv": [9, 11.375, 8.875, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 8.875, 11.25, 9], "texture": "#1"} + } + }, + { + "from": [12.075, 7.275, 4.65], + "to": [12.125, 7.375, 4.775], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 13.2, 4.35]}, + "faces": { + "north": {"uv": [9, 11.25, 9.125, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 9, 11.375, 9.125], "texture": "#1"}, + "south": {"uv": [9.125, 11.25, 9.25, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 9.125, 11.375, 9.25], "texture": "#1"}, + "up": {"uv": [9.375, 11.375, 9.25, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 9.25, 11.25, 9.375], "texture": "#1"} + } + }, + { + "from": [5.275, 7.275, 4.65], + "to": [5.325, 7.375, 4.775], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 13.2, 4.35]}, + "faces": { + "north": {"uv": [9.375, 11.25, 9.5, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 9.375, 11.375, 9.5], "texture": "#1"}, + "south": {"uv": [9.5, 11.25, 9.625, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 9.5, 11.375, 9.625], "texture": "#1"}, + "up": {"uv": [9.75, 11.375, 9.625, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 9.625, 11.25, 9.75], "texture": "#1"} + } + }, + { + "from": [12.075, 7.45, 9.925], + "to": [12.125, 7.575, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 7.15, 4.1]}, + "faces": { + "north": {"uv": [9.75, 11.25, 9.875, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 9.75, 11.375, 9.875], "texture": "#1"}, + "south": {"uv": [9.875, 11.25, 10, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 9.875, 11.375, 10], "texture": "#1"}, + "up": {"uv": [10.125, 11.375, 10, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 10, 11.25, 10.125], "texture": "#1"} + } + }, + { + "from": [5.275, 7.45, 9.925], + "to": [5.325, 7.575, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 7.15, 4.1]}, + "faces": { + "north": {"uv": [10.125, 11.25, 10.25, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 10.125, 11.375, 10.25], "texture": "#1"}, + "south": {"uv": [10.25, 11.25, 10.375, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 10.25, 11.375, 10.375], "texture": "#1"}, + "up": {"uv": [10.5, 11.375, 10.375, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 10.375, 11.25, 10.5], "texture": "#1"} + } + }, + { + "from": [12.075, 12.725, 4.45], + "to": [12.15, 12.825, 4.6], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 6.9, 4.15]}, + "faces": { + "north": {"uv": [10.5, 11.25, 10.625, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 10.5, 11.375, 10.625], "texture": "#1"}, + "south": {"uv": [10.625, 11.25, 10.75, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 10.625, 11.375, 10.75], "texture": "#1"}, + "up": {"uv": [10.875, 11.375, 10.75, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 10.75, 11.25, 10.875], "texture": "#1"} + } + }, + { + "from": [5.25, 12.725, 4.45], + "to": [5.325, 12.825, 4.6], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 6.9, 4.15]}, + "faces": { + "north": {"uv": [10.875, 11.25, 11, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 10.875, 11.375, 11], "texture": "#1"}, + "south": {"uv": [11, 11.25, 11.125, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 11, 11.375, 11.125], "texture": "#1"}, + "up": {"uv": [11.25, 11.375, 11.125, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 11.125, 11.25, 11.25], "texture": "#1"} + } + }, + { + "from": [12.075, 7.25, 4.475], + "to": [12.15, 7.4, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 6.95, 10.4]}, + "faces": { + "north": {"uv": [11.25, 11.25, 11.375, 11.375], "texture": "#1"}, + "east": {"uv": [0, 11.375, 0.125, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 0, 11.5, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 11.375, 0.25, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 0.25, 11.375, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 11.375, 0.25, 11.5], "texture": "#1"} + } + }, + { + "from": [5.25, 7.25, 4.475], + "to": [5.325, 7.4, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 6.95, 10.4]}, + "faces": { + "north": {"uv": [11.375, 0.25, 11.5, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 11.375, 0.5, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 0.375, 11.5, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 11.375, 0.625, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 0.625, 11.375, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 11.375, 0.625, 11.5], "texture": "#1"} + } + }, + { + "from": [12.075, 7.275, 4.45], + "to": [12.15, 7.375, 4.6], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 13.2, 4.15]}, + "faces": { + "north": {"uv": [11.375, 0.625, 11.5, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 11.375, 0.875, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 0.75, 11.5, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 11.375, 1, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 1, 11.375, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 11.375, 1, 11.5], "texture": "#1"} + } + }, + { + "from": [5.25, 7.275, 4.45], + "to": [5.325, 7.375, 4.6], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 13.2, 4.15]}, + "faces": { + "north": {"uv": [11.375, 1, 11.5, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 11.375, 1.25, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 1.125, 11.5, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 11.375, 1.375, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 1.375, 11.375, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 11.375, 1.375, 11.5], "texture": "#1"} + } + }, + { + "from": [12.075, 7.25, 9.925], + "to": [12.15, 7.4, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 6.95, 4.1]}, + "faces": { + "north": {"uv": [11.375, 1.375, 11.5, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 11.375, 1.625, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 1.5, 11.5, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 11.375, 1.75, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 1.75, 11.375, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 11.375, 1.75, 11.5], "texture": "#1"} + } + }, + { + "from": [5.25, 7.25, 9.925], + "to": [5.325, 7.4, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 6.95, 4.1]}, + "faces": { + "north": {"uv": [11.375, 1.75, 11.5, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 11.375, 2, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 1.875, 11.5, 2], "texture": "#1"}, + "west": {"uv": [2, 11.375, 2.125, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 2.125, 11.375, 2], "texture": "#1"}, + "down": {"uv": [2.25, 11.375, 2.125, 11.5], "texture": "#1"} + } + }, + { + "from": [12.025, 12.725, 6.35], + "to": [12.175, 12.825, 6.45], + "rotation": {"angle": 45, "axis": "y", "origin": [13.675, 6.9, 6.05]}, + "faces": { + "north": {"uv": [11.375, 2.125, 11.5, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 11.375, 2.375, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 2.25, 11.5, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 11.375, 2.5, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 2.5, 11.375, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 11.375, 2.5, 11.5], "texture": "#1"} + } + }, + { + "from": [5.225, 12.725, 6.35], + "to": [5.375, 12.825, 6.45], + "rotation": {"angle": -45, "axis": "y", "origin": [3.725, 6.9, 6.05]}, + "faces": { + "north": {"uv": [11.375, 2.5, 11.5, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 11.375, 2.75, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 2.625, 11.5, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 11.375, 2.875, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 2.875, 11.375, 2.75], "texture": "#1"}, + "down": {"uv": [3, 11.375, 2.875, 11.5], "texture": "#1"} + } + }, + { + "from": [12.025, 9.15, 4.475], + "to": [12.175, 9.25, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.675, 8.85, 10.4]}, + "faces": { + "north": {"uv": [11.375, 2.875, 11.5, 3], "texture": "#1"}, + "east": {"uv": [3, 11.375, 3.125, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 3, 11.5, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 11.375, 3.25, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 3.25, 11.375, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 11.375, 3.25, 11.5], "texture": "#1"} + } + }, + { + "from": [5.225, 9.15, 4.475], + "to": [5.375, 9.25, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.725, 8.85, 10.4]}, + "faces": { + "north": {"uv": [11.375, 3.25, 11.5, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 11.375, 3.5, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 3.375, 11.5, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 11.375, 3.625, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 3.625, 11.375, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 11.375, 3.625, 11.5], "texture": "#1"} + } + }, + { + "from": [12.025, 7.275, 6.35], + "to": [12.175, 7.375, 6.45], + "rotation": {"angle": 45, "axis": "y", "origin": [13.675, 13.2, 6.05]}, + "faces": { + "north": {"uv": [11.375, 3.625, 11.5, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 11.375, 3.875, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 3.75, 11.5, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 11.375, 4, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 4, 11.375, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 11.375, 4, 11.5], "texture": "#1"} + } + }, + { + "from": [5.225, 7.275, 6.35], + "to": [5.375, 7.375, 6.45], + "rotation": {"angle": -45, "axis": "y", "origin": [3.725, 13.2, 6.05]}, + "faces": { + "north": {"uv": [11.375, 4, 11.5, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 11.375, 4.25, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 4.125, 11.5, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 11.375, 4.375, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 4.375, 11.375, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 11.375, 4.375, 11.5], "texture": "#1"} + } + }, + { + "from": [12.025, 9.15, 9.925], + "to": [12.175, 9.25, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.675, 8.85, 4.1]}, + "faces": { + "north": {"uv": [11.375, 4.375, 11.5, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 11.375, 4.625, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 4.5, 11.5, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 11.375, 4.75, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 4.75, 11.375, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 11.375, 4.75, 11.5], "texture": "#1"} + } + }, + { + "from": [5.225, 9.15, 9.925], + "to": [5.375, 9.25, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.725, 8.85, 4.1]}, + "faces": { + "north": {"uv": [11.375, 4.75, 11.5, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 11.375, 5, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 4.875, 11.5, 5], "texture": "#1"}, + "west": {"uv": [5, 11.375, 5.125, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 5.125, 11.375, 5], "texture": "#1"}, + "down": {"uv": [5.25, 11.375, 5.125, 11.5], "texture": "#1"} + } + }, + { + "from": [11.375, 12.9, 7.6], + "to": [11.45, 13, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 7.1, 7.15]}, + "faces": { + "north": {"uv": [11.375, 5.125, 11.5, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 11.375, 5.375, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 5.25, 11.5, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 11.375, 5.5, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 5.5, 11.375, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 11.375, 5.5, 11.5], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 7.6], + "to": [6.025, 13, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 7.1, 7.15]}, + "faces": { + "north": {"uv": [11.375, 5.5, 11.5, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 11.375, 5.75, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 5.625, 11.5, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 11.375, 5.875, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 5.875, 11.375, 5.75], "texture": "#1"}, + "down": {"uv": [6, 11.375, 5.875, 11.5], "texture": "#1"} + } + }, + { + "from": [11.375, 10.4, 4.3], + "to": [11.45, 10.525, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 9.95, 10.2]}, + "faces": { + "north": {"uv": [11.375, 5.875, 11.5, 6], "texture": "#1"}, + "east": {"uv": [6, 11.375, 6.125, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 6, 11.5, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 11.375, 6.25, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 6.25, 11.375, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 11.375, 6.25, 11.5], "texture": "#1"} + } + }, + { + "from": [5.95, 10.4, 4.3], + "to": [6.025, 10.525, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 9.95, 10.2]}, + "faces": { + "north": {"uv": [11.375, 6.25, 11.5, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 11.375, 6.5, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 6.375, 11.5, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 11.375, 6.625, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 6.625, 11.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 11.375, 6.625, 11.5], "texture": "#1"} + } + }, + { + "from": [11.375, 7.1, 7.6], + "to": [11.45, 7.2, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 13, 7.15]}, + "faces": { + "north": {"uv": [11.375, 6.625, 11.5, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 11.375, 6.875, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 6.75, 11.5, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 11.375, 7, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 7, 11.375, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 11.375, 7, 11.5], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 7.6], + "to": [6.025, 7.2, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 13, 7.15]}, + "faces": { + "north": {"uv": [11.375, 7, 11.5, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 11.375, 7.25, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 7.125, 11.5, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 11.375, 7.375, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 7.375, 11.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 11.375, 7.375, 11.5], "texture": "#1"} + } + }, + { + "from": [11.375, 10.4, 10.1], + "to": [11.45, 10.525, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 9.95, 4.3]}, + "faces": { + "north": {"uv": [11.375, 7.375, 11.5, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 11.375, 7.625, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 7.5, 11.5, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 11.375, 7.75, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 7.75, 11.375, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 11.375, 7.75, 11.5], "texture": "#1"} + } + }, + { + "from": [5.95, 10.4, 10.1], + "to": [6.025, 10.525, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 9.95, 4.3]}, + "faces": { + "north": {"uv": [11.375, 7.75, 11.5, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 11.375, 8, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 7.875, 11.5, 8], "texture": "#1"}, + "west": {"uv": [8, 11.375, 8.125, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 8.125, 11.375, 8], "texture": "#1"}, + "down": {"uv": [8.25, 11.375, 8.125, 11.5], "texture": "#1"} + } + }, + { + "from": [11.775, 12.8, 9.925], + "to": [11.875, 12.9, 10.05], + "rotation": {"angle": -45, "axis": "y", "origin": [13.35, 7, 10.325]}, + "faces": { + "north": {"uv": [11.375, 8.125, 11.5, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 11.375, 8.375, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 8.25, 11.5, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 11.375, 8.5, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 8.5, 11.375, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 11.375, 8.5, 11.5], "texture": "#1"} + } + }, + { + "from": [5.525, 12.8, 9.925], + "to": [5.625, 12.9, 10.05], + "rotation": {"angle": 45, "axis": "y", "origin": [4.05, 7, 10.325]}, + "faces": { + "north": {"uv": [11.375, 8.5, 11.5, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 11.375, 8.75, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 8.625, 11.5, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 11.375, 8.875, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 8.875, 11.375, 8.75], "texture": "#1"}, + "down": {"uv": [9, 11.375, 8.875, 11.5], "texture": "#1"} + } + }, + { + "from": [11.775, 12.725, 4.4], + "to": [11.875, 12.85, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.35, 13.125, 10.3]}, + "faces": { + "north": {"uv": [11.375, 8.875, 11.5, 9], "texture": "#1"}, + "east": {"uv": [9, 11.375, 9.125, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 9, 11.5, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 11.375, 9.25, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 9.25, 11.375, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 11.375, 9.25, 11.5], "texture": "#1"} + } + }, + { + "from": [5.525, 12.725, 4.4], + "to": [5.625, 12.85, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.05, 13.125, 10.3]}, + "faces": { + "north": {"uv": [11.375, 9.25, 11.5, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 11.375, 9.5, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 9.375, 11.5, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 11.375, 9.625, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 9.625, 11.375, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 11.375, 9.625, 11.5], "texture": "#1"} + } + }, + { + "from": [11.775, 7.2, 9.925], + "to": [11.875, 7.3, 10.05], + "rotation": {"angle": -45, "axis": "y", "origin": [13.35, 13.1, 10.325]}, + "faces": { + "north": {"uv": [11.375, 9.625, 11.5, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 11.375, 9.875, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 9.75, 11.5, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 11.375, 10, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 10, 11.375, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 11.375, 10, 11.5], "texture": "#1"} + } + }, + { + "from": [5.525, 7.2, 9.925], + "to": [5.625, 7.3, 10.05], + "rotation": {"angle": 45, "axis": "y", "origin": [4.05, 13.1, 10.325]}, + "faces": { + "north": {"uv": [11.375, 10, 11.5, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 11.375, 10.25, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 10.125, 11.5, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 11.375, 10.375, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 10.375, 11.375, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 11.375, 10.375, 11.5], "texture": "#1"} + } + }, + { + "from": [11.775, 12.725, 10], + "to": [11.875, 12.85, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.35, 13.125, 4.2]}, + "faces": { + "north": {"uv": [11.375, 10.375, 11.5, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 11.375, 10.625, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 10.5, 11.5, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 11.375, 10.75, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 10.75, 11.375, 10.625], "texture": "#1"}, + "down": {"uv": [10.875, 11.375, 10.75, 11.5], "texture": "#1"} + } + }, + { + "from": [5.525, 12.725, 10], + "to": [5.625, 12.85, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.05, 13.125, 4.2]}, + "faces": { + "north": {"uv": [11.375, 10.75, 11.5, 10.875], "texture": "#1"}, + "east": {"uv": [10.875, 11.375, 11, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 10.875, 11.5, 11], "texture": "#1"}, + "west": {"uv": [11, 11.375, 11.125, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 11.125, 11.375, 11], "texture": "#1"}, + "down": {"uv": [11.25, 11.375, 11.125, 11.5], "texture": "#1"} + } + }, + { + "from": [11.675, 12.8, 9.425], + "to": [11.8, 12.9, 9.5], + "rotation": {"angle": -45, "axis": "y", "origin": [13.275, 7, 9.8]}, + "faces": { + "north": {"uv": [11.375, 11.125, 11.5, 11.25], "texture": "#1"}, + "east": {"uv": [11.25, 11.375, 11.375, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 11.25, 11.5, 11.375], "texture": "#1"}, + "west": {"uv": [11.375, 11.375, 11.5, 11.5], "texture": "#1"}, + "up": {"uv": [0.125, 11.625, 0, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 0, 11.5, 0.125], "texture": "#1"} + } + }, + { + "from": [5.6, 12.8, 9.425], + "to": [5.725, 12.9, 9.5], + "rotation": {"angle": 45, "axis": "y", "origin": [4.125, 7, 9.8]}, + "faces": { + "north": {"uv": [0.125, 11.5, 0.25, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 0.125, 11.625, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 11.5, 0.375, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 0.25, 11.625, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 11.625, 0.375, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 0.375, 11.5, 0.5], "texture": "#1"} + } + }, + { + "from": [11.675, 12.225, 4.4], + "to": [11.8, 12.3, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.275, 12.6, 10.3]}, + "faces": { + "north": {"uv": [0.5, 11.5, 0.625, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 0.5, 11.625, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 11.5, 0.75, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 0.625, 11.625, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 11.625, 0.75, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 0.75, 11.5, 0.875], "texture": "#1"} + } + }, + { + "from": [5.6, 12.225, 4.4], + "to": [5.725, 12.3, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.125, 12.6, 10.3]}, + "faces": { + "north": {"uv": [0.875, 11.5, 1, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 0.875, 11.625, 1], "texture": "#1"}, + "south": {"uv": [1, 11.5, 1.125, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 1, 11.625, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 11.625, 1.125, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 1.125, 11.5, 1.25], "texture": "#1"} + } + }, + { + "from": [11.675, 7.2, 9.425], + "to": [11.8, 7.3, 9.5], + "rotation": {"angle": -45, "axis": "y", "origin": [13.275, 13.1, 9.8]}, + "faces": { + "north": {"uv": [1.25, 11.5, 1.375, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 1.25, 11.625, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 11.5, 1.5, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 1.375, 11.625, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 11.625, 1.5, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 1.5, 11.5, 1.625], "texture": "#1"} + } + }, + { + "from": [5.6, 7.2, 9.425], + "to": [5.725, 7.3, 9.5], + "rotation": {"angle": 45, "axis": "y", "origin": [4.125, 13.1, 9.8]}, + "faces": { + "north": {"uv": [1.625, 11.5, 1.75, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 1.625, 11.625, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 11.5, 1.875, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 1.75, 11.625, 1.875], "texture": "#1"}, + "up": {"uv": [2, 11.625, 1.875, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 1.875, 11.5, 2], "texture": "#1"} + } + }, + { + "from": [11.675, 12.225, 10], + "to": [11.8, 12.3, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.275, 12.6, 4.2]}, + "faces": { + "north": {"uv": [2, 11.5, 2.125, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 2, 11.625, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 11.5, 2.25, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 2.125, 11.625, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 11.625, 2.25, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 2.25, 11.5, 2.375], "texture": "#1"} + } + }, + { + "from": [5.6, 12.225, 10], + "to": [5.725, 12.3, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.125, 12.6, 4.2]}, + "faces": { + "north": {"uv": [2.375, 11.5, 2.5, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 2.375, 11.625, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 11.5, 2.625, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 2.5, 11.625, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 11.625, 2.625, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 2.625, 11.5, 2.75], "texture": "#1"} + } + }, + { + "from": [11.725, 12.8, 9.275], + "to": [11.85, 12.9, 9.35], + "rotation": {"angle": -45, "axis": "y", "origin": [13.325, 7, 9.65]}, + "faces": { + "north": {"uv": [2.75, 11.5, 2.875, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 2.75, 11.625, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 11.5, 3, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 2.875, 11.625, 3], "texture": "#1"}, + "up": {"uv": [3.125, 11.625, 3, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 3, 11.5, 3.125], "texture": "#1"} + } + }, + { + "from": [5.55, 12.8, 9.275], + "to": [5.675, 12.9, 9.35], + "rotation": {"angle": 45, "axis": "y", "origin": [4.075, 7, 9.65]}, + "faces": { + "north": {"uv": [3.125, 11.5, 3.25, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 3.125, 11.625, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 11.5, 3.375, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 3.25, 11.625, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 11.625, 3.375, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 3.375, 11.5, 3.5], "texture": "#1"} + } + }, + { + "from": [11.725, 12.075, 4.4], + "to": [11.85, 12.15, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.325, 12.45, 10.3]}, + "faces": { + "north": {"uv": [3.5, 11.5, 3.625, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 3.5, 11.625, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 11.5, 3.75, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 3.625, 11.625, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 11.625, 3.75, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 3.75, 11.5, 3.875], "texture": "#1"} + } + }, + { + "from": [5.55, 12.075, 4.4], + "to": [5.675, 12.15, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.075, 12.45, 10.3]}, + "faces": { + "north": {"uv": [3.875, 11.5, 4, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 3.875, 11.625, 4], "texture": "#1"}, + "south": {"uv": [4, 11.5, 4.125, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 4, 11.625, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 11.625, 4.125, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 4.125, 11.5, 4.25], "texture": "#1"} + } + }, + { + "from": [11.725, 7.2, 9.275], + "to": [11.85, 7.3, 9.35], + "rotation": {"angle": -45, "axis": "y", "origin": [13.325, 13.1, 9.65]}, + "faces": { + "north": {"uv": [4.25, 11.5, 4.375, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 4.25, 11.625, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 11.5, 4.5, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 4.375, 11.625, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 11.625, 4.5, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 4.5, 11.5, 4.625], "texture": "#1"} + } + }, + { + "from": [5.55, 7.2, 9.275], + "to": [5.675, 7.3, 9.35], + "rotation": {"angle": 45, "axis": "y", "origin": [4.075, 13.1, 9.65]}, + "faces": { + "north": {"uv": [4.625, 11.5, 4.75, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 4.625, 11.625, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 11.5, 4.875, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 4.75, 11.625, 4.875], "texture": "#1"}, + "up": {"uv": [5, 11.625, 4.875, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 4.875, 11.5, 5], "texture": "#1"} + } + }, + { + "from": [11.725, 12.075, 10], + "to": [11.85, 12.15, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.325, 12.45, 4.2]}, + "faces": { + "north": {"uv": [5, 11.5, 5.125, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 5, 11.625, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 11.5, 5.25, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 5.125, 11.625, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 11.625, 5.25, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 5.25, 11.5, 5.375], "texture": "#1"} + } + }, + { + "from": [5.55, 12.075, 10], + "to": [5.675, 12.15, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.075, 12.45, 4.2]}, + "faces": { + "north": {"uv": [5.375, 11.5, 5.5, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 5.375, 11.625, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 11.5, 5.625, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 5.5, 11.625, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 11.625, 5.625, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 5.625, 11.5, 5.75], "texture": "#1"} + } + }, + { + "from": [11.65, 12.8, 8.95], + "to": [11.775, 12.9, 9.025], + "rotation": {"angle": -45, "axis": "y", "origin": [13.25, 7, 9.325]}, + "faces": { + "north": {"uv": [5.75, 11.5, 5.875, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 5.75, 11.625, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 11.5, 6, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 5.875, 11.625, 6], "texture": "#1"}, + "up": {"uv": [6.125, 11.625, 6, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 6, 11.5, 6.125], "texture": "#1"} + } + }, + { + "from": [5.625, 12.8, 8.95], + "to": [5.75, 12.9, 9.025], + "rotation": {"angle": 45, "axis": "y", "origin": [4.15, 7, 9.325]}, + "faces": { + "north": {"uv": [6.125, 11.5, 6.25, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 6.125, 11.625, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 11.5, 6.375, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 6.25, 11.625, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 11.625, 6.375, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 6.375, 11.5, 6.5], "texture": "#1"} + } + }, + { + "from": [11.65, 11.75, 4.4], + "to": [11.775, 11.825, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.25, 12.125, 10.3]}, + "faces": { + "north": {"uv": [6.5, 11.5, 6.625, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 6.5, 11.625, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 11.5, 6.75, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 6.625, 11.625, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 11.625, 6.75, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 6.75, 11.5, 6.875], "texture": "#1"} + } + }, + { + "from": [5.625, 11.75, 4.4], + "to": [5.75, 11.825, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.15, 12.125, 10.3]}, + "faces": { + "north": {"uv": [6.875, 11.5, 7, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 6.875, 11.625, 7], "texture": "#1"}, + "south": {"uv": [7, 11.5, 7.125, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 7, 11.625, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 11.625, 7.125, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 7.125, 11.5, 7.25], "texture": "#1"} + } + }, + { + "from": [11.65, 7.2, 8.95], + "to": [11.775, 7.3, 9.025], + "rotation": {"angle": -45, "axis": "y", "origin": [13.25, 13.1, 9.325]}, + "faces": { + "north": {"uv": [7.25, 11.5, 7.375, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 7.25, 11.625, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 11.5, 7.5, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 7.375, 11.625, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 11.625, 7.5, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 7.5, 11.5, 7.625], "texture": "#1"} + } + }, + { + "from": [5.625, 7.2, 8.95], + "to": [5.75, 7.3, 9.025], + "rotation": {"angle": 45, "axis": "y", "origin": [4.15, 13.1, 9.325]}, + "faces": { + "north": {"uv": [7.625, 11.5, 7.75, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 7.625, 11.625, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 11.5, 7.875, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 7.75, 11.625, 7.875], "texture": "#1"}, + "up": {"uv": [8, 11.625, 7.875, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 7.875, 11.5, 8], "texture": "#1"} + } + }, + { + "from": [11.65, 11.75, 10], + "to": [11.775, 11.825, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.25, 12.125, 4.2]}, + "faces": { + "north": {"uv": [8, 11.5, 8.125, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 8, 11.625, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 11.5, 8.25, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 8.125, 11.625, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 11.625, 8.25, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 8.25, 11.5, 8.375], "texture": "#1"} + } + }, + { + "from": [5.625, 11.75, 10], + "to": [5.75, 11.825, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.15, 12.125, 4.2]}, + "faces": { + "north": {"uv": [8.375, 11.5, 8.5, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 8.375, 11.625, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 11.5, 8.625, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 8.5, 11.625, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 11.625, 8.625, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 8.625, 11.5, 8.75], "texture": "#1"} + } + }, + { + "from": [11.625, 12.8, 8.275], + "to": [11.75, 12.9, 8.35], + "rotation": {"angle": -45, "axis": "y", "origin": [13.225, 7, 8.65]}, + "faces": { + "north": {"uv": [8.75, 11.5, 8.875, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 8.75, 11.625, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 11.5, 9, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 8.875, 11.625, 9], "texture": "#1"}, + "up": {"uv": [9.125, 11.625, 9, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 9, 11.5, 9.125], "texture": "#1"} + } + }, + { + "from": [5.65, 12.8, 8.275], + "to": [5.775, 12.9, 8.35], + "rotation": {"angle": 45, "axis": "y", "origin": [4.175, 7, 8.65]}, + "faces": { + "north": {"uv": [9.125, 11.5, 9.25, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 9.125, 11.625, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 11.5, 9.375, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 9.25, 11.625, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 11.625, 9.375, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 9.375, 11.5, 9.5], "texture": "#1"} + } + }, + { + "from": [11.625, 11.075, 4.4], + "to": [11.75, 11.15, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.225, 11.45, 10.3]}, + "faces": { + "north": {"uv": [9.5, 11.5, 9.625, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 9.5, 11.625, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 11.5, 9.75, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 9.625, 11.625, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 11.625, 9.75, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 9.75, 11.5, 9.875], "texture": "#1"} + } + }, + { + "from": [5.65, 11.075, 4.4], + "to": [5.775, 11.15, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.175, 11.45, 10.3]}, + "faces": { + "north": {"uv": [9.875, 11.5, 10, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 9.875, 11.625, 10], "texture": "#1"}, + "south": {"uv": [10, 11.5, 10.125, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 10, 11.625, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 11.625, 10.125, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 10.125, 11.5, 10.25], "texture": "#1"} + } + }, + { + "from": [11.625, 7.2, 8.275], + "to": [11.75, 7.3, 8.35], + "rotation": {"angle": -45, "axis": "y", "origin": [13.225, 13.1, 8.65]}, + "faces": { + "north": {"uv": [10.25, 11.5, 10.375, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 10.25, 11.625, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 11.5, 10.5, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 10.375, 11.625, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 11.625, 10.5, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 10.5, 11.5, 10.625], "texture": "#1"} + } + }, + { + "from": [5.65, 7.2, 8.275], + "to": [5.775, 7.3, 8.35], + "rotation": {"angle": 45, "axis": "y", "origin": [4.175, 13.1, 8.65]}, + "faces": { + "north": {"uv": [10.625, 11.5, 10.75, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 10.625, 11.625, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 11.5, 10.875, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 10.75, 11.625, 10.875], "texture": "#1"}, + "up": {"uv": [11, 11.625, 10.875, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 10.875, 11.5, 11], "texture": "#1"} + } + }, + { + "from": [11.625, 11.075, 10], + "to": [11.75, 11.15, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.225, 11.45, 4.2]}, + "faces": { + "north": {"uv": [11, 11.5, 11.125, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 11, 11.625, 11.125], "texture": "#1"}, + "south": {"uv": [11.125, 11.5, 11.25, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 11.125, 11.625, 11.25], "texture": "#1"}, + "up": {"uv": [11.375, 11.625, 11.25, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 11.25, 11.5, 11.375], "texture": "#1"} + } + }, + { + "from": [5.65, 11.075, 10], + "to": [5.775, 11.15, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.175, 11.45, 4.2]}, + "faces": { + "north": {"uv": [11.375, 11.5, 11.5, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 11.375, 11.625, 11.5], "texture": "#1"}, + "south": {"uv": [11.5, 11.5, 11.625, 11.625], "texture": "#1"}, + "west": {"uv": [0, 11.625, 0.125, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 0.125, 11.625, 0], "texture": "#1"}, + "down": {"uv": [0.25, 11.625, 0.125, 11.75], "texture": "#1"} + } + }, + { + "from": [11.8, 12.8, 7.925], + "to": [11.875, 12.9, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [13.35, 7, 8.325]}, + "faces": { + "north": {"uv": [11.625, 0.125, 11.75, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 11.625, 0.375, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 0.25, 11.75, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 11.625, 0.5, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 0.5, 11.625, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 11.625, 0.5, 11.75], "texture": "#1"} + } + }, + { + "from": [5.525, 12.8, 7.925], + "to": [5.6, 12.9, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [4.05, 7, 8.325]}, + "faces": { + "north": {"uv": [11.625, 0.5, 11.75, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 11.625, 0.75, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 0.625, 11.75, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 11.625, 0.875, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 0.875, 11.625, 0.75], "texture": "#1"}, + "down": {"uv": [1, 11.625, 0.875, 11.75], "texture": "#1"} + } + }, + { + "from": [11.8, 10.725, 4.4], + "to": [11.875, 10.875, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.35, 11.125, 10.3]}, + "faces": { + "north": {"uv": [11.625, 0.875, 11.75, 1], "texture": "#1"}, + "east": {"uv": [1, 11.625, 1.125, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 1, 11.75, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 11.625, 1.25, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 1.25, 11.625, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 11.625, 1.25, 11.75], "texture": "#1"} + } + }, + { + "from": [5.525, 10.725, 4.4], + "to": [5.6, 10.875, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.05, 11.125, 10.3]}, + "faces": { + "north": {"uv": [11.625, 1.25, 11.75, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 11.625, 1.5, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 1.375, 11.75, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 11.625, 1.625, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 1.625, 11.625, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 11.625, 1.625, 11.75], "texture": "#1"} + } + }, + { + "from": [11.8, 7.2, 7.925], + "to": [11.875, 7.3, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [13.35, 13.1, 8.325]}, + "faces": { + "north": {"uv": [11.625, 1.625, 11.75, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 11.625, 1.875, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 1.75, 11.75, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 11.625, 2, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 2, 11.625, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 11.625, 2, 11.75], "texture": "#1"} + } + }, + { + "from": [5.525, 7.2, 7.925], + "to": [5.6, 7.3, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [4.05, 13.1, 8.325]}, + "faces": { + "north": {"uv": [11.625, 2, 11.75, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 11.625, 2.25, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 2.125, 11.75, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 11.625, 2.375, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 2.375, 11.625, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 11.625, 2.375, 11.75], "texture": "#1"} + } + }, + { + "from": [11.8, 10.725, 10], + "to": [11.875, 10.875, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.35, 11.125, 4.2]}, + "faces": { + "north": {"uv": [11.625, 2.375, 11.75, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 11.625, 2.625, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 2.5, 11.75, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 11.625, 2.75, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 2.75, 11.625, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 11.625, 2.75, 11.75], "texture": "#1"} + } + }, + { + "from": [5.525, 10.725, 10], + "to": [5.6, 10.875, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.05, 11.125, 4.2]}, + "faces": { + "north": {"uv": [11.625, 2.75, 11.75, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 11.625, 3, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 2.875, 11.75, 3], "texture": "#1"}, + "west": {"uv": [3, 11.625, 3.125, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 3.125, 11.625, 3], "texture": "#1"}, + "down": {"uv": [3.25, 11.625, 3.125, 11.75], "texture": "#1"} + } + }, + { + "from": [11.625, 12.8, 7.55], + "to": [11.75, 12.9, 7.65], + "rotation": {"angle": -45, "axis": "y", "origin": [13.225, 7, 7.95]}, + "faces": { + "north": {"uv": [11.625, 3.125, 11.75, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 11.625, 3.375, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 3.25, 11.75, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 11.625, 3.5, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 3.5, 11.625, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 11.625, 3.5, 11.75], "texture": "#1"} + } + }, + { + "from": [5.65, 12.8, 7.55], + "to": [5.775, 12.9, 7.65], + "rotation": {"angle": 45, "axis": "y", "origin": [4.175, 7, 7.95]}, + "faces": { + "north": {"uv": [11.625, 3.5, 11.75, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 11.625, 3.75, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 3.625, 11.75, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 11.625, 3.875, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 3.875, 11.625, 3.75], "texture": "#1"}, + "down": {"uv": [4, 11.625, 3.875, 11.75], "texture": "#1"} + } + }, + { + "from": [11.625, 10.35, 4.4], + "to": [11.75, 10.45, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.225, 10.75, 10.3]}, + "faces": { + "north": {"uv": [11.625, 3.875, 11.75, 4], "texture": "#1"}, + "east": {"uv": [4, 11.625, 4.125, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 4, 11.75, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 11.625, 4.25, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 4.25, 11.625, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 11.625, 4.25, 11.75], "texture": "#1"} + } + }, + { + "from": [5.65, 10.35, 4.4], + "to": [5.775, 10.45, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.175, 10.75, 10.3]}, + "faces": { + "north": {"uv": [11.625, 4.25, 11.75, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 11.625, 4.5, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 4.375, 11.75, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 11.625, 4.625, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 4.625, 11.625, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 11.625, 4.625, 11.75], "texture": "#1"} + } + }, + { + "from": [11.625, 7.2, 7.55], + "to": [11.75, 7.3, 7.65], + "rotation": {"angle": -45, "axis": "y", "origin": [13.225, 13.1, 7.95]}, + "faces": { + "north": {"uv": [11.625, 4.625, 11.75, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 11.625, 4.875, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 4.75, 11.75, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 11.625, 5, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 5, 11.625, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 11.625, 5, 11.75], "texture": "#1"} + } + }, + { + "from": [5.65, 7.2, 7.55], + "to": [5.775, 7.3, 7.65], + "rotation": {"angle": 45, "axis": "y", "origin": [4.175, 13.1, 7.95]}, + "faces": { + "north": {"uv": [11.625, 5, 11.75, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 11.625, 5.25, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 5.125, 11.75, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 11.625, 5.375, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 5.375, 11.625, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 11.625, 5.375, 11.75], "texture": "#1"} + } + }, + { + "from": [11.625, 10.35, 10], + "to": [11.75, 10.45, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.225, 10.75, 4.2]}, + "faces": { + "north": {"uv": [11.625, 5.375, 11.75, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 11.625, 5.625, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 5.5, 11.75, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 11.625, 5.75, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 5.75, 11.625, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 11.625, 5.75, 11.75], "texture": "#1"} + } + }, + { + "from": [5.65, 10.35, 10], + "to": [5.775, 10.45, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.175, 10.75, 4.2]}, + "faces": { + "north": {"uv": [11.625, 5.75, 11.75, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 11.625, 6, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 5.875, 11.75, 6], "texture": "#1"}, + "west": {"uv": [6, 11.625, 6.125, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 6.125, 11.625, 6], "texture": "#1"}, + "down": {"uv": [6.25, 11.625, 6.125, 11.75], "texture": "#1"} + } + }, + { + "from": [11.65, 12.8, 5.45], + "to": [11.725, 12.9, 5.525], + "rotation": {"angle": 45, "axis": "y", "origin": [13.25, 7, 5.15]}, + "faces": { + "north": {"uv": [11.625, 6.125, 11.75, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 11.625, 6.375, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 6.25, 11.75, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 11.625, 6.5, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 6.5, 11.625, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 11.625, 6.5, 11.75], "texture": "#1"} + } + }, + { + "from": [5.675, 12.8, 5.45], + "to": [5.75, 12.9, 5.525], + "rotation": {"angle": -45, "axis": "y", "origin": [4.15, 7, 5.15]}, + "faces": { + "north": {"uv": [11.625, 6.5, 11.75, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 11.625, 6.75, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 6.625, 11.75, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 11.625, 6.875, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 6.875, 11.625, 6.75], "texture": "#1"}, + "down": {"uv": [7, 11.625, 6.875, 11.75], "texture": "#1"} + } + }, + { + "from": [11.65, 8.25, 4.4], + "to": [11.725, 8.325, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [13.25, 7.95, 10.3]}, + "faces": { + "north": {"uv": [11.625, 6.875, 11.75, 7], "texture": "#1"}, + "east": {"uv": [7, 11.625, 7.125, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 7, 11.75, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 11.625, 7.25, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 7.25, 11.625, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 11.625, 7.25, 11.75], "texture": "#1"} + } + }, + { + "from": [5.675, 8.25, 4.4], + "to": [5.75, 8.325, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [4.15, 7.95, 10.3]}, + "faces": { + "north": {"uv": [11.625, 7.25, 11.75, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 11.625, 7.5, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 7.375, 11.75, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 11.625, 7.625, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 7.625, 11.625, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 11.625, 7.625, 11.75], "texture": "#1"} + } + }, + { + "from": [11.65, 7.2, 5.45], + "to": [11.725, 7.3, 5.525], + "rotation": {"angle": 45, "axis": "y", "origin": [13.25, 13.1, 5.15]}, + "faces": { + "north": {"uv": [11.625, 7.625, 11.75, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 11.625, 7.875, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 7.75, 11.75, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 11.625, 8, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 8, 11.625, 7.875], "texture": "#1"}, + "down": {"uv": [8.125, 11.625, 8, 11.75], "texture": "#1"} + } + }, + { + "from": [5.675, 7.2, 5.45], + "to": [5.75, 7.3, 5.525], + "rotation": {"angle": -45, "axis": "y", "origin": [4.15, 13.1, 5.15]}, + "faces": { + "north": {"uv": [11.625, 8, 11.75, 8.125], "texture": "#1"}, + "east": {"uv": [8.125, 11.625, 8.25, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 8.125, 11.75, 8.25], "texture": "#1"}, + "west": {"uv": [8.25, 11.625, 8.375, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 8.375, 11.625, 8.25], "texture": "#1"}, + "down": {"uv": [8.5, 11.625, 8.375, 11.75], "texture": "#1"} + } + }, + { + "from": [11.65, 8.25, 10], + "to": [11.725, 8.325, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [13.25, 7.95, 4.2]}, + "faces": { + "north": {"uv": [11.625, 8.375, 11.75, 8.5], "texture": "#1"}, + "east": {"uv": [8.5, 11.625, 8.625, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 8.5, 11.75, 8.625], "texture": "#1"}, + "west": {"uv": [8.625, 11.625, 8.75, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 8.75, 11.625, 8.625], "texture": "#1"}, + "down": {"uv": [8.875, 11.625, 8.75, 11.75], "texture": "#1"} + } + }, + { + "from": [5.675, 8.25, 10], + "to": [5.75, 8.325, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [4.15, 7.95, 4.2]}, + "faces": { + "north": {"uv": [11.625, 8.75, 11.75, 8.875], "texture": "#1"}, + "east": {"uv": [8.875, 11.625, 9, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 8.875, 11.75, 9], "texture": "#1"}, + "west": {"uv": [9, 11.625, 9.125, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 9.125, 11.625, 9], "texture": "#1"}, + "down": {"uv": [9.25, 11.625, 9.125, 11.75], "texture": "#1"} + } + }, + { + "from": [11.725, 12.8, 5.15], + "to": [11.85, 12.9, 5.225], + "rotation": {"angle": 45, "axis": "y", "origin": [13.325, 7, 4.85]}, + "faces": { + "north": {"uv": [11.625, 9.125, 11.75, 9.25], "texture": "#1"}, + "east": {"uv": [9.25, 11.625, 9.375, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 9.25, 11.75, 9.375], "texture": "#1"}, + "west": {"uv": [9.375, 11.625, 9.5, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 9.5, 11.625, 9.375], "texture": "#1"}, + "down": {"uv": [9.625, 11.625, 9.5, 11.75], "texture": "#1"} + } + }, + { + "from": [5.55, 12.8, 5.15], + "to": [5.675, 12.9, 5.225], + "rotation": {"angle": -45, "axis": "y", "origin": [4.075, 7, 4.85]}, + "faces": { + "north": {"uv": [11.625, 9.5, 11.75, 9.625], "texture": "#1"}, + "east": {"uv": [9.625, 11.625, 9.75, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 9.625, 11.75, 9.75], "texture": "#1"}, + "west": {"uv": [9.75, 11.625, 9.875, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 9.875, 11.625, 9.75], "texture": "#1"}, + "down": {"uv": [10, 11.625, 9.875, 11.75], "texture": "#1"} + } + }, + { + "from": [11.725, 7.95, 4.4], + "to": [11.85, 8.025, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [13.325, 7.65, 10.3]}, + "faces": { + "north": {"uv": [11.625, 9.875, 11.75, 10], "texture": "#1"}, + "east": {"uv": [10, 11.625, 10.125, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 10, 11.75, 10.125], "texture": "#1"}, + "west": {"uv": [10.125, 11.625, 10.25, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 10.25, 11.625, 10.125], "texture": "#1"}, + "down": {"uv": [10.375, 11.625, 10.25, 11.75], "texture": "#1"} + } + }, + { + "from": [5.55, 7.95, 4.4], + "to": [5.675, 8.025, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [4.075, 7.65, 10.3]}, + "faces": { + "north": {"uv": [11.625, 10.25, 11.75, 10.375], "texture": "#1"}, + "east": {"uv": [10.375, 11.625, 10.5, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 10.375, 11.75, 10.5], "texture": "#1"}, + "west": {"uv": [10.5, 11.625, 10.625, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 10.625, 11.625, 10.5], "texture": "#1"}, + "down": {"uv": [10.75, 11.625, 10.625, 11.75], "texture": "#1"} + } + }, + { + "from": [11.725, 7.2, 5.15], + "to": [11.85, 7.3, 5.225], + "rotation": {"angle": 45, "axis": "y", "origin": [13.325, 13.1, 4.85]}, + "faces": { + "north": {"uv": [11.625, 10.625, 11.75, 10.75], "texture": "#1"}, + "east": {"uv": [10.75, 11.625, 10.875, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 10.75, 11.75, 10.875], "texture": "#1"}, + "west": {"uv": [10.875, 11.625, 11, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 11, 11.625, 10.875], "texture": "#1"}, + "down": {"uv": [11.125, 11.625, 11, 11.75], "texture": "#1"} + } + }, + { + "from": [5.55, 7.2, 5.15], + "to": [5.675, 7.3, 5.225], + "rotation": {"angle": -45, "axis": "y", "origin": [4.075, 13.1, 4.85]}, + "faces": { + "north": {"uv": [11.625, 11, 11.75, 11.125], "texture": "#1"}, + "east": {"uv": [11.125, 11.625, 11.25, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 11.125, 11.75, 11.25], "texture": "#1"}, + "west": {"uv": [11.25, 11.625, 11.375, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 11.375, 11.625, 11.25], "texture": "#1"}, + "down": {"uv": [11.5, 11.625, 11.375, 11.75], "texture": "#1"} + } + }, + { + "from": [11.725, 7.95, 10], + "to": [11.85, 8.025, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [13.325, 7.65, 4.2]}, + "faces": { + "north": {"uv": [11.625, 11.375, 11.75, 11.5], "texture": "#1"}, + "east": {"uv": [11.5, 11.625, 11.625, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 11.5, 11.75, 11.625], "texture": "#1"}, + "west": {"uv": [11.625, 11.625, 11.75, 11.75], "texture": "#1"}, + "up": {"uv": [0.125, 11.875, 0, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 0, 11.75, 0.125], "texture": "#1"} + } + }, + { + "from": [5.55, 7.95, 10], + "to": [5.675, 8.025, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [4.075, 7.65, 4.2]}, + "faces": { + "north": {"uv": [0.125, 11.75, 0.25, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 0.125, 11.875, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 11.75, 0.375, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 0.25, 11.875, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 11.875, 0.375, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 0.375, 11.75, 0.5], "texture": "#1"} + } + }, + { + "from": [11.625, 12.8, 4.95], + "to": [11.75, 12.9, 5.075], + "rotation": {"angle": 45, "axis": "y", "origin": [13.225, 7, 4.65]}, + "faces": { + "north": {"uv": [0.5, 11.75, 0.625, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 0.5, 11.875, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 11.75, 0.75, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 0.625, 11.875, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 11.875, 0.75, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 0.75, 11.75, 0.875], "texture": "#1"} + } + }, + { + "from": [5.65, 12.8, 4.95], + "to": [5.775, 12.9, 5.075], + "rotation": {"angle": -45, "axis": "y", "origin": [4.175, 7, 4.65]}, + "faces": { + "north": {"uv": [0.875, 11.75, 1, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 0.875, 11.875, 1], "texture": "#1"}, + "south": {"uv": [1, 11.75, 1.125, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 1, 11.875, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 11.875, 1.125, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 1.125, 11.75, 1.25], "texture": "#1"} + } + }, + { + "from": [11.625, 7.75, 4.4], + "to": [11.75, 7.875, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [13.225, 7.45, 10.3]}, + "faces": { + "north": {"uv": [1.25, 11.75, 1.375, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 1.25, 11.875, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 11.75, 1.5, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 1.375, 11.875, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 11.875, 1.5, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 1.5, 11.75, 1.625], "texture": "#1"} + } + }, + { + "from": [5.65, 7.75, 4.4], + "to": [5.775, 7.875, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [4.175, 7.45, 10.3]}, + "faces": { + "north": {"uv": [1.625, 11.75, 1.75, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 1.625, 11.875, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 11.75, 1.875, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 1.75, 11.875, 1.875], "texture": "#1"}, + "up": {"uv": [2, 11.875, 1.875, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 1.875, 11.75, 2], "texture": "#1"} + } + }, + { + "from": [11.625, 7.2, 4.95], + "to": [11.75, 7.3, 5.075], + "rotation": {"angle": 45, "axis": "y", "origin": [13.225, 13.1, 4.65]}, + "faces": { + "north": {"uv": [2, 11.75, 2.125, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 2, 11.875, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 11.75, 2.25, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 2.125, 11.875, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 11.875, 2.25, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 2.25, 11.75, 2.375], "texture": "#1"} + } + }, + { + "from": [5.65, 7.2, 4.95], + "to": [5.775, 7.3, 5.075], + "rotation": {"angle": -45, "axis": "y", "origin": [4.175, 13.1, 4.65]}, + "faces": { + "north": {"uv": [2.375, 11.75, 2.5, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 2.375, 11.875, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 11.75, 2.625, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 2.5, 11.875, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 11.875, 2.625, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 2.625, 11.75, 2.75], "texture": "#1"} + } + }, + { + "from": [11.625, 7.75, 10], + "to": [11.75, 7.875, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [13.225, 7.45, 4.2]}, + "faces": { + "north": {"uv": [2.75, 11.75, 2.875, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 2.75, 11.875, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 11.75, 3, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 2.875, 11.875, 3], "texture": "#1"}, + "up": {"uv": [3.125, 11.875, 3, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 3, 11.75, 3.125], "texture": "#1"} + } + }, + { + "from": [5.65, 7.75, 10], + "to": [5.775, 7.875, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [4.175, 7.45, 4.2]}, + "faces": { + "north": {"uv": [3.125, 11.75, 3.25, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 3.125, 11.875, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 11.75, 3.375, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 3.25, 11.875, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 11.875, 3.375, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 3.375, 11.75, 3.5], "texture": "#1"} + } + }, + { + "from": [11.625, 12.8, 6.65], + "to": [11.75, 12.9, 6.75], + "rotation": {"angle": -45, "axis": "y", "origin": [13.225, 7, 7.05]}, + "faces": { + "north": {"uv": [3.5, 11.75, 3.625, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 3.5, 11.875, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 11.75, 3.75, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 3.625, 11.875, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 11.875, 3.75, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 3.75, 11.75, 3.875], "texture": "#1"} + } + }, + { + "from": [5.65, 12.8, 6.65], + "to": [5.775, 12.9, 6.75], + "rotation": {"angle": 45, "axis": "y", "origin": [4.175, 7, 7.05]}, + "faces": { + "north": {"uv": [3.875, 11.75, 4, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 3.875, 11.875, 4], "texture": "#1"}, + "south": {"uv": [4, 11.75, 4.125, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 4, 11.875, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 11.875, 4.125, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 4.125, 11.75, 4.25], "texture": "#1"} + } + }, + { + "from": [11.625, 9.45, 4.4], + "to": [11.75, 9.55, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.225, 9.85, 10.3]}, + "faces": { + "north": {"uv": [4.25, 11.75, 4.375, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 4.25, 11.875, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 11.75, 4.5, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 4.375, 11.875, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 11.875, 4.5, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 4.5, 11.75, 4.625], "texture": "#1"} + } + }, + { + "from": [5.65, 9.45, 4.4], + "to": [5.775, 9.55, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.175, 9.85, 10.3]}, + "faces": { + "north": {"uv": [4.625, 11.75, 4.75, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 4.625, 11.875, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 11.75, 4.875, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 4.75, 11.875, 4.875], "texture": "#1"}, + "up": {"uv": [5, 11.875, 4.875, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 4.875, 11.75, 5], "texture": "#1"} + } + }, + { + "from": [11.625, 7.2, 6.65], + "to": [11.75, 7.3, 6.75], + "rotation": {"angle": -45, "axis": "y", "origin": [13.225, 13.1, 7.05]}, + "faces": { + "north": {"uv": [5, 11.75, 5.125, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 5, 11.875, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 11.75, 5.25, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 5.125, 11.875, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 11.875, 5.25, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 5.25, 11.75, 5.375], "texture": "#1"} + } + }, + { + "from": [5.65, 7.2, 6.65], + "to": [5.775, 7.3, 6.75], + "rotation": {"angle": 45, "axis": "y", "origin": [4.175, 13.1, 7.05]}, + "faces": { + "north": {"uv": [5.375, 11.75, 5.5, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 5.375, 11.875, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 11.75, 5.625, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 5.5, 11.875, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 11.875, 5.625, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 5.625, 11.75, 5.75], "texture": "#1"} + } + }, + { + "from": [11.625, 9.45, 10], + "to": [11.75, 9.55, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.225, 9.85, 4.2]}, + "faces": { + "north": {"uv": [5.75, 11.75, 5.875, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 5.75, 11.875, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 11.75, 6, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 5.875, 11.875, 6], "texture": "#1"}, + "up": {"uv": [6.125, 11.875, 6, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 6, 11.75, 6.125], "texture": "#1"} + } + }, + { + "from": [5.65, 9.45, 10], + "to": [5.775, 9.55, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.175, 9.85, 4.2]}, + "faces": { + "north": {"uv": [6.125, 11.75, 6.25, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 6.125, 11.875, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 11.75, 6.375, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 6.25, 11.875, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 11.875, 6.375, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 6.375, 11.75, 6.5], "texture": "#1"} + } + }, + { + "from": [11.725, 12.8, 6.425], + "to": [11.875, 12.9, 6.5], + "rotation": {"angle": -45, "axis": "y", "origin": [13.325, 7, 6.825]}, + "faces": { + "north": {"uv": [6.5, 11.75, 6.625, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 6.5, 11.875, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 11.75, 6.75, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 6.625, 11.875, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 11.875, 6.75, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 6.75, 11.75, 6.875], "texture": "#1"} + } + }, + { + "from": [5.525, 12.8, 6.425], + "to": [5.675, 12.9, 6.5], + "rotation": {"angle": 45, "axis": "y", "origin": [4.075, 7, 6.825]}, + "faces": { + "north": {"uv": [6.875, 11.75, 7, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 6.875, 11.875, 7], "texture": "#1"}, + "south": {"uv": [7, 11.75, 7.125, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 7, 11.875, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 11.875, 7.125, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 7.125, 11.75, 7.25], "texture": "#1"} + } + }, + { + "from": [11.725, 9.225, 4.4], + "to": [11.875, 9.3, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.325, 9.625, 10.3]}, + "faces": { + "north": {"uv": [7.25, 11.75, 7.375, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 7.25, 11.875, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 11.75, 7.5, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 7.375, 11.875, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 11.875, 7.5, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 7.5, 11.75, 7.625], "texture": "#1"} + } + }, + { + "from": [5.525, 9.225, 4.4], + "to": [5.675, 9.3, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.075, 9.625, 10.3]}, + "faces": { + "north": {"uv": [7.625, 11.75, 7.75, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 7.625, 11.875, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 11.75, 7.875, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 7.75, 11.875, 7.875], "texture": "#1"}, + "up": {"uv": [8, 11.875, 7.875, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 7.875, 11.75, 8], "texture": "#1"} + } + }, + { + "from": [11.725, 7.2, 6.425], + "to": [11.875, 7.3, 6.5], + "rotation": {"angle": -45, "axis": "y", "origin": [13.325, 13.1, 6.825]}, + "faces": { + "north": {"uv": [8, 11.75, 8.125, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 8, 11.875, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 11.75, 8.25, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 8.125, 11.875, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 11.875, 8.25, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 8.25, 11.75, 8.375], "texture": "#1"} + } + }, + { + "from": [5.525, 7.2, 6.425], + "to": [5.675, 7.3, 6.5], + "rotation": {"angle": 45, "axis": "y", "origin": [4.075, 13.1, 6.825]}, + "faces": { + "north": {"uv": [8.375, 11.75, 8.5, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 8.375, 11.875, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 11.75, 8.625, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 8.5, 11.875, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 11.875, 8.625, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 8.625, 11.75, 8.75], "texture": "#1"} + } + }, + { + "from": [11.725, 9.225, 10], + "to": [11.875, 9.3, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.325, 9.625, 4.2]}, + "faces": { + "north": {"uv": [8.75, 11.75, 8.875, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 8.75, 11.875, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 11.75, 9, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 8.875, 11.875, 9], "texture": "#1"}, + "up": {"uv": [9.125, 11.875, 9, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 9, 11.75, 9.125], "texture": "#1"} + } + }, + { + "from": [5.525, 9.225, 10], + "to": [5.675, 9.3, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.075, 9.625, 4.2]}, + "faces": { + "north": {"uv": [9.125, 11.75, 9.25, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 9.125, 11.875, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 11.75, 9.375, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 9.25, 11.875, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 11.875, 9.375, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 9.375, 11.75, 9.5], "texture": "#1"} + } + }, + { + "from": [11.75, 12.8, 4.675], + "to": [11.875, 12.9, 4.775], + "rotation": {"angle": 45, "axis": "y", "origin": [13.35, 7, 4.375]}, + "faces": { + "north": {"uv": [9.5, 11.75, 9.625, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 9.5, 11.875, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 11.75, 9.75, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 9.625, 11.875, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 11.875, 9.75, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 9.75, 11.75, 9.875], "texture": "#1"} + } + }, + { + "from": [5.525, 12.8, 4.675], + "to": [5.65, 12.9, 4.775], + "rotation": {"angle": -45, "axis": "y", "origin": [4.05, 7, 4.375]}, + "faces": { + "north": {"uv": [9.875, 11.75, 10, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 9.875, 11.875, 10], "texture": "#1"}, + "south": {"uv": [10, 11.75, 10.125, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 10, 11.875, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 11.875, 10.125, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 10.125, 11.75, 10.25], "texture": "#1"} + } + }, + { + "from": [11.75, 7.475, 4.4], + "to": [11.875, 7.575, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [13.35, 7.175, 10.3]}, + "faces": { + "north": {"uv": [10.25, 11.75, 10.375, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 10.25, 11.875, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 11.75, 10.5, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 10.375, 11.875, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 11.875, 10.5, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 10.5, 11.75, 10.625], "texture": "#1"} + } + }, + { + "from": [5.525, 7.475, 4.4], + "to": [5.65, 7.575, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [4.05, 7.175, 10.3]}, + "faces": { + "north": {"uv": [10.625, 11.75, 10.75, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 10.625, 11.875, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 11.75, 10.875, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 10.75, 11.875, 10.875], "texture": "#1"}, + "up": {"uv": [11, 11.875, 10.875, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 10.875, 11.75, 11], "texture": "#1"} + } + }, + { + "from": [11.75, 7.2, 4.675], + "to": [11.875, 7.3, 4.775], + "rotation": {"angle": 45, "axis": "y", "origin": [13.35, 13.1, 4.375]}, + "faces": { + "north": {"uv": [11, 11.75, 11.125, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 11, 11.875, 11.125], "texture": "#1"}, + "south": {"uv": [11.125, 11.75, 11.25, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 11.125, 11.875, 11.25], "texture": "#1"}, + "up": {"uv": [11.375, 11.875, 11.25, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 11.25, 11.75, 11.375], "texture": "#1"} + } + }, + { + "from": [5.525, 7.2, 4.675], + "to": [5.65, 7.3, 4.775], + "rotation": {"angle": -45, "axis": "y", "origin": [4.05, 13.1, 4.375]}, + "faces": { + "north": {"uv": [11.375, 11.75, 11.5, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 11.375, 11.875, 11.5], "texture": "#1"}, + "south": {"uv": [11.5, 11.75, 11.625, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 11.5, 11.875, 11.625], "texture": "#1"}, + "up": {"uv": [11.75, 11.875, 11.625, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 11.625, 11.75, 11.75], "texture": "#1"} + } + }, + { + "from": [11.75, 7.475, 10], + "to": [11.875, 7.575, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [13.35, 7.175, 4.2]}, + "faces": { + "north": {"uv": [11.75, 11.75, 11.875, 11.875], "texture": "#1"}, + "east": {"uv": [0, 11.875, 0.125, 12], "texture": "#1"}, + "south": {"uv": [11.875, 0, 12, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 11.875, 0.25, 12], "texture": "#1"}, + "up": {"uv": [12, 0.25, 11.875, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 11.875, 0.25, 12], "texture": "#1"} + } + }, + { + "from": [5.525, 7.475, 10], + "to": [5.65, 7.575, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [4.05, 7.175, 4.2]}, + "faces": { + "north": {"uv": [11.875, 0.25, 12, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 11.875, 0.5, 12], "texture": "#1"}, + "south": {"uv": [11.875, 0.375, 12, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 11.875, 0.625, 12], "texture": "#1"}, + "up": {"uv": [12, 0.625, 11.875, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 11.875, 0.625, 12], "texture": "#1"} + } + }, + { + "from": [11.625, 12.8, 4.45], + "to": [11.75, 12.9, 4.55], + "rotation": {"angle": 45, "axis": "y", "origin": [13.225, 7, 4.15]}, + "faces": { + "north": {"uv": [11.875, 0.625, 12, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 11.875, 0.875, 12], "texture": "#1"}, + "south": {"uv": [11.875, 0.75, 12, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 11.875, 1, 12], "texture": "#1"}, + "up": {"uv": [12, 1, 11.875, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 11.875, 1, 12], "texture": "#1"} + } + }, + { + "from": [5.65, 12.8, 4.45], + "to": [5.775, 12.9, 4.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.175, 7, 4.15]}, + "faces": { + "north": {"uv": [11.875, 1, 12, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 11.875, 1.25, 12], "texture": "#1"}, + "south": {"uv": [11.875, 1.125, 12, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 11.875, 1.375, 12], "texture": "#1"}, + "up": {"uv": [12, 1.375, 11.875, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 11.875, 1.375, 12], "texture": "#1"} + } + }, + { + "from": [11.625, 7.25, 4.4], + "to": [11.75, 7.35, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [13.225, 6.95, 10.3]}, + "faces": { + "north": {"uv": [11.875, 1.375, 12, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 11.875, 1.625, 12], "texture": "#1"}, + "south": {"uv": [11.875, 1.5, 12, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 11.875, 1.75, 12], "texture": "#1"}, + "up": {"uv": [12, 1.75, 11.875, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 11.875, 1.75, 12], "texture": "#1"} + } + }, + { + "from": [5.65, 7.25, 4.4], + "to": [5.775, 7.35, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [4.175, 6.95, 10.3]}, + "faces": { + "north": {"uv": [11.875, 1.75, 12, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 11.875, 2, 12], "texture": "#1"}, + "south": {"uv": [11.875, 1.875, 12, 2], "texture": "#1"}, + "west": {"uv": [2, 11.875, 2.125, 12], "texture": "#1"}, + "up": {"uv": [12, 2.125, 11.875, 2], "texture": "#1"}, + "down": {"uv": [2.25, 11.875, 2.125, 12], "texture": "#1"} + } + }, + { + "from": [11.625, 7.2, 4.45], + "to": [11.75, 7.3, 4.55], + "rotation": {"angle": 45, "axis": "y", "origin": [13.225, 13.1, 4.15]}, + "faces": { + "north": {"uv": [11.875, 2.125, 12, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 11.875, 2.375, 12], "texture": "#1"}, + "south": {"uv": [11.875, 2.25, 12, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 11.875, 2.5, 12], "texture": "#1"}, + "up": {"uv": [12, 2.5, 11.875, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 11.875, 2.5, 12], "texture": "#1"} + } + }, + { + "from": [5.65, 7.2, 4.45], + "to": [5.775, 7.3, 4.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.175, 13.1, 4.15]}, + "faces": { + "north": {"uv": [11.875, 2.5, 12, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 11.875, 2.75, 12], "texture": "#1"}, + "south": {"uv": [11.875, 2.625, 12, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 11.875, 2.875, 12], "texture": "#1"}, + "up": {"uv": [12, 2.875, 11.875, 2.75], "texture": "#1"}, + "down": {"uv": [3, 11.875, 2.875, 12], "texture": "#1"} + } + }, + { + "from": [11.625, 7.25, 10], + "to": [11.75, 7.35, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [13.225, 6.95, 4.2]}, + "faces": { + "north": {"uv": [11.875, 2.875, 12, 3], "texture": "#1"}, + "east": {"uv": [3, 11.875, 3.125, 12], "texture": "#1"}, + "south": {"uv": [11.875, 3, 12, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 11.875, 3.25, 12], "texture": "#1"}, + "up": {"uv": [12, 3.25, 11.875, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 11.875, 3.25, 12], "texture": "#1"} + } + }, + { + "from": [5.65, 7.25, 10], + "to": [5.775, 7.35, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [4.175, 6.95, 4.2]}, + "faces": { + "north": {"uv": [11.875, 3.25, 12, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 11.875, 3.5, 12], "texture": "#1"}, + "south": {"uv": [11.875, 3.375, 12, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 11.875, 3.625, 12], "texture": "#1"}, + "up": {"uv": [12, 3.625, 11.875, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 11.875, 3.625, 12], "texture": "#1"} + } + }, + { + "from": [11.75, 12.8, 7.825], + "to": [11.875, 12.9, 7.925], + "rotation": {"angle": -45, "axis": "y", "origin": [13.35, 7, 8.225]}, + "faces": { + "north": {"uv": [11.875, 3.625, 12, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 11.875, 3.875, 12], "texture": "#1"}, + "south": {"uv": [11.875, 3.75, 12, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 11.875, 4, 12], "texture": "#1"}, + "up": {"uv": [12, 4, 11.875, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 11.875, 4, 12], "texture": "#1"} + } + }, + { + "from": [5.525, 12.8, 7.825], + "to": [5.65, 12.9, 7.925], + "rotation": {"angle": 45, "axis": "y", "origin": [4.05, 7, 8.225]}, + "faces": { + "north": {"uv": [11.875, 4, 12, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 11.875, 4.25, 12], "texture": "#1"}, + "south": {"uv": [11.875, 4.125, 12, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 11.875, 4.375, 12], "texture": "#1"}, + "up": {"uv": [12, 4.375, 11.875, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 11.875, 4.375, 12], "texture": "#1"} + } + }, + { + "from": [11.75, 10.625, 4.4], + "to": [11.875, 10.725, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.35, 11.025, 10.3]}, + "faces": { + "north": {"uv": [11.875, 4.375, 12, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 11.875, 4.625, 12], "texture": "#1"}, + "south": {"uv": [11.875, 4.5, 12, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 11.875, 4.75, 12], "texture": "#1"}, + "up": {"uv": [12, 4.75, 11.875, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 11.875, 4.75, 12], "texture": "#1"} + } + }, + { + "from": [5.525, 10.625, 4.4], + "to": [5.65, 10.725, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.05, 11.025, 10.3]}, + "faces": { + "north": {"uv": [11.875, 4.75, 12, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 11.875, 5, 12], "texture": "#1"}, + "south": {"uv": [11.875, 4.875, 12, 5], "texture": "#1"}, + "west": {"uv": [5, 11.875, 5.125, 12], "texture": "#1"}, + "up": {"uv": [12, 5.125, 11.875, 5], "texture": "#1"}, + "down": {"uv": [5.25, 11.875, 5.125, 12], "texture": "#1"} + } + }, + { + "from": [11.75, 7.2, 7.825], + "to": [11.875, 7.3, 7.925], + "rotation": {"angle": -45, "axis": "y", "origin": [13.35, 13.1, 8.225]}, + "faces": { + "north": {"uv": [11.875, 5.125, 12, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 11.875, 5.375, 12], "texture": "#1"}, + "south": {"uv": [11.875, 5.25, 12, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 11.875, 5.5, 12], "texture": "#1"}, + "up": {"uv": [12, 5.5, 11.875, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 11.875, 5.5, 12], "texture": "#1"} + } + }, + { + "from": [5.525, 7.2, 7.825], + "to": [5.65, 7.3, 7.925], + "rotation": {"angle": 45, "axis": "y", "origin": [4.05, 13.1, 8.225]}, + "faces": { + "north": {"uv": [11.875, 5.5, 12, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 11.875, 5.75, 12], "texture": "#1"}, + "south": {"uv": [11.875, 5.625, 12, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 11.875, 5.875, 12], "texture": "#1"}, + "up": {"uv": [12, 5.875, 11.875, 5.75], "texture": "#1"}, + "down": {"uv": [6, 11.875, 5.875, 12], "texture": "#1"} + } + }, + { + "from": [11.75, 10.625, 10], + "to": [11.875, 10.725, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.35, 11.025, 4.2]}, + "faces": { + "north": {"uv": [11.875, 5.875, 12, 6], "texture": "#1"}, + "east": {"uv": [6, 11.875, 6.125, 12], "texture": "#1"}, + "south": {"uv": [11.875, 6, 12, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 11.875, 6.25, 12], "texture": "#1"}, + "up": {"uv": [12, 6.25, 11.875, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 11.875, 6.25, 12], "texture": "#1"} + } + }, + { + "from": [5.525, 10.625, 10], + "to": [5.65, 10.725, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.05, 11.025, 4.2]}, + "faces": { + "north": {"uv": [11.875, 6.25, 12, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 11.875, 6.5, 12], "texture": "#1"}, + "south": {"uv": [11.875, 6.375, 12, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 11.875, 6.625, 12], "texture": "#1"}, + "up": {"uv": [12, 6.625, 11.875, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 11.875, 6.625, 12], "texture": "#1"} + } + }, + { + "from": [11.375, 12.9, 7.8], + "to": [11.425, 13, 7.9], + "rotation": {"angle": 45, "axis": "y", "origin": [12.9, 7.1, 7.5]}, + "faces": { + "north": {"uv": [11.875, 6.625, 12, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 11.875, 6.875, 12], "texture": "#1"}, + "south": {"uv": [11.875, 6.75, 12, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 11.875, 7, 12], "texture": "#1"}, + "up": {"uv": [12, 7, 11.875, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 11.875, 7, 12], "texture": "#1"} + } + }, + { + "from": [5.975, 12.9, 7.8], + "to": [6.025, 13, 7.9], + "rotation": {"angle": -45, "axis": "y", "origin": [4.5, 7.1, 7.5]}, + "faces": { + "north": {"uv": [11.875, 7, 12, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 11.875, 7.25, 12], "texture": "#1"}, + "south": {"uv": [11.875, 7.125, 12, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 11.875, 7.375, 12], "texture": "#1"}, + "up": {"uv": [12, 7.375, 11.875, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 11.875, 7.375, 12], "texture": "#1"} + } + }, + { + "from": [11.375, 10.6, 4.3], + "to": [11.425, 10.7, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.9, 10.3, 10.2]}, + "faces": { + "north": {"uv": [11.875, 7.375, 12, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 11.875, 7.625, 12], "texture": "#1"}, + "south": {"uv": [11.875, 7.5, 12, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 11.875, 7.75, 12], "texture": "#1"}, + "up": {"uv": [12, 7.75, 11.875, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 11.875, 7.75, 12], "texture": "#1"} + } + }, + { + "from": [5.975, 10.6, 4.3], + "to": [6.025, 10.7, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.5, 10.3, 10.2]}, + "faces": { + "north": {"uv": [11.875, 7.75, 12, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 11.875, 8, 12], "texture": "#1"}, + "south": {"uv": [11.875, 7.875, 12, 8], "texture": "#1"}, + "west": {"uv": [8, 11.875, 8.125, 12], "texture": "#1"}, + "up": {"uv": [12, 8.125, 11.875, 8], "texture": "#1"}, + "down": {"uv": [8.25, 11.875, 8.125, 12], "texture": "#1"} + } + }, + { + "from": [11.375, 7.1, 7.8], + "to": [11.425, 7.2, 7.9], + "rotation": {"angle": 45, "axis": "y", "origin": [12.9, 13, 7.5]}, + "faces": { + "north": {"uv": [11.875, 8.125, 12, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 11.875, 8.375, 12], "texture": "#1"}, + "south": {"uv": [11.875, 8.25, 12, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 11.875, 8.5, 12], "texture": "#1"}, + "up": {"uv": [12, 8.5, 11.875, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 11.875, 8.5, 12], "texture": "#1"} + } + }, + { + "from": [5.975, 7.1, 7.8], + "to": [6.025, 7.2, 7.9], + "rotation": {"angle": -45, "axis": "y", "origin": [4.5, 13, 7.5]}, + "faces": { + "north": {"uv": [11.875, 8.5, 12, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 11.875, 8.75, 12], "texture": "#1"}, + "south": {"uv": [11.875, 8.625, 12, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 11.875, 8.875, 12], "texture": "#1"}, + "up": {"uv": [12, 8.875, 11.875, 8.75], "texture": "#1"}, + "down": {"uv": [9, 11.875, 8.875, 12], "texture": "#1"} + } + }, + { + "from": [11.375, 10.6, 10.1], + "to": [11.425, 10.7, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.9, 10.3, 4.3]}, + "faces": { + "north": {"uv": [11.875, 8.875, 12, 9], "texture": "#1"}, + "east": {"uv": [9, 11.875, 9.125, 12], "texture": "#1"}, + "south": {"uv": [11.875, 9, 12, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 11.875, 9.25, 12], "texture": "#1"}, + "up": {"uv": [12, 9.25, 11.875, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 11.875, 9.25, 12], "texture": "#1"} + } + }, + { + "from": [5.975, 10.6, 10.1], + "to": [6.025, 10.7, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.5, 10.3, 4.3]}, + "faces": { + "north": {"uv": [11.875, 9.25, 12, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 11.875, 9.5, 12], "texture": "#1"}, + "south": {"uv": [11.875, 9.375, 12, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 11.875, 9.625, 12], "texture": "#1"}, + "up": {"uv": [12, 9.625, 11.875, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 11.875, 9.625, 12], "texture": "#1"} + } + }, + { + "from": [11.475, 12.9, 7.075], + "to": [11.525, 13, 7.2], + "rotation": {"angle": 45, "axis": "y", "origin": [13, 7.1, 6.775]}, + "faces": { + "north": {"uv": [11.875, 9.625, 12, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 11.875, 9.875, 12], "texture": "#1"}, + "south": {"uv": [11.875, 9.75, 12, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 11.875, 10, 12], "texture": "#1"}, + "up": {"uv": [12, 10, 11.875, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 11.875, 10, 12], "texture": "#1"} + } + }, + { + "from": [5.875, 12.9, 7.075], + "to": [5.925, 13, 7.2], + "rotation": {"angle": -45, "axis": "y", "origin": [4.4, 7.1, 6.775]}, + "faces": { + "north": {"uv": [11.875, 10, 12, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 11.875, 10.25, 12], "texture": "#1"}, + "south": {"uv": [11.875, 10.125, 12, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 11.875, 10.375, 12], "texture": "#1"}, + "up": {"uv": [12, 10.375, 11.875, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 11.875, 10.375, 12], "texture": "#1"} + } + }, + { + "from": [11.475, 9.875, 4.3], + "to": [11.525, 10, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13, 9.575, 10.2]}, + "faces": { + "north": {"uv": [11.875, 10.375, 12, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 11.875, 10.625, 12], "texture": "#1"}, + "south": {"uv": [11.875, 10.5, 12, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 11.875, 10.75, 12], "texture": "#1"}, + "up": {"uv": [12, 10.75, 11.875, 10.625], "texture": "#1"}, + "down": {"uv": [10.875, 11.875, 10.75, 12], "texture": "#1"} + } + }, + { + "from": [5.875, 9.875, 4.3], + "to": [5.925, 10, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.4, 9.575, 10.2]}, + "faces": { + "north": {"uv": [11.875, 10.75, 12, 10.875], "texture": "#1"}, + "east": {"uv": [10.875, 11.875, 11, 12], "texture": "#1"}, + "south": {"uv": [11.875, 10.875, 12, 11], "texture": "#1"}, + "west": {"uv": [11, 11.875, 11.125, 12], "texture": "#1"}, + "up": {"uv": [12, 11.125, 11.875, 11], "texture": "#1"}, + "down": {"uv": [11.25, 11.875, 11.125, 12], "texture": "#1"} + } + }, + { + "from": [11.475, 7.1, 7.075], + "to": [11.525, 7.2, 7.2], + "rotation": {"angle": 45, "axis": "y", "origin": [13, 13, 6.775]}, + "faces": { + "north": {"uv": [11.875, 11.125, 12, 11.25], "texture": "#1"}, + "east": {"uv": [11.25, 11.875, 11.375, 12], "texture": "#1"}, + "south": {"uv": [11.875, 11.25, 12, 11.375], "texture": "#1"}, + "west": {"uv": [11.375, 11.875, 11.5, 12], "texture": "#1"}, + "up": {"uv": [12, 11.5, 11.875, 11.375], "texture": "#1"}, + "down": {"uv": [11.625, 11.875, 11.5, 12], "texture": "#1"} + } + }, + { + "from": [5.875, 7.1, 7.075], + "to": [5.925, 7.2, 7.2], + "rotation": {"angle": -45, "axis": "y", "origin": [4.4, 13, 6.775]}, + "faces": { + "north": {"uv": [11.875, 11.5, 12, 11.625], "texture": "#1"}, + "east": {"uv": [11.625, 11.875, 11.75, 12], "texture": "#1"}, + "south": {"uv": [11.875, 11.625, 12, 11.75], "texture": "#1"}, + "west": {"uv": [11.75, 11.875, 11.875, 12], "texture": "#1"}, + "up": {"uv": [12, 11.875, 11.875, 11.75], "texture": "#1"}, + "down": {"uv": [12, 11.875, 11.875, 12], "texture": "#1"} + } + }, + { + "from": [11.475, 9.875, 10.1], + "to": [11.525, 10, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13, 9.575, 4.3]}, + "faces": { + "north": {"uv": [0, 12, 0.125, 12.125], "texture": "#1"}, + "east": {"uv": [12, 0, 12.125, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 12, 0.25, 12.125], "texture": "#1"}, + "west": {"uv": [12, 0.125, 12.125, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 12.125, 0.25, 12], "texture": "#1"}, + "down": {"uv": [12.125, 0.25, 12, 0.375], "texture": "#1"} + } + }, + { + "from": [5.875, 9.875, 10.1], + "to": [5.925, 10, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.4, 9.575, 4.3]}, + "faces": { + "north": {"uv": [0.375, 12, 0.5, 12.125], "texture": "#1"}, + "east": {"uv": [12, 0.375, 12.125, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 12, 0.625, 12.125], "texture": "#1"}, + "west": {"uv": [12, 0.5, 12.125, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 12.125, 0.625, 12], "texture": "#1"}, + "down": {"uv": [12.125, 0.625, 12, 0.75], "texture": "#1"} + } + }, + { + "from": [11.4, 12.9, 6.925], + "to": [11.55, 13, 7.025], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 7.1, 6.625]}, + "faces": { + "north": {"uv": [0.75, 12, 0.875, 12.125], "texture": "#1"}, + "east": {"uv": [12, 0.75, 12.125, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 12, 1, 12.125], "texture": "#1"}, + "west": {"uv": [12, 0.875, 12.125, 1], "texture": "#1"}, + "up": {"uv": [1.125, 12.125, 1, 12], "texture": "#1"}, + "down": {"uv": [12.125, 1, 12, 1.125], "texture": "#1"} + } + }, + { + "from": [5.85, 12.9, 6.925], + "to": [6, 13, 7.025], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 7.1, 6.625]}, + "faces": { + "north": {"uv": [1.125, 12, 1.25, 12.125], "texture": "#1"}, + "east": {"uv": [12, 1.125, 12.125, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 12, 1.375, 12.125], "texture": "#1"}, + "west": {"uv": [12, 1.25, 12.125, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 12.125, 1.375, 12], "texture": "#1"}, + "down": {"uv": [12.125, 1.375, 12, 1.5], "texture": "#1"} + } + }, + { + "from": [11.4, 9.725, 4.3], + "to": [11.55, 9.825, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 9.425, 10.2]}, + "faces": { + "north": {"uv": [1.5, 12, 1.625, 12.125], "texture": "#1"}, + "east": {"uv": [12, 1.5, 12.125, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 12, 1.75, 12.125], "texture": "#1"}, + "west": {"uv": [12, 1.625, 12.125, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 12.125, 1.75, 12], "texture": "#1"}, + "down": {"uv": [12.125, 1.75, 12, 1.875], "texture": "#1"} + } + }, + { + "from": [5.85, 9.725, 4.3], + "to": [6, 9.825, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 9.425, 10.2]}, + "faces": { + "north": {"uv": [1.875, 12, 2, 12.125], "texture": "#1"}, + "east": {"uv": [12, 1.875, 12.125, 2], "texture": "#1"}, + "south": {"uv": [2, 12, 2.125, 12.125], "texture": "#1"}, + "west": {"uv": [12, 2, 12.125, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 12.125, 2.125, 12], "texture": "#1"}, + "down": {"uv": [12.125, 2.125, 12, 2.25], "texture": "#1"} + } + }, + { + "from": [11.4, 7.1, 6.925], + "to": [11.55, 7.2, 7.025], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 13, 6.625]}, + "faces": { + "north": {"uv": [2.25, 12, 2.375, 12.125], "texture": "#1"}, + "east": {"uv": [12, 2.25, 12.125, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 12, 2.5, 12.125], "texture": "#1"}, + "west": {"uv": [12, 2.375, 12.125, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 12.125, 2.5, 12], "texture": "#1"}, + "down": {"uv": [12.125, 2.5, 12, 2.625], "texture": "#1"} + } + }, + { + "from": [5.85, 7.1, 6.925], + "to": [6, 7.2, 7.025], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 13, 6.625]}, + "faces": { + "north": {"uv": [2.625, 12, 2.75, 12.125], "texture": "#1"}, + "east": {"uv": [12, 2.625, 12.125, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 12, 2.875, 12.125], "texture": "#1"}, + "west": {"uv": [12, 2.75, 12.125, 2.875], "texture": "#1"}, + "up": {"uv": [3, 12.125, 2.875, 12], "texture": "#1"}, + "down": {"uv": [12.125, 2.875, 12, 3], "texture": "#1"} + } + }, + { + "from": [11.4, 9.725, 10.1], + "to": [11.55, 9.825, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 9.425, 4.3]}, + "faces": { + "north": {"uv": [3, 12, 3.125, 12.125], "texture": "#1"}, + "east": {"uv": [12, 3, 12.125, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 12, 3.25, 12.125], "texture": "#1"}, + "west": {"uv": [12, 3.125, 12.125, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 12.125, 3.25, 12], "texture": "#1"}, + "down": {"uv": [12.125, 3.25, 12, 3.375], "texture": "#1"} + } + }, + { + "from": [5.85, 9.725, 10.1], + "to": [6, 9.825, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 9.425, 4.3]}, + "faces": { + "north": {"uv": [3.375, 12, 3.5, 12.125], "texture": "#1"}, + "east": {"uv": [12, 3.375, 12.125, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 12, 3.625, 12.125], "texture": "#1"}, + "west": {"uv": [12, 3.5, 12.125, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 12.125, 3.625, 12], "texture": "#1"}, + "down": {"uv": [12.125, 3.625, 12, 3.75], "texture": "#1"} + } + }, + { + "from": [11.4, 12.9, 5.925], + "to": [11.55, 13, 6.05], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 7.1, 5.625]}, + "faces": { + "north": {"uv": [3.75, 12, 3.875, 12.125], "texture": "#1"}, + "east": {"uv": [12, 3.75, 12.125, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 12, 4, 12.125], "texture": "#1"}, + "west": {"uv": [12, 3.875, 12.125, 4], "texture": "#1"}, + "up": {"uv": [4.125, 12.125, 4, 12], "texture": "#1"}, + "down": {"uv": [12.125, 4, 12, 4.125], "texture": "#1"} + } + }, + { + "from": [5.85, 12.9, 5.925], + "to": [6, 13, 6.05], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 7.1, 5.625]}, + "faces": { + "north": {"uv": [4.125, 12, 4.25, 12.125], "texture": "#1"}, + "east": {"uv": [12, 4.125, 12.125, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 12, 4.375, 12.125], "texture": "#1"}, + "west": {"uv": [12, 4.25, 12.125, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 12.125, 4.375, 12], "texture": "#1"}, + "down": {"uv": [12.125, 4.375, 12, 4.5], "texture": "#1"} + } + }, + { + "from": [11.4, 8.725, 4.3], + "to": [11.55, 8.85, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 8.425, 10.2]}, + "faces": { + "north": {"uv": [4.5, 12, 4.625, 12.125], "texture": "#1"}, + "east": {"uv": [12, 4.5, 12.125, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 12, 4.75, 12.125], "texture": "#1"}, + "west": {"uv": [12, 4.625, 12.125, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 12.125, 4.75, 12], "texture": "#1"}, + "down": {"uv": [12.125, 4.75, 12, 4.875], "texture": "#1"} + } + }, + { + "from": [5.85, 8.725, 4.3], + "to": [6, 8.85, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 8.425, 10.2]}, + "faces": { + "north": {"uv": [4.875, 12, 5, 12.125], "texture": "#1"}, + "east": {"uv": [12, 4.875, 12.125, 5], "texture": "#1"}, + "south": {"uv": [5, 12, 5.125, 12.125], "texture": "#1"}, + "west": {"uv": [12, 5, 12.125, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 12.125, 5.125, 12], "texture": "#1"}, + "down": {"uv": [12.125, 5.125, 12, 5.25], "texture": "#1"} + } + }, + { + "from": [11.4, 7.1, 5.925], + "to": [11.55, 7.2, 6.05], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 13, 5.625]}, + "faces": { + "north": {"uv": [5.25, 12, 5.375, 12.125], "texture": "#1"}, + "east": {"uv": [12, 5.25, 12.125, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 12, 5.5, 12.125], "texture": "#1"}, + "west": {"uv": [12, 5.375, 12.125, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 12.125, 5.5, 12], "texture": "#1"}, + "down": {"uv": [12.125, 5.5, 12, 5.625], "texture": "#1"} + } + }, + { + "from": [5.85, 7.1, 5.925], + "to": [6, 7.2, 6.05], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 13, 5.625]}, + "faces": { + "north": {"uv": [5.625, 12, 5.75, 12.125], "texture": "#1"}, + "east": {"uv": [12, 5.625, 12.125, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 12, 5.875, 12.125], "texture": "#1"}, + "west": {"uv": [12, 5.75, 12.125, 5.875], "texture": "#1"}, + "up": {"uv": [6, 12.125, 5.875, 12], "texture": "#1"}, + "down": {"uv": [12.125, 5.875, 12, 6], "texture": "#1"} + } + }, + { + "from": [11.4, 8.725, 10.1], + "to": [11.55, 8.85, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 8.425, 4.3]}, + "faces": { + "north": {"uv": [6, 12, 6.125, 12.125], "texture": "#1"}, + "east": {"uv": [12, 6, 12.125, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 12, 6.25, 12.125], "texture": "#1"}, + "west": {"uv": [12, 6.125, 12.125, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 12.125, 6.25, 12], "texture": "#1"}, + "down": {"uv": [12.125, 6.25, 12, 6.375], "texture": "#1"} + } + }, + { + "from": [5.85, 8.725, 10.1], + "to": [6, 8.85, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 8.425, 4.3]}, + "faces": { + "north": {"uv": [6.375, 12, 6.5, 12.125], "texture": "#1"}, + "east": {"uv": [12, 6.375, 12.125, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 12, 6.625, 12.125], "texture": "#1"}, + "west": {"uv": [12, 6.5, 12.125, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 12.125, 6.625, 12], "texture": "#1"}, + "down": {"uv": [12.125, 6.625, 12, 6.75], "texture": "#1"} + } + }, + { + "from": [11.325, 12.9, 5.425], + "to": [11.45, 13, 5.55], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 7.1, 5.125]}, + "faces": { + "north": {"uv": [6.75, 12, 6.875, 12.125], "texture": "#1"}, + "east": {"uv": [12, 6.75, 12.125, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 12, 7, 12.125], "texture": "#1"}, + "west": {"uv": [12, 6.875, 12.125, 7], "texture": "#1"}, + "up": {"uv": [7.125, 12.125, 7, 12], "texture": "#1"}, + "down": {"uv": [12.125, 7, 12, 7.125], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 5.425], + "to": [6.075, 13, 5.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 7.1, 5.125]}, + "faces": { + "north": {"uv": [7.125, 12, 7.25, 12.125], "texture": "#1"}, + "east": {"uv": [12, 7.125, 12.125, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 12, 7.375, 12.125], "texture": "#1"}, + "west": {"uv": [12, 7.25, 12.125, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 12.125, 7.375, 12], "texture": "#1"}, + "down": {"uv": [12.125, 7.375, 12, 7.5], "texture": "#1"} + } + }, + { + "from": [11.325, 8.225, 4.3], + "to": [11.45, 8.35, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 7.925, 10.2]}, + "faces": { + "north": {"uv": [7.5, 12, 7.625, 12.125], "texture": "#1"}, + "east": {"uv": [12, 7.5, 12.125, 7.625], "texture": "#1"}, + "south": {"uv": [7.625, 12, 7.75, 12.125], "texture": "#1"}, + "west": {"uv": [12, 7.625, 12.125, 7.75], "texture": "#1"}, + "up": {"uv": [7.875, 12.125, 7.75, 12], "texture": "#1"}, + "down": {"uv": [12.125, 7.75, 12, 7.875], "texture": "#1"} + } + }, + { + "from": [5.95, 8.225, 4.3], + "to": [6.075, 8.35, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 7.925, 10.2]}, + "faces": { + "north": {"uv": [7.875, 12, 8, 12.125], "texture": "#1"}, + "east": {"uv": [12, 7.875, 12.125, 8], "texture": "#1"}, + "south": {"uv": [8, 12, 8.125, 12.125], "texture": "#1"}, + "west": {"uv": [12, 8, 12.125, 8.125], "texture": "#1"}, + "up": {"uv": [8.25, 12.125, 8.125, 12], "texture": "#1"}, + "down": {"uv": [12.125, 8.125, 12, 8.25], "texture": "#1"} + } + }, + { + "from": [11.325, 7.1, 5.425], + "to": [11.45, 7.2, 5.55], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 13, 5.125]}, + "faces": { + "north": {"uv": [8.25, 12, 8.375, 12.125], "texture": "#1"}, + "east": {"uv": [12, 8.25, 12.125, 8.375], "texture": "#1"}, + "south": {"uv": [8.375, 12, 8.5, 12.125], "texture": "#1"}, + "west": {"uv": [12, 8.375, 12.125, 8.5], "texture": "#1"}, + "up": {"uv": [8.625, 12.125, 8.5, 12], "texture": "#1"}, + "down": {"uv": [12.125, 8.5, 12, 8.625], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 5.425], + "to": [6.075, 7.2, 5.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 13, 5.125]}, + "faces": { + "north": {"uv": [8.625, 12, 8.75, 12.125], "texture": "#1"}, + "east": {"uv": [12, 8.625, 12.125, 8.75], "texture": "#1"}, + "south": {"uv": [8.75, 12, 8.875, 12.125], "texture": "#1"}, + "west": {"uv": [12, 8.75, 12.125, 8.875], "texture": "#1"}, + "up": {"uv": [9, 12.125, 8.875, 12], "texture": "#1"}, + "down": {"uv": [12.125, 8.875, 12, 9], "texture": "#1"} + } + }, + { + "from": [11.325, 8.225, 10.1], + "to": [11.45, 8.35, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 7.925, 4.3]}, + "faces": { + "north": {"uv": [9, 12, 9.125, 12.125], "texture": "#1"}, + "east": {"uv": [12, 9, 12.125, 9.125], "texture": "#1"}, + "south": {"uv": [9.125, 12, 9.25, 12.125], "texture": "#1"}, + "west": {"uv": [12, 9.125, 12.125, 9.25], "texture": "#1"}, + "up": {"uv": [9.375, 12.125, 9.25, 12], "texture": "#1"}, + "down": {"uv": [12.125, 9.25, 12, 9.375], "texture": "#1"} + } + }, + { + "from": [5.95, 8.225, 10.1], + "to": [6.075, 8.35, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 7.925, 4.3]}, + "faces": { + "north": {"uv": [9.375, 12, 9.5, 12.125], "texture": "#1"}, + "east": {"uv": [12, 9.375, 12.125, 9.5], "texture": "#1"}, + "south": {"uv": [9.5, 12, 9.625, 12.125], "texture": "#1"}, + "west": {"uv": [12, 9.5, 12.125, 9.625], "texture": "#1"}, + "up": {"uv": [9.75, 12.125, 9.625, 12], "texture": "#1"}, + "down": {"uv": [12.125, 9.625, 12, 9.75], "texture": "#1"} + } + }, + { + "from": [11.425, 12.9, 5.425], + "to": [11.525, 13, 5.55], + "rotation": {"angle": 45, "axis": "y", "origin": [13.075, 7.1, 5.15]}, + "faces": { + "north": {"uv": [9.75, 12, 9.875, 12.125], "texture": "#1"}, + "east": {"uv": [12, 9.75, 12.125, 9.875], "texture": "#1"}, + "south": {"uv": [9.875, 12, 10, 12.125], "texture": "#1"}, + "west": {"uv": [12, 9.875, 12.125, 10], "texture": "#1"}, + "up": {"uv": [10.125, 12.125, 10, 12], "texture": "#1"}, + "down": {"uv": [12.125, 10, 12, 10.125], "texture": "#1"} + } + }, + { + "from": [5.875, 12.9, 5.425], + "to": [5.975, 13, 5.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.325, 7.1, 5.15]}, + "faces": { + "north": {"uv": [10.125, 12, 10.25, 12.125], "texture": "#1"}, + "east": {"uv": [12, 10.125, 12.125, 10.25], "texture": "#1"}, + "south": {"uv": [10.25, 12, 10.375, 12.125], "texture": "#1"}, + "west": {"uv": [12, 10.25, 12.125, 10.375], "texture": "#1"}, + "up": {"uv": [10.5, 12.125, 10.375, 12], "texture": "#1"}, + "down": {"uv": [12.125, 10.375, 12, 10.5], "texture": "#1"} + } + }, + { + "from": [11.425, 8.225, 4.3], + "to": [11.525, 8.35, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13.075, 7.95, 10.2]}, + "faces": { + "north": {"uv": [10.5, 12, 10.625, 12.125], "texture": "#1"}, + "east": {"uv": [12, 10.5, 12.125, 10.625], "texture": "#1"}, + "south": {"uv": [10.625, 12, 10.75, 12.125], "texture": "#1"}, + "west": {"uv": [12, 10.625, 12.125, 10.75], "texture": "#1"}, + "up": {"uv": [10.875, 12.125, 10.75, 12], "texture": "#1"}, + "down": {"uv": [12.125, 10.75, 12, 10.875], "texture": "#1"} + } + }, + { + "from": [5.875, 8.225, 4.3], + "to": [5.975, 8.35, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.325, 7.95, 10.2]}, + "faces": { + "north": {"uv": [10.875, 12, 11, 12.125], "texture": "#1"}, + "east": {"uv": [12, 10.875, 12.125, 11], "texture": "#1"}, + "south": {"uv": [11, 12, 11.125, 12.125], "texture": "#1"}, + "west": {"uv": [12, 11, 12.125, 11.125], "texture": "#1"}, + "up": {"uv": [11.25, 12.125, 11.125, 12], "texture": "#1"}, + "down": {"uv": [12.125, 11.125, 12, 11.25], "texture": "#1"} + } + }, + { + "from": [11.425, 7.1, 5.425], + "to": [11.525, 7.2, 5.55], + "rotation": {"angle": 45, "axis": "y", "origin": [13.075, 13, 5.15]}, + "faces": { + "north": {"uv": [11.25, 12, 11.375, 12.125], "texture": "#1"}, + "east": {"uv": [12, 11.25, 12.125, 11.375], "texture": "#1"}, + "south": {"uv": [11.375, 12, 11.5, 12.125], "texture": "#1"}, + "west": {"uv": [12, 11.375, 12.125, 11.5], "texture": "#1"}, + "up": {"uv": [11.625, 12.125, 11.5, 12], "texture": "#1"}, + "down": {"uv": [12.125, 11.5, 12, 11.625], "texture": "#1"} + } + }, + { + "from": [5.875, 7.1, 5.425], + "to": [5.975, 7.2, 5.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.325, 13, 5.15]}, + "faces": { + "north": {"uv": [11.625, 12, 11.75, 12.125], "texture": "#1"}, + "east": {"uv": [12, 11.625, 12.125, 11.75], "texture": "#1"}, + "south": {"uv": [11.75, 12, 11.875, 12.125], "texture": "#1"}, + "west": {"uv": [12, 11.75, 12.125, 11.875], "texture": "#1"}, + "up": {"uv": [12, 12.125, 11.875, 12], "texture": "#1"}, + "down": {"uv": [12.125, 11.875, 12, 12], "texture": "#1"} + } + }, + { + "from": [11.425, 8.225, 10.1], + "to": [11.525, 8.35, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.075, 7.95, 4.3]}, + "faces": { + "north": {"uv": [12, 12, 12.125, 12.125], "texture": "#1"}, + "east": {"uv": [0, 12.125, 0.125, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 0, 12.25, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 12.125, 0.25, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 0.25, 12.125, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 12.125, 0.25, 12.25], "texture": "#1"} + } + }, + { + "from": [5.875, 8.225, 10.1], + "to": [5.975, 8.35, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.325, 7.95, 4.3]}, + "faces": { + "north": {"uv": [12.125, 0.25, 12.25, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 12.125, 0.5, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 0.375, 12.25, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 12.125, 0.625, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 0.625, 12.125, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 12.125, 0.625, 12.25], "texture": "#1"} + } + }, + { + "from": [11.475, 12.9, 5.225], + "to": [11.525, 13, 5.325], + "rotation": {"angle": 45, "axis": "y", "origin": [13.1, 7.1, 4.95]}, + "faces": { + "north": {"uv": [12.125, 0.625, 12.25, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 12.125, 0.875, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 0.75, 12.25, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 12.125, 1, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 1, 12.125, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 12.125, 1, 12.25], "texture": "#1"} + } + }, + { + "from": [5.875, 12.9, 5.225], + "to": [5.925, 13, 5.325], + "rotation": {"angle": -45, "axis": "y", "origin": [4.3, 7.1, 4.95]}, + "faces": { + "north": {"uv": [12.125, 1, 12.25, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 12.125, 1.25, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 1.125, 12.25, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 12.125, 1.375, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 1.375, 12.125, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 12.125, 1.375, 12.25], "texture": "#1"} + } + }, + { + "from": [11.475, 8.025, 4.3], + "to": [11.525, 8.125, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13.1, 7.75, 10.2]}, + "faces": { + "north": {"uv": [12.125, 1.375, 12.25, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 12.125, 1.625, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 1.5, 12.25, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 12.125, 1.75, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 1.75, 12.125, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 12.125, 1.75, 12.25], "texture": "#1"} + } + }, + { + "from": [5.875, 8.025, 4.3], + "to": [5.925, 8.125, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.3, 7.75, 10.2]}, + "faces": { + "north": {"uv": [12.125, 1.75, 12.25, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 12.125, 2, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 1.875, 12.25, 2], "texture": "#1"}, + "west": {"uv": [2, 12.125, 2.125, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 2.125, 12.125, 2], "texture": "#1"}, + "down": {"uv": [2.25, 12.125, 2.125, 12.25], "texture": "#1"} + } + }, + { + "from": [11.475, 7.1, 5.225], + "to": [11.525, 7.2, 5.325], + "rotation": {"angle": 45, "axis": "y", "origin": [13.1, 13, 4.95]}, + "faces": { + "north": {"uv": [12.125, 2.125, 12.25, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 12.125, 2.375, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 2.25, 12.25, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 12.125, 2.5, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 2.5, 12.125, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 12.125, 2.5, 12.25], "texture": "#1"} + } + }, + { + "from": [5.875, 7.1, 5.225], + "to": [5.925, 7.2, 5.325], + "rotation": {"angle": -45, "axis": "y", "origin": [4.3, 13, 4.95]}, + "faces": { + "north": {"uv": [12.125, 2.5, 12.25, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 12.125, 2.75, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 2.625, 12.25, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 12.125, 2.875, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 2.875, 12.125, 2.75], "texture": "#1"}, + "down": {"uv": [3, 12.125, 2.875, 12.25], "texture": "#1"} + } + }, + { + "from": [11.475, 8.025, 10.1], + "to": [11.525, 8.125, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.1, 7.75, 4.3]}, + "faces": { + "north": {"uv": [12.125, 2.875, 12.25, 3], "texture": "#1"}, + "east": {"uv": [3, 12.125, 3.125, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 3, 12.25, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 12.125, 3.25, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 3.25, 12.125, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 12.125, 3.25, 12.25], "texture": "#1"} + } + }, + { + "from": [5.875, 8.025, 10.1], + "to": [5.925, 8.125, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.3, 7.75, 4.3]}, + "faces": { + "north": {"uv": [12.125, 3.25, 12.25, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 12.125, 3.5, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 3.375, 12.25, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 12.125, 3.625, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 3.625, 12.125, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 12.125, 3.625, 12.25], "texture": "#1"} + } + }, + { + "from": [11.3, 12.9, 5.275], + "to": [11.425, 13, 5.35], + "rotation": {"angle": 45, "axis": "y", "origin": [12.9, 7.1, 4.925]}, + "faces": { + "north": {"uv": [12.125, 3.625, 12.25, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 12.125, 3.875, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 3.75, 12.25, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 12.125, 4, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 4, 12.125, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 12.125, 4, 12.25], "texture": "#1"} + } + }, + { + "from": [5.975, 12.9, 5.275], + "to": [6.1, 13, 5.35], + "rotation": {"angle": -45, "axis": "y", "origin": [4.5, 7.1, 4.925]}, + "faces": { + "north": {"uv": [12.125, 4, 12.25, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 12.125, 4.25, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 4.125, 12.25, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 12.125, 4.375, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 4.375, 12.125, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 12.125, 4.375, 12.25], "texture": "#1"} + } + }, + { + "from": [11.3, 8.075, 4.3], + "to": [11.425, 8.15, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.9, 7.725, 10.2]}, + "faces": { + "north": {"uv": [12.125, 4.375, 12.25, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 12.125, 4.625, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 4.5, 12.25, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 12.125, 4.75, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 4.75, 12.125, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 12.125, 4.75, 12.25], "texture": "#1"} + } + }, + { + "from": [5.975, 8.075, 4.3], + "to": [6.1, 8.15, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.5, 7.725, 10.2]}, + "faces": { + "north": {"uv": [12.125, 4.75, 12.25, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 12.125, 5, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 4.875, 12.25, 5], "texture": "#1"}, + "west": {"uv": [5, 12.125, 5.125, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 5.125, 12.125, 5], "texture": "#1"}, + "down": {"uv": [5.25, 12.125, 5.125, 12.25], "texture": "#1"} + } + }, + { + "from": [11.3, 7.1, 5.275], + "to": [11.425, 7.2, 5.35], + "rotation": {"angle": 45, "axis": "y", "origin": [12.9, 13, 4.925]}, + "faces": { + "north": {"uv": [12.125, 5.125, 12.25, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 12.125, 5.375, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 5.25, 12.25, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 12.125, 5.5, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 5.5, 12.125, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 12.125, 5.5, 12.25], "texture": "#1"} + } + }, + { + "from": [5.975, 7.1, 5.275], + "to": [6.1, 7.2, 5.35], + "rotation": {"angle": -45, "axis": "y", "origin": [4.5, 13, 4.925]}, + "faces": { + "north": {"uv": [12.125, 5.5, 12.25, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 12.125, 5.75, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 5.625, 12.25, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 12.125, 5.875, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 5.875, 12.125, 5.75], "texture": "#1"}, + "down": {"uv": [6, 12.125, 5.875, 12.25], "texture": "#1"} + } + }, + { + "from": [11.3, 8.075, 10.1], + "to": [11.425, 8.15, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.9, 7.725, 4.3]}, + "faces": { + "north": {"uv": [12.125, 5.875, 12.25, 6], "texture": "#1"}, + "east": {"uv": [6, 12.125, 6.125, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 6, 12.25, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 12.125, 6.25, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 6.25, 12.125, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 12.125, 6.25, 12.25], "texture": "#1"} + } + }, + { + "from": [5.975, 8.075, 10.1], + "to": [6.1, 8.15, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.5, 7.725, 4.3]}, + "faces": { + "north": {"uv": [12.125, 6.25, 12.25, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 12.125, 6.5, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 6.375, 12.25, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 12.125, 6.625, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 6.625, 12.125, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 12.125, 6.625, 12.25], "texture": "#1"} + } + }, + { + "from": [11.325, 12.9, 4.95], + "to": [11.45, 13, 5.05], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 7.1, 4.65]}, + "faces": { + "north": {"uv": [12.125, 6.625, 12.25, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 12.125, 6.875, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 6.75, 12.25, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 12.125, 7, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 7, 12.125, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 12.125, 7, 12.25], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 4.95], + "to": [6.075, 13, 5.05], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 7.1, 4.65]}, + "faces": { + "north": {"uv": [12.125, 7, 12.25, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 12.125, 7.25, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 7.125, 12.25, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 12.125, 7.375, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 7.375, 12.125, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 12.125, 7.375, 12.25], "texture": "#1"} + } + }, + { + "from": [11.325, 7.75, 4.3], + "to": [11.45, 7.85, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 7.45, 10.2]}, + "faces": { + "north": {"uv": [12.125, 7.375, 12.25, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 12.125, 7.625, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 7.5, 12.25, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 12.125, 7.75, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 7.75, 12.125, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 12.125, 7.75, 12.25], "texture": "#1"} + } + }, + { + "from": [5.95, 7.75, 4.3], + "to": [6.075, 7.85, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 7.45, 10.2]}, + "faces": { + "north": {"uv": [12.125, 7.75, 12.25, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 12.125, 8, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 7.875, 12.25, 8], "texture": "#1"}, + "west": {"uv": [8, 12.125, 8.125, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 8.125, 12.125, 8], "texture": "#1"}, + "down": {"uv": [8.25, 12.125, 8.125, 12.25], "texture": "#1"} + } + }, + { + "from": [11.325, 7.1, 4.95], + "to": [11.45, 7.2, 5.05], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 13, 4.65]}, + "faces": { + "north": {"uv": [12.125, 8.125, 12.25, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 12.125, 8.375, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 8.25, 12.25, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 12.125, 8.5, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 8.5, 12.125, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 12.125, 8.5, 12.25], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 4.95], + "to": [6.075, 7.2, 5.05], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 13, 4.65]}, + "faces": { + "north": {"uv": [12.125, 8.5, 12.25, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 12.125, 8.75, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 8.625, 12.25, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 12.125, 8.875, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 8.875, 12.125, 8.75], "texture": "#1"}, + "down": {"uv": [9, 12.125, 8.875, 12.25], "texture": "#1"} + } + }, + { + "from": [11.325, 7.75, 10.1], + "to": [11.45, 7.85, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 7.45, 4.3]}, + "faces": { + "north": {"uv": [12.125, 8.875, 12.25, 9], "texture": "#1"}, + "east": {"uv": [9, 12.125, 9.125, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 9, 12.25, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 12.125, 9.25, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 9.25, 12.125, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 12.125, 9.25, 12.25], "texture": "#1"} + } + }, + { + "from": [5.95, 7.75, 10.1], + "to": [6.075, 7.85, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 7.45, 4.3]}, + "faces": { + "north": {"uv": [12.125, 9.25, 12.25, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 12.125, 9.5, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 9.375, 12.25, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 12.125, 9.625, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 9.625, 12.125, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 12.125, 9.625, 12.25], "texture": "#1"} + } + }, + { + "from": [11.45, 12.9, 4.875], + "to": [11.575, 13, 4.95], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 7.1, 4.55]}, + "faces": { + "north": {"uv": [12.125, 9.625, 12.25, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 12.125, 9.875, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 9.75, 12.25, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 12.125, 10, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 10, 12.125, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 12.125, 10, 12.25], "texture": "#1"} + } + }, + { + "from": [5.825, 12.9, 4.875], + "to": [5.95, 13, 4.95], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 7.1, 4.55]}, + "faces": { + "north": {"uv": [12.125, 10, 12.25, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 12.125, 10.25, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 10.125, 12.25, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 12.125, 10.375, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 10.375, 12.125, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 12.125, 10.375, 12.25], "texture": "#1"} + } + }, + { + "from": [11.45, 7.675, 4.3], + "to": [11.575, 7.75, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 7.35, 10.2]}, + "faces": { + "north": {"uv": [12.125, 10.375, 12.25, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 12.125, 10.625, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 10.5, 12.25, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 12.125, 10.75, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 10.75, 12.125, 10.625], "texture": "#1"}, + "down": {"uv": [10.875, 12.125, 10.75, 12.25], "texture": "#1"} + } + }, + { + "from": [5.825, 7.675, 4.3], + "to": [5.95, 7.75, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 7.35, 10.2]}, + "faces": { + "north": {"uv": [12.125, 10.75, 12.25, 10.875], "texture": "#1"}, + "east": {"uv": [10.875, 12.125, 11, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 10.875, 12.25, 11], "texture": "#1"}, + "west": {"uv": [11, 12.125, 11.125, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 11.125, 12.125, 11], "texture": "#1"}, + "down": {"uv": [11.25, 12.125, 11.125, 12.25], "texture": "#1"} + } + }, + { + "from": [11.45, 7.1, 4.875], + "to": [11.575, 7.2, 4.95], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 13, 4.55]}, + "faces": { + "north": {"uv": [12.125, 11.125, 12.25, 11.25], "texture": "#1"}, + "east": {"uv": [11.25, 12.125, 11.375, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 11.25, 12.25, 11.375], "texture": "#1"}, + "west": {"uv": [11.375, 12.125, 11.5, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 11.5, 12.125, 11.375], "texture": "#1"}, + "down": {"uv": [11.625, 12.125, 11.5, 12.25], "texture": "#1"} + } + }, + { + "from": [5.825, 7.1, 4.875], + "to": [5.95, 7.2, 4.95], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 13, 4.55]}, + "faces": { + "north": {"uv": [12.125, 11.5, 12.25, 11.625], "texture": "#1"}, + "east": {"uv": [11.625, 12.125, 11.75, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 11.625, 12.25, 11.75], "texture": "#1"}, + "west": {"uv": [11.75, 12.125, 11.875, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 11.875, 12.125, 11.75], "texture": "#1"}, + "down": {"uv": [12, 12.125, 11.875, 12.25], "texture": "#1"} + } + }, + { + "from": [11.45, 7.675, 10.1], + "to": [11.575, 7.75, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 7.35, 4.3]}, + "faces": { + "north": {"uv": [12.125, 11.875, 12.25, 12], "texture": "#1"}, + "east": {"uv": [12, 12.125, 12.125, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 12, 12.25, 12.125], "texture": "#1"}, + "west": {"uv": [12.125, 12.125, 12.25, 12.25], "texture": "#1"}, + "up": {"uv": [0.125, 12.375, 0, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 0, 12.25, 0.125], "texture": "#1"} + } + }, + { + "from": [5.825, 7.675, 10.1], + "to": [5.95, 7.75, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 7.35, 4.3]}, + "faces": { + "north": {"uv": [0.125, 12.25, 0.25, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 0.125, 12.375, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 12.25, 0.375, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 0.25, 12.375, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 12.375, 0.375, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 0.375, 12.25, 0.5], "texture": "#1"} + } + }, + { + "from": [11.325, 12.9, 4.65], + "to": [11.45, 13, 4.75], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 7.1, 4.35]}, + "faces": { + "north": {"uv": [0.5, 12.25, 0.625, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 0.5, 12.375, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 12.25, 0.75, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 0.625, 12.375, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 12.375, 0.75, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 0.75, 12.25, 0.875], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 4.65], + "to": [6.075, 13, 4.75], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 7.1, 4.35]}, + "faces": { + "north": {"uv": [0.875, 12.25, 1, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 0.875, 12.375, 1], "texture": "#1"}, + "south": {"uv": [1, 12.25, 1.125, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 1, 12.375, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 12.375, 1.125, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 1.125, 12.25, 1.25], "texture": "#1"} + } + }, + { + "from": [11.325, 7.45, 4.3], + "to": [11.45, 7.55, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 7.15, 10.2]}, + "faces": { + "north": {"uv": [1.25, 12.25, 1.375, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 1.25, 12.375, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 12.25, 1.5, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 1.375, 12.375, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 12.375, 1.5, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 1.5, 12.25, 1.625], "texture": "#1"} + } + }, + { + "from": [5.95, 7.45, 4.3], + "to": [6.075, 7.55, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 7.15, 10.2]}, + "faces": { + "north": {"uv": [1.625, 12.25, 1.75, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 1.625, 12.375, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 12.25, 1.875, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 1.75, 12.375, 1.875], "texture": "#1"}, + "up": {"uv": [2, 12.375, 1.875, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 1.875, 12.25, 2], "texture": "#1"} + } + }, + { + "from": [11.325, 7.1, 4.65], + "to": [11.45, 7.2, 4.75], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 13, 4.35]}, + "faces": { + "north": {"uv": [2, 12.25, 2.125, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 2, 12.375, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 12.25, 2.25, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 2.125, 12.375, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 12.375, 2.25, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 2.25, 12.25, 2.375], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 4.65], + "to": [6.075, 7.2, 4.75], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 13, 4.35]}, + "faces": { + "north": {"uv": [2.375, 12.25, 2.5, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 2.375, 12.375, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 12.25, 2.625, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 2.5, 12.375, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 12.375, 2.625, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 2.625, 12.25, 2.75], "texture": "#1"} + } + }, + { + "from": [11.325, 7.45, 10.1], + "to": [11.45, 7.55, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 7.15, 4.3]}, + "faces": { + "north": {"uv": [2.75, 12.25, 2.875, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 2.75, 12.375, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 12.25, 3, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 2.875, 12.375, 3], "texture": "#1"}, + "up": {"uv": [3.125, 12.375, 3, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 3, 12.25, 3.125], "texture": "#1"} + } + }, + { + "from": [5.95, 7.45, 10.1], + "to": [6.075, 7.55, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 7.15, 4.3]}, + "faces": { + "north": {"uv": [3.125, 12.25, 3.25, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 3.125, 12.375, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 12.25, 3.375, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 3.25, 12.375, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 12.375, 3.375, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 3.375, 12.25, 3.5], "texture": "#1"} + } + }, + { + "from": [11.325, 12.9, 4.45], + "to": [11.45, 13, 4.55], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 7.1, 4.15]}, + "faces": { + "north": {"uv": [3.5, 12.25, 3.625, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 3.5, 12.375, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 12.25, 3.75, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 3.625, 12.375, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 12.375, 3.75, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 3.75, 12.25, 3.875], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 4.45], + "to": [6.075, 13, 4.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 7.1, 4.15]}, + "faces": { + "north": {"uv": [3.875, 12.25, 4, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 3.875, 12.375, 4], "texture": "#1"}, + "south": {"uv": [4, 12.25, 4.125, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 4, 12.375, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 12.375, 4.125, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 4.125, 12.25, 4.25], "texture": "#1"} + } + }, + { + "from": [11.325, 7.25, 4.3], + "to": [11.45, 7.35, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 6.95, 10.2]}, + "faces": { + "north": {"uv": [4.25, 12.25, 4.375, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 4.25, 12.375, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 12.25, 4.5, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 4.375, 12.375, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 12.375, 4.5, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 4.5, 12.25, 4.625], "texture": "#1"} + } + }, + { + "from": [5.95, 7.25, 4.3], + "to": [6.075, 7.35, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 6.95, 10.2]}, + "faces": { + "north": {"uv": [4.625, 12.25, 4.75, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 4.625, 12.375, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 12.25, 4.875, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 4.75, 12.375, 4.875], "texture": "#1"}, + "up": {"uv": [5, 12.375, 4.875, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 4.875, 12.25, 5], "texture": "#1"} + } + }, + { + "from": [11.325, 7.1, 4.45], + "to": [11.45, 7.2, 4.55], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 13, 4.15]}, + "faces": { + "north": {"uv": [5, 12.25, 5.125, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 5, 12.375, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 12.25, 5.25, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 5.125, 12.375, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 12.375, 5.25, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 5.25, 12.25, 5.375], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 4.45], + "to": [6.075, 7.2, 4.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 13, 4.15]}, + "faces": { + "north": {"uv": [5.375, 12.25, 5.5, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 5.375, 12.375, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 12.25, 5.625, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 5.5, 12.375, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 12.375, 5.625, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 5.625, 12.25, 5.75], "texture": "#1"} + } + }, + { + "from": [11.325, 7.25, 10.1], + "to": [11.45, 7.35, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 6.95, 4.3]}, + "faces": { + "north": {"uv": [5.75, 12.25, 5.875, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 5.75, 12.375, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 12.25, 6, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 5.875, 12.375, 6], "texture": "#1"}, + "up": {"uv": [6.125, 12.375, 6, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 6, 12.25, 6.125], "texture": "#1"} + } + }, + { + "from": [5.95, 7.25, 10.1], + "to": [6.075, 7.35, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 6.95, 4.3]}, + "faces": { + "north": {"uv": [6.125, 12.25, 6.25, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 6.125, 12.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 12.25, 6.375, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 6.25, 12.375, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 12.375, 6.375, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 6.375, 12.25, 6.5], "texture": "#1"} + } + }, + { + "from": [11.325, 12.9, 6.85], + "to": [11.45, 13, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [12.925, 7.1, 7.25]}, + "faces": { + "north": {"uv": [6.5, 12.25, 6.625, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 6.5, 12.375, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 12.25, 6.75, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 6.625, 12.375, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 12.375, 6.75, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 6.75, 12.25, 6.875], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 6.85], + "to": [6.075, 13, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [4.475, 7.1, 7.25]}, + "faces": { + "north": {"uv": [6.875, 12.25, 7, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 6.875, 12.375, 7], "texture": "#1"}, + "south": {"uv": [7, 12.25, 7.125, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 7, 12.375, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 12.375, 7.125, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 7.125, 12.25, 7.25], "texture": "#1"} + } + }, + { + "from": [11.325, 9.65, 4.3], + "to": [11.45, 9.75, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [12.925, 10.05, 10.2]}, + "faces": { + "north": {"uv": [7.25, 12.25, 7.375, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 7.25, 12.375, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 12.25, 7.5, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 7.375, 12.375, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 12.375, 7.5, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 7.5, 12.25, 7.625], "texture": "#1"} + } + }, + { + "from": [5.95, 9.65, 4.3], + "to": [6.075, 9.75, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [4.475, 10.05, 10.2]}, + "faces": { + "north": {"uv": [7.625, 12.25, 7.75, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 7.625, 12.375, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 12.25, 7.875, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 7.75, 12.375, 7.875], "texture": "#1"}, + "up": {"uv": [8, 12.375, 7.875, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 7.875, 12.25, 8], "texture": "#1"} + } + }, + { + "from": [11.325, 7.1, 6.85], + "to": [11.45, 7.2, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [12.925, 13, 7.25]}, + "faces": { + "north": {"uv": [8, 12.25, 8.125, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 8, 12.375, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 12.25, 8.25, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 8.125, 12.375, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 12.375, 8.25, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 8.25, 12.25, 8.375], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 6.85], + "to": [6.075, 7.2, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [4.475, 13, 7.25]}, + "faces": { + "north": {"uv": [8.375, 12.25, 8.5, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 8.375, 12.375, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 12.25, 8.625, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 8.5, 12.375, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 12.375, 8.625, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 8.625, 12.25, 8.75], "texture": "#1"} + } + }, + { + "from": [11.325, 9.65, 10.1], + "to": [11.45, 9.75, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [12.925, 10.05, 4.3]}, + "faces": { + "north": {"uv": [8.75, 12.25, 8.875, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 8.75, 12.375, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 12.25, 9, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 8.875, 12.375, 9], "texture": "#1"}, + "up": {"uv": [9.125, 12.375, 9, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 9, 12.25, 9.125], "texture": "#1"} + } + }, + { + "from": [5.95, 9.65, 10.1], + "to": [6.075, 9.75, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [4.475, 10.05, 4.3]}, + "faces": { + "north": {"uv": [9.125, 12.25, 9.25, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 9.125, 12.375, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 12.25, 9.375, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 9.25, 12.375, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 12.375, 9.375, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 9.375, 12.25, 9.5], "texture": "#1"} + } + }, + { + "from": [11.325, 12.9, 6.55], + "to": [11.45, 13, 6.65], + "rotation": {"angle": -45, "axis": "y", "origin": [12.925, 7.1, 6.95]}, + "faces": { + "north": {"uv": [9.5, 12.25, 9.625, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 9.5, 12.375, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 12.25, 9.75, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 9.625, 12.375, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 12.375, 9.75, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 9.75, 12.25, 9.875], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 6.55], + "to": [6.075, 13, 6.65], + "rotation": {"angle": 45, "axis": "y", "origin": [4.475, 7.1, 6.95]}, + "faces": { + "north": {"uv": [9.875, 12.25, 10, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 9.875, 12.375, 10], "texture": "#1"}, + "south": {"uv": [10, 12.25, 10.125, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 10, 12.375, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 12.375, 10.125, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 10.125, 12.25, 10.25], "texture": "#1"} + } + }, + { + "from": [11.325, 9.35, 4.3], + "to": [11.45, 9.45, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [12.925, 9.75, 10.2]}, + "faces": { + "north": {"uv": [10.25, 12.25, 10.375, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 10.25, 12.375, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 12.25, 10.5, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 10.375, 12.375, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 12.375, 10.5, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 10.5, 12.25, 10.625], "texture": "#1"} + } + }, + { + "from": [5.95, 9.35, 4.3], + "to": [6.075, 9.45, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [4.475, 9.75, 10.2]}, + "faces": { + "north": {"uv": [10.625, 12.25, 10.75, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 10.625, 12.375, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 12.25, 10.875, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 10.75, 12.375, 10.875], "texture": "#1"}, + "up": {"uv": [11, 12.375, 10.875, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 10.875, 12.25, 11], "texture": "#1"} + } + }, + { + "from": [11.325, 7.1, 6.55], + "to": [11.45, 7.2, 6.65], + "rotation": {"angle": -45, "axis": "y", "origin": [12.925, 13, 6.95]}, + "faces": { + "north": {"uv": [11, 12.25, 11.125, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 11, 12.375, 11.125], "texture": "#1"}, + "south": {"uv": [11.125, 12.25, 11.25, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 11.125, 12.375, 11.25], "texture": "#1"}, + "up": {"uv": [11.375, 12.375, 11.25, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 11.25, 12.25, 11.375], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 6.55], + "to": [6.075, 7.2, 6.65], + "rotation": {"angle": 45, "axis": "y", "origin": [4.475, 13, 6.95]}, + "faces": { + "north": {"uv": [11.375, 12.25, 11.5, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 11.375, 12.375, 11.5], "texture": "#1"}, + "south": {"uv": [11.5, 12.25, 11.625, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 11.5, 12.375, 11.625], "texture": "#1"}, + "up": {"uv": [11.75, 12.375, 11.625, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 11.625, 12.25, 11.75], "texture": "#1"} + } + }, + { + "from": [11.325, 9.35, 10.1], + "to": [11.45, 9.45, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [12.925, 9.75, 4.3]}, + "faces": { + "north": {"uv": [11.75, 12.25, 11.875, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 11.75, 12.375, 11.875], "texture": "#1"}, + "south": {"uv": [11.875, 12.25, 12, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 11.875, 12.375, 12], "texture": "#1"}, + "up": {"uv": [12.125, 12.375, 12, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 12, 12.25, 12.125], "texture": "#1"} + } + }, + { + "from": [5.95, 9.35, 10.1], + "to": [6.075, 9.45, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [4.475, 9.75, 4.3]}, + "faces": { + "north": {"uv": [12.125, 12.25, 12.25, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 12.125, 12.375, 12.25], "texture": "#1"}, + "south": {"uv": [12.25, 12.25, 12.375, 12.375], "texture": "#1"}, + "west": {"uv": [0, 12.375, 0.125, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 0.125, 12.375, 0], "texture": "#1"}, + "down": {"uv": [0.25, 12.375, 0.125, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 12.9, 6.625], + "to": [11.55, 13, 6.7], + "rotation": {"angle": -45, "axis": "y", "origin": [13.025, 7.1, 7.05]}, + "faces": { + "north": {"uv": [12.375, 0.125, 12.5, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 12.375, 0.375, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 0.25, 12.5, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 12.375, 0.5, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 0.5, 12.375, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 12.375, 0.5, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 12.9, 6.625], + "to": [5.975, 13, 6.7], + "rotation": {"angle": 45, "axis": "y", "origin": [4.375, 7.1, 7.05]}, + "faces": { + "north": {"uv": [12.375, 0.5, 12.5, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 12.375, 0.75, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 0.625, 12.5, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 12.375, 0.875, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 0.875, 12.375, 0.75], "texture": "#1"}, + "down": {"uv": [1, 12.375, 0.875, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 9.425, 4.3], + "to": [11.55, 9.5, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [13.025, 9.85, 10.2]}, + "faces": { + "north": {"uv": [12.375, 0.875, 12.5, 1], "texture": "#1"}, + "east": {"uv": [1, 12.375, 1.125, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 1, 12.5, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 12.375, 1.25, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 1.25, 12.375, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 12.375, 1.25, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 9.425, 4.3], + "to": [5.975, 9.5, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [4.375, 9.85, 10.2]}, + "faces": { + "north": {"uv": [12.375, 1.25, 12.5, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 12.375, 1.5, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 1.375, 12.5, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 12.375, 1.625, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 1.625, 12.375, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 12.375, 1.625, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 7.1, 6.625], + "to": [11.55, 7.2, 6.7], + "rotation": {"angle": -45, "axis": "y", "origin": [13.025, 13, 7.05]}, + "faces": { + "north": {"uv": [12.375, 1.625, 12.5, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 12.375, 1.875, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 1.75, 12.5, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 12.375, 2, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 2, 12.375, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 12.375, 2, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 7.1, 6.625], + "to": [5.975, 7.2, 6.7], + "rotation": {"angle": 45, "axis": "y", "origin": [4.375, 13, 7.05]}, + "faces": { + "north": {"uv": [12.375, 2, 12.5, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 12.375, 2.25, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 2.125, 12.5, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 12.375, 2.375, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 2.375, 12.375, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 12.375, 2.375, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 9.425, 10.1], + "to": [11.55, 9.5, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [13.025, 9.85, 4.3]}, + "faces": { + "north": {"uv": [12.375, 2.375, 12.5, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 12.375, 2.625, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 2.5, 12.5, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 12.375, 2.75, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 2.75, 12.375, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 12.375, 2.75, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 9.425, 10.1], + "to": [5.975, 9.5, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [4.375, 9.85, 4.3]}, + "faces": { + "north": {"uv": [12.375, 2.75, 12.5, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 12.375, 3, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 2.875, 12.5, 3], "texture": "#1"}, + "west": {"uv": [3, 12.375, 3.125, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 3.125, 12.375, 3], "texture": "#1"}, + "down": {"uv": [3.25, 12.375, 3.125, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 12.9, 5.15], + "to": [11.55, 13, 5.25], + "rotation": {"angle": 45, "axis": "y", "origin": [13.025, 7.1, 4.85]}, + "faces": { + "north": {"uv": [12.375, 3.125, 12.5, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 12.375, 3.375, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 3.25, 12.5, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 12.375, 3.5, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 3.5, 12.375, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 12.375, 3.5, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 12.9, 5.15], + "to": [5.975, 13, 5.25], + "rotation": {"angle": -45, "axis": "y", "origin": [4.375, 7.1, 4.85]}, + "faces": { + "north": {"uv": [12.375, 3.5, 12.5, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 12.375, 3.75, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 3.625, 12.5, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 12.375, 3.875, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 3.875, 12.375, 3.75], "texture": "#1"}, + "down": {"uv": [4, 12.375, 3.875, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 7.95, 4.3], + "to": [11.55, 8.05, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13.025, 7.65, 10.2]}, + "faces": { + "north": {"uv": [12.375, 3.875, 12.5, 4], "texture": "#1"}, + "east": {"uv": [4, 12.375, 4.125, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 4, 12.5, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 12.375, 4.25, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 4.25, 12.375, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 12.375, 4.25, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 7.95, 4.3], + "to": [5.975, 8.05, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.375, 7.65, 10.2]}, + "faces": { + "north": {"uv": [12.375, 4.25, 12.5, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 12.375, 4.5, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 4.375, 12.5, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 12.375, 4.625, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 4.625, 12.375, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 12.375, 4.625, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 7.1, 5.15], + "to": [11.55, 7.2, 5.25], + "rotation": {"angle": 45, "axis": "y", "origin": [13.025, 13, 4.85]}, + "faces": { + "north": {"uv": [12.375, 4.625, 12.5, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 12.375, 4.875, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 4.75, 12.5, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 12.375, 5, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 5, 12.375, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 12.375, 5, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 7.1, 5.15], + "to": [5.975, 7.2, 5.25], + "rotation": {"angle": -45, "axis": "y", "origin": [4.375, 13, 4.85]}, + "faces": { + "north": {"uv": [12.375, 5, 12.5, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 12.375, 5.25, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 5.125, 12.5, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 12.375, 5.375, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 5.375, 12.375, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 12.375, 5.375, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 7.95, 10.1], + "to": [11.55, 8.05, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.025, 7.65, 4.3]}, + "faces": { + "north": {"uv": [12.375, 5.375, 12.5, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 12.375, 5.625, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 5.5, 12.5, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 12.375, 5.75, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 5.75, 12.375, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 12.375, 5.75, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 7.95, 10.1], + "to": [5.975, 8.05, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.375, 7.65, 4.3]}, + "faces": { + "north": {"uv": [12.375, 5.75, 12.5, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 12.375, 6, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 5.875, 12.5, 6], "texture": "#1"}, + "west": {"uv": [6, 12.375, 6.125, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 6.125, 12.375, 6], "texture": "#1"}, + "down": {"uv": [6.25, 12.375, 6.125, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 12.9, 5.375], + "to": [11.525, 13, 5.425], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 7.1, 5.025]}, + "faces": { + "north": {"uv": [12.375, 6.125, 12.5, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 12.375, 6.375, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 6.25, 12.5, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 12.375, 6.5, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 6.5, 12.375, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 12.375, 6.5, 12.5], "texture": "#1"} + } + }, + { + "from": [5.875, 12.9, 5.375], + "to": [5.975, 13, 5.425], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 7.1, 5.025]}, + "faces": { + "north": {"uv": [12.375, 6.5, 12.5, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 12.375, 6.75, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 6.625, 12.5, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 12.375, 6.875, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 6.875, 12.375, 6.75], "texture": "#1"}, + "down": {"uv": [7, 12.375, 6.875, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 8.175, 4.3], + "to": [11.525, 8.225, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 7.825, 10.2]}, + "faces": { + "north": {"uv": [12.375, 6.875, 12.5, 7], "texture": "#1"}, + "east": {"uv": [7, 12.375, 7.125, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 7, 12.5, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 12.375, 7.25, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 7.25, 12.375, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 12.375, 7.25, 12.5], "texture": "#1"} + } + }, + { + "from": [5.875, 8.175, 4.3], + "to": [5.975, 8.225, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 7.825, 10.2]}, + "faces": { + "north": {"uv": [12.375, 7.25, 12.5, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 12.375, 7.5, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 7.375, 12.5, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 12.375, 7.625, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 7.625, 12.375, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 12.375, 7.625, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 7.1, 5.375], + "to": [11.525, 7.2, 5.425], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 13, 5.025]}, + "faces": { + "north": {"uv": [12.375, 7.625, 12.5, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 12.375, 7.875, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 7.75, 12.5, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 12.375, 8, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 8, 12.375, 7.875], "texture": "#1"}, + "down": {"uv": [8.125, 12.375, 8, 12.5], "texture": "#1"} + } + }, + { + "from": [5.875, 7.1, 5.375], + "to": [5.975, 7.2, 5.425], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 13, 5.025]}, + "faces": { + "north": {"uv": [12.375, 8, 12.5, 8.125], "texture": "#1"}, + "east": {"uv": [8.125, 12.375, 8.25, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 8.125, 12.5, 8.25], "texture": "#1"}, + "west": {"uv": [8.25, 12.375, 8.375, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 8.375, 12.375, 8.25], "texture": "#1"}, + "down": {"uv": [8.5, 12.375, 8.375, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 8.175, 10.1], + "to": [11.525, 8.225, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 7.825, 4.3]}, + "faces": { + "north": {"uv": [12.375, 8.375, 12.5, 8.5], "texture": "#1"}, + "east": {"uv": [8.5, 12.375, 8.625, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 8.5, 12.5, 8.625], "texture": "#1"}, + "west": {"uv": [8.625, 12.375, 8.75, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 8.75, 12.375, 8.625], "texture": "#1"}, + "down": {"uv": [8.875, 12.375, 8.75, 12.5], "texture": "#1"} + } + }, + { + "from": [5.875, 8.175, 10.1], + "to": [5.975, 8.225, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 7.825, 4.3]}, + "faces": { + "north": {"uv": [12.375, 8.75, 12.5, 8.875], "texture": "#1"}, + "east": {"uv": [8.875, 12.375, 9, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 8.875, 12.5, 9], "texture": "#1"}, + "west": {"uv": [9, 12.375, 9.125, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 9.125, 12.375, 9], "texture": "#1"}, + "down": {"uv": [9.25, 12.375, 9.125, 12.5], "texture": "#1"} + } + }, + { + "from": [11.325, 12.925, 7.55], + "to": [11.425, 13, 7.6], + "rotation": {"angle": 45, "axis": "y", "origin": [12.95, 7.125, 7.2]}, + "faces": { + "north": {"uv": [12.375, 9.125, 12.5, 9.25], "texture": "#1"}, + "east": {"uv": [9.25, 12.375, 9.375, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 9.25, 12.5, 9.375], "texture": "#1"}, + "west": {"uv": [9.375, 12.375, 9.5, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 9.5, 12.375, 9.375], "texture": "#1"}, + "down": {"uv": [9.625, 12.375, 9.5, 12.5], "texture": "#1"} + } + }, + { + "from": [5.975, 12.925, 7.55], + "to": [6.075, 13, 7.6], + "rotation": {"angle": -45, "axis": "y", "origin": [4.45, 7.125, 7.2]}, + "faces": { + "north": {"uv": [12.375, 9.5, 12.5, 9.625], "texture": "#1"}, + "east": {"uv": [9.625, 12.375, 9.75, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 9.625, 12.5, 9.75], "texture": "#1"}, + "west": {"uv": [9.75, 12.375, 9.875, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 9.875, 12.375, 9.75], "texture": "#1"}, + "down": {"uv": [10, 12.375, 9.875, 12.5], "texture": "#1"} + } + }, + { + "from": [11.325, 10.35, 4.3], + "to": [11.425, 10.4, 4.375], + "rotation": {"angle": -45, "axis": "z", "origin": [12.95, 10, 10.175]}, + "faces": { + "north": {"uv": [12.375, 9.875, 12.5, 10], "texture": "#1"}, + "east": {"uv": [10, 12.375, 10.125, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 10, 12.5, 10.125], "texture": "#1"}, + "west": {"uv": [10.125, 12.375, 10.25, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 10.25, 12.375, 10.125], "texture": "#1"}, + "down": {"uv": [10.375, 12.375, 10.25, 12.5], "texture": "#1"} + } + }, + { + "from": [5.975, 10.35, 4.3], + "to": [6.075, 10.4, 4.375], + "rotation": {"angle": 45, "axis": "z", "origin": [4.45, 10, 10.175]}, + "faces": { + "north": {"uv": [12.375, 10.25, 12.5, 10.375], "texture": "#1"}, + "east": {"uv": [10.375, 12.375, 10.5, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 10.375, 12.5, 10.5], "texture": "#1"}, + "west": {"uv": [10.5, 12.375, 10.625, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 10.625, 12.375, 10.5], "texture": "#1"}, + "down": {"uv": [10.75, 12.375, 10.625, 12.5], "texture": "#1"} + } + }, + { + "from": [11.325, 7.1, 7.55], + "to": [11.425, 7.175, 7.6], + "rotation": {"angle": 45, "axis": "y", "origin": [12.95, 12.975, 7.2]}, + "faces": { + "north": {"uv": [12.375, 10.625, 12.5, 10.75], "texture": "#1"}, + "east": {"uv": [10.75, 12.375, 10.875, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 10.75, 12.5, 10.875], "texture": "#1"}, + "west": {"uv": [10.875, 12.375, 11, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 11, 12.375, 10.875], "texture": "#1"}, + "down": {"uv": [11.125, 12.375, 11, 12.5], "texture": "#1"} + } + }, + { + "from": [5.975, 7.1, 7.55], + "to": [6.075, 7.175, 7.6], + "rotation": {"angle": -45, "axis": "y", "origin": [4.45, 12.975, 7.2]}, + "faces": { + "north": {"uv": [12.375, 11, 12.5, 11.125], "texture": "#1"}, + "east": {"uv": [11.125, 12.375, 11.25, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 11.125, 12.5, 11.25], "texture": "#1"}, + "west": {"uv": [11.25, 12.375, 11.375, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 11.375, 12.375, 11.25], "texture": "#1"}, + "down": {"uv": [11.5, 12.375, 11.375, 12.5], "texture": "#1"} + } + }, + { + "from": [11.325, 10.35, 10.125], + "to": [11.425, 10.4, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.95, 10, 4.325]}, + "faces": { + "north": {"uv": [12.375, 11.375, 12.5, 11.5], "texture": "#1"}, + "east": {"uv": [11.5, 12.375, 11.625, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 11.5, 12.5, 11.625], "texture": "#1"}, + "west": {"uv": [11.625, 12.375, 11.75, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 11.75, 12.375, 11.625], "texture": "#1"}, + "down": {"uv": [11.875, 12.375, 11.75, 12.5], "texture": "#1"} + } + }, + { + "from": [5.975, 10.35, 10.125], + "to": [6.075, 10.4, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.45, 10, 4.325]}, + "faces": { + "north": {"uv": [12.375, 11.75, 12.5, 11.875], "texture": "#1"}, + "east": {"uv": [11.875, 12.375, 12, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 11.875, 12.5, 12], "texture": "#1"}, + "west": {"uv": [12, 12.375, 12.125, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 12.125, 12.375, 12], "texture": "#1"}, + "down": {"uv": [12.25, 12.375, 12.125, 12.5], "texture": "#1"} + } + }, + { + "from": [11.35, 12.9, 7.975], + "to": [11.45, 13, 8.125], + "rotation": {"angle": 45, "axis": "y", "origin": [12.9, 7.1, 7.7]}, + "faces": { + "north": {"uv": [12.375, 12.125, 12.5, 12.25], "texture": "#1"}, + "east": {"uv": [12.25, 12.375, 12.375, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 12.25, 12.5, 12.375], "texture": "#1"}, + "west": {"uv": [12.375, 12.375, 12.5, 12.5], "texture": "#1"}, + "up": {"uv": [0.125, 12.625, 0, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 0, 12.5, 0.125], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 7.975], + "to": [6.05, 13, 8.125], + "rotation": {"angle": -45, "axis": "y", "origin": [4.5, 7.1, 7.7]}, + "faces": { + "north": {"uv": [0.125, 12.5, 0.25, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 0.125, 12.625, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 12.5, 0.375, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 0.25, 12.625, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 12.625, 0.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 0.375, 12.5, 0.5], "texture": "#1"} + } + }, + { + "from": [11.35, 10.775, 4.3], + "to": [11.45, 10.925, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.9, 10.5, 10.2]}, + "faces": { + "north": {"uv": [0.5, 12.5, 0.625, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 0.5, 12.625, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 12.5, 0.75, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 0.625, 12.625, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 12.625, 0.75, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 0.75, 12.5, 0.875], "texture": "#1"} + } + }, + { + "from": [5.95, 10.775, 4.3], + "to": [6.05, 10.925, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.5, 10.5, 10.2]}, + "faces": { + "north": {"uv": [0.875, 12.5, 1, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 0.875, 12.625, 1], "texture": "#1"}, + "south": {"uv": [1, 12.5, 1.125, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 1, 12.625, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 12.625, 1.125, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 1.125, 12.5, 1.25], "texture": "#1"} + } + }, + { + "from": [11.35, 7.1, 7.975], + "to": [11.45, 7.2, 8.125], + "rotation": {"angle": 45, "axis": "y", "origin": [12.9, 13, 7.7]}, + "faces": { + "north": {"uv": [1.25, 12.5, 1.375, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 1.25, 12.625, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 12.5, 1.5, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 1.375, 12.625, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 12.625, 1.5, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 1.5, 12.5, 1.625], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 7.975], + "to": [6.05, 7.2, 8.125], + "rotation": {"angle": -45, "axis": "y", "origin": [4.5, 13, 7.7]}, + "faces": { + "north": {"uv": [1.625, 12.5, 1.75, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 1.625, 12.625, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 12.5, 1.875, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 1.75, 12.625, 1.875], "texture": "#1"}, + "up": {"uv": [2, 12.625, 1.875, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 1.875, 12.5, 2], "texture": "#1"} + } + }, + { + "from": [11.35, 10.775, 10.1], + "to": [11.45, 10.925, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.9, 10.5, 4.3]}, + "faces": { + "north": {"uv": [2, 12.5, 2.125, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 2, 12.625, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 12.5, 2.25, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 2.125, 12.625, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 12.625, 2.25, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 2.25, 12.5, 2.375], "texture": "#1"} + } + }, + { + "from": [5.95, 10.775, 10.1], + "to": [6.05, 10.925, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.5, 10.5, 4.3]}, + "faces": { + "north": {"uv": [2.375, 12.5, 2.5, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 2.375, 12.625, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 12.5, 2.625, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 2.5, 12.625, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 12.625, 2.625, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 2.625, 12.5, 2.75], "texture": "#1"} + } + }, + { + "from": [11.8, 12.8, 5.3], + "to": [12.3, 12.9, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 7.2, 3.6]}, + "faces": { + "north": {"uv": [2.75, 12.5, 2.875, 12.625], "texture": "#1"}, + "east": {"uv": [4.5, 0, 5, 0.125], "texture": "#1"}, + "south": {"uv": [12.5, 2.75, 12.625, 2.875], "texture": "#1"}, + "west": {"uv": [4.5, 3.5, 5, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 5, 3.625, 4.5], "texture": "#1"}, + "down": {"uv": [4.625, 3.625, 4.5, 4.125], "texture": "#1"} + } + }, + { + "from": [5.1, 12.8, 5.3], + "to": [5.6, 12.9, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 7.2, 3.6]}, + "faces": { + "north": {"uv": [2.875, 12.5, 3, 12.625], "texture": "#1"}, + "east": {"uv": [4.5, 4.125, 5, 4.25], "texture": "#1"}, + "south": {"uv": [12.5, 2.875, 12.625, 3], "texture": "#1"}, + "west": {"uv": [4.5, 4.25, 5, 4.375], "texture": "#1"}, + "up": {"uv": [3.875, 5, 3.75, 4.5], "texture": "#1"}, + "down": {"uv": [4, 4.5, 3.875, 5], "texture": "#1"} + } + }, + { + "from": [11.8, 8.1, 10], + "to": [12.3, 12, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 13.7, 4.4]}, + "faces": { + "north": {"uv": [4.5, 4.375, 4.625, 4.875], "texture": "#1"}, + "east": {"uv": [0, 4.625, 0.125, 5.125], "texture": "#1"}, + "south": {"uv": [0.125, 4.625, 0.25, 5.125], "texture": "#1"}, + "west": {"uv": [0.25, 4.625, 0.375, 5.125], "texture": "#1"}, + "up": {"uv": [3.125, 12.625, 3, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 3, 12.5, 3.125], "texture": "#1"} + } + }, + { + "from": [5.1, 8.1, 10], + "to": [5.6, 12, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 13.7, 4.4]}, + "faces": { + "north": {"uv": [0.375, 4.625, 0.5, 5.125], "texture": "#1"}, + "east": {"uv": [0.5, 4.625, 0.625, 5.125], "texture": "#1"}, + "south": {"uv": [0.625, 4.625, 0.75, 5.125], "texture": "#1"}, + "west": {"uv": [4.625, 0.625, 4.75, 1.125], "texture": "#1"}, + "up": {"uv": [3.25, 12.625, 3.125, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 3.125, 12.5, 3.25], "texture": "#1"} + } + }, + { + "from": [11.8, 8.1, 4.4], + "to": [12.3, 12, 4.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 13.7, 10.1]}, + "faces": { + "north": {"uv": [0.75, 4.625, 0.875, 5.125], "texture": "#1"}, + "east": {"uv": [0.875, 4.625, 1, 5.125], "texture": "#1"}, + "south": {"uv": [1, 4.625, 1.125, 5.125], "texture": "#1"}, + "west": {"uv": [1.125, 4.625, 1.25, 5.125], "texture": "#1"}, + "up": {"uv": [3.375, 12.625, 3.25, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 3.25, 12.5, 3.375], "texture": "#1"} + } + }, + { + "from": [5.1, 8.1, 4.4], + "to": [5.6, 12, 4.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 13.7, 10.1]}, + "faces": { + "north": {"uv": [4.625, 1.125, 4.75, 1.625], "texture": "#1"}, + "east": {"uv": [1.25, 4.625, 1.375, 5.125], "texture": "#1"}, + "south": {"uv": [1.375, 4.625, 1.5, 5.125], "texture": "#1"}, + "west": {"uv": [1.5, 4.625, 1.625, 5.125], "texture": "#1"}, + "up": {"uv": [3.5, 12.625, 3.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 3.375, 12.5, 3.5], "texture": "#1"} + } + }, + { + "from": [11.8, 7.2, 5.3], + "to": [12.3, 7.3, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 12.9, 3.6]}, + "faces": { + "north": {"uv": [3.5, 12.5, 3.625, 12.625], "texture": "#1"}, + "east": {"uv": [4.625, 1.625, 5.125, 1.75], "texture": "#1"}, + "south": {"uv": [12.5, 3.5, 12.625, 3.625], "texture": "#1"}, + "west": {"uv": [4.625, 1.75, 5.125, 1.875], "texture": "#1"}, + "up": {"uv": [1.75, 5.125, 1.625, 4.625], "texture": "#1"}, + "down": {"uv": [1.875, 4.625, 1.75, 5.125], "texture": "#1"} + } + }, + { + "from": [5.1, 7.2, 5.3], + "to": [5.6, 7.3, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 12.9, 3.6]}, + "faces": { + "north": {"uv": [3.625, 12.5, 3.75, 12.625], "texture": "#1"}, + "east": {"uv": [4.625, 1.875, 5.125, 2], "texture": "#1"}, + "south": {"uv": [12.5, 3.625, 12.625, 3.75], "texture": "#1"}, + "west": {"uv": [4.625, 2, 5.125, 2.125], "texture": "#1"}, + "up": {"uv": [2, 5.125, 1.875, 4.625], "texture": "#1"}, + "down": {"uv": [4.75, 2.125, 4.625, 2.625], "texture": "#1"} + } + }, + { + "from": [12.3, 12.725, 5.3], + "to": [12.6, 12.825, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 7.125, 3.6]}, + "faces": { + "north": {"uv": [3.75, 12.5, 3.875, 12.625], "texture": "#1"}, + "east": {"uv": [4.625, 2.625, 5.125, 2.75], "texture": "#1"}, + "south": {"uv": [12.5, 3.75, 12.625, 3.875], "texture": "#1"}, + "west": {"uv": [4.625, 2.75, 5.125, 2.875], "texture": "#1"}, + "up": {"uv": [2.75, 5.125, 2.625, 4.625], "texture": "#1"}, + "down": {"uv": [2.875, 4.625, 2.75, 5.125], "texture": "#1"} + } + }, + { + "from": [4.8, 12.725, 5.3], + "to": [5.1, 12.825, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 7.125, 3.6]}, + "faces": { + "north": {"uv": [3.875, 12.5, 4, 12.625], "texture": "#1"}, + "east": {"uv": [4.625, 3, 5.125, 3.125], "texture": "#1"}, + "south": {"uv": [12.5, 3.875, 12.625, 4], "texture": "#1"}, + "west": {"uv": [4.625, 3.125, 5.125, 3.25], "texture": "#1"}, + "up": {"uv": [4.75, 4.125, 4.625, 3.625], "texture": "#1"}, + "down": {"uv": [4.75, 4.375, 4.625, 4.875], "texture": "#1"} + } + }, + { + "from": [12.3, 8.1, 9.925], + "to": [12.6, 12, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 13.7, 4.325]}, + "faces": { + "north": {"uv": [4.75, 0.125, 4.875, 0.625], "texture": "#1"}, + "east": {"uv": [4.75, 0.625, 4.875, 1.125], "texture": "#1"}, + "south": {"uv": [4.75, 1.125, 4.875, 1.625], "texture": "#1"}, + "west": {"uv": [4.75, 2.125, 4.875, 2.625], "texture": "#1"}, + "up": {"uv": [4.125, 12.625, 4, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 4, 12.5, 4.125], "texture": "#1"} + } + }, + { + "from": [4.8, 8.1, 9.925], + "to": [5.1, 12, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 13.7, 4.325]}, + "faces": { + "north": {"uv": [2.5, 4.75, 2.625, 5.25], "texture": "#1"}, + "east": {"uv": [4.75, 3.625, 4.875, 4.125], "texture": "#1"}, + "south": {"uv": [4.375, 4.75, 4.5, 5.25], "texture": "#1"}, + "west": {"uv": [4.75, 4.375, 4.875, 4.875], "texture": "#1"}, + "up": {"uv": [4.25, 12.625, 4.125, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 4.125, 12.5, 4.25], "texture": "#1"} + } + }, + { + "from": [12.3, 8.1, 4.475], + "to": [12.6, 12, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 13.7, 10.175]}, + "faces": { + "north": {"uv": [4.875, 0.125, 5, 0.625], "texture": "#1"}, + "east": {"uv": [4.875, 0.625, 5, 1.125], "texture": "#1"}, + "south": {"uv": [4.875, 1.125, 5, 1.625], "texture": "#1"}, + "west": {"uv": [4.875, 2.125, 5, 2.625], "texture": "#1"}, + "up": {"uv": [4.375, 12.625, 4.25, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 4.25, 12.5, 4.375], "texture": "#1"} + } + }, + { + "from": [4.8, 8.1, 4.475], + "to": [5.1, 12, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 13.7, 10.175]}, + "faces": { + "north": {"uv": [2.25, 4.875, 2.375, 5.375], "texture": "#1"}, + "east": {"uv": [2.375, 4.875, 2.5, 5.375], "texture": "#1"}, + "south": {"uv": [3.375, 4.875, 3.5, 5.375], "texture": "#1"}, + "west": {"uv": [4.875, 3.625, 5, 4.125], "texture": "#1"}, + "up": {"uv": [4.5, 12.625, 4.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 4.375, 12.5, 4.5], "texture": "#1"} + } + }, + { + "from": [12.3, 7.275, 5.3], + "to": [12.6, 7.375, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 12.975, 3.6]}, + "faces": { + "north": {"uv": [4.5, 12.5, 4.625, 12.625], "texture": "#1"}, + "east": {"uv": [4.625, 3.25, 5.125, 3.375], "texture": "#1"}, + "south": {"uv": [12.5, 4.5, 12.625, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 3.375, 5.125, 3.5], "texture": "#1"}, + "up": {"uv": [4.125, 5.375, 4, 4.875], "texture": "#1"}, + "down": {"uv": [4.25, 4.875, 4.125, 5.375], "texture": "#1"} + } + }, + { + "from": [4.8, 7.275, 5.3], + "to": [5.1, 7.375, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 12.975, 3.6]}, + "faces": { + "north": {"uv": [4.625, 12.5, 4.75, 12.625], "texture": "#1"}, + "east": {"uv": [4.875, 2.875, 5.375, 3], "texture": "#1"}, + "south": {"uv": [12.5, 4.625, 12.625, 4.75], "texture": "#1"}, + "west": {"uv": [4.875, 4.375, 5.375, 4.5], "texture": "#1"}, + "up": {"uv": [4.375, 5.375, 4.25, 4.875], "texture": "#1"}, + "down": {"uv": [4.625, 4.875, 4.5, 5.375], "texture": "#1"} + } + }, + { + "from": [12.6, 12.625, 5.3], + "to": [13, 12.725, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.025, 3.6]}, + "faces": { + "north": {"uv": [4.75, 12.5, 4.875, 12.625], "texture": "#1"}, + "east": {"uv": [4.875, 4.5, 5.375, 4.625], "texture": "#1"}, + "south": {"uv": [12.5, 4.75, 12.625, 4.875], "texture": "#1"}, + "west": {"uv": [4.625, 4.875, 5.125, 5], "texture": "#1"}, + "up": {"uv": [5.125, 0.5, 5, 0], "texture": "#1"}, + "down": {"uv": [5.125, 0.5, 5, 1], "texture": "#1"} + } + }, + { + "from": [4.4, 12.625, 5.3], + "to": [4.8, 12.725, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.025, 3.6]}, + "faces": { + "north": {"uv": [4.875, 12.5, 5, 12.625], "texture": "#1"}, + "east": {"uv": [4.875, 4.625, 5.375, 4.75], "texture": "#1"}, + "south": {"uv": [12.5, 4.875, 12.625, 5], "texture": "#1"}, + "west": {"uv": [4.875, 4.75, 5.375, 4.875], "texture": "#1"}, + "up": {"uv": [5.125, 1.5, 5, 1], "texture": "#1"}, + "down": {"uv": [2.125, 5, 2, 5.5], "texture": "#1"} + } + }, + { + "from": [12.6, 8.1, 9.825], + "to": [13, 12, 9.925], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 13.7, 4.225]}, + "faces": { + "north": {"uv": [2.125, 5, 2.25, 5.5], "texture": "#1"}, + "east": {"uv": [5, 2.125, 5.125, 2.625], "texture": "#1"}, + "south": {"uv": [2.875, 5, 3, 5.5], "texture": "#1"}, + "west": {"uv": [3, 5, 3.125, 5.5], "texture": "#1"}, + "up": {"uv": [5.125, 12.625, 5, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 5, 12.5, 5.125], "texture": "#1"} + } + }, + { + "from": [4.4, 8.1, 9.825], + "to": [4.8, 12, 9.925], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 13.7, 4.225]}, + "faces": { + "north": {"uv": [3.125, 5, 3.25, 5.5], "texture": "#1"}, + "east": {"uv": [3.25, 5, 3.375, 5.5], "texture": "#1"}, + "south": {"uv": [3.5, 5, 3.625, 5.5], "texture": "#1"}, + "west": {"uv": [5, 3.5, 5.125, 4], "texture": "#1"}, + "up": {"uv": [5.25, 12.625, 5.125, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 5.125, 12.5, 5.25], "texture": "#1"} + } + }, + { + "from": [12.6, 8.1, 4.575], + "to": [13, 12, 4.675], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 13.7, 10.275]}, + "faces": { + "north": {"uv": [3.625, 5, 3.75, 5.5], "texture": "#1"}, + "east": {"uv": [3.75, 5, 3.875, 5.5], "texture": "#1"}, + "south": {"uv": [3.875, 5, 4, 5.5], "texture": "#1"}, + "west": {"uv": [4.625, 5, 4.75, 5.5], "texture": "#1"}, + "up": {"uv": [5.375, 12.625, 5.25, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 5.25, 12.5, 5.375], "texture": "#1"} + } + }, + { + "from": [4.4, 8.1, 4.575], + "to": [4.8, 12, 4.675], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 13.7, 10.275]}, + "faces": { + "north": {"uv": [4.75, 5, 4.875, 5.5], "texture": "#1"}, + "east": {"uv": [4.875, 5, 5, 5.5], "texture": "#1"}, + "south": {"uv": [5, 5, 5.125, 5.5], "texture": "#1"}, + "west": {"uv": [0, 5.125, 0.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.5, 12.625, 5.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 5.375, 12.5, 5.5], "texture": "#1"} + } + }, + { + "from": [12.6, 7.375, 5.3], + "to": [13, 7.475, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 13.075, 3.6]}, + "faces": { + "north": {"uv": [5.5, 12.5, 5.625, 12.625], "texture": "#1"}, + "east": {"uv": [5, 1.5, 5.5, 1.625], "texture": "#1"}, + "south": {"uv": [12.5, 5.5, 12.625, 5.625], "texture": "#1"}, + "west": {"uv": [5, 4, 5.5, 4.125], "texture": "#1"}, + "up": {"uv": [5.25, 0.5, 5.125, 0], "texture": "#1"}, + "down": {"uv": [0.25, 5.125, 0.125, 5.625], "texture": "#1"} + } + }, + { + "from": [4.4, 7.375, 5.3], + "to": [4.8, 7.475, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 13.075, 3.6]}, + "faces": { + "north": {"uv": [5.625, 12.5, 5.75, 12.625], "texture": "#1"}, + "east": {"uv": [5, 4.125, 5.5, 4.25], "texture": "#1"}, + "south": {"uv": [12.5, 5.625, 12.625, 5.75], "texture": "#1"}, + "west": {"uv": [5, 4.25, 5.5, 4.375], "texture": "#1"}, + "up": {"uv": [0.375, 5.625, 0.25, 5.125], "texture": "#1"}, + "down": {"uv": [0.5, 5.125, 0.375, 5.625], "texture": "#1"} + } + }, + { + "from": [13.1, 7.6, 5.2], + "to": [13.2, 12.5, 9.35], + "rotation": {"angle": 0, "axis": "y", "origin": [15.775, 6.975, 0.025]}, + "faces": { + "north": {"uv": [2.5, 3.625, 2.625, 4.25], "texture": "#1"}, + "east": {"uv": [1.5, 0.5, 2, 1.125], "texture": "#1"}, + "south": {"uv": [2.25, 3.75, 2.375, 4.375], "texture": "#1"}, + "west": {"uv": [0.75, 1.5, 1.25, 2.125], "texture": "#1"}, + "up": {"uv": [0.625, 5.625, 0.5, 5.125], "texture": "#1"}, + "down": {"uv": [5.25, 0.5, 5.125, 1], "texture": "#1"} + } + }, + { + "from": [4.35, 7.6, 5.2], + "to": [4.45, 12.5, 9.35], + "rotation": {"angle": 0, "axis": "y", "origin": [15.775, 6.975, 0.025]}, + "faces": { + "north": {"uv": [2.5, 3.625, 2.625, 4.25], "texture": "#1"}, + "east": {"uv": [1.5, 0.5, 2, 1.125], "texture": "#1"}, + "south": {"uv": [2.25, 3.75, 2.375, 4.375], "texture": "#1"}, + "west": {"uv": [0.75, 1.5, 1.25, 2.125], "texture": "#1"}, + "up": {"uv": [0.625, 5.625, 0.5, 5.125], "texture": "#1"}, + "down": {"uv": [5.25, 0.5, 5.125, 1], "texture": "#1"} + } + }, + { + "from": [4.2, 7.6, 5.2], + "to": [4.3, 12.5, 9.35], + "rotation": {"angle": 0, "axis": "y", "origin": [1.625, 6.975, 0.025]}, + "faces": { + "north": {"uv": [2.375, 3.75, 2.5, 4.375], "texture": "#1"}, + "east": {"uv": [1.5, 1.125, 2, 1.75], "texture": "#1"}, + "south": {"uv": [3.875, 2.125, 4, 2.75], "texture": "#1"}, + "west": {"uv": [1.25, 1.75, 1.75, 2.375], "texture": "#1"}, + "up": {"uv": [0.75, 5.625, 0.625, 5.125], "texture": "#1"}, + "down": {"uv": [0.875, 5.125, 0.75, 5.625], "texture": "#1"} + } + }, + { + "from": [13.1, 12, 7.225], + "to": [13.2, 12.35, 7.525], + "rotation": {"angle": -22.5, "axis": "x", "origin": [13.7, 6.6, 6]}, + "faces": { + "north": {"uv": [5.75, 12.5, 5.875, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 5.75, 12.625, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 12.5, 6, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 5.875, 12.625, 6], "texture": "#1"}, + "up": {"uv": [6.125, 12.625, 6, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 6, 12.5, 6.125], "texture": "#1"} + } + }, + { + "from": [4.2, 12, 7.225], + "to": [4.3, 12.35, 7.525], + "rotation": {"angle": -22.5, "axis": "x", "origin": [3.7, 6.6, 6]}, + "faces": { + "north": {"uv": [6.125, 12.5, 6.25, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 6.125, 12.625, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 12.5, 6.375, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 6.25, 12.625, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 12.625, 6.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 6.375, 12.5, 6.5], "texture": "#1"} + } + }, + { + "from": [13.1, 7.75, 7.225], + "to": [13.2, 8.1, 7.525], + "rotation": {"angle": 22.5, "axis": "x", "origin": [13.7, 13.5, 6]}, + "faces": { + "north": {"uv": [6.5, 12.5, 6.625, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 6.5, 12.625, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 12.5, 6.75, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 6.625, 12.625, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 12.625, 6.75, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 6.75, 12.5, 6.875], "texture": "#1"} + } + }, + { + "from": [4.2, 7.75, 7.225], + "to": [4.3, 8.1, 7.525], + "rotation": {"angle": 22.5, "axis": "x", "origin": [3.7, 13.5, 6]}, + "faces": { + "north": {"uv": [6.875, 12.5, 7, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 6.875, 12.625, 7], "texture": "#1"}, + "south": {"uv": [7, 12.5, 7.125, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 7, 12.625, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 12.625, 7.125, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 7.125, 12.5, 7.25], "texture": "#1"} + } + }, + { + "from": [13.1, 12, 7.025], + "to": [13.2, 12.35, 7.325], + "rotation": {"angle": 22.5, "axis": "x", "origin": [13.7, 6.6, 8.55]}, + "faces": { + "north": {"uv": [7.25, 12.5, 7.375, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 7.25, 12.625, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 12.5, 7.5, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 7.375, 12.625, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 12.625, 7.5, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 7.5, 12.5, 7.625], "texture": "#1"} + } + }, + { + "from": [4.2, 12, 7.025], + "to": [4.3, 12.35, 7.325], + "rotation": {"angle": 22.5, "axis": "x", "origin": [3.7, 6.6, 8.55]}, + "faces": { + "north": {"uv": [7.625, 12.5, 7.75, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 7.625, 12.625, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 12.5, 7.875, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 7.75, 12.625, 7.875], "texture": "#1"}, + "up": {"uv": [8, 12.625, 7.875, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 7.875, 12.5, 8], "texture": "#1"} + } + }, + { + "from": [13.1, 7.75, 7.025], + "to": [13.2, 8.1, 7.325], + "rotation": {"angle": -22.5, "axis": "x", "origin": [13.7, 13.5, 8.55]}, + "faces": { + "north": {"uv": [8, 12.5, 8.125, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 8, 12.625, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 12.5, 8.25, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 8.125, 12.625, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 12.625, 8.25, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 8.25, 12.5, 8.375], "texture": "#1"} + } + }, + { + "from": [4.2, 7.75, 7.025], + "to": [4.3, 8.1, 7.325], + "rotation": {"angle": -22.5, "axis": "x", "origin": [3.7, 13.5, 8.55]}, + "faces": { + "north": {"uv": [8.375, 12.5, 8.5, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 8.375, 12.625, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 12.5, 8.625, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 8.5, 12.625, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 12.625, 8.625, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 8.625, 12.5, 8.75], "texture": "#1"} + } + }, + { + "from": [13.1, 10, 3.9], + "to": [13.2, 10.3, 4.3], + "rotation": {"angle": 22.5, "axis": "x", "origin": [13.7, 8.775, 9.65]}, + "faces": { + "north": {"uv": [8.75, 12.5, 8.875, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 8.75, 12.625, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 12.5, 9, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 8.875, 12.625, 9], "texture": "#1"}, + "up": {"uv": [9.125, 12.625, 9, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 9, 12.5, 9.125], "texture": "#1"} + } + }, + { + "from": [4.2, 10, 3.9], + "to": [4.3, 10.3, 4.3], + "rotation": {"angle": 22.5, "axis": "x", "origin": [3.7, 8.775, 9.65]}, + "faces": { + "north": {"uv": [9.125, 12.5, 9.25, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 9.125, 12.625, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 12.5, 9.375, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 9.25, 12.625, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 12.625, 9.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 9.375, 12.5, 9.5], "texture": "#1"} + } + }, + { + "from": [13.1, 9.8, 3.9], + "to": [13.2, 10.1, 4.3], + "rotation": {"angle": -22.5, "axis": "x", "origin": [13.7, 11.325, 9.65]}, + "faces": { + "north": {"uv": [9.5, 12.5, 9.625, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 9.5, 12.625, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 12.5, 9.75, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 9.625, 12.625, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 12.625, 9.75, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 9.75, 12.5, 9.875], "texture": "#1"} + } + }, + { + "from": [4.2, 9.8, 3.9], + "to": [4.3, 10.1, 4.3], + "rotation": {"angle": -22.5, "axis": "x", "origin": [3.7, 11.325, 9.65]}, + "faces": { + "north": {"uv": [9.875, 12.5, 10, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 9.875, 12.625, 10], "texture": "#1"}, + "south": {"uv": [10, 12.5, 10.125, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 10, 12.625, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 12.625, 10.125, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 10.125, 12.5, 10.25], "texture": "#1"} + } + }, + { + "from": [13.1, 10, 10.25], + "to": [13.2, 10.3, 10.65], + "rotation": {"angle": -22.5, "axis": "x", "origin": [13.7, 8.775, 4.9]}, + "faces": { + "north": {"uv": [10.25, 12.5, 10.375, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 10.25, 12.625, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 12.5, 10.5, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 10.375, 12.625, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 12.625, 10.5, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 10.5, 12.5, 10.625], "texture": "#1"} + } + }, + { + "from": [4.2, 10, 10.25], + "to": [4.3, 10.3, 10.65], + "rotation": {"angle": -22.5, "axis": "x", "origin": [3.7, 8.775, 4.9]}, + "faces": { + "north": {"uv": [10.625, 12.5, 10.75, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 10.625, 12.625, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 12.5, 10.875, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 10.75, 12.625, 10.875], "texture": "#1"}, + "up": {"uv": [11, 12.625, 10.875, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 10.875, 12.5, 11], "texture": "#1"} + } + }, + { + "from": [13.1, 9.8, 10.25], + "to": [13.2, 10.1, 10.65], + "rotation": {"angle": 22.5, "axis": "x", "origin": [13.7, 11.325, 4.9]}, + "faces": { + "north": {"uv": [11, 12.5, 11.125, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 11, 12.625, 11.125], "texture": "#1"}, + "south": {"uv": [11.125, 12.5, 11.25, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 11.125, 12.625, 11.25], "texture": "#1"}, + "up": {"uv": [11.375, 12.625, 11.25, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 11.25, 12.5, 11.375], "texture": "#1"} + } + }, + { + "from": [4.2, 9.8, 10.25], + "to": [4.3, 10.1, 10.65], + "rotation": {"angle": 22.5, "axis": "x", "origin": [3.7, 11.325, 4.9]}, + "faces": { + "north": {"uv": [11.375, 12.5, 11.5, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 11.375, 12.625, 11.5], "texture": "#1"}, + "south": {"uv": [11.5, 12.5, 11.625, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 11.5, 12.625, 11.625], "texture": "#1"}, + "up": {"uv": [11.75, 12.625, 11.625, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 11.625, 12.5, 11.75], "texture": "#1"} + } + }, + { + "from": [13.1, 8, 4.8], + "to": [13.2, 12.1, 9.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.775, 7.375, 0]}, + "faces": { + "north": {"uv": [0.875, 5.125, 1, 5.625], "texture": "#1"}, + "east": {"uv": [1.75, 1.75, 2.375, 2.25], "texture": "#1"}, + "south": {"uv": [1, 5.125, 1.125, 5.625], "texture": "#1"}, + "west": {"uv": [0, 2, 0.625, 2.5], "texture": "#1"}, + "up": {"uv": [3, 4.5, 2.875, 3.875], "texture": "#1"}, + "down": {"uv": [3.125, 3.875, 3, 4.5], "texture": "#1"} + } + }, + { + "from": [4.35, 8, 4.8], + "to": [4.45, 12.1, 9.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.775, 7.375, 0]}, + "faces": { + "north": {"uv": [0.875, 5.125, 1, 5.625], "texture": "#1"}, + "east": {"uv": [1.75, 1.75, 2.375, 2.25], "texture": "#1"}, + "south": {"uv": [1, 5.125, 1.125, 5.625], "texture": "#1"}, + "west": {"uv": [0, 2, 0.625, 2.5], "texture": "#1"}, + "up": {"uv": [3, 4.5, 2.875, 3.875], "texture": "#1"}, + "down": {"uv": [3.125, 3.875, 3, 4.5], "texture": "#1"} + } + }, + { + "from": [4.2, 7.5, 4.3], + "to": [4.3, 12.6, 10.25], + "rotation": {"angle": 0, "axis": "y", "origin": [1.625, 7.375, 0]}, + "faces": { + "north": {"uv": [5.125, 1, 5.25, 1.5], "texture": "#1"}, + "east": {"uv": [2, 0.5, 2.625, 1], "texture": "#1"}, + "south": {"uv": [1.125, 5.125, 1.25, 5.625], "texture": "#1"}, + "west": {"uv": [2, 1, 2.625, 1.5], "texture": "#1"}, + "up": {"uv": [3.25, 4.5, 3.125, 3.875], "texture": "#1"}, + "down": {"uv": [3.375, 3.875, 3.25, 4.5], "texture": "#1"} + } + }, + { + "from": [8, -4.15, 7.725], + "to": [8.1, 7.25, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 12.75, 8]}, + "faces": { + "north": {"uv": [0.625, 2, 0.75, 3.375], "texture": "#1"}, + "east": {"uv": [0.75, 2.125, 0.875, 3.5], "texture": "#1"}, + "south": {"uv": [0.875, 2.125, 1, 3.5], "texture": "#1"}, + "west": {"uv": [1, 2.125, 1.125, 3.5], "texture": "#1"}, + "up": {"uv": [11.875, 12.625, 11.75, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 11.75, 12.5, 11.875], "texture": "#1"} + } + }, + { + "from": [8, -4.15, 6.6], + "to": [9, 7.25, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [1.125, 2.125, 1.25, 3.5], "texture": "#1"}, + "east": {"uv": [1.75, 2.25, 1.875, 3.625], "texture": "#1"}, + "south": {"uv": [1.875, 2.25, 2, 3.625], "texture": "#1"}, + "west": {"uv": [2, 2.25, 2.125, 3.625], "texture": "#1"}, + "up": {"uv": [12, 12.625, 11.875, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 11.875, 12.5, 12], "texture": "#1"} + } + }, + { + "from": [8.9, -4.15, 7.725], + "to": [9, 7.25, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 12.75, 8]}, + "faces": { + "north": {"uv": [2.125, 2.25, 2.25, 3.625], "texture": "#1"}, + "east": {"uv": [2.25, 2.25, 2.375, 3.625], "texture": "#1"}, + "south": {"uv": [1.25, 2.375, 1.375, 3.75], "texture": "#1"}, + "west": {"uv": [1.375, 2.375, 1.5, 3.75], "texture": "#1"}, + "up": {"uv": [12.125, 12.625, 12, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 12, 12.5, 12.125], "texture": "#1"} + } + }, + { + "from": [9.1, -4.15, 6.8], + "to": [9.2, 7.25, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [1.5, 2.375, 1.625, 3.75], "texture": "#1"}, + "east": {"uv": [2.375, 1.5, 2.5, 2.875], "texture": "#1"}, + "south": {"uv": [1.625, 2.375, 1.75, 3.75], "texture": "#1"}, + "west": {"uv": [0, 2.5, 0.125, 3.875], "texture": "#1"}, + "up": {"uv": [12.25, 12.625, 12.125, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 12.125, 12.5, 12.25], "texture": "#1"} + } + }, + { + "from": [8.9, -4.15, 6.6], + "to": [9, 7.25, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 12.75, 6.6]}, + "faces": { + "north": {"uv": [0.125, 2.5, 0.25, 3.875], "texture": "#1"}, + "east": {"uv": [0.25, 2.5, 0.375, 3.875], "texture": "#1"}, + "south": {"uv": [0.375, 2.5, 0.5, 3.875], "texture": "#1"}, + "west": {"uv": [0.5, 2.5, 0.625, 3.875], "texture": "#1"}, + "up": {"uv": [12.375, 12.625, 12.25, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 12.25, 12.5, 12.375], "texture": "#1"} + } + }, + { + "from": [8, -4.15, 6.6], + "to": [8.1, 7.25, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 12.75, 6.6]}, + "faces": { + "north": {"uv": [2.5, 1.5, 2.625, 2.875], "texture": "#1"}, + "east": {"uv": [2.625, 0, 2.75, 1.375], "texture": "#1"}, + "south": {"uv": [2.625, 1.375, 2.75, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 0, 2.875, 1.375], "texture": "#1"}, + "up": {"uv": [12.5, 12.625, 12.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 12.375, 12.5, 12.5], "texture": "#1"} + } + }, + { + "from": [7.8, -4.15, 6.8], + "to": [7.9, 7.25, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [2.75, 1.375, 2.875, 2.75], "texture": "#1"}, + "east": {"uv": [2.625, 2.75, 2.75, 4.125], "texture": "#1"}, + "south": {"uv": [2.75, 2.75, 2.875, 4.125], "texture": "#1"}, + "west": {"uv": [2.875, 0, 3, 1.375], "texture": "#1"}, + "up": {"uv": [12.625, 12.625, 12.5, 12.5], "texture": "#1"}, + "down": {"uv": [0.125, 12.625, 0, 12.75], "texture": "#1"} + } + }, + { + "from": [9.2, 6.55, 6.8], + "to": [9.3, 7.25, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.625, 0, 12.75, 0.125], "texture": "#1"}, + "east": {"uv": [0.125, 12.625, 0.25, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 0.125, 12.75, 0.25], "texture": "#1"}, + "west": {"uv": [0.25, 12.625, 0.375, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 0.375, 12.625, 0.25], "texture": "#1"}, + "down": {"uv": [0.5, 12.625, 0.375, 12.75], "texture": "#1"} + } + }, + { + "from": [8, 6.05, 6.5], + "to": [9, 7.25, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.625, 0.375, 12.75, 0.5], "texture": "#1"}, + "east": {"uv": [0.5, 12.625, 0.625, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 0.5, 12.75, 0.625], "texture": "#1"}, + "west": {"uv": [0.625, 12.625, 0.75, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 0.75, 12.625, 0.625], "texture": "#1"}, + "down": {"uv": [0.875, 12.625, 0.75, 12.75], "texture": "#1"} + } + }, + { + "from": [7.7, 6.55, 6.8], + "to": [7.8, 7.25, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.625, 0.75, 12.75, 0.875], "texture": "#1"}, + "east": {"uv": [0.875, 12.625, 1, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 0.875, 12.75, 1], "texture": "#1"}, + "west": {"uv": [1, 12.625, 1.125, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 1.125, 12.625, 1], "texture": "#1"}, + "down": {"uv": [1.25, 12.625, 1.125, 12.75], "texture": "#1"} + } + }, + { + "from": [8, 6.05, 8], + "to": [9, 7.25, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.625, 1.125, 12.75, 1.25], "texture": "#1"}, + "east": {"uv": [1.25, 12.625, 1.375, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 1.25, 12.75, 1.375], "texture": "#1"}, + "west": {"uv": [1.375, 12.625, 1.5, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 1.5, 12.625, 1.375], "texture": "#1"}, + "down": {"uv": [1.625, 12.625, 1.5, 12.75], "texture": "#1"} + } + }, + { + "from": [8.1, 5.95, 6.5], + "to": [8.9, 6.05, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.625, 1.5, 12.75, 1.625], "texture": "#1"}, + "east": {"uv": [5.375, 3.5, 5.625, 3.625], "texture": "#1"}, + "south": {"uv": [1.625, 12.625, 1.75, 12.75], "texture": "#1"}, + "west": {"uv": [5.375, 3.625, 5.625, 3.75], "texture": "#1"}, + "up": {"uv": [5.5, 4, 5.375, 3.75], "texture": "#1"}, + "down": {"uv": [4.125, 5.375, 4, 5.625], "texture": "#1"} + } + }, + { + "from": [8.2, 5.85, 6.5], + "to": [8.8, 5.95, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [12.625, 1.625, 12.75, 1.75], "texture": "#1"}, + "east": {"uv": [4.125, 5.375, 4.375, 5.5], "texture": "#1"}, + "south": {"uv": [1.75, 12.625, 1.875, 12.75], "texture": "#1"}, + "west": {"uv": [5.375, 4.375, 5.625, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 5.625, 4.5, 5.375], "texture": "#1"}, + "down": {"uv": [5.5, 4.5, 5.375, 4.75], "texture": "#1"} + } + }, + { + "from": [7.7, 5.25, 6.8], + "to": [7.8, 6.25, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.625, 1.75, 12.75, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 12.625, 2, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 1.875, 12.75, 2], "texture": "#1"}, + "west": {"uv": [2, 12.625, 2.125, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 2.125, 12.625, 2], "texture": "#1"}, + "down": {"uv": [2.25, 12.625, 2.125, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 5.25, 7.65], + "to": [8.025, 6.25, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 12.75, 8]}, + "faces": { + "north": {"uv": [12.625, 2.125, 12.75, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 12.625, 2.375, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 2.25, 12.75, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 12.625, 2.5, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 2.5, 12.625, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 12.625, 2.5, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 6.55, 7.65], + "to": [8.025, 7.55, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 14.05, 8]}, + "faces": { + "north": {"uv": [12.625, 2.5, 12.75, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 12.625, 2.75, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 2.625, 12.75, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 12.625, 2.875, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 2.875, 12.625, 2.75], "texture": "#1"}, + "down": {"uv": [3, 12.625, 2.875, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 3.95, 7.65], + "to": [8.025, 4.95, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 11.45, 8]}, + "faces": { + "north": {"uv": [12.625, 2.875, 12.75, 3], "texture": "#1"}, + "east": {"uv": [3, 12.625, 3.125, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 3, 12.75, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 12.625, 3.25, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 3.25, 12.625, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 12.625, 3.25, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 1.35, 7.65], + "to": [8.025, 2.35, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8.85, 8]}, + "faces": { + "north": {"uv": [12.625, 3.25, 12.75, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 12.625, 3.5, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 3.375, 12.75, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 12.625, 3.625, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 3.625, 12.625, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 12.625, 3.625, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, -1.25, 7.65], + "to": [8.025, -0.25, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 6.25, 8]}, + "faces": { + "north": {"uv": [12.625, 3.625, 12.75, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 12.625, 3.875, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 3.75, 12.75, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 12.625, 4, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 4, 12.625, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 12.625, 4, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 2.65, 7.65], + "to": [8.025, 3.65, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 10.15, 8]}, + "faces": { + "north": {"uv": [12.625, 4, 12.75, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 12.625, 4.25, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 4.125, 12.75, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 12.625, 4.375, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 4.375, 12.625, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 12.625, 4.375, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 0.05, 7.65], + "to": [8.025, 1.05, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 7.55, 8]}, + "faces": { + "north": {"uv": [12.625, 4.375, 12.75, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 12.625, 4.625, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 4.5, 12.75, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 12.625, 4.75, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 4.75, 12.625, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 12.625, 4.75, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, -2.55, 7.65], + "to": [8.025, -1.55, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 4.95, 8]}, + "faces": { + "north": {"uv": [12.625, 4.75, 12.75, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 12.625, 5, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 4.875, 12.75, 5], "texture": "#1"}, + "west": {"uv": [5, 12.625, 5.125, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 5.125, 12.625, 5], "texture": "#1"}, + "down": {"uv": [5.25, 12.625, 5.125, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, -4.25, 7.65], + "to": [8.025, -2.85, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 3.65, 8]}, + "faces": { + "north": {"uv": [12.625, 5.125, 12.75, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 12.625, 5.375, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 5.25, 12.75, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 12.625, 5.5, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 5.5, 12.625, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 12.625, 5.5, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 5.25, 7.65], + "to": [9.075, 6.25, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 12.75, 8]}, + "faces": { + "north": {"uv": [12.625, 5.5, 12.75, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 12.625, 5.75, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 5.625, 12.75, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 12.625, 5.875, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 5.875, 12.625, 5.75], "texture": "#1"}, + "down": {"uv": [6, 12.625, 5.875, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 6.55, 7.65], + "to": [9.075, 7.55, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 14.05, 8]}, + "faces": { + "north": {"uv": [12.625, 5.875, 12.75, 6], "texture": "#1"}, + "east": {"uv": [6, 12.625, 6.125, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 6, 12.75, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 12.625, 6.25, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 6.25, 12.625, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 12.625, 6.25, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 3.95, 7.65], + "to": [9.075, 4.95, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 11.45, 8]}, + "faces": { + "north": {"uv": [12.625, 6.25, 12.75, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 12.625, 6.5, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 6.375, 12.75, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 12.625, 6.625, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 6.625, 12.625, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 12.625, 6.625, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 1.35, 7.65], + "to": [9.075, 2.35, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 8.85, 8]}, + "faces": { + "north": {"uv": [12.625, 6.625, 12.75, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 12.625, 6.875, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 6.75, 12.75, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 12.625, 7, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 7, 12.625, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 12.625, 7, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, -1.25, 7.65], + "to": [9.075, -0.25, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 6.25, 8]}, + "faces": { + "north": {"uv": [12.625, 7, 12.75, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 12.625, 7.25, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 7.125, 12.75, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 12.625, 7.375, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 7.375, 12.625, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 12.625, 7.375, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 2.65, 7.65], + "to": [9.075, 3.65, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 10.15, 8]}, + "faces": { + "north": {"uv": [12.625, 7.375, 12.75, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 12.625, 7.625, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 7.5, 12.75, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 12.625, 7.75, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 7.75, 12.625, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 12.625, 7.75, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 0.05, 7.65], + "to": [9.075, 1.05, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 7.55, 8]}, + "faces": { + "north": {"uv": [12.625, 7.75, 12.75, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 12.625, 8, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 7.875, 12.75, 8], "texture": "#1"}, + "west": {"uv": [8, 12.625, 8.125, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 8.125, 12.625, 8], "texture": "#1"}, + "down": {"uv": [8.25, 12.625, 8.125, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, -2.55, 7.65], + "to": [9.075, -1.55, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 4.95, 8]}, + "faces": { + "north": {"uv": [12.625, 8.125, 12.75, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 12.625, 8.375, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 8.25, 12.75, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 12.625, 8.5, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 8.5, 12.625, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 12.625, 8.5, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, -4.25, 7.65], + "to": [9.075, -2.85, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 3.65, 8]}, + "faces": { + "north": {"uv": [12.625, 8.5, 12.75, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 12.625, 8.75, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 8.625, 12.75, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 12.625, 8.875, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 8.875, 12.625, 8.75], "texture": "#1"}, + "down": {"uv": [9, 12.625, 8.875, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 5.25, 6.875], + "to": [8.025, 6.25, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 12.75, 6.6]}, + "faces": { + "north": {"uv": [12.625, 8.875, 12.75, 9], "texture": "#1"}, + "east": {"uv": [9, 12.625, 9.125, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 9, 12.75, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 12.625, 9.25, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 9.25, 12.625, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 12.625, 9.25, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 6.55, 6.875], + "to": [8.025, 7.55, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 14.05, 6.6]}, + "faces": { + "north": {"uv": [12.625, 9.25, 12.75, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 12.625, 9.5, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 9.375, 12.75, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 12.625, 9.625, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 9.625, 12.625, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 12.625, 9.625, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 3.95, 6.875], + "to": [8.025, 4.95, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 11.45, 6.6]}, + "faces": { + "north": {"uv": [12.625, 9.625, 12.75, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 12.625, 9.875, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 9.75, 12.75, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 12.625, 10, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 10, 12.625, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 12.625, 10, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 1.35, 6.875], + "to": [8.025, 2.35, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 8.85, 6.6]}, + "faces": { + "north": {"uv": [12.625, 10, 12.75, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 12.625, 10.25, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 10.125, 12.75, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 12.625, 10.375, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 10.375, 12.625, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 12.625, 10.375, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, -1.25, 6.875], + "to": [8.025, -0.25, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 6.25, 6.6]}, + "faces": { + "north": {"uv": [12.625, 10.375, 12.75, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 12.625, 10.625, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 10.5, 12.75, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 12.625, 10.75, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 10.75, 12.625, 10.625], "texture": "#1"}, + "down": {"uv": [10.875, 12.625, 10.75, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 2.65, 6.875], + "to": [8.025, 3.65, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 10.15, 6.6]}, + "faces": { + "north": {"uv": [12.625, 10.75, 12.75, 10.875], "texture": "#1"}, + "east": {"uv": [10.875, 12.625, 11, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 10.875, 12.75, 11], "texture": "#1"}, + "west": {"uv": [11, 12.625, 11.125, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 11.125, 12.625, 11], "texture": "#1"}, + "down": {"uv": [11.25, 12.625, 11.125, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 0.05, 6.875], + "to": [8.025, 1.05, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 7.55, 6.6]}, + "faces": { + "north": {"uv": [12.625, 11.125, 12.75, 11.25], "texture": "#1"}, + "east": {"uv": [11.25, 12.625, 11.375, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 11.25, 12.75, 11.375], "texture": "#1"}, + "west": {"uv": [11.375, 12.625, 11.5, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 11.5, 12.625, 11.375], "texture": "#1"}, + "down": {"uv": [11.625, 12.625, 11.5, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, -2.55, 6.875], + "to": [8.025, -1.55, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 4.95, 6.6]}, + "faces": { + "north": {"uv": [12.625, 11.5, 12.75, 11.625], "texture": "#1"}, + "east": {"uv": [11.625, 12.625, 11.75, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 11.625, 12.75, 11.75], "texture": "#1"}, + "west": {"uv": [11.75, 12.625, 11.875, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 11.875, 12.625, 11.75], "texture": "#1"}, + "down": {"uv": [12, 12.625, 11.875, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, -4.25, 6.875], + "to": [8.025, -2.85, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 3.65, 6.6]}, + "faces": { + "north": {"uv": [12.625, 11.875, 12.75, 12], "texture": "#1"}, + "east": {"uv": [12, 12.625, 12.125, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 12, 12.75, 12.125], "texture": "#1"}, + "west": {"uv": [12.125, 12.625, 12.25, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 12.25, 12.625, 12.125], "texture": "#1"}, + "down": {"uv": [12.375, 12.625, 12.25, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 5.25, 6.875], + "to": [9.075, 6.25, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 12.75, 6.6]}, + "faces": { + "north": {"uv": [12.625, 12.25, 12.75, 12.375], "texture": "#1"}, + "east": {"uv": [12.375, 12.625, 12.5, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 12.375, 12.75, 12.5], "texture": "#1"}, + "west": {"uv": [12.5, 12.625, 12.625, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 12.625, 12.625, 12.5], "texture": "#1"}, + "down": {"uv": [12.75, 12.625, 12.625, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 6.55, 6.875], + "to": [9.075, 7.55, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 14.05, 6.6]}, + "faces": { + "north": {"uv": [0, 12.75, 0.125, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 0, 12.875, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 12.75, 0.25, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 0.125, 12.875, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 12.875, 0.25, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 0.25, 12.75, 0.375], "texture": "#1"} + } + }, + { + "from": [8.975, 3.95, 6.875], + "to": [9.075, 4.95, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 11.45, 6.6]}, + "faces": { + "north": {"uv": [0.375, 12.75, 0.5, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 0.375, 12.875, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 12.75, 0.625, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 0.5, 12.875, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 12.875, 0.625, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 0.625, 12.75, 0.75], "texture": "#1"} + } + }, + { + "from": [8.975, 1.35, 6.875], + "to": [9.075, 2.35, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 8.85, 6.6]}, + "faces": { + "north": {"uv": [0.75, 12.75, 0.875, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 0.75, 12.875, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 12.75, 1, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 0.875, 12.875, 1], "texture": "#1"}, + "up": {"uv": [1.125, 12.875, 1, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 1, 12.75, 1.125], "texture": "#1"} + } + }, + { + "from": [8.975, -1.25, 6.875], + "to": [9.075, -0.25, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 6.25, 6.6]}, + "faces": { + "north": {"uv": [1.125, 12.75, 1.25, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 1.125, 12.875, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 12.75, 1.375, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 1.25, 12.875, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 12.875, 1.375, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 1.375, 12.75, 1.5], "texture": "#1"} + } + }, + { + "from": [8.975, 2.65, 6.875], + "to": [9.075, 3.65, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 10.15, 6.6]}, + "faces": { + "north": {"uv": [1.5, 12.75, 1.625, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 1.5, 12.875, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 12.75, 1.75, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 1.625, 12.875, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 12.875, 1.75, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 1.75, 12.75, 1.875], "texture": "#1"} + } + }, + { + "from": [8.975, 0.05, 6.875], + "to": [9.075, 1.05, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 7.55, 6.6]}, + "faces": { + "north": {"uv": [1.875, 12.75, 2, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 1.875, 12.875, 2], "texture": "#1"}, + "south": {"uv": [2, 12.75, 2.125, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 2, 12.875, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 12.875, 2.125, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 2.125, 12.75, 2.25], "texture": "#1"} + } + }, + { + "from": [8.975, -2.55, 6.875], + "to": [9.075, -1.55, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 4.95, 6.6]}, + "faces": { + "north": {"uv": [2.25, 12.75, 2.375, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 2.25, 12.875, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 12.75, 2.5, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 2.375, 12.875, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 12.875, 2.5, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 2.5, 12.75, 2.625], "texture": "#1"} + } + }, + { + "from": [8.975, -4.25, 6.875], + "to": [9.075, -2.85, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 3.65, 6.6]}, + "faces": { + "north": {"uv": [2.625, 12.75, 2.75, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 2.625, 12.875, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 12.75, 2.875, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 2.75, 12.875, 2.875], "texture": "#1"}, + "up": {"uv": [3, 12.875, 2.875, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 2.875, 12.75, 3], "texture": "#1"} + } + }, + { + "from": [7.925, 5.15, 7.725], + "to": [8.025, 6.15, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 12.75, 8]}, + "faces": { + "north": {"uv": [3, 12.75, 3.125, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 3, 12.875, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 12.75, 3.25, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 3.125, 12.875, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 12.875, 3.25, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 3.25, 12.75, 3.375], "texture": "#1"} + } + }, + { + "from": [7.925, 6.45, 7.725], + "to": [8.025, 7.45, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 14.05, 8]}, + "faces": { + "north": {"uv": [3.375, 12.75, 3.5, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 3.375, 12.875, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 12.75, 3.625, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 3.5, 12.875, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 12.875, 3.625, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 3.625, 12.75, 3.75], "texture": "#1"} + } + }, + { + "from": [7.925, 3.85, 7.725], + "to": [8.025, 4.85, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 11.45, 8]}, + "faces": { + "north": {"uv": [3.75, 12.75, 3.875, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 3.75, 12.875, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 12.75, 4, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 3.875, 12.875, 4], "texture": "#1"}, + "up": {"uv": [4.125, 12.875, 4, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 4, 12.75, 4.125], "texture": "#1"} + } + }, + { + "from": [7.925, 1.25, 7.725], + "to": [8.025, 2.25, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8.85, 8]}, + "faces": { + "north": {"uv": [4.125, 12.75, 4.25, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 4.125, 12.875, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 12.75, 4.375, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 4.25, 12.875, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 12.875, 4.375, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 4.375, 12.75, 4.5], "texture": "#1"} + } + }, + { + "from": [7.925, -1.35, 7.725], + "to": [8.025, -0.35, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 6.25, 8]}, + "faces": { + "north": {"uv": [4.5, 12.75, 4.625, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 4.5, 12.875, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 12.75, 4.75, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 4.625, 12.875, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 12.875, 4.75, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 4.75, 12.75, 4.875], "texture": "#1"} + } + }, + { + "from": [7.925, 2.55, 7.725], + "to": [8.025, 3.55, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 10.15, 8]}, + "faces": { + "north": {"uv": [4.875, 12.75, 5, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 4.875, 12.875, 5], "texture": "#1"}, + "south": {"uv": [5, 12.75, 5.125, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 5, 12.875, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 12.875, 5.125, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 5.125, 12.75, 5.25], "texture": "#1"} + } + }, + { + "from": [7.925, -0.05, 7.725], + "to": [8.025, 0.95, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 7.55, 8]}, + "faces": { + "north": {"uv": [5.25, 12.75, 5.375, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 5.25, 12.875, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 12.75, 5.5, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 5.375, 12.875, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 12.875, 5.5, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 5.5, 12.75, 5.625], "texture": "#1"} + } + }, + { + "from": [7.925, -2.65, 7.725], + "to": [8.025, -1.65, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 4.95, 8]}, + "faces": { + "north": {"uv": [5.625, 12.75, 5.75, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 5.625, 12.875, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 12.75, 5.875, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 5.75, 12.875, 5.875], "texture": "#1"}, + "up": {"uv": [6, 12.875, 5.875, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 5.875, 12.75, 6], "texture": "#1"} + } + }, + { + "from": [7.925, -4.35, 7.725], + "to": [8.025, -2.95, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 3.65, 8]}, + "faces": { + "north": {"uv": [6, 12.75, 6.125, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 6, 12.875, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 12.75, 6.25, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 6.125, 12.875, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 12.875, 6.25, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 6.25, 12.75, 6.375], "texture": "#1"} + } + }, + { + "from": [8.975, 5.15, 7.725], + "to": [9.075, 6.15, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 12.75, 8]}, + "faces": { + "north": {"uv": [6.375, 12.75, 6.5, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 6.375, 12.875, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 12.75, 6.625, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 6.5, 12.875, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 12.875, 6.625, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 6.625, 12.75, 6.75], "texture": "#1"} + } + }, + { + "from": [8.975, 6.45, 7.725], + "to": [9.075, 7.45, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 14.05, 8]}, + "faces": { + "north": {"uv": [6.75, 12.75, 6.875, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 6.75, 12.875, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 12.75, 7, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 6.875, 12.875, 7], "texture": "#1"}, + "up": {"uv": [7.125, 12.875, 7, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 7, 12.75, 7.125], "texture": "#1"} + } + }, + { + "from": [8.975, 3.85, 7.725], + "to": [9.075, 4.85, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 11.45, 8]}, + "faces": { + "north": {"uv": [7.125, 12.75, 7.25, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 7.125, 12.875, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 12.75, 7.375, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 7.25, 12.875, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 12.875, 7.375, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 7.375, 12.75, 7.5], "texture": "#1"} + } + }, + { + "from": [8.975, 1.25, 7.725], + "to": [9.075, 2.25, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 8.85, 8]}, + "faces": { + "north": {"uv": [7.5, 12.75, 7.625, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 7.5, 12.875, 7.625], "texture": "#1"}, + "south": {"uv": [7.625, 12.75, 7.75, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 7.625, 12.875, 7.75], "texture": "#1"}, + "up": {"uv": [7.875, 12.875, 7.75, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 7.75, 12.75, 7.875], "texture": "#1"} + } + }, + { + "from": [8.975, -1.35, 7.725], + "to": [9.075, -0.35, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 6.25, 8]}, + "faces": { + "north": {"uv": [7.875, 12.75, 8, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 7.875, 12.875, 8], "texture": "#1"}, + "south": {"uv": [8, 12.75, 8.125, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 8, 12.875, 8.125], "texture": "#1"}, + "up": {"uv": [8.25, 12.875, 8.125, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 8.125, 12.75, 8.25], "texture": "#1"} + } + }, + { + "from": [8.975, 2.55, 7.725], + "to": [9.075, 3.55, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 10.15, 8]}, + "faces": { + "north": {"uv": [8.25, 12.75, 8.375, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 8.25, 12.875, 8.375], "texture": "#1"}, + "south": {"uv": [8.375, 12.75, 8.5, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 8.375, 12.875, 8.5], "texture": "#1"}, + "up": {"uv": [8.625, 12.875, 8.5, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 8.5, 12.75, 8.625], "texture": "#1"} + } + }, + { + "from": [8.975, -0.05, 7.725], + "to": [9.075, 0.95, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 7.55, 8]}, + "faces": { + "north": {"uv": [8.625, 12.75, 8.75, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 8.625, 12.875, 8.75], "texture": "#1"}, + "south": {"uv": [8.75, 12.75, 8.875, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 8.75, 12.875, 8.875], "texture": "#1"}, + "up": {"uv": [9, 12.875, 8.875, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 8.875, 12.75, 9], "texture": "#1"} + } + }, + { + "from": [8.975, -2.65, 7.725], + "to": [9.075, -1.65, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 4.95, 8]}, + "faces": { + "north": {"uv": [9, 12.75, 9.125, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 9, 12.875, 9.125], "texture": "#1"}, + "south": {"uv": [9.125, 12.75, 9.25, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 9.125, 12.875, 9.25], "texture": "#1"}, + "up": {"uv": [9.375, 12.875, 9.25, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 9.25, 12.75, 9.375], "texture": "#1"} + } + }, + { + "from": [8.975, -4.35, 7.725], + "to": [9.075, -2.95, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 3.65, 8]}, + "faces": { + "north": {"uv": [9.375, 12.75, 9.5, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 9.375, 12.875, 9.5], "texture": "#1"}, + "south": {"uv": [9.5, 12.75, 9.625, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 9.5, 12.875, 9.625], "texture": "#1"}, + "up": {"uv": [9.75, 12.875, 9.625, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 9.625, 12.75, 9.75], "texture": "#1"} + } + }, + { + "from": [7.925, 5.15, 6.725], + "to": [8.025, 6.15, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 12.75, 6.6]}, + "faces": { + "north": {"uv": [9.75, 12.75, 9.875, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 9.75, 12.875, 9.875], "texture": "#1"}, + "south": {"uv": [9.875, 12.75, 10, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 9.875, 12.875, 10], "texture": "#1"}, + "up": {"uv": [10.125, 12.875, 10, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 10, 12.75, 10.125], "texture": "#1"} + } + }, + { + "from": [7.925, 6.45, 6.725], + "to": [8.025, 7.45, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 14.05, 6.6]}, + "faces": { + "north": {"uv": [10.125, 12.75, 10.25, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 10.125, 12.875, 10.25], "texture": "#1"}, + "south": {"uv": [10.25, 12.75, 10.375, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 10.25, 12.875, 10.375], "texture": "#1"}, + "up": {"uv": [10.5, 12.875, 10.375, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 10.375, 12.75, 10.5], "texture": "#1"} + } + }, + { + "from": [7.925, 3.85, 6.725], + "to": [8.025, 4.85, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 11.45, 6.6]}, + "faces": { + "north": {"uv": [10.5, 12.75, 10.625, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 10.5, 12.875, 10.625], "texture": "#1"}, + "south": {"uv": [10.625, 12.75, 10.75, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 10.625, 12.875, 10.75], "texture": "#1"}, + "up": {"uv": [10.875, 12.875, 10.75, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 10.75, 12.75, 10.875], "texture": "#1"} + } + }, + { + "from": [7.925, 1.25, 6.725], + "to": [8.025, 2.25, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 8.85, 6.6]}, + "faces": { + "north": {"uv": [10.875, 12.75, 11, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 10.875, 12.875, 11], "texture": "#1"}, + "south": {"uv": [11, 12.75, 11.125, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 11, 12.875, 11.125], "texture": "#1"}, + "up": {"uv": [11.25, 12.875, 11.125, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 11.125, 12.75, 11.25], "texture": "#1"} + } + }, + { + "from": [7.925, -1.35, 6.725], + "to": [8.025, -0.35, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 6.25, 6.6]}, + "faces": { + "north": {"uv": [11.25, 12.75, 11.375, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 11.25, 12.875, 11.375], "texture": "#1"}, + "south": {"uv": [11.375, 12.75, 11.5, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 11.375, 12.875, 11.5], "texture": "#1"}, + "up": {"uv": [11.625, 12.875, 11.5, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 11.5, 12.75, 11.625], "texture": "#1"} + } + }, + { + "from": [7.925, 2.55, 6.725], + "to": [8.025, 3.55, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 10.15, 6.6]}, + "faces": { + "north": {"uv": [11.625, 12.75, 11.75, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 11.625, 12.875, 11.75], "texture": "#1"}, + "south": {"uv": [11.75, 12.75, 11.875, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 11.75, 12.875, 11.875], "texture": "#1"}, + "up": {"uv": [12, 12.875, 11.875, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 11.875, 12.75, 12], "texture": "#1"} + } + }, + { + "from": [7.925, -0.05, 6.725], + "to": [8.025, 0.95, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 7.55, 6.6]}, + "faces": { + "north": {"uv": [12, 12.75, 12.125, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 12, 12.875, 12.125], "texture": "#1"}, + "south": {"uv": [12.125, 12.75, 12.25, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 12.125, 12.875, 12.25], "texture": "#1"}, + "up": {"uv": [12.375, 12.875, 12.25, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 12.25, 12.75, 12.375], "texture": "#1"} + } + }, + { + "from": [7.925, -2.65, 6.725], + "to": [8.025, -1.65, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 4.95, 6.6]}, + "faces": { + "north": {"uv": [12.375, 12.75, 12.5, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 12.375, 12.875, 12.5], "texture": "#1"}, + "south": {"uv": [12.5, 12.75, 12.625, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 12.5, 12.875, 12.625], "texture": "#1"}, + "up": {"uv": [12.75, 12.875, 12.625, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 12.625, 12.75, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, -4.35, 6.725], + "to": [8.025, -2.95, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 3.65, 6.6]}, + "faces": { + "north": {"uv": [12.75, 12.75, 12.875, 12.875], "texture": "#1"}, + "east": {"uv": [0, 12.875, 0.125, 13], "texture": "#1"}, + "south": {"uv": [12.875, 0, 13, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 12.875, 0.25, 13], "texture": "#1"}, + "up": {"uv": [13, 0.25, 12.875, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 12.875, 0.25, 13], "texture": "#1"} + } + }, + { + "from": [8.975, 5.15, 6.725], + "to": [9.075, 6.15, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 12.75, 6.6]}, + "faces": { + "north": {"uv": [12.875, 0.25, 13, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 12.875, 0.5, 13], "texture": "#1"}, + "south": {"uv": [12.875, 0.375, 13, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 12.875, 0.625, 13], "texture": "#1"}, + "up": {"uv": [13, 0.625, 12.875, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 12.875, 0.625, 13], "texture": "#1"} + } + }, + { + "from": [8.975, 6.45, 6.725], + "to": [9.075, 7.45, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 14.05, 6.6]}, + "faces": { + "north": {"uv": [12.875, 0.625, 13, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 12.875, 0.875, 13], "texture": "#1"}, + "south": {"uv": [12.875, 0.75, 13, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 12.875, 1, 13], "texture": "#1"}, + "up": {"uv": [13, 1, 12.875, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 12.875, 1, 13], "texture": "#1"} + } + }, + { + "from": [8.975, 3.85, 6.725], + "to": [9.075, 4.85, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 11.45, 6.6]}, + "faces": { + "north": {"uv": [12.875, 1, 13, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 12.875, 1.25, 13], "texture": "#1"}, + "south": {"uv": [12.875, 1.125, 13, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 12.875, 1.375, 13], "texture": "#1"}, + "up": {"uv": [13, 1.375, 12.875, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 12.875, 1.375, 13], "texture": "#1"} + } + }, + { + "from": [8.975, 1.25, 6.725], + "to": [9.075, 2.25, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 8.85, 6.6]}, + "faces": { + "north": {"uv": [12.875, 1.375, 13, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 12.875, 1.625, 13], "texture": "#1"}, + "south": {"uv": [12.875, 1.5, 13, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 12.875, 1.75, 13], "texture": "#1"}, + "up": {"uv": [13, 1.75, 12.875, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 12.875, 1.75, 13], "texture": "#1"} + } + }, + { + "from": [8.975, -1.35, 6.725], + "to": [9.075, -0.35, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 6.25, 6.6]}, + "faces": { + "north": {"uv": [12.875, 1.75, 13, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 12.875, 2, 13], "texture": "#1"}, + "south": {"uv": [12.875, 1.875, 13, 2], "texture": "#1"}, + "west": {"uv": [2, 12.875, 2.125, 13], "texture": "#1"}, + "up": {"uv": [13, 2.125, 12.875, 2], "texture": "#1"}, + "down": {"uv": [2.25, 12.875, 2.125, 13], "texture": "#1"} + } + }, + { + "from": [8.975, 2.55, 6.725], + "to": [9.075, 3.55, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 10.15, 6.6]}, + "faces": { + "north": {"uv": [12.875, 2.125, 13, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 12.875, 2.375, 13], "texture": "#1"}, + "south": {"uv": [12.875, 2.25, 13, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 12.875, 2.5, 13], "texture": "#1"}, + "up": {"uv": [13, 2.5, 12.875, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 12.875, 2.5, 13], "texture": "#1"} + } + }, + { + "from": [8.975, -0.05, 6.725], + "to": [9.075, 0.95, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 7.55, 6.6]}, + "faces": { + "north": {"uv": [12.875, 2.5, 13, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 12.875, 2.75, 13], "texture": "#1"}, + "south": {"uv": [12.875, 2.625, 13, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 12.875, 2.875, 13], "texture": "#1"}, + "up": {"uv": [13, 2.875, 12.875, 2.75], "texture": "#1"}, + "down": {"uv": [3, 12.875, 2.875, 13], "texture": "#1"} + } + }, + { + "from": [8.975, -2.65, 6.725], + "to": [9.075, -1.65, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 4.95, 6.6]}, + "faces": { + "north": {"uv": [12.875, 2.875, 13, 3], "texture": "#1"}, + "east": {"uv": [3, 12.875, 3.125, 13], "texture": "#1"}, + "south": {"uv": [12.875, 3, 13, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 12.875, 3.25, 13], "texture": "#1"}, + "up": {"uv": [13, 3.25, 12.875, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 12.875, 3.25, 13], "texture": "#1"} + } + }, + { + "from": [8.975, -4.35, 6.725], + "to": [9.075, -2.95, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 3.65, 6.6]}, + "faces": { + "north": {"uv": [12.875, 3.25, 13, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 12.875, 3.5, 13], "texture": "#1"}, + "south": {"uv": [12.875, 3.375, 13, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 12.875, 3.625, 13], "texture": "#1"}, + "up": {"uv": [13, 3.625, 12.875, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 12.875, 3.625, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 4.95, 7.875], + "to": [8.15, 5.95, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 12.75, 8]}, + "faces": { + "north": {"uv": [12.875, 3.625, 13, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 12.875, 3.875, 13], "texture": "#1"}, + "south": {"uv": [12.875, 3.75, 13, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 12.875, 4, 13], "texture": "#1"}, + "up": {"uv": [13, 4, 12.875, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 12.875, 4, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 6.25, 7.875], + "to": [8.15, 7.25, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 14.05, 8]}, + "faces": { + "north": {"uv": [12.875, 4, 13, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 12.875, 4.25, 13], "texture": "#1"}, + "south": {"uv": [12.875, 4.125, 13, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 12.875, 4.375, 13], "texture": "#1"}, + "up": {"uv": [13, 4.375, 12.875, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 12.875, 4.375, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 3.65, 7.875], + "to": [8.15, 4.65, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 11.45, 8]}, + "faces": { + "north": {"uv": [12.875, 4.375, 13, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 12.875, 4.625, 13], "texture": "#1"}, + "south": {"uv": [12.875, 4.5, 13, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 12.875, 4.75, 13], "texture": "#1"}, + "up": {"uv": [13, 4.75, 12.875, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 12.875, 4.75, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 1.05, 7.875], + "to": [8.15, 2.05, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8.85, 8]}, + "faces": { + "north": {"uv": [12.875, 4.75, 13, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 12.875, 5, 13], "texture": "#1"}, + "south": {"uv": [12.875, 4.875, 13, 5], "texture": "#1"}, + "west": {"uv": [5, 12.875, 5.125, 13], "texture": "#1"}, + "up": {"uv": [13, 5.125, 12.875, 5], "texture": "#1"}, + "down": {"uv": [5.25, 12.875, 5.125, 13], "texture": "#1"} + } + }, + { + "from": [7.925, -1.55, 7.875], + "to": [8.15, -0.55, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 6.25, 8]}, + "faces": { + "north": {"uv": [12.875, 5.125, 13, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 12.875, 5.375, 13], "texture": "#1"}, + "south": {"uv": [12.875, 5.25, 13, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 12.875, 5.5, 13], "texture": "#1"}, + "up": {"uv": [13, 5.5, 12.875, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 12.875, 5.5, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 2.35, 7.875], + "to": [8.15, 3.35, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 10.15, 8]}, + "faces": { + "north": {"uv": [12.875, 5.5, 13, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 12.875, 5.75, 13], "texture": "#1"}, + "south": {"uv": [12.875, 5.625, 13, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 12.875, 5.875, 13], "texture": "#1"}, + "up": {"uv": [13, 5.875, 12.875, 5.75], "texture": "#1"}, + "down": {"uv": [6, 12.875, 5.875, 13], "texture": "#1"} + } + }, + { + "from": [7.925, -0.25, 7.875], + "to": [8.15, 0.75, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 7.55, 8]}, + "faces": { + "north": {"uv": [12.875, 5.875, 13, 6], "texture": "#1"}, + "east": {"uv": [6, 12.875, 6.125, 13], "texture": "#1"}, + "south": {"uv": [12.875, 6, 13, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 12.875, 6.25, 13], "texture": "#1"}, + "up": {"uv": [13, 6.25, 12.875, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 12.875, 6.25, 13], "texture": "#1"} + } + }, + { + "from": [7.925, -2.85, 7.875], + "to": [8.15, -1.85, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 4.95, 8]}, + "faces": { + "north": {"uv": [12.875, 6.25, 13, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 12.875, 6.5, 13], "texture": "#1"}, + "south": {"uv": [12.875, 6.375, 13, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 12.875, 6.625, 13], "texture": "#1"}, + "up": {"uv": [13, 6.625, 12.875, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 12.875, 6.625, 13], "texture": "#1"} + } + }, + { + "from": [7.925, -4.15, 7.875], + "to": [8.15, -3.15, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 3.65, 8]}, + "faces": { + "north": {"uv": [12.875, 6.625, 13, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 12.875, 6.875, 13], "texture": "#1"}, + "south": {"uv": [12.875, 6.75, 13, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 12.875, 7, 13], "texture": "#1"}, + "up": {"uv": [13, 7, 12.875, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 12.875, 7, 13], "texture": "#1"} + } + }, + { + "from": [8.85, 4.95, 7.875], + "to": [9.075, 5.95, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 12.75, 8]}, + "faces": { + "north": {"uv": [12.875, 7, 13, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 12.875, 7.25, 13], "texture": "#1"}, + "south": {"uv": [12.875, 7.125, 13, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 12.875, 7.375, 13], "texture": "#1"}, + "up": {"uv": [13, 7.375, 12.875, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 12.875, 7.375, 13], "texture": "#1"} + } + }, + { + "from": [8.85, 6.25, 7.875], + "to": [9.075, 7.25, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 14.05, 8]}, + "faces": { + "north": {"uv": [12.875, 7.375, 13, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 12.875, 7.625, 13], "texture": "#1"}, + "south": {"uv": [12.875, 7.5, 13, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 12.875, 7.75, 13], "texture": "#1"}, + "up": {"uv": [13, 7.75, 12.875, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 12.875, 7.75, 13], "texture": "#1"} + } + }, + { + "from": [8.85, 3.65, 7.875], + "to": [9.075, 4.65, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 11.45, 8]}, + "faces": { + "north": {"uv": [12.875, 7.75, 13, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 12.875, 8, 13], "texture": "#1"}, + "south": {"uv": [12.875, 7.875, 13, 8], "texture": "#1"}, + "west": {"uv": [8, 12.875, 8.125, 13], "texture": "#1"}, + "up": {"uv": [13, 8.125, 12.875, 8], "texture": "#1"}, + "down": {"uv": [8.25, 12.875, 8.125, 13], "texture": "#1"} + } + }, + { + "from": [8.85, 1.05, 7.875], + "to": [9.075, 2.05, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 8.85, 8]}, + "faces": { + "north": {"uv": [12.875, 8.125, 13, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 12.875, 8.375, 13], "texture": "#1"}, + "south": {"uv": [12.875, 8.25, 13, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 12.875, 8.5, 13], "texture": "#1"}, + "up": {"uv": [13, 8.5, 12.875, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 12.875, 8.5, 13], "texture": "#1"} + } + }, + { + "from": [8.85, -1.55, 7.875], + "to": [9.075, -0.55, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 6.25, 8]}, + "faces": { + "north": {"uv": [12.875, 8.5, 13, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 12.875, 8.75, 13], "texture": "#1"}, + "south": {"uv": [12.875, 8.625, 13, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 12.875, 8.875, 13], "texture": "#1"}, + "up": {"uv": [13, 8.875, 12.875, 8.75], "texture": "#1"}, + "down": {"uv": [9, 12.875, 8.875, 13], "texture": "#1"} + } + }, + { + "from": [8.85, 2.35, 7.875], + "to": [9.075, 3.35, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 10.15, 8]}, + "faces": { + "north": {"uv": [12.875, 8.875, 13, 9], "texture": "#1"}, + "east": {"uv": [9, 12.875, 9.125, 13], "texture": "#1"}, + "south": {"uv": [12.875, 9, 13, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 12.875, 9.25, 13], "texture": "#1"}, + "up": {"uv": [13, 9.25, 12.875, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 12.875, 9.25, 13], "texture": "#1"} + } + }, + { + "from": [8.85, -0.25, 7.875], + "to": [9.075, 0.75, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 7.55, 8]}, + "faces": { + "north": {"uv": [12.875, 9.25, 13, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 12.875, 9.5, 13], "texture": "#1"}, + "south": {"uv": [12.875, 9.375, 13, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 12.875, 9.625, 13], "texture": "#1"}, + "up": {"uv": [13, 9.625, 12.875, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 12.875, 9.625, 13], "texture": "#1"} + } + }, + { + "from": [8.85, -2.85, 7.875], + "to": [9.075, -1.85, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 4.95, 8]}, + "faces": { + "north": {"uv": [12.875, 9.625, 13, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 12.875, 9.875, 13], "texture": "#1"}, + "south": {"uv": [12.875, 9.75, 13, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 12.875, 10, 13], "texture": "#1"}, + "up": {"uv": [13, 10, 12.875, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 12.875, 10, 13], "texture": "#1"} + } + }, + { + "from": [8.85, -4.15, 7.875], + "to": [9.075, -3.15, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 3.65, 8]}, + "faces": { + "north": {"uv": [12.875, 10, 13, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 12.875, 10.25, 13], "texture": "#1"}, + "south": {"uv": [12.875, 10.125, 13, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 12.875, 10.375, 13], "texture": "#1"}, + "up": {"uv": [13, 10.375, 12.875, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 12.875, 10.375, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 4.95, 6.6], + "to": [8.15, 5.95, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 12.75, 6.6]}, + "faces": { + "north": {"uv": [12.875, 10.375, 13, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 12.875, 10.625, 13], "texture": "#1"}, + "south": {"uv": [12.875, 10.5, 13, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 12.875, 10.75, 13], "texture": "#1"}, + "up": {"uv": [13, 10.75, 12.875, 10.625], "texture": "#1"}, + "down": {"uv": [10.875, 12.875, 10.75, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 6.25, 6.6], + "to": [8.15, 7.25, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 14.05, 6.6]}, + "faces": { + "north": {"uv": [12.875, 10.75, 13, 10.875], "texture": "#1"}, + "east": {"uv": [10.875, 12.875, 11, 13], "texture": "#1"}, + "south": {"uv": [12.875, 10.875, 13, 11], "texture": "#1"}, + "west": {"uv": [11, 12.875, 11.125, 13], "texture": "#1"}, + "up": {"uv": [13, 11.125, 12.875, 11], "texture": "#1"}, + "down": {"uv": [11.25, 12.875, 11.125, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 3.65, 6.6], + "to": [8.15, 4.65, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 11.45, 6.6]}, + "faces": { + "north": {"uv": [12.875, 11.125, 13, 11.25], "texture": "#1"}, + "east": {"uv": [11.25, 12.875, 11.375, 13], "texture": "#1"}, + "south": {"uv": [12.875, 11.25, 13, 11.375], "texture": "#1"}, + "west": {"uv": [11.375, 12.875, 11.5, 13], "texture": "#1"}, + "up": {"uv": [13, 11.5, 12.875, 11.375], "texture": "#1"}, + "down": {"uv": [11.625, 12.875, 11.5, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 1.05, 6.6], + "to": [8.15, 2.05, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 8.85, 6.6]}, + "faces": { + "north": {"uv": [12.875, 11.5, 13, 11.625], "texture": "#1"}, + "east": {"uv": [11.625, 12.875, 11.75, 13], "texture": "#1"}, + "south": {"uv": [12.875, 11.625, 13, 11.75], "texture": "#1"}, + "west": {"uv": [11.75, 12.875, 11.875, 13], "texture": "#1"}, + "up": {"uv": [13, 11.875, 12.875, 11.75], "texture": "#1"}, + "down": {"uv": [12, 12.875, 11.875, 13], "texture": "#1"} + } + }, + { + "from": [7.925, -1.55, 6.6], + "to": [8.15, -0.55, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 6.25, 6.6]}, + "faces": { + "north": {"uv": [12.875, 11.875, 13, 12], "texture": "#1"}, + "east": {"uv": [12, 12.875, 12.125, 13], "texture": "#1"}, + "south": {"uv": [12.875, 12, 13, 12.125], "texture": "#1"}, + "west": {"uv": [12.125, 12.875, 12.25, 13], "texture": "#1"}, + "up": {"uv": [13, 12.25, 12.875, 12.125], "texture": "#1"}, + "down": {"uv": [12.375, 12.875, 12.25, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 2.35, 6.6], + "to": [8.15, 3.35, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 10.15, 6.6]}, + "faces": { + "north": {"uv": [12.875, 12.25, 13, 12.375], "texture": "#1"}, + "east": {"uv": [12.375, 12.875, 12.5, 13], "texture": "#1"}, + "south": {"uv": [12.875, 12.375, 13, 12.5], "texture": "#1"}, + "west": {"uv": [12.5, 12.875, 12.625, 13], "texture": "#1"}, + "up": {"uv": [13, 12.625, 12.875, 12.5], "texture": "#1"}, + "down": {"uv": [12.75, 12.875, 12.625, 13], "texture": "#1"} + } + }, + { + "from": [7.925, -0.25, 6.6], + "to": [8.15, 0.75, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 7.55, 6.6]}, + "faces": { + "north": {"uv": [12.875, 12.625, 13, 12.75], "texture": "#1"}, + "east": {"uv": [12.75, 12.875, 12.875, 13], "texture": "#1"}, + "south": {"uv": [12.875, 12.75, 13, 12.875], "texture": "#1"}, + "west": {"uv": [12.875, 12.875, 13, 13], "texture": "#1"}, + "up": {"uv": [0.125, 13.125, 0, 13], "texture": "#1"}, + "down": {"uv": [13.125, 0, 13, 0.125], "texture": "#1"} + } + }, + { + "from": [7.925, -2.85, 6.6], + "to": [8.15, -1.85, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 4.95, 6.6]}, + "faces": { + "north": {"uv": [0.125, 13, 0.25, 13.125], "texture": "#1"}, + "east": {"uv": [13, 0.125, 13.125, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 13, 0.375, 13.125], "texture": "#1"}, + "west": {"uv": [13, 0.25, 13.125, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 13.125, 0.375, 13], "texture": "#1"}, + "down": {"uv": [13.125, 0.375, 13, 0.5], "texture": "#1"} + } + }, + { + "from": [7.925, -4.15, 6.6], + "to": [8.15, -3.15, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 3.65, 6.6]}, + "faces": { + "north": {"uv": [0.5, 13, 0.625, 13.125], "texture": "#1"}, + "east": {"uv": [13, 0.5, 13.125, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 13, 0.75, 13.125], "texture": "#1"}, + "west": {"uv": [13, 0.625, 13.125, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 13.125, 0.75, 13], "texture": "#1"}, + "down": {"uv": [13.125, 0.75, 13, 0.875], "texture": "#1"} + } + }, + { + "from": [8.85, 4.95, 6.6], + "to": [9.075, 5.95, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 12.75, 6.6]}, + "faces": { + "north": {"uv": [0.875, 13, 1, 13.125], "texture": "#1"}, + "east": {"uv": [13, 0.875, 13.125, 1], "texture": "#1"}, + "south": {"uv": [1, 13, 1.125, 13.125], "texture": "#1"}, + "west": {"uv": [13, 1, 13.125, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 13.125, 1.125, 13], "texture": "#1"}, + "down": {"uv": [13.125, 1.125, 13, 1.25], "texture": "#1"} + } + }, + { + "from": [8.85, 6.25, 6.6], + "to": [9.075, 7.25, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 14.05, 6.6]}, + "faces": { + "north": {"uv": [1.25, 13, 1.375, 13.125], "texture": "#1"}, + "east": {"uv": [13, 1.25, 13.125, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 13, 1.5, 13.125], "texture": "#1"}, + "west": {"uv": [13, 1.375, 13.125, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 13.125, 1.5, 13], "texture": "#1"}, + "down": {"uv": [13.125, 1.5, 13, 1.625], "texture": "#1"} + } + }, + { + "from": [8.85, 3.65, 6.6], + "to": [9.075, 4.65, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 11.45, 6.6]}, + "faces": { + "north": {"uv": [1.625, 13, 1.75, 13.125], "texture": "#1"}, + "east": {"uv": [13, 1.625, 13.125, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 13, 1.875, 13.125], "texture": "#1"}, + "west": {"uv": [13, 1.75, 13.125, 1.875], "texture": "#1"}, + "up": {"uv": [2, 13.125, 1.875, 13], "texture": "#1"}, + "down": {"uv": [13.125, 1.875, 13, 2], "texture": "#1"} + } + }, + { + "from": [8.85, 1.05, 6.6], + "to": [9.075, 2.05, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 8.85, 6.6]}, + "faces": { + "north": {"uv": [2, 13, 2.125, 13.125], "texture": "#1"}, + "east": {"uv": [13, 2, 13.125, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 13, 2.25, 13.125], "texture": "#1"}, + "west": {"uv": [13, 2.125, 13.125, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 13.125, 2.25, 13], "texture": "#1"}, + "down": {"uv": [13.125, 2.25, 13, 2.375], "texture": "#1"} + } + }, + { + "from": [8.85, -1.55, 6.6], + "to": [9.075, -0.55, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 6.25, 6.6]}, + "faces": { + "north": {"uv": [2.375, 13, 2.5, 13.125], "texture": "#1"}, + "east": {"uv": [13, 2.375, 13.125, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 13, 2.625, 13.125], "texture": "#1"}, + "west": {"uv": [13, 2.5, 13.125, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 13.125, 2.625, 13], "texture": "#1"}, + "down": {"uv": [13.125, 2.625, 13, 2.75], "texture": "#1"} + } + }, + { + "from": [8.85, 2.35, 6.6], + "to": [9.075, 3.35, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 10.15, 6.6]}, + "faces": { + "north": {"uv": [2.75, 13, 2.875, 13.125], "texture": "#1"}, + "east": {"uv": [13, 2.75, 13.125, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 13, 3, 13.125], "texture": "#1"}, + "west": {"uv": [13, 2.875, 13.125, 3], "texture": "#1"}, + "up": {"uv": [3.125, 13.125, 3, 13], "texture": "#1"}, + "down": {"uv": [13.125, 3, 13, 3.125], "texture": "#1"} + } + }, + { + "from": [8.85, -0.25, 6.6], + "to": [9.075, 0.75, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 7.55, 6.6]}, + "faces": { + "north": {"uv": [3.125, 13, 3.25, 13.125], "texture": "#1"}, + "east": {"uv": [13, 3.125, 13.125, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 13, 3.375, 13.125], "texture": "#1"}, + "west": {"uv": [13, 3.25, 13.125, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 13.125, 3.375, 13], "texture": "#1"}, + "down": {"uv": [13.125, 3.375, 13, 3.5], "texture": "#1"} + } + }, + { + "from": [8.85, -2.85, 6.6], + "to": [9.075, -1.85, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 4.95, 6.6]}, + "faces": { + "north": {"uv": [3.5, 13, 3.625, 13.125], "texture": "#1"}, + "east": {"uv": [13, 3.5, 13.125, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 13, 3.75, 13.125], "texture": "#1"}, + "west": {"uv": [13, 3.625, 13.125, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 13.125, 3.75, 13], "texture": "#1"}, + "down": {"uv": [13.125, 3.75, 13, 3.875], "texture": "#1"} + } + }, + { + "from": [8.85, -4.15, 6.6], + "to": [9.075, -3.15, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 3.65, 6.6]}, + "faces": { + "north": {"uv": [3.875, 13, 4, 13.125], "texture": "#1"}, + "east": {"uv": [13, 3.875, 13.125, 4], "texture": "#1"}, + "south": {"uv": [4, 13, 4.125, 13.125], "texture": "#1"}, + "west": {"uv": [13, 4, 13.125, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 13.125, 4.125, 13], "texture": "#1"}, + "down": {"uv": [13.125, 4.125, 13, 4.25], "texture": "#1"} + } + }, + { + "from": [7.925, 4.95, 8], + "to": [8.15, 5.75, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 12.75, 8]}, + "faces": { + "north": {"uv": [4.25, 13, 4.375, 13.125], "texture": "#1"}, + "east": {"uv": [13, 4.25, 13.125, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 13, 4.5, 13.125], "texture": "#1"}, + "west": {"uv": [13, 4.375, 13.125, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 13.125, 4.5, 13], "texture": "#1"}, + "down": {"uv": [13.125, 4.5, 13, 4.625], "texture": "#1"} + } + }, + { + "from": [7.925, 6.25, 8], + "to": [8.15, 7.25, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 14.05, 8]}, + "faces": { + "north": {"uv": [4.625, 13, 4.75, 13.125], "texture": "#1"}, + "east": {"uv": [13, 4.625, 13.125, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 13, 4.875, 13.125], "texture": "#1"}, + "west": {"uv": [13, 4.75, 13.125, 4.875], "texture": "#1"}, + "up": {"uv": [5, 13.125, 4.875, 13], "texture": "#1"}, + "down": {"uv": [13.125, 4.875, 13, 5], "texture": "#1"} + } + }, + { + "from": [7.925, 3.65, 8], + "to": [8.15, 4.45, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 11.45, 8]}, + "faces": { + "north": {"uv": [5, 13, 5.125, 13.125], "texture": "#1"}, + "east": {"uv": [13, 5, 13.125, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 13, 5.25, 13.125], "texture": "#1"}, + "west": {"uv": [13, 5.125, 13.125, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 13.125, 5.25, 13], "texture": "#1"}, + "down": {"uv": [13.125, 5.25, 13, 5.375], "texture": "#1"} + } + }, + { + "from": [7.925, 1.05, 8], + "to": [8.15, 1.85, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8.85, 8]}, + "faces": { + "north": {"uv": [5.375, 13, 5.5, 13.125], "texture": "#1"}, + "east": {"uv": [13, 5.375, 13.125, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 13, 5.625, 13.125], "texture": "#1"}, + "west": {"uv": [13, 5.5, 13.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 13.125, 5.625, 13], "texture": "#1"}, + "down": {"uv": [13.125, 5.625, 13, 5.75], "texture": "#1"} + } + }, + { + "from": [7.925, -1.55, 8], + "to": [8.15, -0.75, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 6.25, 8]}, + "faces": { + "north": {"uv": [5.75, 13, 5.875, 13.125], "texture": "#1"}, + "east": {"uv": [13, 5.75, 13.125, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 13, 6, 13.125], "texture": "#1"}, + "west": {"uv": [13, 5.875, 13.125, 6], "texture": "#1"}, + "up": {"uv": [6.125, 13.125, 6, 13], "texture": "#1"}, + "down": {"uv": [13.125, 6, 13, 6.125], "texture": "#1"} + } + }, + { + "from": [7.925, 2.35, 8], + "to": [8.15, 3.15, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 10.15, 8]}, + "faces": { + "north": {"uv": [6.125, 13, 6.25, 13.125], "texture": "#1"}, + "east": {"uv": [13, 6.125, 13.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 13, 6.375, 13.125], "texture": "#1"}, + "west": {"uv": [13, 6.25, 13.125, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 13.125, 6.375, 13], "texture": "#1"}, + "down": {"uv": [13.125, 6.375, 13, 6.5], "texture": "#1"} + } + }, + { + "from": [7.925, -0.25, 8], + "to": [8.15, 0.55, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 7.55, 8]}, + "faces": { + "north": {"uv": [6.5, 13, 6.625, 13.125], "texture": "#1"}, + "east": {"uv": [13, 6.5, 13.125, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 13, 6.75, 13.125], "texture": "#1"}, + "west": {"uv": [13, 6.625, 13.125, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 13.125, 6.75, 13], "texture": "#1"}, + "down": {"uv": [13.125, 6.75, 13, 6.875], "texture": "#1"} + } + }, + { + "from": [7.925, -2.85, 8], + "to": [8.15, -2.05, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 4.95, 8]}, + "faces": { + "north": {"uv": [6.875, 13, 7, 13.125], "texture": "#1"}, + "east": {"uv": [13, 6.875, 13.125, 7], "texture": "#1"}, + "south": {"uv": [7, 13, 7.125, 13.125], "texture": "#1"}, + "west": {"uv": [13, 7, 13.125, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 13.125, 7.125, 13], "texture": "#1"}, + "down": {"uv": [13.125, 7.125, 13, 7.25], "texture": "#1"} + } + }, + { + "from": [7.925, -4.15, 8], + "to": [8.15, -3.35, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 3.65, 8]}, + "faces": { + "north": {"uv": [7.25, 13, 7.375, 13.125], "texture": "#1"}, + "east": {"uv": [13, 7.25, 13.125, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 13, 7.5, 13.125], "texture": "#1"}, + "west": {"uv": [13, 7.375, 13.125, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 13.125, 7.5, 13], "texture": "#1"}, + "down": {"uv": [13.125, 7.5, 13, 7.625], "texture": "#1"} + } + }, + { + "from": [8.85, 4.95, 8], + "to": [9.075, 5.75, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 12.75, 8]}, + "faces": { + "north": {"uv": [7.625, 13, 7.75, 13.125], "texture": "#1"}, + "east": {"uv": [13, 7.625, 13.125, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 13, 7.875, 13.125], "texture": "#1"}, + "west": {"uv": [13, 7.75, 13.125, 7.875], "texture": "#1"}, + "up": {"uv": [8, 13.125, 7.875, 13], "texture": "#1"}, + "down": {"uv": [13.125, 7.875, 13, 8], "texture": "#1"} + } + }, + { + "from": [8.85, 6.25, 8], + "to": [9.075, 7.25, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 14.05, 8]}, + "faces": { + "north": {"uv": [8, 13, 8.125, 13.125], "texture": "#1"}, + "east": {"uv": [13, 8, 13.125, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 13, 8.25, 13.125], "texture": "#1"}, + "west": {"uv": [13, 8.125, 13.125, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 13.125, 8.25, 13], "texture": "#1"}, + "down": {"uv": [13.125, 8.25, 13, 8.375], "texture": "#1"} + } + }, + { + "from": [8.85, 3.65, 8], + "to": [9.075, 4.45, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 11.45, 8]}, + "faces": { + "north": {"uv": [8.375, 13, 8.5, 13.125], "texture": "#1"}, + "east": {"uv": [13, 8.375, 13.125, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 13, 8.625, 13.125], "texture": "#1"}, + "west": {"uv": [13, 8.5, 13.125, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 13.125, 8.625, 13], "texture": "#1"}, + "down": {"uv": [13.125, 8.625, 13, 8.75], "texture": "#1"} + } + }, + { + "from": [8.85, 1.05, 8], + "to": [9.075, 1.85, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 8.85, 8]}, + "faces": { + "north": {"uv": [8.75, 13, 8.875, 13.125], "texture": "#1"}, + "east": {"uv": [13, 8.75, 13.125, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 13, 9, 13.125], "texture": "#1"}, + "west": {"uv": [13, 8.875, 13.125, 9], "texture": "#1"}, + "up": {"uv": [9.125, 13.125, 9, 13], "texture": "#1"}, + "down": {"uv": [13.125, 9, 13, 9.125], "texture": "#1"} + } + }, + { + "from": [8.85, -1.55, 8], + "to": [9.075, -0.75, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 6.25, 8]}, + "faces": { + "north": {"uv": [9.125, 13, 9.25, 13.125], "texture": "#1"}, + "east": {"uv": [13, 9.125, 13.125, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 13, 9.375, 13.125], "texture": "#1"}, + "west": {"uv": [13, 9.25, 13.125, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 13.125, 9.375, 13], "texture": "#1"}, + "down": {"uv": [13.125, 9.375, 13, 9.5], "texture": "#1"} + } + }, + { + "from": [8.85, 2.35, 8], + "to": [9.075, 3.15, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 10.15, 8]}, + "faces": { + "north": {"uv": [9.5, 13, 9.625, 13.125], "texture": "#1"}, + "east": {"uv": [13, 9.5, 13.125, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 13, 9.75, 13.125], "texture": "#1"}, + "west": {"uv": [13, 9.625, 13.125, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 13.125, 9.75, 13], "texture": "#1"}, + "down": {"uv": [13.125, 9.75, 13, 9.875], "texture": "#1"} + } + }, + { + "from": [8.85, -0.25, 8], + "to": [9.075, 0.55, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 7.55, 8]}, + "faces": { + "north": {"uv": [9.875, 13, 10, 13.125], "texture": "#1"}, + "east": {"uv": [13, 9.875, 13.125, 10], "texture": "#1"}, + "south": {"uv": [10, 13, 10.125, 13.125], "texture": "#1"}, + "west": {"uv": [13, 10, 13.125, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 13.125, 10.125, 13], "texture": "#1"}, + "down": {"uv": [13.125, 10.125, 13, 10.25], "texture": "#1"} + } + }, + { + "from": [8.85, -2.85, 8], + "to": [9.075, -2.05, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 4.95, 8]}, + "faces": { + "north": {"uv": [10.25, 13, 10.375, 13.125], "texture": "#1"}, + "east": {"uv": [13, 10.25, 13.125, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 13, 10.5, 13.125], "texture": "#1"}, + "west": {"uv": [13, 10.375, 13.125, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 13.125, 10.5, 13], "texture": "#1"}, + "down": {"uv": [13.125, 10.5, 13, 10.625], "texture": "#1"} + } + }, + { + "from": [8.85, -4.15, 8], + "to": [9.075, -3.35, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 3.65, 8]}, + "faces": { + "north": {"uv": [10.625, 13, 10.75, 13.125], "texture": "#1"}, + "east": {"uv": [13, 10.625, 13.125, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 13, 10.875, 13.125], "texture": "#1"}, + "west": {"uv": [13, 10.75, 13.125, 10.875], "texture": "#1"}, + "up": {"uv": [11, 13.125, 10.875, 13], "texture": "#1"}, + "down": {"uv": [13.125, 10.875, 13, 11], "texture": "#1"} + } + }, + { + "from": [7.925, 4.95, 6.525], + "to": [8.15, 5.75, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 12.75, 6.6]}, + "faces": { + "north": {"uv": [11, 13, 11.125, 13.125], "texture": "#1"}, + "east": {"uv": [13, 11, 13.125, 11.125], "texture": "#1"}, + "south": {"uv": [11.125, 13, 11.25, 13.125], "texture": "#1"}, + "west": {"uv": [13, 11.125, 13.125, 11.25], "texture": "#1"}, + "up": {"uv": [11.375, 13.125, 11.25, 13], "texture": "#1"}, + "down": {"uv": [13.125, 11.25, 13, 11.375], "texture": "#1"} + } + }, + { + "from": [7.925, 6.25, 6.525], + "to": [8.15, 7.25, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 14.05, 6.6]}, + "faces": { + "north": {"uv": [11.375, 13, 11.5, 13.125], "texture": "#1"}, + "east": {"uv": [13, 11.375, 13.125, 11.5], "texture": "#1"}, + "south": {"uv": [11.5, 13, 11.625, 13.125], "texture": "#1"}, + "west": {"uv": [13, 11.5, 13.125, 11.625], "texture": "#1"}, + "up": {"uv": [11.75, 13.125, 11.625, 13], "texture": "#1"}, + "down": {"uv": [13.125, 11.625, 13, 11.75], "texture": "#1"} + } + }, + { + "from": [7.925, 3.65, 6.525], + "to": [8.15, 4.45, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 11.45, 6.6]}, + "faces": { + "north": {"uv": [11.75, 13, 11.875, 13.125], "texture": "#1"}, + "east": {"uv": [13, 11.75, 13.125, 11.875], "texture": "#1"}, + "south": {"uv": [11.875, 13, 12, 13.125], "texture": "#1"}, + "west": {"uv": [13, 11.875, 13.125, 12], "texture": "#1"}, + "up": {"uv": [12.125, 13.125, 12, 13], "texture": "#1"}, + "down": {"uv": [13.125, 12, 13, 12.125], "texture": "#1"} + } + }, + { + "from": [7.925, 1.05, 6.525], + "to": [8.15, 1.85, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 8.85, 6.6]}, + "faces": { + "north": {"uv": [12.125, 13, 12.25, 13.125], "texture": "#1"}, + "east": {"uv": [13, 12.125, 13.125, 12.25], "texture": "#1"}, + "south": {"uv": [12.25, 13, 12.375, 13.125], "texture": "#1"}, + "west": {"uv": [13, 12.25, 13.125, 12.375], "texture": "#1"}, + "up": {"uv": [12.5, 13.125, 12.375, 13], "texture": "#1"}, + "down": {"uv": [13.125, 12.375, 13, 12.5], "texture": "#1"} + } + }, + { + "from": [7.925, -1.55, 6.525], + "to": [8.15, -0.75, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 6.25, 6.6]}, + "faces": { + "north": {"uv": [12.5, 13, 12.625, 13.125], "texture": "#1"}, + "east": {"uv": [13, 12.5, 13.125, 12.625], "texture": "#1"}, + "south": {"uv": [12.625, 13, 12.75, 13.125], "texture": "#1"}, + "west": {"uv": [13, 12.625, 13.125, 12.75], "texture": "#1"}, + "up": {"uv": [12.875, 13.125, 12.75, 13], "texture": "#1"}, + "down": {"uv": [13.125, 12.75, 13, 12.875], "texture": "#1"} + } + }, + { + "from": [7.925, 2.35, 6.525], + "to": [8.15, 3.15, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 10.15, 6.6]}, + "faces": { + "north": {"uv": [12.875, 13, 13, 13.125], "texture": "#1"}, + "east": {"uv": [13, 12.875, 13.125, 13], "texture": "#1"}, + "south": {"uv": [13, 13, 13.125, 13.125], "texture": "#1"}, + "west": {"uv": [0, 13.125, 0.125, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 0.125, 13.125, 0], "texture": "#1"}, + "down": {"uv": [0.25, 13.125, 0.125, 13.25], "texture": "#1"} + } + }, + { + "from": [7.925, -0.25, 6.525], + "to": [8.15, 0.55, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 7.55, 6.6]}, + "faces": { + "north": {"uv": [13.125, 0.125, 13.25, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 13.125, 0.375, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 0.25, 13.25, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 13.125, 0.5, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 0.5, 13.125, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 13.125, 0.5, 13.25], "texture": "#1"} + } + }, + { + "from": [7.925, -2.85, 6.525], + "to": [8.15, -2.05, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 4.95, 6.6]}, + "faces": { + "north": {"uv": [13.125, 0.5, 13.25, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 13.125, 0.75, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 0.625, 13.25, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 13.125, 0.875, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 0.875, 13.125, 0.75], "texture": "#1"}, + "down": {"uv": [1, 13.125, 0.875, 13.25], "texture": "#1"} + } + }, + { + "from": [7.925, -4.15, 6.525], + "to": [8.15, -3.35, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 3.65, 6.6]}, + "faces": { + "north": {"uv": [13.125, 0.875, 13.25, 1], "texture": "#1"}, + "east": {"uv": [1, 13.125, 1.125, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 1, 13.25, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 13.125, 1.25, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 1.25, 13.125, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 13.125, 1.25, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, 4.95, 6.525], + "to": [9.075, 5.75, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 12.75, 6.6]}, + "faces": { + "north": {"uv": [13.125, 1.25, 13.25, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 13.125, 1.5, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 1.375, 13.25, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 13.125, 1.625, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 1.625, 13.125, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 13.125, 1.625, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, 6.25, 6.525], + "to": [9.075, 7.25, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 14.05, 6.6]}, + "faces": { + "north": {"uv": [13.125, 1.625, 13.25, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 13.125, 1.875, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 1.75, 13.25, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 13.125, 2, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 2, 13.125, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 13.125, 2, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, 3.65, 6.525], + "to": [9.075, 4.45, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 11.45, 6.6]}, + "faces": { + "north": {"uv": [13.125, 2, 13.25, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 13.125, 2.25, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 2.125, 13.25, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 13.125, 2.375, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 2.375, 13.125, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 13.125, 2.375, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, 1.05, 6.525], + "to": [9.075, 1.85, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 8.85, 6.6]}, + "faces": { + "north": {"uv": [13.125, 2.375, 13.25, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 13.125, 2.625, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 2.5, 13.25, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 13.125, 2.75, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 2.75, 13.125, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 13.125, 2.75, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, -1.55, 6.525], + "to": [9.075, -0.75, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 6.25, 6.6]}, + "faces": { + "north": {"uv": [13.125, 2.75, 13.25, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 13.125, 3, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 2.875, 13.25, 3], "texture": "#1"}, + "west": {"uv": [3, 13.125, 3.125, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 3.125, 13.125, 3], "texture": "#1"}, + "down": {"uv": [3.25, 13.125, 3.125, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, 2.35, 6.525], + "to": [9.075, 3.15, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 10.15, 6.6]}, + "faces": { + "north": {"uv": [13.125, 3.125, 13.25, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 13.125, 3.375, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 3.25, 13.25, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 13.125, 3.5, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 3.5, 13.125, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 13.125, 3.5, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, -0.25, 6.525], + "to": [9.075, 0.55, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 7.55, 6.6]}, + "faces": { + "north": {"uv": [13.125, 3.5, 13.25, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 13.125, 3.75, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 3.625, 13.25, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 13.125, 3.875, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 3.875, 13.125, 3.75], "texture": "#1"}, + "down": {"uv": [4, 13.125, 3.875, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, -2.85, 6.525], + "to": [9.075, -2.05, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 4.95, 6.6]}, + "faces": { + "north": {"uv": [13.125, 3.875, 13.25, 4], "texture": "#1"}, + "east": {"uv": [4, 13.125, 4.125, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 4, 13.25, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 13.125, 4.25, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 4.25, 13.125, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 13.125, 4.25, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, -4.15, 6.525], + "to": [9.075, -3.35, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 3.65, 6.6]}, + "faces": { + "north": {"uv": [13.125, 4.25, 13.25, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 13.125, 4.5, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 4.375, 13.25, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 13.125, 4.625, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 4.625, 13.125, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 13.125, 4.625, 13.25], "texture": "#1"} + } + }, + { + "from": [8, 4.75, 8], + "to": [8.1, 5.75, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 4.625, 13.25, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 13.125, 4.875, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 4.75, 13.25, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 13.125, 5, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 5, 13.125, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 13.125, 5, 13.25], "texture": "#1"} + } + }, + { + "from": [8.9, 4.75, 8], + "to": [9, 5.75, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 5, 13.25, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 13.125, 5.25, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 5.125, 13.25, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 13.125, 5.375, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 5.375, 13.125, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 13.125, 5.375, 13.25], "texture": "#1"} + } + }, + { + "from": [8.8, 4.65, 8], + "to": [8.9, 5.65, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 5.375, 13.25, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 13.125, 5.625, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 5.5, 13.25, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 13.125, 5.75, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 5.75, 13.125, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 13.125, 5.75, 13.25], "texture": "#1"} + } + }, + { + "from": [8.1, 4.65, 8], + "to": [8.2, 5.65, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 5.75, 13.25, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 13.125, 6, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 5.875, 13.25, 6], "texture": "#1"}, + "west": {"uv": [6, 13.125, 6.125, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 6.125, 13.125, 6], "texture": "#1"}, + "down": {"uv": [6.25, 13.125, 6.125, 13.25], "texture": "#1"} + } + }, + { + "from": [8.2, 4.55, 8], + "to": [8.8, 5.55, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 6.125, 13.25, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 13.125, 6.375, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 6.25, 13.25, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 13.125, 6.5, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 6.5, 13.125, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 13.125, 6.5, 13.25], "texture": "#1"} + } + }, + { + "from": [9.2, 5.25, 6.8], + "to": [9.3, 6.35, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 6.5, 13.25, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 13.125, 6.75, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 6.625, 13.25, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 13.125, 6.875, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 6.875, 13.125, 6.75], "texture": "#1"}, + "down": {"uv": [7, 13.125, 6.875, 13.25], "texture": "#1"} + } + }, + { + "from": [8, 4.75, 6.5], + "to": [8.1, 5.75, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 6.875, 13.25, 7], "texture": "#1"}, + "east": {"uv": [7, 13.125, 7.125, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 7, 13.25, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 13.125, 7.25, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 7.25, 13.125, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 13.125, 7.25, 13.25], "texture": "#1"} + } + }, + { + "from": [8.1, 4.65, 6.5], + "to": [8.2, 5.65, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 7.25, 13.25, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 13.125, 7.5, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 7.375, 13.25, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 13.125, 7.625, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 7.625, 13.125, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 13.125, 7.625, 13.25], "texture": "#1"} + } + }, + { + "from": [8.2, 4.55, 6.5], + "to": [8.8, 5.55, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 7.625, 13.25, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 13.125, 7.875, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 7.75, 13.25, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 13.125, 8, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 8, 13.125, 7.875], "texture": "#1"}, + "down": {"uv": [8.125, 13.125, 8, 13.25], "texture": "#1"} + } + }, + { + "from": [8.8, 4.65, 6.5], + "to": [8.9, 5.65, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 8, 13.25, 8.125], "texture": "#1"}, + "east": {"uv": [8.125, 13.125, 8.25, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 8.125, 13.25, 8.25], "texture": "#1"}, + "west": {"uv": [8.25, 13.125, 8.375, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 8.375, 13.125, 8.25], "texture": "#1"}, + "down": {"uv": [8.5, 13.125, 8.375, 13.25], "texture": "#1"} + } + }, + { + "from": [8.9, 4.75, 6.5], + "to": [9, 5.75, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 8.375, 13.25, 8.5], "texture": "#1"}, + "east": {"uv": [8.5, 13.125, 8.625, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 8.5, 13.25, 8.625], "texture": "#1"}, + "west": {"uv": [8.625, 13.125, 8.75, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 8.75, 13.125, 8.625], "texture": "#1"}, + "down": {"uv": [8.875, 13.125, 8.75, 13.25], "texture": "#1"} + } + }, + { + "from": [8, 3.45, 8], + "to": [8.1, 4.45, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 8.75, 13.25, 8.875], "texture": "#1"}, + "east": {"uv": [8.875, 13.125, 9, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 8.875, 13.25, 9], "texture": "#1"}, + "west": {"uv": [9, 13.125, 9.125, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 9.125, 13.125, 9], "texture": "#1"}, + "down": {"uv": [9.25, 13.125, 9.125, 13.25], "texture": "#1"} + } + }, + { + "from": [8.1, 3.35, 8], + "to": [8.2, 4.35, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 9.125, 13.25, 9.25], "texture": "#1"}, + "east": {"uv": [9.25, 13.125, 9.375, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 9.25, 13.25, 9.375], "texture": "#1"}, + "west": {"uv": [9.375, 13.125, 9.5, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 9.5, 13.125, 9.375], "texture": "#1"}, + "down": {"uv": [9.625, 13.125, 9.5, 13.25], "texture": "#1"} + } + }, + { + "from": [8.2, 3.25, 8], + "to": [8.8, 4.25, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 9.5, 13.25, 9.625], "texture": "#1"}, + "east": {"uv": [9.625, 13.125, 9.75, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 9.625, 13.25, 9.75], "texture": "#1"}, + "west": {"uv": [9.75, 13.125, 9.875, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 9.875, 13.125, 9.75], "texture": "#1"}, + "down": {"uv": [10, 13.125, 9.875, 13.25], "texture": "#1"} + } + }, + { + "from": [8.9, 3.45, 8], + "to": [9, 4.45, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 9.875, 13.25, 10], "texture": "#1"}, + "east": {"uv": [10, 13.125, 10.125, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 10, 13.25, 10.125], "texture": "#1"}, + "west": {"uv": [10.125, 13.125, 10.25, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 10.25, 13.125, 10.125], "texture": "#1"}, + "down": {"uv": [10.375, 13.125, 10.25, 13.25], "texture": "#1"} + } + }, + { + "from": [8.8, 3.35, 8], + "to": [8.9, 4.35, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 10.25, 13.25, 10.375], "texture": "#1"}, + "east": {"uv": [10.375, 13.125, 10.5, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 10.375, 13.25, 10.5], "texture": "#1"}, + "west": {"uv": [10.5, 13.125, 10.625, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 10.625, 13.125, 10.5], "texture": "#1"}, + "down": {"uv": [10.75, 13.125, 10.625, 13.25], "texture": "#1"} + } + }, + { + "from": [9.2, 3.95, 6.8], + "to": [9.3, 5.05, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 10.625, 13.25, 10.75], "texture": "#1"}, + "east": {"uv": [10.75, 13.125, 10.875, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 10.75, 13.25, 10.875], "texture": "#1"}, + "west": {"uv": [10.875, 13.125, 11, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 11, 13.125, 10.875], "texture": "#1"}, + "down": {"uv": [11.125, 13.125, 11, 13.25], "texture": "#1"} + } + }, + { + "from": [8.9, 3.45, 6.5], + "to": [9, 4.45, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 11, 13.25, 11.125], "texture": "#1"}, + "east": {"uv": [11.125, 13.125, 11.25, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 11.125, 13.25, 11.25], "texture": "#1"}, + "west": {"uv": [11.25, 13.125, 11.375, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 11.375, 13.125, 11.25], "texture": "#1"}, + "down": {"uv": [11.5, 13.125, 11.375, 13.25], "texture": "#1"} + } + }, + { + "from": [8.8, 3.35, 6.5], + "to": [8.9, 4.35, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 11.375, 13.25, 11.5], "texture": "#1"}, + "east": {"uv": [11.5, 13.125, 11.625, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 11.5, 13.25, 11.625], "texture": "#1"}, + "west": {"uv": [11.625, 13.125, 11.75, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 11.75, 13.125, 11.625], "texture": "#1"}, + "down": {"uv": [11.875, 13.125, 11.75, 13.25], "texture": "#1"} + } + }, + { + "from": [8, 3.45, 6.5], + "to": [8.1, 4.45, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 11.75, 13.25, 11.875], "texture": "#1"}, + "east": {"uv": [11.875, 13.125, 12, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 11.875, 13.25, 12], "texture": "#1"}, + "west": {"uv": [12, 13.125, 12.125, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 12.125, 13.125, 12], "texture": "#1"}, + "down": {"uv": [12.25, 13.125, 12.125, 13.25], "texture": "#1"} + } + }, + { + "from": [8.1, 3.35, 6.5], + "to": [8.2, 4.35, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 12.125, 13.25, 12.25], "texture": "#1"}, + "east": {"uv": [12.25, 13.125, 12.375, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 12.25, 13.25, 12.375], "texture": "#1"}, + "west": {"uv": [12.375, 13.125, 12.5, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 12.5, 13.125, 12.375], "texture": "#1"}, + "down": {"uv": [12.625, 13.125, 12.5, 13.25], "texture": "#1"} + } + }, + { + "from": [8.2, 3.25, 6.5], + "to": [8.8, 4.25, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 12.5, 13.25, 12.625], "texture": "#1"}, + "east": {"uv": [12.625, 13.125, 12.75, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 12.625, 13.25, 12.75], "texture": "#1"}, + "west": {"uv": [12.75, 13.125, 12.875, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 12.875, 13.125, 12.75], "texture": "#1"}, + "down": {"uv": [13, 13.125, 12.875, 13.25], "texture": "#1"} + } + }, + { + "from": [7.7, 3.95, 6.8], + "to": [7.8, 5.05, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 12.875, 13.25, 13], "texture": "#1"}, + "east": {"uv": [13, 13.125, 13.125, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 13, 13.25, 13.125], "texture": "#1"}, + "west": {"uv": [13.125, 13.125, 13.25, 13.25], "texture": "#1"}, + "up": {"uv": [0.125, 13.375, 0, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 0, 13.25, 0.125], "texture": "#1"} + } + }, + { + "from": [8, 2.15, 8], + "to": [8.1, 3.15, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [0.125, 13.25, 0.25, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 0.125, 13.375, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 13.25, 0.375, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 0.25, 13.375, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 13.375, 0.375, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 0.375, 13.25, 0.5], "texture": "#1"} + } + }, + { + "from": [8.1, 2.05, 8], + "to": [8.2, 3.05, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [0.5, 13.25, 0.625, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 0.5, 13.375, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 13.25, 0.75, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 0.625, 13.375, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 13.375, 0.75, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 0.75, 13.25, 0.875], "texture": "#1"} + } + }, + { + "from": [8.2, 1.95, 8], + "to": [8.8, 2.95, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [0.875, 13.25, 1, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 0.875, 13.375, 1], "texture": "#1"}, + "south": {"uv": [1, 13.25, 1.125, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 1, 13.375, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 13.375, 1.125, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 1.125, 13.25, 1.25], "texture": "#1"} + } + }, + { + "from": [8.9, 2.15, 8], + "to": [9, 3.15, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [1.25, 13.25, 1.375, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 1.25, 13.375, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 13.25, 1.5, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 1.375, 13.375, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 13.375, 1.5, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 1.5, 13.25, 1.625], "texture": "#1"} + } + }, + { + "from": [8.8, 2.05, 8], + "to": [8.9, 3.05, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [1.625, 13.25, 1.75, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 1.625, 13.375, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 13.25, 1.875, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 1.75, 13.375, 1.875], "texture": "#1"}, + "up": {"uv": [2, 13.375, 1.875, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 1.875, 13.25, 2], "texture": "#1"} + } + }, + { + "from": [9.2, 2.65, 6.8], + "to": [9.3, 3.75, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [2, 13.25, 2.125, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 2, 13.375, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 13.25, 2.25, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 2.125, 13.375, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 13.375, 2.25, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 2.25, 13.25, 2.375], "texture": "#1"} + } + }, + { + "from": [8.9, 2.15, 6.5], + "to": [9, 3.15, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [2.375, 13.25, 2.5, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 2.375, 13.375, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 13.25, 2.625, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 2.5, 13.375, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 13.375, 2.625, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 2.625, 13.25, 2.75], "texture": "#1"} + } + }, + { + "from": [8.8, 2.05, 6.5], + "to": [8.9, 3.05, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [2.75, 13.25, 2.875, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 2.75, 13.375, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 13.25, 3, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 2.875, 13.375, 3], "texture": "#1"}, + "up": {"uv": [3.125, 13.375, 3, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 3, 13.25, 3.125], "texture": "#1"} + } + }, + { + "from": [8, 2.15, 6.5], + "to": [8.1, 3.15, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [3.125, 13.25, 3.25, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 3.125, 13.375, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 13.25, 3.375, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 3.25, 13.375, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 13.375, 3.375, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 3.375, 13.25, 3.5], "texture": "#1"} + } + }, + { + "from": [8.1, 2.05, 6.5], + "to": [8.2, 3.05, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [3.5, 13.25, 3.625, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 3.5, 13.375, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 13.25, 3.75, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 3.625, 13.375, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 13.375, 3.75, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 3.75, 13.25, 3.875], "texture": "#1"} + } + }, + { + "from": [8.2, 1.95, 6.5], + "to": [8.8, 2.95, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [3.875, 13.25, 4, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 3.875, 13.375, 4], "texture": "#1"}, + "south": {"uv": [4, 13.25, 4.125, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 4, 13.375, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 13.375, 4.125, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 4.125, 13.25, 4.25], "texture": "#1"} + } + }, + { + "from": [7.7, 2.65, 6.8], + "to": [7.8, 3.75, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [4.25, 13.25, 4.375, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 4.25, 13.375, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 13.25, 4.5, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 4.375, 13.375, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 13.375, 4.5, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 4.5, 13.25, 4.625], "texture": "#1"} + } + }, + { + "from": [8, 0.85, 8], + "to": [8.1, 1.85, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [4.625, 13.25, 4.75, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 4.625, 13.375, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 13.25, 4.875, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 4.75, 13.375, 4.875], "texture": "#1"}, + "up": {"uv": [5, 13.375, 4.875, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 4.875, 13.25, 5], "texture": "#1"} + } + }, + { + "from": [8.1, 0.75, 8], + "to": [8.2, 1.75, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [5, 13.25, 5.125, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 5, 13.375, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 13.25, 5.25, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 5.125, 13.375, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 13.375, 5.25, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 5.25, 13.25, 5.375], "texture": "#1"} + } + }, + { + "from": [8.2, 0.65, 8], + "to": [8.8, 1.65, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [5.375, 13.25, 5.5, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 5.375, 13.375, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 13.25, 5.625, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 5.5, 13.375, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 13.375, 5.625, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 5.625, 13.25, 5.75], "texture": "#1"} + } + }, + { + "from": [8.9, 0.85, 8], + "to": [9, 1.85, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [5.75, 13.25, 5.875, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 5.75, 13.375, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 13.25, 6, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 5.875, 13.375, 6], "texture": "#1"}, + "up": {"uv": [6.125, 13.375, 6, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 6, 13.25, 6.125], "texture": "#1"} + } + }, + { + "from": [8.8, 0.75, 8], + "to": [8.9, 1.75, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [6.125, 13.25, 6.25, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 6.125, 13.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 13.25, 6.375, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 6.25, 13.375, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 13.375, 6.375, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 6.375, 13.25, 6.5], "texture": "#1"} + } + }, + { + "from": [9.2, 1.35, 6.8], + "to": [9.3, 2.45, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [6.5, 13.25, 6.625, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 6.5, 13.375, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 13.25, 6.75, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 6.625, 13.375, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 13.375, 6.75, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 6.75, 13.25, 6.875], "texture": "#1"} + } + }, + { + "from": [8.9, 0.85, 6.5], + "to": [9, 1.85, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [6.875, 13.25, 7, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 6.875, 13.375, 7], "texture": "#1"}, + "south": {"uv": [7, 13.25, 7.125, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 7, 13.375, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 13.375, 7.125, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 7.125, 13.25, 7.25], "texture": "#1"} + } + }, + { + "from": [8.8, 0.75, 6.5], + "to": [8.9, 1.75, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [7.25, 13.25, 7.375, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 7.25, 13.375, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 13.25, 7.5, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 7.375, 13.375, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 13.375, 7.5, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 7.5, 13.25, 7.625], "texture": "#1"} + } + }, + { + "from": [8, 0.85, 6.5], + "to": [8.1, 1.85, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [7.625, 13.25, 7.75, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 7.625, 13.375, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 13.25, 7.875, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 7.75, 13.375, 7.875], "texture": "#1"}, + "up": {"uv": [8, 13.375, 7.875, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 7.875, 13.25, 8], "texture": "#1"} + } + }, + { + "from": [8.1, 0.75, 6.5], + "to": [8.2, 1.75, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [8, 13.25, 8.125, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 8, 13.375, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 13.25, 8.25, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 8.125, 13.375, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 13.375, 8.25, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 8.25, 13.25, 8.375], "texture": "#1"} + } + }, + { + "from": [8.2, 0.65, 6.5], + "to": [8.8, 1.65, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [8.375, 13.25, 8.5, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 8.375, 13.375, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 13.25, 8.625, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 8.5, 13.375, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 13.375, 8.625, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 8.625, 13.25, 8.75], "texture": "#1"} + } + }, + { + "from": [7.7, 1.35, 6.8], + "to": [7.8, 2.45, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [8.75, 13.25, 8.875, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 8.75, 13.375, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 13.25, 9, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 8.875, 13.375, 9], "texture": "#1"}, + "up": {"uv": [9.125, 13.375, 9, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 9, 13.25, 9.125], "texture": "#1"} + } + }, + { + "from": [8, -0.45, 8], + "to": [8.1, 0.55, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [9.125, 13.25, 9.25, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 9.125, 13.375, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 13.25, 9.375, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 9.25, 13.375, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 13.375, 9.375, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 9.375, 13.25, 9.5], "texture": "#1"} + } + }, + { + "from": [8.1, -0.55, 8], + "to": [8.2, 0.45, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [9.5, 13.25, 9.625, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 9.5, 13.375, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 13.25, 9.75, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 9.625, 13.375, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 13.375, 9.75, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 9.75, 13.25, 9.875], "texture": "#1"} + } + }, + { + "from": [8.2, -0.65, 8], + "to": [8.8, 0.35, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [9.875, 13.25, 10, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 9.875, 13.375, 10], "texture": "#1"}, + "south": {"uv": [10, 13.25, 10.125, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 10, 13.375, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 13.375, 10.125, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 10.125, 13.25, 10.25], "texture": "#1"} + } + }, + { + "from": [8.9, -0.45, 8], + "to": [9, 0.55, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [10.25, 13.25, 10.375, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 10.25, 13.375, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 13.25, 10.5, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 10.375, 13.375, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 13.375, 10.5, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 10.5, 13.25, 10.625], "texture": "#1"} + } + }, + { + "from": [8.8, -0.55, 8], + "to": [8.9, 0.45, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [10.625, 13.25, 10.75, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 10.625, 13.375, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 13.25, 10.875, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 10.75, 13.375, 10.875], "texture": "#1"}, + "up": {"uv": [11, 13.375, 10.875, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 10.875, 13.25, 11], "texture": "#1"} + } + }, + { + "from": [9.2, 0.05, 6.8], + "to": [9.3, 1.15, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [11, 13.25, 11.125, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 11, 13.375, 11.125], "texture": "#1"}, + "south": {"uv": [11.125, 13.25, 11.25, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 11.125, 13.375, 11.25], "texture": "#1"}, + "up": {"uv": [11.375, 13.375, 11.25, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 11.25, 13.25, 11.375], "texture": "#1"} + } + }, + { + "from": [8.9, -0.45, 6.5], + "to": [9, 0.55, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [11.375, 13.25, 11.5, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 11.375, 13.375, 11.5], "texture": "#1"}, + "south": {"uv": [11.5, 13.25, 11.625, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 11.5, 13.375, 11.625], "texture": "#1"}, + "up": {"uv": [11.75, 13.375, 11.625, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 11.625, 13.25, 11.75], "texture": "#1"} + } + }, + { + "from": [8.8, -0.55, 6.5], + "to": [8.9, 0.45, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [11.75, 13.25, 11.875, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 11.75, 13.375, 11.875], "texture": "#1"}, + "south": {"uv": [11.875, 13.25, 12, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 11.875, 13.375, 12], "texture": "#1"}, + "up": {"uv": [12.125, 13.375, 12, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 12, 13.25, 12.125], "texture": "#1"} + } + }, + { + "from": [8, -0.45, 6.5], + "to": [8.1, 0.55, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.125, 13.25, 12.25, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 12.125, 13.375, 12.25], "texture": "#1"}, + "south": {"uv": [12.25, 13.25, 12.375, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 12.25, 13.375, 12.375], "texture": "#1"}, + "up": {"uv": [12.5, 13.375, 12.375, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 12.375, 13.25, 12.5], "texture": "#1"} + } + }, + { + "from": [8.1, -0.55, 6.5], + "to": [8.2, 0.45, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.5, 13.25, 12.625, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 12.5, 13.375, 12.625], "texture": "#1"}, + "south": {"uv": [12.625, 13.25, 12.75, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 12.625, 13.375, 12.75], "texture": "#1"}, + "up": {"uv": [12.875, 13.375, 12.75, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 12.75, 13.25, 12.875], "texture": "#1"} + } + }, + { + "from": [8.2, -0.65, 6.5], + "to": [8.8, 0.35, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.875, 13.25, 13, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 12.875, 13.375, 13], "texture": "#1"}, + "south": {"uv": [13, 13.25, 13.125, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 13, 13.375, 13.125], "texture": "#1"}, + "up": {"uv": [13.25, 13.375, 13.125, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 13.125, 13.25, 13.25], "texture": "#1"} + } + }, + { + "from": [7.7, 0.05, 6.8], + "to": [7.8, 1.15, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.25, 13.25, 13.375, 13.375], "texture": "#1"}, + "east": {"uv": [0, 13.375, 0.125, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 0, 13.5, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 13.375, 0.25, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 0.25, 13.375, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 13.375, 0.25, 13.5], "texture": "#1"} + } + }, + { + "from": [8, -1.75, 8], + "to": [8.1, -0.75, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 0.25, 13.5, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 13.375, 0.5, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 0.375, 13.5, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 13.375, 0.625, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 0.625, 13.375, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 13.375, 0.625, 13.5], "texture": "#1"} + } + }, + { + "from": [8.1, -1.85, 8], + "to": [8.2, -0.85, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 0.625, 13.5, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 13.375, 0.875, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 0.75, 13.5, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 13.375, 1, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 1, 13.375, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 13.375, 1, 13.5], "texture": "#1"} + } + }, + { + "from": [8.2, -1.95, 8], + "to": [8.8, -0.95, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 1, 13.5, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 13.375, 1.25, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 1.125, 13.5, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 13.375, 1.375, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 1.375, 13.375, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 13.375, 1.375, 13.5], "texture": "#1"} + } + }, + { + "from": [8.9, -1.75, 8], + "to": [9, -0.75, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 1.375, 13.5, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 13.375, 1.625, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 1.5, 13.5, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 13.375, 1.75, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 1.75, 13.375, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 13.375, 1.75, 13.5], "texture": "#1"} + } + }, + { + "from": [8.8, -1.85, 8], + "to": [8.9, -0.85, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 1.75, 13.5, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 13.375, 2, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 1.875, 13.5, 2], "texture": "#1"}, + "west": {"uv": [2, 13.375, 2.125, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 2.125, 13.375, 2], "texture": "#1"}, + "down": {"uv": [2.25, 13.375, 2.125, 13.5], "texture": "#1"} + } + }, + { + "from": [9.2, -1.25, 6.8], + "to": [9.3, -0.15, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 2.125, 13.5, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 13.375, 2.375, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 2.25, 13.5, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 13.375, 2.5, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 2.5, 13.375, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 13.375, 2.5, 13.5], "texture": "#1"} + } + }, + { + "from": [8.9, -1.75, 6.5], + "to": [9, -0.75, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 2.5, 13.5, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 13.375, 2.75, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 2.625, 13.5, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 13.375, 2.875, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 2.875, 13.375, 2.75], "texture": "#1"}, + "down": {"uv": [3, 13.375, 2.875, 13.5], "texture": "#1"} + } + }, + { + "from": [8.8, -1.85, 6.5], + "to": [8.9, -0.85, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 2.875, 13.5, 3], "texture": "#1"}, + "east": {"uv": [3, 13.375, 3.125, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 3, 13.5, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 13.375, 3.25, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 3.25, 13.375, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 13.375, 3.25, 13.5], "texture": "#1"} + } + }, + { + "from": [8, -1.75, 6.5], + "to": [8.1, -0.75, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 3.25, 13.5, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 13.375, 3.5, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 3.375, 13.5, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 13.375, 3.625, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 3.625, 13.375, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 13.375, 3.625, 13.5], "texture": "#1"} + } + }, + { + "from": [8.1, -1.85, 6.5], + "to": [8.2, -0.85, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 3.625, 13.5, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 13.375, 3.875, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 3.75, 13.5, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 13.375, 4, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 4, 13.375, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 13.375, 4, 13.5], "texture": "#1"} + } + }, + { + "from": [8.2, -1.95, 6.5], + "to": [8.8, -0.95, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 4, 13.5, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 13.375, 4.25, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 4.125, 13.5, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 13.375, 4.375, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 4.375, 13.375, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 13.375, 4.375, 13.5], "texture": "#1"} + } + }, + { + "from": [7.7, -1.25, 6.8], + "to": [7.8, -0.15, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 4.375, 13.5, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 13.375, 4.625, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 4.5, 13.5, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 13.375, 4.75, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 4.75, 13.375, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 13.375, 4.75, 13.5], "texture": "#1"} + } + }, + { + "from": [8, -3.05, 8], + "to": [8.1, -2.05, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 4.75, 13.5, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 13.375, 5, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 4.875, 13.5, 5], "texture": "#1"}, + "west": {"uv": [5, 13.375, 5.125, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 5.125, 13.375, 5], "texture": "#1"}, + "down": {"uv": [5.25, 13.375, 5.125, 13.5], "texture": "#1"} + } + }, + { + "from": [8.1, -3.15, 8], + "to": [8.2, -2.15, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 5.125, 13.5, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 13.375, 5.375, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 5.25, 13.5, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 13.375, 5.5, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 5.5, 13.375, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 13.375, 5.5, 13.5], "texture": "#1"} + } + }, + { + "from": [8.2, -3.25, 8], + "to": [8.8, -2.25, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 5.5, 13.5, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 13.375, 5.75, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 5.625, 13.5, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 13.375, 5.875, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 5.875, 13.375, 5.75], "texture": "#1"}, + "down": {"uv": [6, 13.375, 5.875, 13.5], "texture": "#1"} + } + }, + { + "from": [8.9, -3.05, 8], + "to": [9, -2.05, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 5.875, 13.5, 6], "texture": "#1"}, + "east": {"uv": [6, 13.375, 6.125, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 6, 13.5, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 13.375, 6.25, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 6.25, 13.375, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 13.375, 6.25, 13.5], "texture": "#1"} + } + }, + { + "from": [8.8, -3.15, 8], + "to": [8.9, -2.15, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 6.25, 13.5, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 13.375, 6.5, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 6.375, 13.5, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 13.375, 6.625, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 6.625, 13.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 13.375, 6.625, 13.5], "texture": "#1"} + } + }, + { + "from": [9.2, -2.55, 6.8], + "to": [9.3, -1.45, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 6.625, 13.5, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 13.375, 6.875, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 6.75, 13.5, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 13.375, 7, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 7, 13.375, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 13.375, 7, 13.5], "texture": "#1"} + } + }, + { + "from": [8.9, -3.05, 6.5], + "to": [9, -2.05, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 7, 13.5, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 13.375, 7.25, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 7.125, 13.5, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 13.375, 7.375, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 7.375, 13.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 13.375, 7.375, 13.5], "texture": "#1"} + } + }, + { + "from": [8.8, -3.15, 6.5], + "to": [8.9, -2.15, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 7.375, 13.5, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 13.375, 7.625, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 7.5, 13.5, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 13.375, 7.75, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 7.75, 13.375, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 13.375, 7.75, 13.5], "texture": "#1"} + } + }, + { + "from": [8, -3.05, 6.5], + "to": [8.1, -2.05, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 7.75, 13.5, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 13.375, 8, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 7.875, 13.5, 8], "texture": "#1"}, + "west": {"uv": [8, 13.375, 8.125, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 8.125, 13.375, 8], "texture": "#1"}, + "down": {"uv": [8.25, 13.375, 8.125, 13.5], "texture": "#1"} + } + }, + { + "from": [8.1, -3.15, 6.5], + "to": [8.2, -2.15, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 8.125, 13.5, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 13.375, 8.375, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 8.25, 13.5, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 13.375, 8.5, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 8.5, 13.375, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 13.375, 8.5, 13.5], "texture": "#1"} + } + }, + { + "from": [8.2, -3.25, 6.5], + "to": [8.8, -2.25, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 8.5, 13.5, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 13.375, 8.75, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 8.625, 13.5, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 13.375, 8.875, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 8.875, 13.375, 8.75], "texture": "#1"}, + "down": {"uv": [9, 13.375, 8.875, 13.5], "texture": "#1"} + } + }, + { + "from": [7.7, -2.55, 6.8], + "to": [7.8, -1.45, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 8.875, 13.5, 9], "texture": "#1"}, + "east": {"uv": [9, 13.375, 9.125, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 9, 13.5, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 13.375, 9.25, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 9.25, 13.375, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 13.375, 9.25, 13.5], "texture": "#1"} + } + }, + { + "from": [8, -4.15, 8], + "to": [8.1, -3.35, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 9.25, 13.5, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 13.375, 9.5, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 9.375, 13.5, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 13.375, 9.625, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 9.625, 13.375, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 13.375, 9.625, 13.5], "texture": "#1"} + } + }, + { + "from": [8.1, -4.15, 8], + "to": [8.2, -3.45, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 9.625, 13.5, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 13.375, 9.875, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 9.75, 13.5, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 13.375, 10, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 10, 13.375, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 13.375, 10, 13.5], "texture": "#1"} + } + }, + { + "from": [8.2, -4.15, 8], + "to": [8.8, -3.55, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 10, 13.5, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 13.375, 10.25, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 10.125, 13.5, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 13.375, 10.375, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 10.375, 13.375, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 13.375, 10.375, 13.5], "texture": "#1"} + } + }, + { + "from": [8.9, -4.15, 8], + "to": [9, -3.35, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 10.375, 13.5, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 13.375, 10.625, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 10.5, 13.5, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 13.375, 10.75, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 10.75, 13.375, 10.625], "texture": "#1"}, + "down": {"uv": [10.875, 13.375, 10.75, 13.5], "texture": "#1"} + } + }, + { + "from": [8.8, -4.15, 8], + "to": [8.9, -3.45, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 10.75, 13.5, 10.875], "texture": "#1"}, + "east": {"uv": [10.875, 13.375, 11, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 10.875, 13.5, 11], "texture": "#1"}, + "west": {"uv": [11, 13.375, 11.125, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 11.125, 13.375, 11], "texture": "#1"}, + "down": {"uv": [11.25, 13.375, 11.125, 13.5], "texture": "#1"} + } + }, + { + "from": [9.2, -4.15, 6.8], + "to": [9.3, -2.75, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 11.125, 13.5, 11.25], "texture": "#1"}, + "east": {"uv": [11.25, 13.375, 11.375, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 11.25, 13.5, 11.375], "texture": "#1"}, + "west": {"uv": [11.375, 13.375, 11.5, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 11.5, 13.375, 11.375], "texture": "#1"}, + "down": {"uv": [11.625, 13.375, 11.5, 13.5], "texture": "#1"} + } + }, + { + "from": [8.9, -4.15, 6.5], + "to": [9, -3.35, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 11.5, 13.5, 11.625], "texture": "#1"}, + "east": {"uv": [11.625, 13.375, 11.75, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 11.625, 13.5, 11.75], "texture": "#1"}, + "west": {"uv": [11.75, 13.375, 11.875, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 11.875, 13.375, 11.75], "texture": "#1"}, + "down": {"uv": [12, 13.375, 11.875, 13.5], "texture": "#1"} + } + }, + { + "from": [8.8, -4.15, 6.5], + "to": [8.9, -3.45, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 11.875, 13.5, 12], "texture": "#1"}, + "east": {"uv": [12, 13.375, 12.125, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 12, 13.5, 12.125], "texture": "#1"}, + "west": {"uv": [12.125, 13.375, 12.25, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 12.25, 13.375, 12.125], "texture": "#1"}, + "down": {"uv": [12.375, 13.375, 12.25, 13.5], "texture": "#1"} + } + }, + { + "from": [8, -4.15, 6.5], + "to": [8.1, -3.35, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 12.25, 13.5, 12.375], "texture": "#1"}, + "east": {"uv": [12.375, 13.375, 12.5, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 12.375, 13.5, 12.5], "texture": "#1"}, + "west": {"uv": [12.5, 13.375, 12.625, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 12.625, 13.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.75, 13.375, 12.625, 13.5], "texture": "#1"} + } + }, + { + "from": [8.1, -4.15, 6.5], + "to": [8.2, -3.45, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 12.625, 13.5, 12.75], "texture": "#1"}, + "east": {"uv": [12.75, 13.375, 12.875, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 12.75, 13.5, 12.875], "texture": "#1"}, + "west": {"uv": [12.875, 13.375, 13, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 13, 13.375, 12.875], "texture": "#1"}, + "down": {"uv": [13.125, 13.375, 13, 13.5], "texture": "#1"} + } + }, + { + "from": [8.2, -4.15, 6.5], + "to": [8.8, -3.55, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 13, 13.5, 13.125], "texture": "#1"}, + "east": {"uv": [13.125, 13.375, 13.25, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 13.125, 13.5, 13.25], "texture": "#1"}, + "west": {"uv": [13.25, 13.375, 13.375, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 13.375, 13.375, 13.25], "texture": "#1"}, + "down": {"uv": [13.5, 13.375, 13.375, 13.5], "texture": "#1"} + } + }, + { + "from": [7.7, -4.15, 6.8], + "to": [7.8, -2.75, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [0, 13.5, 0.125, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 0, 13.625, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 13.5, 0.25, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 0.125, 13.625, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 13.625, 0.25, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 0.25, 13.5, 0.375], "texture": "#1"} + } + }, + { + "from": [8, -5.55, 8.1], + "to": [9, -4.15, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [0.375, 13.5, 0.5, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 0.375, 13.625, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 13.5, 0.625, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 0.5, 13.625, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 13.625, 0.625, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 0.625, 13.5, 0.75], "texture": "#1"} + } + }, + { + "from": [8, -5.55, 6.4], + "to": [9, -4.15, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [0.75, 13.5, 0.875, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 0.75, 13.625, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 13.5, 1, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 0.875, 13.625, 1], "texture": "#1"}, + "up": {"uv": [1.125, 13.625, 1, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 1, 13.5, 1.125], "texture": "#1"} + } + }, + { + "from": [7.6, -5.55, 6.8], + "to": [9.2, -4.15, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [5.375, 4.75, 5.625, 4.875], "texture": "#1"}, + "east": {"uv": [1.125, 13.5, 1.25, 13.625], "texture": "#1"}, + "south": {"uv": [5.375, 4.875, 5.625, 5], "texture": "#1"}, + "west": {"uv": [13.5, 1.125, 13.625, 1.25], "texture": "#1"}, + "up": {"uv": [5.625, 5.125, 5.375, 5], "texture": "#1"}, + "down": {"uv": [5.625, 5.25, 5.375, 5.375], "texture": "#1"} + } + }, + { + "from": [8.625, -5.55, 6.525], + "to": [9.425, -4.15, 7.075], + "rotation": {"angle": 45, "axis": "y", "origin": [9.075, 12.75, 6.975]}, + "faces": { + "north": {"uv": [1.25, 13.5, 1.375, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 1.25, 13.625, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 13.5, 1.5, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 1.375, 13.625, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 13.625, 1.5, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 1.5, 13.5, 1.625], "texture": "#1"} + } + }, + { + "from": [7.575, -5.55, 6.525], + "to": [8.5, -4.15, 7.075], + "rotation": {"angle": -45, "axis": "y", "origin": [7.925, 12.75, 6.975]}, + "faces": { + "north": {"uv": [1.625, 13.5, 1.75, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 1.625, 13.625, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 13.5, 1.875, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 1.75, 13.625, 1.875], "texture": "#1"}, + "up": {"uv": [2, 13.625, 1.875, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 1.875, 13.5, 2], "texture": "#1"} + } + }, + { + "from": [8.05, -5.55, 7.525], + "to": [9.425, -4.15, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9.075, 12.75, 7.625]}, + "faces": { + "north": {"uv": [2, 13.5, 2.125, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 2, 13.625, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 13.5, 2.25, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 2.125, 13.625, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 13.625, 2.25, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 2.25, 13.5, 2.375], "texture": "#1"} + } + }, + { + "from": [7.575, -5.55, 7.525], + "to": [8.875, -4.15, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [7.925, 12.75, 7.625]}, + "faces": { + "north": {"uv": [2.375, 13.5, 2.5, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 2.375, 13.625, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 13.5, 2.625, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 2.5, 13.625, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 13.625, 2.625, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 2.625, 13.5, 2.75], "texture": "#1"} + } + }, + { + "from": [9.225, -5.55, 6.8], + "to": [9.4, -4.15, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [2.75, 13.5, 2.875, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 2.75, 13.625, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 13.5, 3, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 2.875, 13.625, 3], "texture": "#1"}, + "up": {"uv": [3.125, 13.625, 3, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 3, 13.5, 3.125], "texture": "#1"} + } + }, + { + "from": [8, -5.55, 6.5], + "to": [9, -5.45, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [3.125, 13.5, 3.25, 13.625], "texture": "#1"}, + "east": {"uv": [5.375, 5.375, 5.625, 5.5], "texture": "#1"}, + "south": {"uv": [13.5, 3.125, 13.625, 3.25], "texture": "#1"}, + "west": {"uv": [5.5, 0, 5.75, 0.125], "texture": "#1"}, + "up": {"uv": [5.25, 5.625, 5.125, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 0.125, 5.5, 0.375], "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [0, 90, 0], + "translation": [0.5, 5.25, 2.25], + "scale": [0.75, 0.75, 0.75] + }, + "thirdperson_lefthand": { + "rotation": [0, -90, 0], + "translation": [-0.25, 5.5, 2.25], + "scale": [0.75, 0.75, 0.75] + }, + "firstperson_righthand": { + "rotation": [0, 106, 0], + "translation": [0, 7.5, 0.5], + "scale": [0.75, 0.75, 0.75] + }, + "firstperson_lefthand": { + "rotation": [0, -87.5, 0], + "translation": [0, 7.5, 0.5], + "scale": [0.75, 0.75, 0.75] + }, + "ground": { + "rotation": [-72.49, 8.66, 33.18], + "translation": [-1.75, 2, 0.5], + "scale": [0.75, 0.75, 0.75] + }, + "gui": { + "rotation": [3.29, 3.09, -0.06], + "translation": [-0.75, 3.25, 0], + "scale": [0.80078, 0.80078, 1] + }, + "fixed": { + "rotation": [-177.75, 0, -180], + "translation": [0, 5.5, -8] + } + }, + "groups": [ + { + "name": "The middle part", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Gray part", + "origin": [8, 3.1, 9.15], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21] + }, + { + "name": "Dark part", + "origin": [8, 8, 8], + "color": 0, + "children": [22, 23] + }, + { + "name": "Ring", + "origin": [9.8, 7.875, 8], + "color": 0, + "children": [24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36] + } + ] + }, + { + "name": "Side part", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Gray part", + "origin": [9.4, 3.1, 5.35], + "color": 0, + "children": [ + 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 + ] + }, + { + "name": "Pattern", + "origin": [11.6, 2.6, 7.25], + "color": 0, + "children": [ + 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, + 1025, + 1026, + 1027, + 1028, + 1029, + 1030, + 1031, + 1032, + 1033, + 1034, + 1035, + 1036, + 1037, + 1038, + 1039, + 1040, + 1041, + 1042, + 1043, + 1044, + 1045, + 1046, + 1047, + 1048, + 1049, + 1050, + 1051, + 1052, + 1053, + 1054, + 1055, + 1056, + 1057, + 1058, + 1059, + 1060, + 1061, + 1062, + 1063, + 1064, + 1065, + 1066, + 1067, + 1068, + 1069, + 1070, + 1071, + 1072, + 1073, + 1074, + 1075, + 1076, + 1077, + 1078, + 1079, + 1080, + 1081, + 1082, + 1083, + 1084, + 1085, + 1086, + 1087, + 1088, + 1089, + 1090, + 1091, + 1092, + 1093, + 1094, + 1095, + 1096, + 1097, + 1098, + 1099, + 1100, + 1101, + 1102, + 1103, + 1104, + 1105, + 1106, + 1107, + 1108, + 1109, + 1110, + 1111, + 1112, + 1113, + 1114, + 1115, + 1116, + 1117, + 1118, + 1119, + 1120, + 1121, + 1122, + 1123, + 1124, + 1125, + 1126, + 1127, + 1128, + 1129, + 1130, + 1131, + 1132, + 1133, + 1134, + 1135, + 1136, + 1137, + 1138, + 1139, + 1140, + 1141, + 1142, + 1143, + 1144, + 1145, + 1146, + 1147, + 1148, + 1149, + 1150, + 1151, + 1152, + 1153, + 1154, + 1155, + 1156, + 1157, + 1158, + 1159, + 1160, + 1161, + 1162, + 1163, + 1164, + 1165, + 1166, + 1167, + 1168, + 1169, + 1170, + 1171, + 1172, + 1173, + 1174, + 1175, + 1176, + 1177, + 1178, + 1179, + 1180, + 1181, + 1182, + 1183, + 1184, + 1185, + 1186, + 1187, + 1188, + 1189, + 1190, + 1191, + 1192, + 1193, + 1194, + 1195, + 1196, + 1197, + 1198, + 1199, + 1200, + 1201, + 1202, + 1203, + 1204, + 1205, + 1206, + 1207, + 1208, + 1209, + 1210, + 1211, + 1212, + 1213, + 1214, + 1215, + 1216, + 1217, + 1218, + 1219, + 1220, + 1221, + 1222, + 1223, + 1224, + 1225, + 1226, + 1227, + 1228, + 1229, + 1230, + 1231, + 1232, + 1233, + 1234, + 1235, + 1236, + 1237, + 1238, + 1239, + 1240, + 1241, + 1242, + 1243, + 1244, + 1245, + 1246, + 1247, + 1248, + 1249, + 1250, + 1251, + 1252, + 1253, + 1254, + 1255, + 1256, + 1257, + 1258, + 1259, + 1260, + 1261, + 1262, + 1263, + 1264, + 1265, + 1266, + 1267, + 1268, + 1269, + 1270, + 1271, + 1272, + 1273, + 1274, + 1275, + 1276, + 1277, + 1278, + 1279, + 1280, + 1281, + 1282, + 1283, + 1284, + 1285, + 1286, + 1287, + 1288, + 1289, + 1290, + 1291, + 1292, + 1293, + 1294, + 1295, + 1296, + 1297, + 1298, + 1299, + 1300, + 1301, + 1302, + 1303, + 1304, + 1305, + 1306, + 1307, + 1308, + 1309, + 1310, + 1311, + 1312, + 1313, + 1314, + 1315, + 1316, + 1317, + 1318, + 1319, + 1320, + 1321, + 1322, + 1323, + 1324, + 1325, + 1326, + 1327, + 1328, + 1329, + 1330, + 1331, + 1332, + 1333, + 1334, + 1335, + 1336, + 1337, + 1338, + 1339, + 1340, + 1341, + 1342, + 1343, + 1344, + 1345, + 1346, + 1347, + 1348, + 1349, + 1350, + 1351, + 1352, + 1353, + 1354, + 1355, + 1356, + 1357, + 1358, + 1359, + 1360, + 1361, + 1362, + 1363, + 1364, + 1365, + 1366, + 1367, + 1368, + 1369, + 1370, + 1371, + 1372, + 1373, + 1374, + 1375, + 1376, + 1377, + 1378, + 1379, + 1380 + ] + }, + { + "name": "Dark part", + "origin": [14.675, 2.525, 3.1], + "color": 0, + "children": [1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404] + }, + { + "name": "Impact part", + "origin": [8, 8, 8], + "color": 0, + "children": [1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426] + } + ] + }, + { + "name": "handle", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "gray part", + "origin": [8, 8, 8], + "color": 0, + "children": [1427, 1428, 1429, 1430, 1431, 1432, 1433] + }, + 1434, + 1435, + 1436, + 1437, + 1438, + 1439, + 1440, + 1441, + 1442, + 1443, + 1444, + 1445, + 1446, + 1447, + 1448, + 1449, + 1450, + 1451, + 1452, + 1453, + 1454, + 1455, + 1456, + 1457, + 1458, + 1459, + 1460, + 1461, + 1462, + 1463, + 1464, + 1465, + 1466, + 1467, + 1468, + 1469, + 1470, + 1471, + 1472, + 1473, + 1474, + 1475, + 1476, + 1477, + 1478, + 1479, + 1480, + 1481, + 1482, + 1483, + 1484, + 1485, + 1486, + 1487, + 1488, + 1489, + 1490, + 1491, + 1492, + 1493, + 1494, + 1495, + 1496, + 1497, + 1498, + 1499, + 1500, + 1501, + 1502, + 1503, + 1504, + 1505, + 1506, + 1507, + 1508, + 1509, + 1510, + 1511, + 1512, + 1513, + 1514, + 1515, + 1516, + 1517, + 1518, + 1519, + 1520, + 1521, + 1522, + 1523, + 1524, + 1525, + 1526, + 1527, + 1528, + 1529, + 1530, + 1531, + 1532, + 1533, + 1534, + 1535, + 1536, + 1537, + 1538, + 1539, + 1540, + 1541, + 1542, + 1543, + 1544, + 1545, + 1546, + 1547, + 1548, + 1549, + 1550, + 1551, + 1552, + 1553, + 1554, + 1555, + 1556, + 1557, + 1558, + 1559, + 1560, + 1561, + 1562, + 1563, + 1564, + 1565, + 1566, + 1567, + 1568, + 1569, + 1570, + 1571, + 1572, + 1573, + 1574, + 1575, + 1576, + 1577, + 1578, + 1579, + 1580, + 1581, + 1582, + 1583, + 1584, + 1585, + 1586, + 1587, + 1588, + 1589, + 1590, + 1591, + 1592, + 1593, + 1594, + 1595, + 1596, + 1597, + 1598, + 1599, + 1600, + 1601, + 1602, + 1603, + 1604, + 1605, + 1606, + 1607, + 1608, + 1609, + 1610, + 1611, + 1612, + 1613, + 1614, + 1615, + 1616, + 1617, + 1618, + 1619, + 1620, + 1621, + 1622, + 1623, + 1624, + 1625, + 1626, + 1627, + 1628, + 1629, + 1630, + 1631, + 1632, + 1633, + 1634, + 1635, + 1636, + 1637, + 1638, + 1639, + 1640, + 1641, + 1642, + 1643, + 1644, + 1645, + 1646, + 1647, + 1648, + 1649, + 1650, + 1651, + 1652, + 1653, + 1654, + 1655, + 1656, + 1657, + 1658, + 1659, + 1660, + 1661, + 1662, + 1663, + 1664, + 1665, + 1666, + 1667, + 1668, + 1669, + 1670, + 1671, + 1672, + 1673, + 1674, + 1675, + 1676, + 1677, + 1678, + 1679, + 1680, + 1681, + 1682, + 1683, + 1684, + 1685, + 1686, + 1687, + 1688 + ] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/mjolnir_thrown.json b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/mjolnir_thrown.json new file mode 100644 index 00000000..eeb97a6e --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/mjolnir_thrown.json @@ -0,0 +1,23674 @@ +{ + "credit": "Made by Dunkan", + "texture_size": [128, 128], + "textures": { + "1": "armourandtoolsmod:item/mjolnir/all" + }, + "elements": [ + { + "from": [5.7, 7.9, 4.2], + "to": [11.7, 8.3, 4.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [2.875, 1.375, 3.625, 1.5], "texture": "#1"}, + "east": {"uv": [0.625, 3.375, 0.75, 3.5], "texture": "#1"}, + "south": {"uv": [2.875, 1.5, 3.625, 1.625], "texture": "#1"}, + "west": {"uv": [2.125, 3.75, 2.25, 3.875], "texture": "#1"}, + "up": {"uv": [3.625, 1.75, 2.875, 1.625], "texture": "#1"}, + "down": {"uv": [3.625, 1.75, 2.875, 1.875], "texture": "#1"} + } + }, + { + "from": [11.1, 9.5, 4.2], + "to": [11.65, 9.8, 10.3], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.95, 13.6, 8]}, + "faces": { + "north": {"uv": [4.375, 2.75, 4.5, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 1.875, 3.625, 2], "texture": "#1"}, + "south": {"uv": [5.5, 0.375, 5.625, 0.5], "texture": "#1"}, + "west": {"uv": [2.875, 2, 3.625, 2.125], "texture": "#1"}, + "up": {"uv": [3, 2.875, 2.875, 2.125], "texture": "#1"}, + "down": {"uv": [2.5, 2.875, 2.375, 3.625], "texture": "#1"} + } + }, + { + "from": [5.75, 9.5, 4.2], + "to": [6.3, 9.8, 10.3], + "rotation": {"angle": 22.5, "axis": "z", "origin": [9.45, 13.6, 8]}, + "faces": { + "north": {"uv": [5.5, 0.5, 5.625, 0.625], "texture": "#1"}, + "east": {"uv": [2.875, 2.875, 3.625, 3], "texture": "#1"}, + "south": {"uv": [5.5, 0.625, 5.625, 0.75], "texture": "#1"}, + "west": {"uv": [3, 0, 3.75, 0.125], "texture": "#1"}, + "up": {"uv": [2.625, 3.625, 2.5, 2.875], "texture": "#1"}, + "down": {"uv": [3.125, 0.125, 3, 0.875], "texture": "#1"} + } + }, + { + "from": [11, 9.075, 4.2], + "to": [11.55, 9.375, 10.3], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.95, 13.225, 8]}, + "faces": { + "north": {"uv": [5.5, 0.75, 5.625, 0.875], "texture": "#1"}, + "east": {"uv": [3, 0.875, 3.75, 1], "texture": "#1"}, + "south": {"uv": [5.5, 0.875, 5.625, 1], "texture": "#1"}, + "west": {"uv": [3, 1, 3.75, 1.125], "texture": "#1"}, + "up": {"uv": [3.125, 2.875, 3, 2.125], "texture": "#1"}, + "down": {"uv": [3, 3, 2.875, 3.75], "texture": "#1"} + } + }, + { + "from": [5.85, 9.075, 4.2], + "to": [6.4, 9.375, 10.3], + "rotation": {"angle": 22.5, "axis": "z", "origin": [9.45, 13.225, 8]}, + "faces": { + "north": {"uv": [5.5, 1, 5.625, 1.125], "texture": "#1"}, + "east": {"uv": [3, 1.125, 3.75, 1.25], "texture": "#1"}, + "south": {"uv": [5.5, 1.125, 5.625, 1.25], "texture": "#1"}, + "west": {"uv": [3, 1.25, 3.75, 1.375], "texture": "#1"}, + "up": {"uv": [3.125, 3.75, 3, 3], "texture": "#1"}, + "down": {"uv": [3.25, 0.125, 3.125, 0.875], "texture": "#1"} + } + }, + { + "from": [9.8, 8.4, 4.2], + "to": [11.7, 8.7, 4.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [1.25, 1.5, 1.5, 1.625], "texture": "#1"}, + "east": {"uv": [1.25, 5.5, 1.375, 5.625], "texture": "#1"}, + "south": {"uv": [1.25, 1.625, 1.5, 1.75], "texture": "#1"}, + "west": {"uv": [1.375, 5.5, 1.5, 5.625], "texture": "#1"}, + "up": {"uv": [2.25, 1.625, 2, 1.5], "texture": "#1"}, + "down": {"uv": [2.25, 1.625, 2, 1.75], "texture": "#1"} + } + }, + { + "from": [5.7, 8.4, 4.2], + "to": [7.6, 8.7, 4.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [1.25, 5.125, 1.5, 5.25], "texture": "#1"}, + "east": {"uv": [1.5, 5.5, 1.625, 5.625], "texture": "#1"}, + "south": {"uv": [1.5, 5.125, 1.75, 5.25], "texture": "#1"}, + "west": {"uv": [5.5, 1.5, 5.625, 1.625], "texture": "#1"}, + "up": {"uv": [5.375, 1.75, 5.125, 1.625], "texture": "#1"}, + "down": {"uv": [2, 5.125, 1.75, 5.25], "texture": "#1"} + } + }, + { + "from": [7.6, 8.6, 4.2], + "to": [9.8, 8.7, 4.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [5.125, 1.75, 5.375, 1.875], "texture": "#1"}, + "east": {"uv": [5.5, 1.625, 5.625, 1.75], "texture": "#1"}, + "south": {"uv": [5.125, 1.875, 5.375, 2], "texture": "#1"}, + "west": {"uv": [5.5, 1.75, 5.625, 1.875], "texture": "#1"}, + "up": {"uv": [5.375, 2.125, 5.125, 2], "texture": "#1"}, + "down": {"uv": [5.375, 2.125, 5.125, 2.25], "texture": "#1"} + } + }, + { + "from": [8.1, 8.3, 4.2], + "to": [9.3, 8.5, 10.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [1.875, 5.5, 2, 5.625], "texture": "#1"}, + "east": {"uv": [3.125, 2.125, 3.875, 2.25], "texture": "#1"}, + "south": {"uv": [2, 5.5, 2.125, 5.625], "texture": "#1"}, + "west": {"uv": [3.125, 2.25, 3.875, 2.375], "texture": "#1"}, + "up": {"uv": [3.25, 3.75, 3.125, 3], "texture": "#1"}, + "down": {"uv": [3.375, 0.125, 3.25, 0.875], "texture": "#1"} + } + }, + { + "from": [5.7, 8.7, 4.2], + "to": [11.7, 12.2, 4.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [0, 0, 0.75, 0.5], "texture": "#1"}, + "east": {"uv": [2.25, 0, 2.375, 0.5], "texture": "#1"}, + "south": {"uv": [0, 0.5, 0.75, 1], "texture": "#1"}, + "west": {"uv": [2.375, 0, 2.5, 0.5], "texture": "#1"}, + "up": {"uv": [3.875, 2.5, 3.125, 2.375], "texture": "#1"}, + "down": {"uv": [3.875, 2.5, 3.125, 2.625], "texture": "#1"} + } + }, + { + "from": [5.7, 8.7, 10.2], + "to": [11.7, 12.2, 10.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [0.75, 0, 1.5, 0.5], "texture": "#1"}, + "east": {"uv": [2.5, 0, 2.625, 0.5], "texture": "#1"}, + "south": {"uv": [0.75, 0.5, 1.5, 1], "texture": "#1"}, + "west": {"uv": [3.375, 3.875, 3.5, 4.375], "texture": "#1"}, + "up": {"uv": [3.875, 2.75, 3.125, 2.625], "texture": "#1"}, + "down": {"uv": [3.875, 2.75, 3.125, 2.875], "texture": "#1"} + } + }, + { + "from": [5.7, 7.9, 10], + "to": [11.7, 8.3, 10.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [3.25, 3, 4, 3.125], "texture": "#1"}, + "east": {"uv": [2.125, 5.5, 2.25, 5.625], "texture": "#1"}, + "south": {"uv": [3.25, 3.125, 4, 3.25], "texture": "#1"}, + "west": {"uv": [2.25, 5.5, 2.375, 5.625], "texture": "#1"}, + "up": {"uv": [4, 3.375, 3.25, 3.25], "texture": "#1"}, + "down": {"uv": [4.125, 0.125, 3.375, 0.25], "texture": "#1"} + } + }, + { + "from": [8.1, 8.4, 10.2], + "to": [9.3, 8.5, 10.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [2.375, 5.5, 2.5, 5.625], "texture": "#1"}, + "east": {"uv": [2.5, 5.5, 2.625, 5.625], "texture": "#1"}, + "south": {"uv": [2.625, 5.5, 2.75, 5.625], "texture": "#1"}, + "west": {"uv": [2.75, 5.5, 2.875, 5.625], "texture": "#1"}, + "up": {"uv": [5.625, 2.875, 5.5, 2.75], "texture": "#1"}, + "down": {"uv": [3, 5.5, 2.875, 5.625], "texture": "#1"} + } + }, + { + "from": [5.7, 8.4, 10.2], + "to": [7.6, 8.7, 10.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [5.125, 2.25, 5.375, 2.375], "texture": "#1"}, + "east": {"uv": [5.5, 2.875, 5.625, 3], "texture": "#1"}, + "south": {"uv": [5.125, 2.375, 5.375, 2.5], "texture": "#1"}, + "west": {"uv": [3, 5.5, 3.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.375, 2.625, 5.125, 2.5], "texture": "#1"}, + "down": {"uv": [2.875, 5.125, 2.625, 5.25], "texture": "#1"} + } + }, + { + "from": [9.8, 8.4, 10.2], + "to": [11.7, 8.7, 10.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [5.125, 2.625, 5.375, 2.75], "texture": "#1"}, + "east": {"uv": [3.125, 5.5, 3.25, 5.625], "texture": "#1"}, + "south": {"uv": [5.125, 2.75, 5.375, 2.875], "texture": "#1"}, + "west": {"uv": [3.25, 5.5, 3.375, 5.625], "texture": "#1"}, + "up": {"uv": [5.375, 3.125, 5.125, 3], "texture": "#1"}, + "down": {"uv": [5.375, 3.125, 5.125, 3.25], "texture": "#1"} + } + }, + { + "from": [7.6, 8.6, 10.2], + "to": [9.8, 8.7, 10.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [5.125, 3.25, 5.375, 3.375], "texture": "#1"}, + "east": {"uv": [5.5, 3.25, 5.625, 3.375], "texture": "#1"}, + "south": {"uv": [5.125, 3.375, 5.375, 3.5], "texture": "#1"}, + "west": {"uv": [5.5, 3.375, 5.625, 3.5], "texture": "#1"}, + "up": {"uv": [5.375, 3.625, 5.125, 3.5], "texture": "#1"}, + "down": {"uv": [5.375, 3.625, 5.125, 3.75], "texture": "#1"} + } + }, + { + "from": [5.7, 7, 5.1], + "to": [11.7, 7.1, 9.4], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [3.375, 0.25, 4.125, 0.375], "texture": "#1"}, + "east": {"uv": [0.625, 3.5, 1.125, 3.625], "texture": "#1"}, + "south": {"uv": [3.375, 0.375, 4.125, 0.5], "texture": "#1"}, + "west": {"uv": [0.625, 3.625, 1.125, 3.75], "texture": "#1"}, + "up": {"uv": [0.75, 1.5, 0, 1], "texture": "#1"}, + "down": {"uv": [1.5, 1, 0.75, 1.5], "texture": "#1"} + } + }, + { + "from": [5.7, 13, 5.1], + "to": [11.7, 13.1, 9.4], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [3.375, 0.5, 4.125, 0.625], "texture": "#1"}, + "east": {"uv": [3.875, 2.75, 4.375, 2.875], "texture": "#1"}, + "south": {"uv": [3.375, 0.625, 4.125, 0.75], "texture": "#1"}, + "west": {"uv": [3.5, 3.875, 4, 4], "texture": "#1"}, + "up": {"uv": [0.75, 2, 0, 1.5], "texture": "#1"}, + "down": {"uv": [2.25, 0, 1.5, 0.5], "texture": "#1"} + } + }, + { + "from": [5.7, 12.775, 4.325], + "to": [11.7, 13.1, 5.6], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 12.5, 5.35]}, + "faces": { + "north": {"uv": [3.375, 0.75, 4.125, 0.875], "texture": "#1"}, + "east": {"uv": [3.5, 5.5, 3.625, 5.625], "texture": "#1"}, + "south": {"uv": [3.25, 3.375, 4, 3.5], "texture": "#1"}, + "west": {"uv": [3.625, 5.5, 3.75, 5.625], "texture": "#1"}, + "up": {"uv": [4, 3.625, 3.25, 3.5], "texture": "#1"}, + "down": {"uv": [4.375, 1.375, 3.625, 1.5], "texture": "#1"} + } + }, + { + "from": [5.7, 7, 4.325], + "to": [11.7, 7.325, 5.6], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 7.6, 5.35]}, + "faces": { + "north": {"uv": [3.625, 1.5, 4.375, 1.625], "texture": "#1"}, + "east": {"uv": [3.75, 5.5, 3.875, 5.625], "texture": "#1"}, + "south": {"uv": [3.625, 1.625, 4.375, 1.75], "texture": "#1"}, + "west": {"uv": [5.5, 3.75, 5.625, 3.875], "texture": "#1"}, + "up": {"uv": [2.5, 3.75, 1.75, 3.625], "texture": "#1"}, + "down": {"uv": [4.375, 1.75, 3.625, 1.875], "texture": "#1"} + } + }, + { + "from": [5.7, 12.775, 8.9], + "to": [11.7, 13.1, 10.175], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 12.5, 9.15]}, + "faces": { + "north": {"uv": [3.625, 1.875, 4.375, 2], "texture": "#1"}, + "east": {"uv": [3.875, 5.5, 4, 5.625], "texture": "#1"}, + "south": {"uv": [3.625, 2, 4.375, 2.125], "texture": "#1"}, + "west": {"uv": [5.5, 3.875, 5.625, 4], "texture": "#1"}, + "up": {"uv": [4.375, 3, 3.625, 2.875], "texture": "#1"}, + "down": {"uv": [4, 3.625, 3.25, 3.75], "texture": "#1"} + } + }, + { + "from": [5.7, 7, 8.9], + "to": [11.7, 7.325, 10.175], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 7.6, 9.15]}, + "faces": { + "north": {"uv": [3.75, 0, 4.5, 0.125], "texture": "#1"}, + "east": {"uv": [5.5, 4, 5.625, 4.125], "texture": "#1"}, + "south": {"uv": [0.625, 3.75, 1.375, 3.875], "texture": "#1"}, + "west": {"uv": [4.125, 5.5, 4.25, 5.625], "texture": "#1"}, + "up": {"uv": [4.5, 1, 3.75, 0.875], "texture": "#1"}, + "down": {"uv": [4.5, 1, 3.75, 1.125], "texture": "#1"} + } + }, + { + "from": [5.7, 8.3, 4.3], + "to": [11.7, 8.6, 4.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [3.75, 1.125, 4.5, 1.25], "texture": "#1"}, + "east": {"uv": [5.5, 4.125, 5.625, 4.25], "texture": "#1"}, + "south": {"uv": [3.75, 1.25, 4.5, 1.375], "texture": "#1"}, + "west": {"uv": [4.25, 5.5, 4.375, 5.625], "texture": "#1"}, + "up": {"uv": [2.125, 3.875, 1.375, 3.75], "texture": "#1"}, + "down": {"uv": [3.625, 3.75, 2.875, 3.875], "texture": "#1"} + } + }, + { + "from": [5.7, 8.3, 10], + "to": [11.7, 8.6, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]}, + "faces": { + "north": {"uv": [3.625, 3.75, 4.375, 3.875], "texture": "#1"}, + "east": {"uv": [5.5, 4.25, 5.625, 4.375], "texture": "#1"}, + "south": {"uv": [0, 3.875, 0.75, 4], "texture": "#1"}, + "west": {"uv": [4.375, 5.5, 4.5, 5.625], "texture": "#1"}, + "up": {"uv": [1.5, 4, 0.75, 3.875], "texture": "#1"}, + "down": {"uv": [2.25, 3.875, 1.5, 4], "texture": "#1"} + } + }, + { + "from": [7.9, 12.975, 5.025], + "to": [8.6, 13.175, 6.7], + "rotation": {"angle": -22.5, "axis": "y", "origin": [7.5, 12.375, 8]}, + "faces": { + "north": {"uv": [5.5, 4.5, 5.625, 4.625], "texture": "#1"}, + "east": {"uv": [5.125, 3.75, 5.375, 3.875], "texture": "#1"}, + "south": {"uv": [4.625, 5.5, 4.75, 5.625], "texture": "#1"}, + "west": {"uv": [5.125, 3.875, 5.375, 4], "texture": "#1"}, + "up": {"uv": [2.375, 1.75, 2.25, 1.5], "texture": "#1"}, + "down": {"uv": [1.25, 3.5, 1.125, 3.75], "texture": "#1"} + } + }, + { + "from": [8.975, 12.975, 7.425], + "to": [10.7, 13.175, 8.125], + "rotation": {"angle": 22.5, "axis": "y", "origin": [7.5, 12.375, 8]}, + "faces": { + "north": {"uv": [5.25, 0, 5.5, 0.125], "texture": "#1"}, + "east": {"uv": [4.875, 5.5, 5, 5.625], "texture": "#1"}, + "south": {"uv": [5.25, 0.125, 5.5, 0.25], "texture": "#1"}, + "west": {"uv": [5, 5.5, 5.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.5, 0.375, 5.25, 0.25], "texture": "#1"}, + "down": {"uv": [5.5, 0.375, 5.25, 0.5], "texture": "#1"} + } + }, + { + "from": [6.8, 12.975, 6.9], + "to": [10.5, 13.175, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.375, 8]}, + "faces": { + "north": {"uv": [0, 4, 0.5, 4.125], "texture": "#1"}, + "east": {"uv": [5.5, 5.125, 5.625, 5.25], "texture": "#1"}, + "south": {"uv": [0.5, 4, 1, 4.125], "texture": "#1"}, + "west": {"uv": [5.25, 5.5, 5.375, 5.625], "texture": "#1"}, + "up": {"uv": [1.5, 4.125, 1, 4], "texture": "#1"}, + "down": {"uv": [2, 4, 1.5, 4.125], "texture": "#1"} + } + }, + { + "from": [9.05, 12.975, 6.375], + "to": [10.7, 13.175, 7.075], + "rotation": {"angle": -22.5, "axis": "y", "origin": [7.5, 12.375, 6.5]}, + "faces": { + "north": {"uv": [5.25, 0.5, 5.5, 0.625], "texture": "#1"}, + "east": {"uv": [5.375, 5.5, 5.5, 5.625], "texture": "#1"}, + "south": {"uv": [5.25, 0.625, 5.5, 0.75], "texture": "#1"}, + "west": {"uv": [5.5, 5.5, 5.625, 5.625], "texture": "#1"}, + "up": {"uv": [5.5, 0.875, 5.25, 0.75], "texture": "#1"}, + "down": {"uv": [5.5, 0.875, 5.25, 1], "texture": "#1"} + } + }, + { + "from": [7.375, 12.975, 8.125], + "to": [8.2, 13.175, 9.675], + "rotation": {"angle": 45, "axis": "y", "origin": [7.5, 12.375, 6.5]}, + "faces": { + "north": {"uv": [0, 5.625, 0.125, 5.75], "texture": "#1"}, + "east": {"uv": [5.25, 1, 5.5, 1.125], "texture": "#1"}, + "south": {"uv": [0.125, 5.625, 0.25, 5.75], "texture": "#1"}, + "west": {"uv": [5.25, 1.125, 5.5, 1.25], "texture": "#1"}, + "up": {"uv": [1.375, 5.5, 1.25, 5.25], "texture": "#1"}, + "down": {"uv": [5.375, 1.25, 5.25, 1.5], "texture": "#1"} + } + }, + { + "from": [7.9, 12.975, 7.725], + "to": [8.6, 13.175, 9.475], + "rotation": {"angle": 22.5, "axis": "y", "origin": [7.5, 12.375, 6.5]}, + "faces": { + "north": {"uv": [5.625, 0.125, 5.75, 0.25], "texture": "#1"}, + "east": {"uv": [1.375, 5.25, 1.625, 5.375], "texture": "#1"}, + "south": {"uv": [0.25, 5.625, 0.375, 5.75], "texture": "#1"}, + "west": {"uv": [1.625, 5.25, 1.875, 5.375], "texture": "#1"}, + "up": {"uv": [2, 5.5, 1.875, 5.25], "texture": "#1"}, + "down": {"uv": [2.625, 5.25, 2.5, 5.5], "texture": "#1"} + } + }, + { + "from": [8.3, 12.975, 5.4], + "to": [9, 13.175, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.375, 8]}, + "faces": { + "north": {"uv": [5.625, 0.25, 5.75, 0.375], "texture": "#1"}, + "east": {"uv": [4, 2.125, 4.5, 2.25], "texture": "#1"}, + "south": {"uv": [0.375, 5.625, 0.5, 5.75], "texture": "#1"}, + "west": {"uv": [4, 2.25, 4.5, 2.375], "texture": "#1"}, + "up": {"uv": [2.125, 4.5, 2, 4], "texture": "#1"}, + "down": {"uv": [2.25, 4, 2.125, 4.5], "texture": "#1"} + } + }, + { + "from": [8.7, 12.975, 7.725], + "to": [9.4, 13.175, 9.475], + "rotation": {"angle": -22.5, "axis": "y", "origin": [9.8, 12.375, 6.5]}, + "faces": { + "north": {"uv": [5.625, 0.375, 5.75, 0.5], "texture": "#1"}, + "east": {"uv": [2.625, 5.25, 2.875, 5.375], "texture": "#1"}, + "south": {"uv": [0.5, 5.625, 0.625, 5.75], "texture": "#1"}, + "west": {"uv": [5.25, 5.125, 5.5, 5.25], "texture": "#1"}, + "up": {"uv": [4.5, 5.5, 4.375, 5.25], "texture": "#1"}, + "down": {"uv": [5.375, 5.25, 5.25, 5.5], "texture": "#1"} + } + }, + { + "from": [9.1, 12.975, 8.125], + "to": [9.925, 13.175, 9.675], + "rotation": {"angle": -45, "axis": "y", "origin": [9.8, 12.375, 6.5]}, + "faces": { + "north": {"uv": [5.625, 0.5, 5.75, 0.625], "texture": "#1"}, + "east": {"uv": [5.375, 1.25, 5.625, 1.375], "texture": "#1"}, + "south": {"uv": [0.625, 5.625, 0.75, 5.75], "texture": "#1"}, + "west": {"uv": [1.375, 5.375, 1.625, 5.5], "texture": "#1"}, + "up": {"uv": [1.75, 5.625, 1.625, 5.375], "texture": "#1"}, + "down": {"uv": [5.5, 1.625, 5.375, 1.875], "texture": "#1"} + } + }, + { + "from": [6.6, 12.975, 6.375], + "to": [8.25, 13.175, 7.075], + "rotation": {"angle": 22.5, "axis": "y", "origin": [9.8, 12.375, 6.5]}, + "faces": { + "north": {"uv": [5.375, 1.375, 5.625, 1.5], "texture": "#1"}, + "east": {"uv": [5.625, 0.625, 5.75, 0.75], "texture": "#1"}, + "south": {"uv": [5.375, 1.875, 5.625, 2], "texture": "#1"}, + "west": {"uv": [0.75, 5.625, 0.875, 5.75], "texture": "#1"}, + "up": {"uv": [5.625, 2.125, 5.375, 2], "texture": "#1"}, + "down": {"uv": [5.625, 2.125, 5.375, 2.25], "texture": "#1"} + } + }, + { + "from": [6.6, 12.975, 7.425], + "to": [8.325, 13.175, 8.125], + "rotation": {"angle": -22.5, "axis": "y", "origin": [9.8, 12.375, 8]}, + "faces": { + "north": {"uv": [2.25, 5.375, 2.5, 5.5], "texture": "#1"}, + "east": {"uv": [5.625, 0.75, 5.75, 0.875], "texture": "#1"}, + "south": {"uv": [5.375, 2.25, 5.625, 2.375], "texture": "#1"}, + "west": {"uv": [0.875, 5.625, 1, 5.75], "texture": "#1"}, + "up": {"uv": [5.625, 2.5, 5.375, 2.375], "texture": "#1"}, + "down": {"uv": [5.625, 2.5, 5.375, 2.625], "texture": "#1"} + } + }, + { + "from": [9.1, 12.975, 4.825], + "to": [9.925, 13.175, 6.575], + "rotation": {"angle": 45, "axis": "y", "origin": [9.8, 12.375, 8]}, + "faces": { + "north": {"uv": [5.625, 0.875, 5.75, 1], "texture": "#1"}, + "east": {"uv": [2.625, 5.375, 2.875, 5.5], "texture": "#1"}, + "south": {"uv": [1, 5.625, 1.125, 5.75], "texture": "#1"}, + "west": {"uv": [5.375, 2.625, 5.625, 2.75], "texture": "#1"}, + "up": {"uv": [1.875, 5.625, 1.75, 5.375], "texture": "#1"}, + "down": {"uv": [5.5, 2.75, 5.375, 3], "texture": "#1"} + } + }, + { + "from": [8.7, 12.975, 5.025], + "to": [9.4, 13.175, 6.7], + "rotation": {"angle": 22.5, "axis": "y", "origin": [9.8, 12.375, 8]}, + "faces": { + "north": {"uv": [5.625, 1, 5.75, 1.125], "texture": "#1"}, + "east": {"uv": [5.375, 3, 5.625, 3.125], "texture": "#1"}, + "south": {"uv": [1.125, 5.625, 1.25, 5.75], "texture": "#1"}, + "west": {"uv": [5.375, 3.125, 5.625, 3.25], "texture": "#1"}, + "up": {"uv": [5.5, 3.5, 5.375, 3.25], "texture": "#1"}, + "down": {"uv": [3.5, 5.375, 3.375, 5.625], "texture": "#1"} + } + }, + { + "from": [11.7, 12.7, 5.2], + "to": [11.8, 13, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 7.1, 7.5]}, + "faces": { + "north": {"uv": [5.625, 1.125, 5.75, 1.25], "texture": "#1"}, + "east": {"uv": [4, 2.375, 4.5, 2.5], "texture": "#1"}, + "south": {"uv": [1.25, 5.625, 1.375, 5.75], "texture": "#1"}, + "west": {"uv": [4, 2.5, 4.5, 2.625], "texture": "#1"}, + "up": {"uv": [4.125, 3.5, 4, 3], "texture": "#1"}, + "down": {"uv": [3.625, 4, 3.5, 4.5], "texture": "#1"} + } + }, + { + "from": [5.6, 12.7, 5.2], + "to": [5.7, 13, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 7.1, 7.5]}, + "faces": { + "north": {"uv": [5.625, 1.25, 5.75, 1.375], "texture": "#1"}, + "east": {"uv": [4, 2.625, 4.5, 2.75], "texture": "#1"}, + "south": {"uv": [1.375, 5.625, 1.5, 5.75], "texture": "#1"}, + "west": {"uv": [4, 3.5, 4.5, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 4.5, 3.625, 4], "texture": "#1"}, + "down": {"uv": [3.875, 4, 3.75, 4.5], "texture": "#1"} + } + }, + { + "from": [11.7, 8, 9.9], + "to": [11.8, 12.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 9.8, 4.3]}, + "faces": { + "north": {"uv": [3.875, 4, 4, 4.5], "texture": "#1"}, + "east": {"uv": [4, 3.875, 4.125, 4.375], "texture": "#1"}, + "south": {"uv": [0, 4.125, 0.125, 4.625], "texture": "#1"}, + "west": {"uv": [0.125, 4.125, 0.25, 4.625], "texture": "#1"}, + "up": {"uv": [5.75, 1.5, 5.625, 1.375], "texture": "#1"}, + "down": {"uv": [1.625, 5.625, 1.5, 5.75], "texture": "#1"} + } + }, + { + "from": [5.6, 8, 9.9], + "to": [5.7, 12.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 9.8, 4.3]}, + "faces": { + "north": {"uv": [4.125, 0.125, 4.25, 0.625], "texture": "#1"}, + "east": {"uv": [0.25, 4.125, 0.375, 4.625], "texture": "#1"}, + "south": {"uv": [0.375, 4.125, 0.5, 4.625], "texture": "#1"}, + "west": {"uv": [0.5, 4.125, 0.625, 4.625], "texture": "#1"}, + "up": {"uv": [5.75, 1.625, 5.625, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 5.625, 1.625, 5.75], "texture": "#1"} + } + }, + { + "from": [11.7, 8, 4.3], + "to": [11.8, 12.1, 4.6], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 9.8, 10.2]}, + "faces": { + "north": {"uv": [0.625, 4.125, 0.75, 4.625], "texture": "#1"}, + "east": {"uv": [0.75, 4.125, 0.875, 4.625], "texture": "#1"}, + "south": {"uv": [0.875, 4.125, 1, 4.625], "texture": "#1"}, + "west": {"uv": [1, 4.125, 1.125, 4.625], "texture": "#1"}, + "up": {"uv": [5.75, 1.75, 5.625, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 5.625, 1.75, 5.75], "texture": "#1"} + } + }, + { + "from": [5.6, 8, 4.3], + "to": [5.7, 12.1, 4.6], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 9.8, 10.2]}, + "faces": { + "north": {"uv": [1.125, 4.125, 1.25, 4.625], "texture": "#1"}, + "east": {"uv": [1.25, 4.125, 1.375, 4.625], "texture": "#1"}, + "south": {"uv": [1.375, 4.125, 1.5, 4.625], "texture": "#1"}, + "west": {"uv": [1.5, 4.125, 1.625, 4.625], "texture": "#1"}, + "up": {"uv": [5.75, 1.875, 5.625, 1.75], "texture": "#1"}, + "down": {"uv": [2, 5.625, 1.875, 5.75], "texture": "#1"} + } + }, + { + "from": [11.7, 7.1, 5.2], + "to": [11.8, 7.4, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 13, 7.5]}, + "faces": { + "north": {"uv": [5.625, 1.875, 5.75, 2], "texture": "#1"}, + "east": {"uv": [4, 3.625, 4.5, 3.75], "texture": "#1"}, + "south": {"uv": [2, 5.625, 2.125, 5.75], "texture": "#1"}, + "west": {"uv": [4.125, 0.625, 4.625, 0.75], "texture": "#1"}, + "up": {"uv": [1.75, 4.625, 1.625, 4.125], "texture": "#1"}, + "down": {"uv": [1.875, 4.125, 1.75, 4.625], "texture": "#1"} + } + }, + { + "from": [5.6, 7.1, 5.2], + "to": [5.7, 7.4, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 13, 7.5]}, + "faces": { + "north": {"uv": [5.625, 2, 5.75, 2.125], "texture": "#1"}, + "east": {"uv": [4.125, 0.75, 4.625, 0.875], "texture": "#1"}, + "south": {"uv": [2.125, 5.625, 2.25, 5.75], "texture": "#1"}, + "west": {"uv": [4.125, 3, 4.625, 3.125], "texture": "#1"}, + "up": {"uv": [2, 4.625, 1.875, 4.125], "texture": "#1"}, + "down": {"uv": [2.75, 4.125, 2.625, 4.625], "texture": "#1"} + } + }, + { + "from": [11.8, 12.7, 9.2], + "to": [12.3, 13, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 7.1, 7.5]}, + "faces": { + "north": {"uv": [5.625, 2.125, 5.75, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 5.625, 2.375, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 2.25, 5.75, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 5.625, 2.5, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 2.5, 5.625, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 5.625, 2.5, 5.75], "texture": "#1"} + } + }, + { + "from": [5.1, 12.7, 9.2], + "to": [5.6, 13, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 7.1, 7.5]}, + "faces": { + "north": {"uv": [5.625, 2.5, 5.75, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 5.625, 2.75, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 2.625, 5.75, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 5.625, 2.875, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 2.875, 5.625, 2.75], "texture": "#1"}, + "down": {"uv": [3, 5.625, 2.875, 5.75], "texture": "#1"} + } + }, + { + "from": [11.8, 8, 9.9], + "to": [12.3, 8.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 9.8, 4.3]}, + "faces": { + "north": {"uv": [5.625, 2.875, 5.75, 3], "texture": "#1"}, + "east": {"uv": [3, 5.625, 3.125, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 3, 5.75, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 5.625, 3.25, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 3.25, 5.625, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 5.625, 3.25, 5.75], "texture": "#1"} + } + }, + { + "from": [5.1, 8, 9.9], + "to": [5.6, 8.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 9.8, 4.3]}, + "faces": { + "north": {"uv": [5.625, 3.25, 5.75, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 5.625, 3.5, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 3.375, 5.75, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 5.625, 3.625, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 3.625, 5.625, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 5.625, 3.625, 5.75], "texture": "#1"} + } + }, + { + "from": [11.8, 8, 4.3], + "to": [12.3, 8.1, 4.6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 9.8, 10.2]}, + "faces": { + "north": {"uv": [5.625, 3.625, 5.75, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 5.625, 3.875, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 3.75, 5.75, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 5.625, 4, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 4, 5.625, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 5.625, 4, 5.75], "texture": "#1"} + } + }, + { + "from": [5.1, 8, 4.3], + "to": [5.6, 8.1, 4.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 9.8, 10.2]}, + "faces": { + "north": {"uv": [5.625, 4, 5.75, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 5.625, 4.25, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 4.125, 5.75, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 5.625, 4.375, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 4.375, 5.625, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 5.625, 4.375, 5.75], "texture": "#1"} + } + }, + { + "from": [11.8, 7.1, 9.2], + "to": [12.3, 7.4, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 13, 7.5]}, + "faces": { + "north": {"uv": [5.625, 4.375, 5.75, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 5.625, 4.625, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 4.5, 5.75, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 5.625, 4.75, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 4.75, 5.625, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 5.625, 4.75, 5.75], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 9.2], + "to": [5.6, 7.4, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 13, 7.5]}, + "faces": { + "north": {"uv": [5.625, 4.75, 5.75, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 5.625, 5, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 4.875, 5.75, 5], "texture": "#1"}, + "west": {"uv": [5, 5.625, 5.125, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 5.125, 5.625, 5], "texture": "#1"}, + "down": {"uv": [5.25, 5.625, 5.125, 5.75], "texture": "#1"} + } + }, + { + "from": [11.8, 12.7, 5.2], + "to": [12.3, 13, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 7.1, 3.5]}, + "faces": { + "north": {"uv": [5.625, 5.125, 5.75, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 5.625, 5.375, 5.75], "texture": "#1"}, + "south": {"uv": [5.625, 5.25, 5.75, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 5.625, 5.5, 5.75], "texture": "#1"}, + "up": {"uv": [5.75, 5.5, 5.625, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 5.625, 5.5, 5.75], "texture": "#1"} + } + }, + { + "from": [5.1, 12.7, 5.2], + "to": [5.6, 13, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 7.1, 3.5]}, + "faces": { + "north": {"uv": [5.625, 5.5, 5.75, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 5.625, 5.75, 5.75], "texture": "#1"}, + "south": {"uv": [0, 5.75, 0.125, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 0, 5.875, 0.125], "texture": "#1"}, + "up": {"uv": [0.25, 5.875, 0.125, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 0.125, 5.75, 0.25], "texture": "#1"} + } + }, + { + "from": [11.8, 12, 9.9], + "to": [12.3, 12.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 13.8, 4.3]}, + "faces": { + "north": {"uv": [0.25, 5.75, 0.375, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 0.25, 5.875, 0.375], "texture": "#1"}, + "south": {"uv": [0.375, 5.75, 0.5, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 0.375, 5.875, 0.5], "texture": "#1"}, + "up": {"uv": [0.625, 5.875, 0.5, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 0.5, 5.75, 0.625], "texture": "#1"} + } + }, + { + "from": [5.1, 12, 9.9], + "to": [5.6, 12.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 13.8, 4.3]}, + "faces": { + "north": {"uv": [0.625, 5.75, 0.75, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 0.625, 5.875, 0.75], "texture": "#1"}, + "south": {"uv": [0.75, 5.75, 0.875, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 0.75, 5.875, 0.875], "texture": "#1"}, + "up": {"uv": [1, 5.875, 0.875, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 0.875, 5.75, 1], "texture": "#1"} + } + }, + { + "from": [11.8, 12, 4.3], + "to": [12.3, 12.1, 4.6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 13.8, 10.2]}, + "faces": { + "north": {"uv": [1, 5.75, 1.125, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 1, 5.875, 1.125], "texture": "#1"}, + "south": {"uv": [1.125, 5.75, 1.25, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 1.125, 5.875, 1.25], "texture": "#1"}, + "up": {"uv": [1.375, 5.875, 1.25, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 1.25, 5.75, 1.375], "texture": "#1"} + } + }, + { + "from": [5.1, 12, 4.3], + "to": [5.6, 12.1, 4.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 13.8, 10.2]}, + "faces": { + "north": {"uv": [1.375, 5.75, 1.5, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 1.375, 5.875, 1.5], "texture": "#1"}, + "south": {"uv": [1.5, 5.75, 1.625, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 1.5, 5.875, 1.625], "texture": "#1"}, + "up": {"uv": [1.75, 5.875, 1.625, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 1.625, 5.75, 1.75], "texture": "#1"} + } + }, + { + "from": [11.8, 7.1, 5.2], + "to": [12.3, 7.4, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 13, 3.5]}, + "faces": { + "north": {"uv": [1.75, 5.75, 1.875, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 1.75, 5.875, 1.875], "texture": "#1"}, + "south": {"uv": [1.875, 5.75, 2, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 1.875, 5.875, 2], "texture": "#1"}, + "up": {"uv": [2.125, 5.875, 2, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 2, 5.75, 2.125], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 5.2], + "to": [5.6, 7.4, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 13, 3.5]}, + "faces": { + "north": {"uv": [2.125, 5.75, 2.25, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 2.125, 5.875, 2.25], "texture": "#1"}, + "south": {"uv": [2.25, 5.75, 2.375, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 2.25, 5.875, 2.375], "texture": "#1"}, + "up": {"uv": [2.5, 5.875, 2.375, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 2.375, 5.75, 2.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.625, 9.2], + "to": [12.6, 12.925, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 7.1, 3.5]}, + "faces": { + "north": {"uv": [2.5, 5.75, 2.625, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 2.5, 5.875, 2.625], "texture": "#1"}, + "south": {"uv": [2.625, 5.75, 2.75, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 2.625, 5.875, 2.75], "texture": "#1"}, + "up": {"uv": [2.875, 5.875, 2.75, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 2.75, 5.75, 2.875], "texture": "#1"} + } + }, + { + "from": [4.8, 12.625, 9.2], + "to": [5.1, 12.925, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 7.1, 3.5]}, + "faces": { + "north": {"uv": [2.875, 5.75, 3, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 2.875, 5.875, 3], "texture": "#1"}, + "south": {"uv": [3, 5.75, 3.125, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 3, 5.875, 3.125], "texture": "#1"}, + "up": {"uv": [3.25, 5.875, 3.125, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 3.125, 5.75, 3.25], "texture": "#1"} + } + }, + { + "from": [12.3, 8, 9.825], + "to": [12.6, 8.1, 10.125], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 13.8, 4.3]}, + "faces": { + "north": {"uv": [3.25, 5.75, 3.375, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 3.25, 5.875, 3.375], "texture": "#1"}, + "south": {"uv": [3.375, 5.75, 3.5, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 3.375, 5.875, 3.5], "texture": "#1"}, + "up": {"uv": [3.625, 5.875, 3.5, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 3.5, 5.75, 3.625], "texture": "#1"} + } + }, + { + "from": [4.8, 8, 9.825], + "to": [5.1, 8.1, 10.125], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 13.8, 4.3]}, + "faces": { + "north": {"uv": [3.625, 5.75, 3.75, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 3.625, 5.875, 3.75], "texture": "#1"}, + "south": {"uv": [3.75, 5.75, 3.875, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 3.75, 5.875, 3.875], "texture": "#1"}, + "up": {"uv": [4, 5.875, 3.875, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 3.875, 5.75, 4], "texture": "#1"} + } + }, + { + "from": [12.3, 8, 4.375], + "to": [12.6, 8.1, 4.675], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 13.8, 10.2]}, + "faces": { + "north": {"uv": [4, 5.75, 4.125, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 4, 5.875, 4.125], "texture": "#1"}, + "south": {"uv": [4.125, 5.75, 4.25, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 4.125, 5.875, 4.25], "texture": "#1"}, + "up": {"uv": [4.375, 5.875, 4.25, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 4.25, 5.75, 4.375], "texture": "#1"} + } + }, + { + "from": [4.8, 8, 4.375], + "to": [5.1, 8.1, 4.675], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 13.8, 10.2]}, + "faces": { + "north": {"uv": [4.375, 5.75, 4.5, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 4.375, 5.875, 4.5], "texture": "#1"}, + "south": {"uv": [4.5, 5.75, 4.625, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 4.5, 5.875, 4.625], "texture": "#1"}, + "up": {"uv": [4.75, 5.875, 4.625, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 4.625, 5.75, 4.75], "texture": "#1"} + } + }, + { + "from": [12.3, 7.175, 9.2], + "to": [12.6, 7.475, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 13, 3.5]}, + "faces": { + "north": {"uv": [4.75, 5.75, 4.875, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 4.75, 5.875, 4.875], "texture": "#1"}, + "south": {"uv": [4.875, 5.75, 5, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 4.875, 5.875, 5], "texture": "#1"}, + "up": {"uv": [5.125, 5.875, 5, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 5, 5.75, 5.125], "texture": "#1"} + } + }, + { + "from": [4.8, 7.175, 9.2], + "to": [5.1, 7.475, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 13, 3.5]}, + "faces": { + "north": {"uv": [5.125, 5.75, 5.25, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 5.125, 5.875, 5.25], "texture": "#1"}, + "south": {"uv": [5.25, 5.75, 5.375, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 5.25, 5.875, 5.375], "texture": "#1"}, + "up": {"uv": [5.5, 5.875, 5.375, 5.75], "texture": "#1"}, + "down": {"uv": [5.875, 5.375, 5.75, 5.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.625, 5.2], + "to": [12.6, 12.925, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 7.1, -0.5]}, + "faces": { + "north": {"uv": [5.5, 5.75, 5.625, 5.875], "texture": "#1"}, + "east": {"uv": [5.75, 5.5, 5.875, 5.625], "texture": "#1"}, + "south": {"uv": [5.625, 5.75, 5.75, 5.875], "texture": "#1"}, + "west": {"uv": [5.75, 5.625, 5.875, 5.75], "texture": "#1"}, + "up": {"uv": [5.875, 5.875, 5.75, 5.75], "texture": "#1"}, + "down": {"uv": [0.125, 5.875, 0, 6], "texture": "#1"} + } + }, + { + "from": [4.8, 12.625, 5.2], + "to": [5.1, 12.925, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 7.1, -0.5]}, + "faces": { + "north": {"uv": [5.875, 0, 6, 0.125], "texture": "#1"}, + "east": {"uv": [0.125, 5.875, 0.25, 6], "texture": "#1"}, + "south": {"uv": [5.875, 0.125, 6, 0.25], "texture": "#1"}, + "west": {"uv": [0.25, 5.875, 0.375, 6], "texture": "#1"}, + "up": {"uv": [6, 0.375, 5.875, 0.25], "texture": "#1"}, + "down": {"uv": [0.5, 5.875, 0.375, 6], "texture": "#1"} + } + }, + { + "from": [12.3, 12, 9.825], + "to": [12.6, 12.1, 10.125], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 17.8, 4.3]}, + "faces": { + "north": {"uv": [5.875, 0.375, 6, 0.5], "texture": "#1"}, + "east": {"uv": [0.5, 5.875, 0.625, 6], "texture": "#1"}, + "south": {"uv": [5.875, 0.5, 6, 0.625], "texture": "#1"}, + "west": {"uv": [0.625, 5.875, 0.75, 6], "texture": "#1"}, + "up": {"uv": [6, 0.75, 5.875, 0.625], "texture": "#1"}, + "down": {"uv": [0.875, 5.875, 0.75, 6], "texture": "#1"} + } + }, + { + "from": [4.8, 12, 9.825], + "to": [5.1, 12.1, 10.125], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 17.8, 4.3]}, + "faces": { + "north": {"uv": [5.875, 0.75, 6, 0.875], "texture": "#1"}, + "east": {"uv": [0.875, 5.875, 1, 6], "texture": "#1"}, + "south": {"uv": [5.875, 0.875, 6, 1], "texture": "#1"}, + "west": {"uv": [1, 5.875, 1.125, 6], "texture": "#1"}, + "up": {"uv": [6, 1.125, 5.875, 1], "texture": "#1"}, + "down": {"uv": [1.25, 5.875, 1.125, 6], "texture": "#1"} + } + }, + { + "from": [12.3, 12, 4.375], + "to": [12.6, 12.1, 4.675], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 17.8, 10.2]}, + "faces": { + "north": {"uv": [5.875, 1.125, 6, 1.25], "texture": "#1"}, + "east": {"uv": [1.25, 5.875, 1.375, 6], "texture": "#1"}, + "south": {"uv": [5.875, 1.25, 6, 1.375], "texture": "#1"}, + "west": {"uv": [1.375, 5.875, 1.5, 6], "texture": "#1"}, + "up": {"uv": [6, 1.5, 5.875, 1.375], "texture": "#1"}, + "down": {"uv": [1.625, 5.875, 1.5, 6], "texture": "#1"} + } + }, + { + "from": [4.8, 12, 4.375], + "to": [5.1, 12.1, 4.675], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 17.8, 10.2]}, + "faces": { + "north": {"uv": [5.875, 1.5, 6, 1.625], "texture": "#1"}, + "east": {"uv": [1.625, 5.875, 1.75, 6], "texture": "#1"}, + "south": {"uv": [5.875, 1.625, 6, 1.75], "texture": "#1"}, + "west": {"uv": [1.75, 5.875, 1.875, 6], "texture": "#1"}, + "up": {"uv": [6, 1.875, 5.875, 1.75], "texture": "#1"}, + "down": {"uv": [2, 5.875, 1.875, 6], "texture": "#1"} + } + }, + { + "from": [12.3, 7.175, 5.2], + "to": [12.6, 7.475, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [13.775, 13, -0.5]}, + "faces": { + "north": {"uv": [5.875, 1.875, 6, 2], "texture": "#1"}, + "east": {"uv": [2, 5.875, 2.125, 6], "texture": "#1"}, + "south": {"uv": [5.875, 2, 6, 2.125], "texture": "#1"}, + "west": {"uv": [2.125, 5.875, 2.25, 6], "texture": "#1"}, + "up": {"uv": [6, 2.25, 5.875, 2.125], "texture": "#1"}, + "down": {"uv": [2.375, 5.875, 2.25, 6], "texture": "#1"} + } + }, + { + "from": [4.8, 7.175, 5.2], + "to": [5.1, 7.475, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.625, 13, -0.5]}, + "faces": { + "north": {"uv": [5.875, 2.25, 6, 2.375], "texture": "#1"}, + "east": {"uv": [2.375, 5.875, 2.5, 6], "texture": "#1"}, + "south": {"uv": [5.875, 2.375, 6, 2.5], "texture": "#1"}, + "west": {"uv": [2.5, 5.875, 2.625, 6], "texture": "#1"}, + "up": {"uv": [6, 2.625, 5.875, 2.5], "texture": "#1"}, + "down": {"uv": [2.75, 5.875, 2.625, 6], "texture": "#1"} + } + }, + { + "from": [12.6, 12.525, 9.2], + "to": [13, 12.85, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 7, 3.5]}, + "faces": { + "north": {"uv": [5.875, 2.625, 6, 2.75], "texture": "#1"}, + "east": {"uv": [2.75, 5.875, 2.875, 6], "texture": "#1"}, + "south": {"uv": [5.875, 2.75, 6, 2.875], "texture": "#1"}, + "west": {"uv": [2.875, 5.875, 3, 6], "texture": "#1"}, + "up": {"uv": [6, 3, 5.875, 2.875], "texture": "#1"}, + "down": {"uv": [3.125, 5.875, 3, 6], "texture": "#1"} + } + }, + { + "from": [4.4, 12.525, 9.2], + "to": [4.8, 12.85, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 7, 3.5]}, + "faces": { + "north": {"uv": [5.875, 3, 6, 3.125], "texture": "#1"}, + "east": {"uv": [3.125, 5.875, 3.25, 6], "texture": "#1"}, + "south": {"uv": [5.875, 3.125, 6, 3.25], "texture": "#1"}, + "west": {"uv": [3.25, 5.875, 3.375, 6], "texture": "#1"}, + "up": {"uv": [6, 3.375, 5.875, 3.25], "texture": "#1"}, + "down": {"uv": [3.5, 5.875, 3.375, 6], "texture": "#1"} + } + }, + { + "from": [12.6, 8, 9.725], + "to": [13, 8.1, 10.05], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 13.8, 4.2]}, + "faces": { + "north": {"uv": [5.875, 3.375, 6, 3.5], "texture": "#1"}, + "east": {"uv": [3.5, 5.875, 3.625, 6], "texture": "#1"}, + "south": {"uv": [5.875, 3.5, 6, 3.625], "texture": "#1"}, + "west": {"uv": [3.625, 5.875, 3.75, 6], "texture": "#1"}, + "up": {"uv": [6, 3.75, 5.875, 3.625], "texture": "#1"}, + "down": {"uv": [3.875, 5.875, 3.75, 6], "texture": "#1"} + } + }, + { + "from": [4.4, 8, 9.725], + "to": [4.8, 8.1, 10.05], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 13.8, 4.2]}, + "faces": { + "north": {"uv": [5.875, 3.75, 6, 3.875], "texture": "#1"}, + "east": {"uv": [3.875, 5.875, 4, 6], "texture": "#1"}, + "south": {"uv": [5.875, 3.875, 6, 4], "texture": "#1"}, + "west": {"uv": [4, 5.875, 4.125, 6], "texture": "#1"}, + "up": {"uv": [6, 4.125, 5.875, 4], "texture": "#1"}, + "down": {"uv": [4.25, 5.875, 4.125, 6], "texture": "#1"} + } + }, + { + "from": [12.6, 8, 4.45], + "to": [13, 8.1, 4.775], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 13.8, 10.3]}, + "faces": { + "north": {"uv": [5.875, 4.125, 6, 4.25], "texture": "#1"}, + "east": {"uv": [4.25, 5.875, 4.375, 6], "texture": "#1"}, + "south": {"uv": [5.875, 4.25, 6, 4.375], "texture": "#1"}, + "west": {"uv": [4.375, 5.875, 4.5, 6], "texture": "#1"}, + "up": {"uv": [6, 4.5, 5.875, 4.375], "texture": "#1"}, + "down": {"uv": [4.625, 5.875, 4.5, 6], "texture": "#1"} + } + }, + { + "from": [4.4, 8, 4.45], + "to": [4.8, 8.1, 4.775], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 13.8, 10.3]}, + "faces": { + "north": {"uv": [5.875, 4.5, 6, 4.625], "texture": "#1"}, + "east": {"uv": [4.625, 5.875, 4.75, 6], "texture": "#1"}, + "south": {"uv": [5.875, 4.625, 6, 4.75], "texture": "#1"}, + "west": {"uv": [4.75, 5.875, 4.875, 6], "texture": "#1"}, + "up": {"uv": [6, 4.875, 5.875, 4.75], "texture": "#1"}, + "down": {"uv": [5, 5.875, 4.875, 6], "texture": "#1"} + } + }, + { + "from": [12.6, 7.25, 9.2], + "to": [13, 7.575, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 13.1, 3.5]}, + "faces": { + "north": {"uv": [5.875, 4.875, 6, 5], "texture": "#1"}, + "east": {"uv": [5, 5.875, 5.125, 6], "texture": "#1"}, + "south": {"uv": [5.875, 5, 6, 5.125], "texture": "#1"}, + "west": {"uv": [5.125, 5.875, 5.25, 6], "texture": "#1"}, + "up": {"uv": [6, 5.25, 5.875, 5.125], "texture": "#1"}, + "down": {"uv": [5.375, 5.875, 5.25, 6], "texture": "#1"} + } + }, + { + "from": [4.4, 7.25, 9.2], + "to": [4.8, 7.575, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 13.1, 3.5]}, + "faces": { + "north": {"uv": [5.875, 5.25, 6, 5.375], "texture": "#1"}, + "east": {"uv": [5.375, 5.875, 5.5, 6], "texture": "#1"}, + "south": {"uv": [5.875, 5.375, 6, 5.5], "texture": "#1"}, + "west": {"uv": [5.5, 5.875, 5.625, 6], "texture": "#1"}, + "up": {"uv": [6, 5.625, 5.875, 5.5], "texture": "#1"}, + "down": {"uv": [5.75, 5.875, 5.625, 6], "texture": "#1"} + } + }, + { + "from": [12.6, 12.525, 5.2], + "to": [13, 12.85, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 7, -0.5]}, + "faces": { + "north": {"uv": [5.875, 5.625, 6, 5.75], "texture": "#1"}, + "east": {"uv": [5.75, 5.875, 5.875, 6], "texture": "#1"}, + "south": {"uv": [5.875, 5.75, 6, 5.875], "texture": "#1"}, + "west": {"uv": [5.875, 5.875, 6, 6], "texture": "#1"}, + "up": {"uv": [0.125, 6.125, 0, 6], "texture": "#1"}, + "down": {"uv": [6.125, 0, 6, 0.125], "texture": "#1"} + } + }, + { + "from": [4.4, 12.525, 5.2], + "to": [4.8, 12.85, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 7, -0.5]}, + "faces": { + "north": {"uv": [0.125, 6, 0.25, 6.125], "texture": "#1"}, + "east": {"uv": [6, 0.125, 6.125, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 6, 0.375, 6.125], "texture": "#1"}, + "west": {"uv": [6, 0.25, 6.125, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 6.125, 0.375, 6], "texture": "#1"}, + "down": {"uv": [6.125, 0.375, 6, 0.5], "texture": "#1"} + } + }, + { + "from": [12.6, 12, 9.725], + "to": [13, 12.1, 10.05], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 17.8, 4.2]}, + "faces": { + "north": {"uv": [0.5, 6, 0.625, 6.125], "texture": "#1"}, + "east": {"uv": [6, 0.5, 6.125, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 6, 0.75, 6.125], "texture": "#1"}, + "west": {"uv": [6, 0.625, 6.125, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 6.125, 0.75, 6], "texture": "#1"}, + "down": {"uv": [6.125, 0.75, 6, 0.875], "texture": "#1"} + } + }, + { + "from": [4.4, 12, 9.725], + "to": [4.8, 12.1, 10.05], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 17.8, 4.2]}, + "faces": { + "north": {"uv": [0.875, 6, 1, 6.125], "texture": "#1"}, + "east": {"uv": [6, 0.875, 6.125, 1], "texture": "#1"}, + "south": {"uv": [1, 6, 1.125, 6.125], "texture": "#1"}, + "west": {"uv": [6, 1, 6.125, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 6.125, 1.125, 6], "texture": "#1"}, + "down": {"uv": [6.125, 1.125, 6, 1.25], "texture": "#1"} + } + }, + { + "from": [12.6, 12, 4.45], + "to": [13, 12.1, 4.775], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 17.8, 10.3]}, + "faces": { + "north": {"uv": [1.25, 6, 1.375, 6.125], "texture": "#1"}, + "east": {"uv": [6, 1.25, 6.125, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 6, 1.5, 6.125], "texture": "#1"}, + "west": {"uv": [6, 1.375, 6.125, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 6.125, 1.5, 6], "texture": "#1"}, + "down": {"uv": [6.125, 1.5, 6, 1.625], "texture": "#1"} + } + }, + { + "from": [4.4, 12, 4.45], + "to": [4.8, 12.1, 4.775], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 17.8, 10.3]}, + "faces": { + "north": {"uv": [1.625, 6, 1.75, 6.125], "texture": "#1"}, + "east": {"uv": [6, 1.625, 6.125, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 6, 1.875, 6.125], "texture": "#1"}, + "west": {"uv": [6, 1.75, 6.125, 1.875], "texture": "#1"}, + "up": {"uv": [2, 6.125, 1.875, 6], "texture": "#1"}, + "down": {"uv": [6.125, 1.875, 6, 2], "texture": "#1"} + } + }, + { + "from": [12.6, 7.25, 5.2], + "to": [13, 7.575, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [14.075, 13.1, -0.5]}, + "faces": { + "north": {"uv": [2, 6, 2.125, 6.125], "texture": "#1"}, + "east": {"uv": [6, 2, 6.125, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 6, 2.25, 6.125], "texture": "#1"}, + "west": {"uv": [6, 2.125, 6.125, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 6.125, 2.25, 6], "texture": "#1"}, + "down": {"uv": [6.125, 2.25, 6, 2.375], "texture": "#1"} + } + }, + { + "from": [4.4, 7.25, 5.2], + "to": [4.8, 7.575, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [3.325, 13.1, -0.5]}, + "faces": { + "north": {"uv": [2.375, 6, 2.5, 6.125], "texture": "#1"}, + "east": {"uv": [6, 2.375, 6.125, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 6, 2.625, 6.125], "texture": "#1"}, + "west": {"uv": [6, 2.5, 6.125, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 6.125, 2.625, 6], "texture": "#1"}, + "down": {"uv": [6.125, 2.625, 6, 2.75], "texture": "#1"} + } + }, + { + "from": [13, 12.5, 5.2], + "to": [13.1, 12.85, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [14.475, 6.975, -0.5]}, + "faces": { + "north": {"uv": [2.75, 6, 2.875, 6.125], "texture": "#1"}, + "east": {"uv": [4.125, 3.125, 4.625, 3.25], "texture": "#1"}, + "south": {"uv": [6, 2.75, 6.125, 2.875], "texture": "#1"}, + "west": {"uv": [4.125, 3.25, 4.625, 3.375], "texture": "#1"}, + "up": {"uv": [2.875, 4.625, 2.75, 4.125], "texture": "#1"}, + "down": {"uv": [4.25, 3.875, 4.125, 4.375], "texture": "#1"} + } + }, + { + "from": [4.3, 12.5, 5.2], + "to": [4.4, 12.85, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [2.925, 6.975, -0.5]}, + "faces": { + "north": {"uv": [2.875, 6, 3, 6.125], "texture": "#1"}, + "east": {"uv": [4.125, 3.375, 4.625, 3.5], "texture": "#1"}, + "south": {"uv": [6, 2.875, 6.125, 3], "texture": "#1"}, + "west": {"uv": [4.25, 0.125, 4.75, 0.25], "texture": "#1"}, + "up": {"uv": [2.625, 4.75, 2.5, 4.25], "texture": "#1"}, + "down": {"uv": [4.375, 3.875, 4.25, 4.375], "texture": "#1"} + } + }, + { + "from": [13, 8, 9.7], + "to": [13.1, 12.1, 10.05], + "rotation": {"angle": 0, "axis": "y", "origin": [14.475, 17.8, 4.175]}, + "faces": { + "north": {"uv": [4.375, 1.375, 4.5, 1.875], "texture": "#1"}, + "east": {"uv": [2.25, 4.375, 2.375, 4.875], "texture": "#1"}, + "south": {"uv": [2.375, 4.375, 2.5, 4.875], "texture": "#1"}, + "west": {"uv": [3.375, 4.375, 3.5, 4.875], "texture": "#1"}, + "up": {"uv": [3.125, 6.125, 3, 6], "texture": "#1"}, + "down": {"uv": [6.125, 3, 6, 3.125], "texture": "#1"} + } + }, + { + "from": [4.3, 8, 9.7], + "to": [4.4, 12.1, 10.05], + "rotation": {"angle": 0, "axis": "y", "origin": [2.925, 17.8, 4.175]}, + "faces": { + "north": {"uv": [4.375, 3.75, 4.5, 4.25], "texture": "#1"}, + "east": {"uv": [4, 4.375, 4.125, 4.875], "texture": "#1"}, + "south": {"uv": [4.125, 4.375, 4.25, 4.875], "texture": "#1"}, + "west": {"uv": [4.25, 4.375, 4.375, 4.875], "texture": "#1"}, + "up": {"uv": [3.25, 6.125, 3.125, 6], "texture": "#1"}, + "down": {"uv": [6.125, 3.125, 6, 3.25], "texture": "#1"} + } + }, + { + "from": [13, 8, 4.45], + "to": [13.1, 12.1, 4.8], + "rotation": {"angle": 0, "axis": "y", "origin": [14.475, 17.8, 10.325]}, + "faces": { + "north": {"uv": [4.375, 4.25, 4.5, 4.75], "texture": "#1"}, + "east": {"uv": [4.5, 0.875, 4.625, 1.375], "texture": "#1"}, + "south": {"uv": [4.5, 1.375, 4.625, 1.875], "texture": "#1"}, + "west": {"uv": [4.5, 1.875, 4.625, 2.375], "texture": "#1"}, + "up": {"uv": [3.375, 6.125, 3.25, 6], "texture": "#1"}, + "down": {"uv": [6.125, 3.25, 6, 3.375], "texture": "#1"} + } + }, + { + "from": [4.3, 8, 4.45], + "to": [4.4, 12.1, 4.8], + "rotation": {"angle": 0, "axis": "y", "origin": [2.925, 17.8, 10.325]}, + "faces": { + "north": {"uv": [2, 4.5, 2.125, 5], "texture": "#1"}, + "east": {"uv": [2.125, 4.5, 2.25, 5], "texture": "#1"}, + "south": {"uv": [4.5, 2.375, 4.625, 2.875], "texture": "#1"}, + "west": {"uv": [2.875, 4.5, 3, 5], "texture": "#1"}, + "up": {"uv": [3.5, 6.125, 3.375, 6], "texture": "#1"}, + "down": {"uv": [6.125, 3.375, 6, 3.5], "texture": "#1"} + } + }, + { + "from": [13, 7.25, 5.2], + "to": [13.1, 7.6, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [14.475, 13.125, -0.5]}, + "faces": { + "north": {"uv": [3.5, 6, 3.625, 6.125], "texture": "#1"}, + "east": {"uv": [4.25, 0.25, 4.75, 0.375], "texture": "#1"}, + "south": {"uv": [6, 3.5, 6.125, 3.625], "texture": "#1"}, + "west": {"uv": [4.25, 0.375, 4.75, 0.5], "texture": "#1"}, + "up": {"uv": [3.125, 5, 3, 4.5], "texture": "#1"}, + "down": {"uv": [3.25, 4.5, 3.125, 5], "texture": "#1"} + } + }, + { + "from": [4.3, 7.25, 5.2], + "to": [4.4, 7.6, 9.3], + "rotation": {"angle": 0, "axis": "y", "origin": [2.925, 13.125, -0.5]}, + "faces": { + "north": {"uv": [3.625, 6, 3.75, 6.125], "texture": "#1"}, + "east": {"uv": [4.25, 0.5, 4.75, 0.625], "texture": "#1"}, + "south": {"uv": [6, 3.625, 6.125, 3.75], "texture": "#1"}, + "west": {"uv": [4.375, 2.875, 4.875, 3], "texture": "#1"}, + "up": {"uv": [3.375, 5, 3.25, 4.5], "texture": "#1"}, + "down": {"uv": [3.625, 4.5, 3.5, 5], "texture": "#1"} + } + }, + { + "from": [11.7, 12.825, 4.325], + "to": [12.3, 12.95, 5.6], + "rotation": {"angle": -45, "axis": "x", "origin": [9.4, 12.5, 5.35]}, + "faces": { + "north": {"uv": [3.75, 6, 3.875, 6.125], "texture": "#1"}, + "east": {"uv": [6, 3.75, 6.125, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 6, 4, 6.125], "texture": "#1"}, + "west": {"uv": [6, 3.875, 6.125, 4], "texture": "#1"}, + "up": {"uv": [4.125, 6.125, 4, 6], "texture": "#1"}, + "down": {"uv": [6.125, 4, 6, 4.125], "texture": "#1"} + } + }, + { + "from": [5.1, 12.825, 4.325], + "to": [5.7, 12.95, 5.6], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 12.5, 5.35]}, + "faces": { + "north": {"uv": [4.125, 6, 4.25, 6.125], "texture": "#1"}, + "east": {"uv": [6, 4.125, 6.125, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 6, 4.375, 6.125], "texture": "#1"}, + "west": {"uv": [6, 4.25, 6.125, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 6.125, 4.375, 6], "texture": "#1"}, + "down": {"uv": [6.125, 4.375, 6, 4.5], "texture": "#1"} + } + }, + { + "from": [11.7, 7.15, 4.325], + "to": [12.3, 7.275, 5.6], + "rotation": {"angle": 45, "axis": "x", "origin": [9.4, 7.6, 5.35]}, + "faces": { + "north": {"uv": [4.5, 6, 4.625, 6.125], "texture": "#1"}, + "east": {"uv": [6, 4.5, 6.125, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 6, 4.75, 6.125], "texture": "#1"}, + "west": {"uv": [6, 4.625, 6.125, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 6.125, 4.75, 6], "texture": "#1"}, + "down": {"uv": [6.125, 4.75, 6, 4.875], "texture": "#1"} + } + }, + { + "from": [5.1, 7.15, 4.325], + "to": [5.7, 7.275, 5.6], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 7.6, 5.35]}, + "faces": { + "north": {"uv": [4.875, 6, 5, 6.125], "texture": "#1"}, + "east": {"uv": [6, 4.875, 6.125, 5], "texture": "#1"}, + "south": {"uv": [5, 6, 5.125, 6.125], "texture": "#1"}, + "west": {"uv": [6, 5, 6.125, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 6.125, 5.125, 6], "texture": "#1"}, + "down": {"uv": [6.125, 5.125, 6, 5.25], "texture": "#1"} + } + }, + { + "from": [12.3, 12.775, 4.375], + "to": [12.6, 12.9, 5.55], + "rotation": {"angle": -45, "axis": "x", "origin": [9.4, 12.5, 5.35]}, + "faces": { + "north": {"uv": [5.25, 6, 5.375, 6.125], "texture": "#1"}, + "east": {"uv": [6, 5.25, 6.125, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 6, 5.5, 6.125], "texture": "#1"}, + "west": {"uv": [6, 5.375, 6.125, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 6.125, 5.5, 6], "texture": "#1"}, + "down": {"uv": [6.125, 5.5, 6, 5.625], "texture": "#1"} + } + }, + { + "from": [4.8, 12.775, 4.375], + "to": [5.1, 12.9, 5.55], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 12.5, 5.35]}, + "faces": { + "north": {"uv": [5.625, 6, 5.75, 6.125], "texture": "#1"}, + "east": {"uv": [6, 5.625, 6.125, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 6, 5.875, 6.125], "texture": "#1"}, + "west": {"uv": [6, 5.75, 6.125, 5.875], "texture": "#1"}, + "up": {"uv": [6, 6.125, 5.875, 6], "texture": "#1"}, + "down": {"uv": [6.125, 5.875, 6, 6], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 4.375], + "to": [12.6, 7.325, 5.55], + "rotation": {"angle": 45, "axis": "x", "origin": [9.4, 7.6, 5.35]}, + "faces": { + "north": {"uv": [6, 6, 6.125, 6.125], "texture": "#1"}, + "east": {"uv": [0, 6.125, 0.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 0, 6.25, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 6.125, 0.25, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 0.25, 6.125, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 6.125, 0.25, 6.25], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 4.375], + "to": [5.1, 7.325, 5.55], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 7.6, 5.35]}, + "faces": { + "north": {"uv": [6.125, 0.25, 6.25, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 6.125, 0.5, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 0.375, 6.25, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 6.125, 0.625, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 0.625, 6.125, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 6.125, 0.625, 6.25], "texture": "#1"} + } + }, + { + "from": [12.6, 12.45, 4.45], + "to": [13.1, 12.85, 5.475], + "rotation": {"angle": -45, "axis": "x", "origin": [9.4, 12.5, 5.35]}, + "faces": { + "north": {"uv": [6.125, 0.625, 6.25, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 6.125, 0.875, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 0.75, 6.25, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 6.125, 1, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 1, 6.125, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 6.125, 1, 6.25], "texture": "#1"} + } + }, + { + "from": [4.3, 12.45, 4.45], + "to": [4.8, 12.85, 5.475], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 12.5, 5.35]}, + "faces": { + "north": {"uv": [6.125, 1, 6.25, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 6.125, 1.25, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 1.125, 6.25, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 6.125, 1.375, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 1.375, 6.125, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 6.125, 1.375, 6.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.25, 4.45], + "to": [13.1, 7.65, 5.475], + "rotation": {"angle": 45, "axis": "x", "origin": [9.4, 7.6, 5.35]}, + "faces": { + "north": {"uv": [6.125, 1.375, 6.25, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 6.125, 1.625, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 1.5, 6.25, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 6.125, 1.75, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 1.75, 6.125, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 6.125, 1.75, 6.25], "texture": "#1"} + } + }, + { + "from": [4.3, 7.25, 4.45], + "to": [4.8, 7.65, 5.475], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 7.6, 5.35]}, + "faces": { + "north": {"uv": [6.125, 1.75, 6.25, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 6.125, 2, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 1.875, 6.25, 2], "texture": "#1"}, + "west": {"uv": [2, 6.125, 2.125, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 2.125, 6.125, 2], "texture": "#1"}, + "down": {"uv": [2.25, 6.125, 2.125, 6.25], "texture": "#1"} + } + }, + { + "from": [12.6, 12.45, 9.025], + "to": [13.1, 12.85, 10.05], + "rotation": {"angle": 45, "axis": "x", "origin": [9.4, 12.5, 9.15]}, + "faces": { + "north": {"uv": [6.125, 2.125, 6.25, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 6.125, 2.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 2.25, 6.25, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 6.125, 2.5, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 2.5, 6.125, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 6.125, 2.5, 6.25], "texture": "#1"} + } + }, + { + "from": [4.3, 12.45, 9.025], + "to": [4.8, 12.85, 10.05], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 12.5, 9.15]}, + "faces": { + "north": {"uv": [6.125, 2.5, 6.25, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 6.125, 2.75, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 2.625, 6.25, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 6.125, 2.875, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 2.875, 6.125, 2.75], "texture": "#1"}, + "down": {"uv": [3, 6.125, 2.875, 6.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.25, 9.025], + "to": [13.1, 7.65, 10.05], + "rotation": {"angle": -45, "axis": "x", "origin": [9.4, 7.6, 9.15]}, + "faces": { + "north": {"uv": [6.125, 2.875, 6.25, 3], "texture": "#1"}, + "east": {"uv": [3, 6.125, 3.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 3, 6.25, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 6.125, 3.25, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 3.25, 6.125, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 6.125, 3.25, 6.25], "texture": "#1"} + } + }, + { + "from": [4.3, 7.25, 9.025], + "to": [4.8, 7.65, 10.05], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 7.6, 9.15]}, + "faces": { + "north": {"uv": [6.125, 3.25, 6.25, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 6.125, 3.5, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 3.375, 6.25, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 6.125, 3.625, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 3.625, 6.125, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 6.125, 3.625, 6.25], "texture": "#1"} + } + }, + { + "from": [12.3, 12.775, 8.975], + "to": [12.6, 12.9, 10.1], + "rotation": {"angle": 45, "axis": "x", "origin": [9.4, 12.5, 9.15]}, + "faces": { + "north": {"uv": [6.125, 3.625, 6.25, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 6.125, 3.875, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 3.75, 6.25, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 6.125, 4, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 4, 6.125, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 6.125, 4, 6.25], "texture": "#1"} + } + }, + { + "from": [4.8, 12.775, 8.975], + "to": [5.1, 12.9, 10.1], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 12.5, 9.15]}, + "faces": { + "north": {"uv": [6.125, 4, 6.25, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 6.125, 4.25, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 4.125, 6.25, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 6.125, 4.375, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 4.375, 6.125, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 6.125, 4.375, 6.25], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 8.975], + "to": [12.6, 7.325, 10.1], + "rotation": {"angle": -45, "axis": "x", "origin": [9.4, 7.6, 9.15]}, + "faces": { + "north": {"uv": [6.125, 4.375, 6.25, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 6.125, 4.625, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 4.5, 6.25, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 6.125, 4.75, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 4.75, 6.125, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 6.125, 4.75, 6.25], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 8.975], + "to": [5.1, 7.325, 10.1], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 7.6, 9.15]}, + "faces": { + "north": {"uv": [6.125, 4.75, 6.25, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 6.125, 5, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 4.875, 6.25, 5], "texture": "#1"}, + "west": {"uv": [5, 6.125, 5.125, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 5.125, 6.125, 5], "texture": "#1"}, + "down": {"uv": [5.25, 6.125, 5.125, 6.25], "texture": "#1"} + } + }, + { + "from": [11.7, 12.825, 8.9], + "to": [12.3, 12.95, 10.175], + "rotation": {"angle": 45, "axis": "x", "origin": [9.4, 12.5, 9.15]}, + "faces": { + "north": {"uv": [6.125, 5.125, 6.25, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 6.125, 5.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 5.25, 6.25, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 6.125, 5.5, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 5.5, 6.125, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 6.125, 5.5, 6.25], "texture": "#1"} + } + }, + { + "from": [5.1, 12.825, 8.9], + "to": [5.7, 12.95, 10.175], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 12.5, 9.15]}, + "faces": { + "north": {"uv": [6.125, 5.5, 6.25, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 6.125, 5.75, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 5.625, 6.25, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 6.125, 5.875, 6.25], "texture": "#1"}, + "up": {"uv": [6.25, 5.875, 6.125, 5.75], "texture": "#1"}, + "down": {"uv": [6, 6.125, 5.875, 6.25], "texture": "#1"} + } + }, + { + "from": [11.7, 7.15, 8.9], + "to": [12.3, 7.275, 10.175], + "rotation": {"angle": -45, "axis": "x", "origin": [9.4, 7.6, 9.15]}, + "faces": { + "north": {"uv": [6.125, 5.875, 6.25, 6], "texture": "#1"}, + "east": {"uv": [6, 6.125, 6.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.125, 6, 6.25, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 6.125, 6.25, 6.25], "texture": "#1"}, + "up": {"uv": [0.125, 6.375, 0, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 0, 6.25, 0.125], "texture": "#1"} + } + }, + { + "from": [5.1, 7.15, 8.9], + "to": [5.7, 7.275, 10.175], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 7.6, 9.15]}, + "faces": { + "north": {"uv": [0.125, 6.25, 0.25, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 0.125, 6.375, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 6.25, 0.375, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 0.25, 6.375, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 6.375, 0.375, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 0.375, 6.25, 0.5], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 8.9], + "to": [12.1, 13, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.3, 7.2]}, + "faces": { + "north": {"uv": [0.5, 6.25, 0.625, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 0.5, 6.375, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 6.25, 0.75, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 0.625, 6.375, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 6.375, 0.75, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 0.75, 6.25, 0.875], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 8.9], + "to": [5.4, 13, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.3, 7.2]}, + "faces": { + "north": {"uv": [0.875, 6.25, 1, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 0.875, 6.375, 1], "texture": "#1"}, + "south": {"uv": [1, 6.25, 1.125, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 1, 6.375, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 6.375, 1.125, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 1.125, 6.25, 1.25], "texture": "#1"} + } + }, + { + "from": [12, 11.7, 4.3], + "to": [12.1, 11.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 10, 10]}, + "faces": { + "north": {"uv": [1.25, 6.25, 1.375, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 1.25, 6.375, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 6.25, 1.5, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 1.375, 6.375, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 6.375, 1.5, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 1.5, 6.25, 1.625], "texture": "#1"} + } + }, + { + "from": [5.3, 11.7, 4.3], + "to": [5.4, 11.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 10, 10]}, + "faces": { + "north": {"uv": [1.625, 6.25, 1.75, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 1.625, 6.375, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 6.25, 1.875, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 1.75, 6.375, 1.875], "texture": "#1"}, + "up": {"uv": [2, 6.375, 1.875, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 1.875, 6.25, 2], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 8.9], + "to": [12.1, 7.2, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 12.8, 7.2]}, + "faces": { + "north": {"uv": [2, 6.25, 2.125, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 2, 6.375, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 6.25, 2.25, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 2.125, 6.375, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 6.375, 2.25, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 2.25, 6.25, 2.375], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 8.9], + "to": [5.4, 7.2, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 12.8, 7.2]}, + "faces": { + "north": {"uv": [2.375, 6.25, 2.5, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 2.375, 6.375, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 6.25, 2.625, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 2.5, 6.375, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 6.375, 2.625, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 2.625, 6.25, 2.75], "texture": "#1"} + } + }, + { + "from": [12, 11.7, 10.1], + "to": [12.1, 11.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 10, 4.5]}, + "faces": { + "north": {"uv": [2.75, 6.25, 2.875, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 2.75, 6.375, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 6.25, 3, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 2.875, 6.375, 3], "texture": "#1"}, + "up": {"uv": [3.125, 6.375, 3, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 3, 6.25, 3.125], "texture": "#1"} + } + }, + { + "from": [5.3, 11.7, 10.1], + "to": [5.4, 11.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 10, 4.5]}, + "faces": { + "north": {"uv": [3.125, 6.25, 3.25, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 3.125, 6.375, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 6.25, 3.375, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 3.25, 6.375, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 6.375, 3.375, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 3.375, 6.25, 3.5], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 8.8], + "to": [12.2, 13, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 7.1]}, + "faces": { + "north": {"uv": [3.5, 6.25, 3.625, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 3.5, 6.375, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 6.25, 3.75, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 3.625, 6.375, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 6.375, 3.75, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 3.75, 6.25, 3.875], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 8.8], + "to": [5.3, 13, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 7.1]}, + "faces": { + "north": {"uv": [3.875, 6.25, 4, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 3.875, 6.375, 4], "texture": "#1"}, + "south": {"uv": [4, 6.25, 4.125, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 4, 6.375, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 6.375, 4.125, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 4.125, 6.25, 4.25], "texture": "#1"} + } + }, + { + "from": [12.1, 11.6, 4.3], + "to": [12.2, 11.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.9, 10]}, + "faces": { + "north": {"uv": [4.25, 6.25, 4.375, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 4.25, 6.375, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 6.25, 4.5, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 4.375, 6.375, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 6.375, 4.5, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 4.5, 6.25, 4.625], "texture": "#1"} + } + }, + { + "from": [5.2, 11.6, 4.3], + "to": [5.3, 11.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.9, 10]}, + "faces": { + "north": {"uv": [4.625, 6.25, 4.75, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 4.625, 6.375, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 6.25, 4.875, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 4.75, 6.375, 4.875], "texture": "#1"}, + "up": {"uv": [5, 6.375, 4.875, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 4.875, 6.25, 5], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 8.8], + "to": [12.2, 7.2, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 7.1]}, + "faces": { + "north": {"uv": [5, 6.25, 5.125, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 5, 6.375, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 6.25, 5.25, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 5.125, 6.375, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 6.375, 5.25, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 5.25, 6.25, 5.375], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 8.8], + "to": [5.3, 7.2, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 7.1]}, + "faces": { + "north": {"uv": [5.375, 6.25, 5.5, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 5.375, 6.375, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 6.25, 5.625, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 5.5, 6.375, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 6.375, 5.625, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 5.625, 6.25, 5.75], "texture": "#1"} + } + }, + { + "from": [12.1, 11.6, 10.1], + "to": [12.2, 11.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.9, 4.5]}, + "faces": { + "north": {"uv": [5.75, 6.25, 5.875, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 5.75, 6.375, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 6.25, 6, 6.375], "texture": "#1"}, + "west": {"uv": [6.25, 5.875, 6.375, 6], "texture": "#1"}, + "up": {"uv": [6.125, 6.375, 6, 6.25], "texture": "#1"}, + "down": {"uv": [6.375, 6, 6.25, 6.125], "texture": "#1"} + } + }, + { + "from": [5.2, 11.6, 10.1], + "to": [5.3, 11.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.9, 4.5]}, + "faces": { + "north": {"uv": [6.125, 6.25, 6.25, 6.375], "texture": "#1"}, + "east": {"uv": [6.25, 6.125, 6.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 6.25, 6.375, 6.375], "texture": "#1"}, + "west": {"uv": [0, 6.375, 0.125, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.125, 6.375, 0], "texture": "#1"}, + "down": {"uv": [0.25, 6.375, 0.125, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 9], + "to": [12.2, 13, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 7.1]}, + "faces": { + "north": {"uv": [6.375, 0.125, 6.5, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 6.375, 0.375, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 0.25, 6.5, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 6.375, 0.5, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.5, 6.375, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 6.375, 0.5, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 9], + "to": [5.3, 13, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 7.1]}, + "faces": { + "north": {"uv": [6.375, 0.5, 6.5, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 6.375, 0.75, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 0.625, 6.5, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 6.375, 0.875, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.875, 6.375, 0.75], "texture": "#1"}, + "down": {"uv": [1, 6.375, 0.875, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 11.8, 4.3], + "to": [12.2, 11.9, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.9, 10]}, + "faces": { + "north": {"uv": [6.375, 0.875, 6.5, 1], "texture": "#1"}, + "east": {"uv": [1, 6.375, 1.125, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 1, 6.5, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 6.375, 1.25, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 1.25, 6.375, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 6.375, 1.25, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 11.8, 4.3], + "to": [5.3, 11.9, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.9, 10]}, + "faces": { + "north": {"uv": [6.375, 1.25, 6.5, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 6.375, 1.5, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 1.375, 6.5, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 6.375, 1.625, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 1.625, 6.375, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 6.375, 1.625, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 9], + "to": [12.2, 7.2, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 7.1]}, + "faces": { + "north": {"uv": [6.375, 1.625, 6.5, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 6.375, 1.875, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 1.75, 6.5, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 6.375, 2, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 2, 6.375, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 6.375, 2, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 9], + "to": [5.3, 7.2, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 7.1]}, + "faces": { + "north": {"uv": [6.375, 2, 6.5, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 6.375, 2.25, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 2.125, 6.5, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 6.375, 2.375, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 2.375, 6.375, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 6.375, 2.375, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 11.8, 10.1], + "to": [12.2, 11.9, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.9, 4.5]}, + "faces": { + "north": {"uv": [6.375, 2.375, 6.5, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 6.375, 2.625, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 2.5, 6.5, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 6.375, 2.75, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 2.75, 6.375, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 6.375, 2.75, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 11.8, 10.1], + "to": [5.3, 11.9, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.9, 4.5]}, + "faces": { + "north": {"uv": [6.375, 2.75, 6.5, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 6.375, 3, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 2.875, 6.5, 3], "texture": "#1"}, + "west": {"uv": [3, 6.375, 3.125, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 3.125, 6.375, 3], "texture": "#1"}, + "down": {"uv": [3.25, 6.375, 3.125, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 8.5], + "to": [12.2, 13, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 6.8]}, + "faces": { + "north": {"uv": [6.375, 3.125, 6.5, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 6.375, 3.375, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 3.25, 6.5, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 6.375, 3.5, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 3.5, 6.375, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 6.375, 3.5, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 8.5], + "to": [5.3, 13, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 6.8]}, + "faces": { + "north": {"uv": [6.375, 3.5, 6.5, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 6.375, 3.75, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 3.625, 6.5, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 6.375, 3.875, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 3.875, 6.375, 3.75], "texture": "#1"}, + "down": {"uv": [4, 6.375, 3.875, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 11.3, 4.3], + "to": [12.2, 11.4, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.6, 10]}, + "faces": { + "north": {"uv": [6.375, 3.875, 6.5, 4], "texture": "#1"}, + "east": {"uv": [4, 6.375, 4.125, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 4, 6.5, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 6.375, 4.25, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 4.25, 6.375, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 6.375, 4.25, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 11.3, 4.3], + "to": [5.3, 11.4, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.6, 10]}, + "faces": { + "north": {"uv": [6.375, 4.25, 6.5, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 6.375, 4.5, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 4.375, 6.5, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 6.375, 4.625, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 4.625, 6.375, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 6.375, 4.625, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 8.5], + "to": [12.2, 7.2, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 6.8]}, + "faces": { + "north": {"uv": [6.375, 4.625, 6.5, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 6.375, 4.875, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 4.75, 6.5, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 6.375, 5, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 5, 6.375, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 6.375, 5, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 8.5], + "to": [5.3, 7.2, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 6.8]}, + "faces": { + "north": {"uv": [6.375, 5, 6.5, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 6.375, 5.25, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 5.125, 6.5, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 6.375, 5.375, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 5.375, 6.375, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 6.375, 5.375, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 11.3, 10.1], + "to": [12.2, 11.4, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.6, 4.5]}, + "faces": { + "north": {"uv": [6.375, 5.375, 6.5, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 6.375, 5.625, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 5.5, 6.5, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 6.375, 5.75, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 5.75, 6.375, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 6.375, 5.75, 6.5], "texture": "#1"} + } + }, + { + "from": [5.2, 11.3, 10.1], + "to": [5.3, 11.4, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.6, 4.5]}, + "faces": { + "north": {"uv": [6.375, 5.75, 6.5, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 6.375, 6, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 5.875, 6.5, 6], "texture": "#1"}, + "west": {"uv": [6, 6.375, 6.125, 6.5], "texture": "#1"}, + "up": {"uv": [6.5, 6.125, 6.375, 6], "texture": "#1"}, + "down": {"uv": [6.25, 6.375, 6.125, 6.5], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 8.6], + "to": [12.3, 13, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.375, 6.125, 6.5, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 6.375, 6.375, 6.5], "texture": "#1"}, + "south": {"uv": [6.375, 6.25, 6.5, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 6.375, 6.5, 6.5], "texture": "#1"}, + "up": {"uv": [0.125, 6.625, 0, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 0, 6.5, 0.125], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 8.6], + "to": [5.2, 13, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [0.125, 6.5, 0.25, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 0.125, 6.625, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 6.5, 0.375, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 0.25, 6.625, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 6.625, 0.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 0.375, 6.5, 0.5], "texture": "#1"} + } + }, + { + "from": [12.2, 11.4, 4.3], + "to": [12.3, 11.6, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [0.5, 6.5, 0.625, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 0.5, 6.625, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 6.5, 0.75, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 0.625, 6.625, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 6.625, 0.75, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 0.75, 6.5, 0.875], "texture": "#1"} + } + }, + { + "from": [5.1, 11.4, 4.3], + "to": [5.2, 11.6, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [0.875, 6.5, 1, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 0.875, 6.625, 1], "texture": "#1"}, + "south": {"uv": [1, 6.5, 1.125, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 1, 6.625, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 6.625, 1.125, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 1.125, 6.5, 1.25], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 8.6], + "to": [12.3, 7.2, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [1.25, 6.5, 1.375, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 1.25, 6.625, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 6.5, 1.5, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 1.375, 6.625, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 6.625, 1.5, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 1.5, 6.5, 1.625], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 8.6], + "to": [5.2, 7.2, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [1.625, 6.5, 1.75, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 1.625, 6.625, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 6.5, 1.875, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 1.75, 6.625, 1.875], "texture": "#1"}, + "up": {"uv": [2, 6.625, 1.875, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 1.875, 6.5, 2], "texture": "#1"} + } + }, + { + "from": [12.2, 11.4, 10.1], + "to": [12.3, 11.6, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [2, 6.5, 2.125, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 2, 6.625, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 6.5, 2.25, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 2.125, 6.625, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 6.625, 2.25, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 2.25, 6.5, 2.375], "texture": "#1"} + } + }, + { + "from": [5.1, 11.4, 10.1], + "to": [5.2, 11.6, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [2.375, 6.5, 2.5, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 2.375, 6.625, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 6.5, 2.625, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 2.5, 6.625, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 6.625, 2.625, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 2.625, 6.5, 2.75], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 8.7], + "to": [12.6, 12.9, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [2.75, 6.5, 2.875, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 2.75, 6.625, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 6.5, 3, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 2.875, 6.625, 3], "texture": "#1"}, + "up": {"uv": [3.125, 6.625, 3, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 3, 6.5, 3.125], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 8.7], + "to": [5.1, 12.9, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [3.125, 6.5, 3.25, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 3.125, 6.625, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 6.5, 3.375, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 3.25, 6.625, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 6.625, 3.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 3.375, 6.5, 3.5], "texture": "#1"} + } + }, + { + "from": [12.3, 11.5, 4.4], + "to": [12.6, 11.6, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [3.5, 6.5, 3.625, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 3.5, 6.625, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 6.5, 3.75, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 3.625, 6.625, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 6.625, 3.75, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 3.75, 6.5, 3.875], "texture": "#1"} + } + }, + { + "from": [4.8, 11.5, 4.4], + "to": [5.1, 11.6, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [3.875, 6.5, 4, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 3.875, 6.625, 4], "texture": "#1"}, + "south": {"uv": [4, 6.5, 4.125, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 4, 6.625, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 6.625, 4.125, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 4.125, 6.5, 4.25], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 8.7], + "to": [12.6, 7.275, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [4.25, 6.5, 4.375, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 4.25, 6.625, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 6.5, 4.5, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 4.375, 6.625, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 6.625, 4.5, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 4.5, 6.5, 4.625], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 8.7], + "to": [5.1, 7.275, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [4.625, 6.5, 4.75, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 4.625, 6.625, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 6.5, 4.875, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 4.75, 6.625, 4.875], "texture": "#1"}, + "up": {"uv": [5, 6.625, 4.875, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 4.875, 6.5, 5], "texture": "#1"} + } + }, + { + "from": [12.3, 11.5, 10.025], + "to": [12.6, 11.6, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5, 6.5, 5.125, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 5, 6.625, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 6.5, 5.25, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 5.125, 6.625, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 6.625, 5.25, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 5.25, 6.5, 5.375], "texture": "#1"} + } + }, + { + "from": [4.8, 11.5, 10.025], + "to": [5.1, 11.6, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5.375, 6.5, 5.5, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 5.375, 6.625, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 6.5, 5.625, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 5.5, 6.625, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 6.625, 5.625, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 5.625, 6.5, 5.75], "texture": "#1"} + } + }, + { + "from": [12.4, 12.825, 8.5], + "to": [12.6, 12.9, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [5.75, 6.5, 5.875, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 5.75, 6.625, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 6.5, 6, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 5.875, 6.625, 6], "texture": "#1"}, + "up": {"uv": [6.125, 6.625, 6, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 6, 6.5, 6.125], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 8.5], + "to": [5, 12.9, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.125, 6.5, 6.25, 6.625], "texture": "#1"}, + "east": {"uv": [6.5, 6.125, 6.625, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 6.5, 6.375, 6.625], "texture": "#1"}, + "west": {"uv": [6.5, 6.25, 6.625, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 6.625, 6.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.625, 6.375, 6.5, 6.5], "texture": "#1"} + } + }, + { + "from": [12.4, 11.3, 4.4], + "to": [12.6, 11.4, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [6.5, 6.5, 6.625, 6.625], "texture": "#1"}, + "east": {"uv": [0, 6.625, 0.125, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 0, 6.75, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 6.625, 0.25, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 0.25, 6.625, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 6.625, 0.25, 6.75], "texture": "#1"} + } + }, + { + "from": [4.8, 11.3, 4.4], + "to": [5, 11.4, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [6.625, 0.25, 6.75, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 6.625, 0.5, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 0.375, 6.75, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 6.625, 0.625, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 0.625, 6.625, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 6.625, 0.625, 6.75], "texture": "#1"} + } + }, + { + "from": [12.4, 7.2, 8.5], + "to": [12.6, 7.275, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [6.625, 0.625, 6.75, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 6.625, 0.875, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 0.75, 6.75, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 6.625, 1, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 1, 6.625, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 6.625, 1, 6.75], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 8.5], + "to": [5, 7.275, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [6.625, 1, 6.75, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 6.625, 1.25, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 1.125, 6.75, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 6.625, 1.375, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 1.375, 6.625, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 6.625, 1.375, 6.75], "texture": "#1"} + } + }, + { + "from": [12.4, 11.3, 10.025], + "to": [12.6, 11.4, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.625, 1.375, 6.75, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 6.625, 1.625, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 1.5, 6.75, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 6.625, 1.75, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 1.75, 6.625, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 6.625, 1.75, 6.75], "texture": "#1"} + } + }, + { + "from": [4.8, 11.3, 10.025], + "to": [5, 11.4, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.625, 1.75, 6.75, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 6.625, 2, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 1.875, 6.75, 2], "texture": "#1"}, + "west": {"uv": [2, 6.625, 2.125, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 2.125, 6.625, 2], "texture": "#1"}, + "down": {"uv": [2.25, 6.625, 2.125, 6.75], "texture": "#1"} + } + }, + { + "from": [12.5, 12.825, 8.3], + "to": [12.6, 12.9, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.625, 2.125, 6.75, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 6.625, 2.375, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 2.25, 6.75, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 6.625, 2.5, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 2.5, 6.625, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 6.625, 2.5, 6.75], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 8.3], + "to": [4.9, 12.9, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.625, 2.5, 6.75, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 6.625, 2.75, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 2.625, 6.75, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 6.625, 2.875, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 2.875, 6.625, 2.75], "texture": "#1"}, + "down": {"uv": [3, 6.625, 2.875, 6.75], "texture": "#1"} + } + }, + { + "from": [12.5, 11.1, 4.4], + "to": [12.6, 11.2, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [6.625, 2.875, 6.75, 3], "texture": "#1"}, + "east": {"uv": [3, 6.625, 3.125, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 3, 6.75, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 6.625, 3.25, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 3.25, 6.625, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 6.625, 3.25, 6.75], "texture": "#1"} + } + }, + { + "from": [4.8, 11.1, 4.4], + "to": [4.9, 11.2, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [6.625, 3.25, 6.75, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 6.625, 3.5, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 3.375, 6.75, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 6.625, 3.625, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 3.625, 6.625, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 6.625, 3.625, 6.75], "texture": "#1"} + } + }, + { + "from": [12.5, 7.2, 8.3], + "to": [12.6, 7.275, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [6.625, 3.625, 6.75, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 6.625, 3.875, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 3.75, 6.75, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 6.625, 4, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 4, 6.625, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 6.625, 4, 6.75], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 8.3], + "to": [4.9, 7.275, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [6.625, 4, 6.75, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 6.625, 4.25, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 4.125, 6.75, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 6.625, 4.375, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 4.375, 6.625, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 6.625, 4.375, 6.75], "texture": "#1"} + } + }, + { + "from": [12.5, 11.1, 10.025], + "to": [12.6, 11.2, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.625, 4.375, 6.75, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 6.625, 4.625, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 4.5, 6.75, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 6.625, 4.75, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 4.75, 6.625, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 6.625, 4.75, 6.75], "texture": "#1"} + } + }, + { + "from": [4.8, 11.1, 10.025], + "to": [4.9, 11.2, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.625, 4.75, 6.75, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 6.625, 5, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 4.875, 6.75, 5], "texture": "#1"}, + "west": {"uv": [5, 6.625, 5.125, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 5.125, 6.625, 5], "texture": "#1"}, + "down": {"uv": [5.25, 6.625, 5.125, 6.75], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 8.2], + "to": [12.5, 12.9, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.625, 5.125, 6.75, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 6.625, 5.375, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 5.25, 6.75, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 6.625, 5.5, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 5.5, 6.625, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 6.625, 5.5, 6.75], "texture": "#1"} + } + }, + { + "from": [4.9, 12.825, 8.2], + "to": [5.1, 12.9, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.625, 5.5, 6.75, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 6.625, 5.75, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 5.625, 6.75, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 6.625, 5.875, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 5.875, 6.625, 5.75], "texture": "#1"}, + "down": {"uv": [6, 6.625, 5.875, 6.75], "texture": "#1"} + } + }, + { + "from": [12.3, 11, 4.4], + "to": [12.5, 11.1, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [6.625, 5.875, 6.75, 6], "texture": "#1"}, + "east": {"uv": [6, 6.625, 6.125, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 6, 6.75, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 6.625, 6.25, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 6.25, 6.625, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 6.625, 6.25, 6.75], "texture": "#1"} + } + }, + { + "from": [4.9, 11, 4.4], + "to": [5.1, 11.1, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [6.625, 6.25, 6.75, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 6.625, 6.5, 6.75], "texture": "#1"}, + "south": {"uv": [6.625, 6.375, 6.75, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 6.625, 6.625, 6.75], "texture": "#1"}, + "up": {"uv": [6.75, 6.625, 6.625, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 6.625, 6.625, 6.75], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 8.2], + "to": [12.5, 7.275, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [0, 6.75, 0.125, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 0, 6.875, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 6.75, 0.25, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 0.125, 6.875, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 6.875, 0.25, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 0.25, 6.75, 0.375], "texture": "#1"} + } + }, + { + "from": [4.9, 7.2, 8.2], + "to": [5.1, 7.275, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [0.375, 6.75, 0.5, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 0.375, 6.875, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 6.75, 0.625, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 0.5, 6.875, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 6.875, 0.625, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 0.625, 6.75, 0.75], "texture": "#1"} + } + }, + { + "from": [12.3, 11, 10.025], + "to": [12.5, 11.1, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [0.75, 6.75, 0.875, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 0.75, 6.875, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 6.75, 1, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 0.875, 6.875, 1], "texture": "#1"}, + "up": {"uv": [1.125, 6.875, 1, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 1, 6.75, 1.125], "texture": "#1"} + } + }, + { + "from": [4.9, 11, 10.025], + "to": [5.1, 11.1, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [1.125, 6.75, 1.25, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 1.125, 6.875, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 6.75, 1.375, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 1.25, 6.875, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 6.875, 1.375, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 1.375, 6.75, 1.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 8], + "to": [12.6, 12.9, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [1.5, 6.75, 1.625, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 1.5, 6.875, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 6.75, 1.75, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 1.625, 6.875, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 6.875, 1.75, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 1.75, 6.75, 1.875], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 8], + "to": [5.1, 12.9, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [1.875, 6.75, 2, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 1.875, 6.875, 2], "texture": "#1"}, + "south": {"uv": [2, 6.75, 2.125, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 2, 6.875, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 6.875, 2.125, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 2.125, 6.75, 2.25], "texture": "#1"} + } + }, + { + "from": [12.3, 10.8, 4.4], + "to": [12.6, 10.9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [2.25, 6.75, 2.375, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 2.25, 6.875, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 6.75, 2.5, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 2.375, 6.875, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 6.875, 2.5, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 2.5, 6.75, 2.625], "texture": "#1"} + } + }, + { + "from": [4.8, 10.8, 4.4], + "to": [5.1, 10.9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [2.625, 6.75, 2.75, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 2.625, 6.875, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 6.75, 2.875, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 2.75, 6.875, 2.875], "texture": "#1"}, + "up": {"uv": [3, 6.875, 2.875, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 2.875, 6.75, 3], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 8], + "to": [12.6, 7.275, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [3, 6.75, 3.125, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 3, 6.875, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 6.75, 3.25, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 3.125, 6.875, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 6.875, 3.25, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 3.25, 6.75, 3.375], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 8], + "to": [5.1, 7.275, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [3.375, 6.75, 3.5, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 3.375, 6.875, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 6.75, 3.625, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 3.5, 6.875, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 6.875, 3.625, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 3.625, 6.75, 3.75], "texture": "#1"} + } + }, + { + "from": [12.3, 10.8, 10.025], + "to": [12.6, 10.9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [3.75, 6.75, 3.875, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 3.75, 6.875, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 6.75, 4, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 3.875, 6.875, 4], "texture": "#1"}, + "up": {"uv": [4.125, 6.875, 4, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 4, 6.75, 4.125], "texture": "#1"} + } + }, + { + "from": [4.8, 10.8, 10.025], + "to": [5.1, 10.9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [4.125, 6.75, 4.25, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 4.125, 6.875, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 6.75, 4.375, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 4.25, 6.875, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 6.875, 4.375, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 4.375, 6.75, 4.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 7.8], + "to": [12.6, 12.9, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [4.5, 6.75, 4.625, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 4.5, 6.875, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 6.75, 4.75, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 4.625, 6.875, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 6.875, 4.75, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 4.75, 6.75, 4.875], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 7.8], + "to": [5.1, 12.9, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [4.875, 6.75, 5, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 4.875, 6.875, 5], "texture": "#1"}, + "south": {"uv": [5, 6.75, 5.125, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 5, 6.875, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 6.875, 5.125, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 5.125, 6.75, 5.25], "texture": "#1"} + } + }, + { + "from": [12.3, 10.6, 4.4], + "to": [12.6, 10.7, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [5.25, 6.75, 5.375, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 5.25, 6.875, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 6.75, 5.5, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 5.375, 6.875, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 6.875, 5.5, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 5.5, 6.75, 5.625], "texture": "#1"} + } + }, + { + "from": [4.8, 10.6, 4.4], + "to": [5.1, 10.7, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [5.625, 6.75, 5.75, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 5.625, 6.875, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 6.75, 5.875, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 5.75, 6.875, 5.875], "texture": "#1"}, + "up": {"uv": [6, 6.875, 5.875, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 5.875, 6.75, 6], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 7.8], + "to": [12.6, 7.275, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [6, 6.75, 6.125, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 6, 6.875, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 6.75, 6.25, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 6.125, 6.875, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 6.875, 6.25, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 6.25, 6.75, 6.375], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 7.8], + "to": [5.1, 7.275, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [6.375, 6.75, 6.5, 6.875], "texture": "#1"}, + "east": {"uv": [6.75, 6.375, 6.875, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 6.75, 6.625, 6.875], "texture": "#1"}, + "west": {"uv": [6.75, 6.5, 6.875, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 6.875, 6.625, 6.75], "texture": "#1"}, + "down": {"uv": [6.875, 6.625, 6.75, 6.75], "texture": "#1"} + } + }, + { + "from": [12.3, 10.6, 10.025], + "to": [12.6, 10.7, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.75, 6.75, 6.875, 6.875], "texture": "#1"}, + "east": {"uv": [0, 6.875, 0.125, 7], "texture": "#1"}, + "south": {"uv": [6.875, 0, 7, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 6.875, 0.25, 7], "texture": "#1"}, + "up": {"uv": [7, 0.25, 6.875, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 6.875, 0.25, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 10.6, 10.025], + "to": [5.1, 10.7, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.875, 0.25, 7, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 6.875, 0.5, 7], "texture": "#1"}, + "south": {"uv": [6.875, 0.375, 7, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 6.875, 0.625, 7], "texture": "#1"}, + "up": {"uv": [7, 0.625, 6.875, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 6.875, 0.625, 7], "texture": "#1"} + } + }, + { + "from": [12.4, 12.825, 7.6], + "to": [12.6, 12.9, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.875, 0.625, 7, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 6.875, 0.875, 7], "texture": "#1"}, + "south": {"uv": [6.875, 0.75, 7, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 6.875, 1, 7], "texture": "#1"}, + "up": {"uv": [7, 1, 6.875, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 6.875, 1, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 7.6], + "to": [5, 12.9, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.875, 1, 7, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 6.875, 1.25, 7], "texture": "#1"}, + "south": {"uv": [6.875, 1.125, 7, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 6.875, 1.375, 7], "texture": "#1"}, + "up": {"uv": [7, 1.375, 6.875, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 6.875, 1.375, 7], "texture": "#1"} + } + }, + { + "from": [12.4, 10.4, 4.4], + "to": [12.6, 10.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [6.875, 1.375, 7, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 6.875, 1.625, 7], "texture": "#1"}, + "south": {"uv": [6.875, 1.5, 7, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 6.875, 1.75, 7], "texture": "#1"}, + "up": {"uv": [7, 1.75, 6.875, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 6.875, 1.75, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 10.4, 4.4], + "to": [5, 10.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [6.875, 1.75, 7, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 6.875, 2, 7], "texture": "#1"}, + "south": {"uv": [6.875, 1.875, 7, 2], "texture": "#1"}, + "west": {"uv": [2, 6.875, 2.125, 7], "texture": "#1"}, + "up": {"uv": [7, 2.125, 6.875, 2], "texture": "#1"}, + "down": {"uv": [2.25, 6.875, 2.125, 7], "texture": "#1"} + } + }, + { + "from": [12.4, 7.2, 7.6], + "to": [12.6, 7.275, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [6.875, 2.125, 7, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 6.875, 2.375, 7], "texture": "#1"}, + "south": {"uv": [6.875, 2.25, 7, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 6.875, 2.5, 7], "texture": "#1"}, + "up": {"uv": [7, 2.5, 6.875, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 6.875, 2.5, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 7.6], + "to": [5, 7.275, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [6.875, 2.5, 7, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 6.875, 2.75, 7], "texture": "#1"}, + "south": {"uv": [6.875, 2.625, 7, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 6.875, 2.875, 7], "texture": "#1"}, + "up": {"uv": [7, 2.875, 6.875, 2.75], "texture": "#1"}, + "down": {"uv": [3, 6.875, 2.875, 7], "texture": "#1"} + } + }, + { + "from": [12.4, 10.4, 10.025], + "to": [12.6, 10.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.875, 2.875, 7, 3], "texture": "#1"}, + "east": {"uv": [3, 6.875, 3.125, 7], "texture": "#1"}, + "south": {"uv": [6.875, 3, 7, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 6.875, 3.25, 7], "texture": "#1"}, + "up": {"uv": [7, 3.25, 6.875, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 6.875, 3.25, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 10.4, 10.025], + "to": [5, 10.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.875, 3.25, 7, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 6.875, 3.5, 7], "texture": "#1"}, + "south": {"uv": [6.875, 3.375, 7, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 6.875, 3.625, 7], "texture": "#1"}, + "up": {"uv": [7, 3.625, 6.875, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 6.875, 3.625, 7], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 7.5], + "to": [12.6, 12.9, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.875, 3.625, 7, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 6.875, 3.875, 7], "texture": "#1"}, + "south": {"uv": [6.875, 3.75, 7, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 6.875, 4, 7], "texture": "#1"}, + "up": {"uv": [7, 4, 6.875, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 6.875, 4, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 7.5], + "to": [5.1, 12.9, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.875, 4, 7, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 6.875, 4.25, 7], "texture": "#1"}, + "south": {"uv": [6.875, 4.125, 7, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 6.875, 4.375, 7], "texture": "#1"}, + "up": {"uv": [7, 4.375, 6.875, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 6.875, 4.375, 7], "texture": "#1"} + } + }, + { + "from": [12.3, 10.3, 4.4], + "to": [12.6, 10.4, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [6.875, 4.375, 7, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 6.875, 4.625, 7], "texture": "#1"}, + "south": {"uv": [6.875, 4.5, 7, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 6.875, 4.75, 7], "texture": "#1"}, + "up": {"uv": [7, 4.75, 6.875, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 6.875, 4.75, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 10.3, 4.4], + "to": [5.1, 10.4, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [6.875, 4.75, 7, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 6.875, 5, 7], "texture": "#1"}, + "south": {"uv": [6.875, 4.875, 7, 5], "texture": "#1"}, + "west": {"uv": [5, 6.875, 5.125, 7], "texture": "#1"}, + "up": {"uv": [7, 5.125, 6.875, 5], "texture": "#1"}, + "down": {"uv": [5.25, 6.875, 5.125, 7], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 7.5], + "to": [12.6, 7.275, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [6.875, 5.125, 7, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 6.875, 5.375, 7], "texture": "#1"}, + "south": {"uv": [6.875, 5.25, 7, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 6.875, 5.5, 7], "texture": "#1"}, + "up": {"uv": [7, 5.5, 6.875, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 6.875, 5.5, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 7.5], + "to": [5.1, 7.275, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [6.875, 5.5, 7, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 6.875, 5.75, 7], "texture": "#1"}, + "south": {"uv": [6.875, 5.625, 7, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 6.875, 5.875, 7], "texture": "#1"}, + "up": {"uv": [7, 5.875, 6.875, 5.75], "texture": "#1"}, + "down": {"uv": [6, 6.875, 5.875, 7], "texture": "#1"} + } + }, + { + "from": [12.3, 10.3, 10.025], + "to": [12.6, 10.4, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.875, 5.875, 7, 6], "texture": "#1"}, + "east": {"uv": [6, 6.875, 6.125, 7], "texture": "#1"}, + "south": {"uv": [6.875, 6, 7, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 6.875, 6.25, 7], "texture": "#1"}, + "up": {"uv": [7, 6.25, 6.875, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 6.875, 6.25, 7], "texture": "#1"} + } + }, + { + "from": [4.8, 10.3, 10.025], + "to": [5.1, 10.4, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.875, 6.25, 7, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 6.875, 6.5, 7], "texture": "#1"}, + "south": {"uv": [6.875, 6.375, 7, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 6.875, 6.625, 7], "texture": "#1"}, + "up": {"uv": [7, 6.625, 6.875, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 6.875, 6.625, 7], "texture": "#1"} + } + }, + { + "from": [12.4, 12.825, 7.3], + "to": [12.6, 12.9, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.875, 6.625, 7, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 6.875, 6.875, 7], "texture": "#1"}, + "south": {"uv": [6.875, 6.75, 7, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 6.875, 7, 7], "texture": "#1"}, + "up": {"uv": [0.125, 7.125, 0, 7], "texture": "#1"}, + "down": {"uv": [7.125, 0, 7, 0.125], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 7.3], + "to": [5, 12.9, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [0.125, 7, 0.25, 7.125], "texture": "#1"}, + "east": {"uv": [7, 0.125, 7.125, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 7, 0.375, 7.125], "texture": "#1"}, + "west": {"uv": [7, 0.25, 7.125, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 7.125, 0.375, 7], "texture": "#1"}, + "down": {"uv": [7.125, 0.375, 7, 0.5], "texture": "#1"} + } + }, + { + "from": [12.4, 10.1, 4.4], + "to": [12.6, 10.2, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [0.5, 7, 0.625, 7.125], "texture": "#1"}, + "east": {"uv": [7, 0.5, 7.125, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 7, 0.75, 7.125], "texture": "#1"}, + "west": {"uv": [7, 0.625, 7.125, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 7.125, 0.75, 7], "texture": "#1"}, + "down": {"uv": [7.125, 0.75, 7, 0.875], "texture": "#1"} + } + }, + { + "from": [4.8, 10.1, 4.4], + "to": [5, 10.2, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [0.875, 7, 1, 7.125], "texture": "#1"}, + "east": {"uv": [7, 0.875, 7.125, 1], "texture": "#1"}, + "south": {"uv": [1, 7, 1.125, 7.125], "texture": "#1"}, + "west": {"uv": [7, 1, 7.125, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 7.125, 1.125, 7], "texture": "#1"}, + "down": {"uv": [7.125, 1.125, 7, 1.25], "texture": "#1"} + } + }, + { + "from": [12.4, 7.2, 7.3], + "to": [12.6, 7.275, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [1.25, 7, 1.375, 7.125], "texture": "#1"}, + "east": {"uv": [7, 1.25, 7.125, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 7, 1.5, 7.125], "texture": "#1"}, + "west": {"uv": [7, 1.375, 7.125, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 7.125, 1.5, 7], "texture": "#1"}, + "down": {"uv": [7.125, 1.5, 7, 1.625], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 7.3], + "to": [5, 7.275, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [1.625, 7, 1.75, 7.125], "texture": "#1"}, + "east": {"uv": [7, 1.625, 7.125, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 7, 1.875, 7.125], "texture": "#1"}, + "west": {"uv": [7, 1.75, 7.125, 1.875], "texture": "#1"}, + "up": {"uv": [2, 7.125, 1.875, 7], "texture": "#1"}, + "down": {"uv": [7.125, 1.875, 7, 2], "texture": "#1"} + } + }, + { + "from": [12.4, 10.1, 10.025], + "to": [12.6, 10.2, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [2, 7, 2.125, 7.125], "texture": "#1"}, + "east": {"uv": [7, 2, 7.125, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 7, 2.25, 7.125], "texture": "#1"}, + "west": {"uv": [7, 2.125, 7.125, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 7.125, 2.25, 7], "texture": "#1"}, + "down": {"uv": [7.125, 2.25, 7, 2.375], "texture": "#1"} + } + }, + { + "from": [4.8, 10.1, 10.025], + "to": [5, 10.2, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [2.375, 7, 2.5, 7.125], "texture": "#1"}, + "east": {"uv": [7, 2.375, 7.125, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 7, 2.625, 7.125], "texture": "#1"}, + "west": {"uv": [7, 2.5, 7.125, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 7.125, 2.625, 7], "texture": "#1"}, + "down": {"uv": [7.125, 2.625, 7, 2.75], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 7.1], + "to": [12.4, 12.9, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [2.75, 7, 2.875, 7.125], "texture": "#1"}, + "east": {"uv": [7, 2.75, 7.125, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 7, 3, 7.125], "texture": "#1"}, + "west": {"uv": [7, 2.875, 7.125, 3], "texture": "#1"}, + "up": {"uv": [3.125, 7.125, 3, 7], "texture": "#1"}, + "down": {"uv": [7.125, 3, 7, 3.125], "texture": "#1"} + } + }, + { + "from": [5, 12.825, 7.1], + "to": [5.1, 12.9, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [3.125, 7, 3.25, 7.125], "texture": "#1"}, + "east": {"uv": [7, 3.125, 7.125, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 7, 3.375, 7.125], "texture": "#1"}, + "west": {"uv": [7, 3.25, 7.125, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 7.125, 3.375, 7], "texture": "#1"}, + "down": {"uv": [7.125, 3.375, 7, 3.5], "texture": "#1"} + } + }, + { + "from": [12.3, 9.9, 4.4], + "to": [12.4, 10.1, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [3.5, 7, 3.625, 7.125], "texture": "#1"}, + "east": {"uv": [7, 3.5, 7.125, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 7, 3.75, 7.125], "texture": "#1"}, + "west": {"uv": [7, 3.625, 7.125, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 7.125, 3.75, 7], "texture": "#1"}, + "down": {"uv": [7.125, 3.75, 7, 3.875], "texture": "#1"} + } + }, + { + "from": [5, 9.9, 4.4], + "to": [5.1, 10.1, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [3.875, 7, 4, 7.125], "texture": "#1"}, + "east": {"uv": [7, 3.875, 7.125, 4], "texture": "#1"}, + "south": {"uv": [4, 7, 4.125, 7.125], "texture": "#1"}, + "west": {"uv": [7, 4, 7.125, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 7.125, 4.125, 7], "texture": "#1"}, + "down": {"uv": [7.125, 4.125, 7, 4.25], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 7.1], + "to": [12.4, 7.275, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [4.25, 7, 4.375, 7.125], "texture": "#1"}, + "east": {"uv": [7, 4.25, 7.125, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 7, 4.5, 7.125], "texture": "#1"}, + "west": {"uv": [7, 4.375, 7.125, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 7.125, 4.5, 7], "texture": "#1"}, + "down": {"uv": [7.125, 4.5, 7, 4.625], "texture": "#1"} + } + }, + { + "from": [5, 7.2, 7.1], + "to": [5.1, 7.275, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [4.625, 7, 4.75, 7.125], "texture": "#1"}, + "east": {"uv": [7, 4.625, 7.125, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 7, 4.875, 7.125], "texture": "#1"}, + "west": {"uv": [7, 4.75, 7.125, 4.875], "texture": "#1"}, + "up": {"uv": [5, 7.125, 4.875, 7], "texture": "#1"}, + "down": {"uv": [7.125, 4.875, 7, 5], "texture": "#1"} + } + }, + { + "from": [12.3, 9.9, 10.025], + "to": [12.4, 10.1, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5, 7, 5.125, 7.125], "texture": "#1"}, + "east": {"uv": [7, 5, 7.125, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 7, 5.25, 7.125], "texture": "#1"}, + "west": {"uv": [7, 5.125, 7.125, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 7.125, 5.25, 7], "texture": "#1"}, + "down": {"uv": [7.125, 5.25, 7, 5.375], "texture": "#1"} + } + }, + { + "from": [5, 9.9, 10.025], + "to": [5.1, 10.1, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5.375, 7, 5.5, 7.125], "texture": "#1"}, + "east": {"uv": [7, 5.375, 7.125, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 7, 5.625, 7.125], "texture": "#1"}, + "west": {"uv": [7, 5.5, 7.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 7.125, 5.625, 7], "texture": "#1"}, + "down": {"uv": [7.125, 5.625, 7, 5.75], "texture": "#1"} + } + }, + { + "from": [12.4, 12.825, 7], + "to": [12.5, 12.9, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [5.75, 7, 5.875, 7.125], "texture": "#1"}, + "east": {"uv": [7, 5.75, 7.125, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 7, 6, 7.125], "texture": "#1"}, + "west": {"uv": [7, 5.875, 7.125, 6], "texture": "#1"}, + "up": {"uv": [6.125, 7.125, 6, 7], "texture": "#1"}, + "down": {"uv": [7.125, 6, 7, 6.125], "texture": "#1"} + } + }, + { + "from": [4.9, 12.825, 7], + "to": [5, 12.9, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.125, 7, 6.25, 7.125], "texture": "#1"}, + "east": {"uv": [7, 6.125, 7.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 7, 6.375, 7.125], "texture": "#1"}, + "west": {"uv": [7, 6.25, 7.125, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 7.125, 6.375, 7], "texture": "#1"}, + "down": {"uv": [7.125, 6.375, 7, 6.5], "texture": "#1"} + } + }, + { + "from": [12.4, 9.8, 4.4], + "to": [12.5, 10, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [6.5, 7, 6.625, 7.125], "texture": "#1"}, + "east": {"uv": [7, 6.5, 7.125, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 7, 6.75, 7.125], "texture": "#1"}, + "west": {"uv": [7, 6.625, 7.125, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 7.125, 6.75, 7], "texture": "#1"}, + "down": {"uv": [7.125, 6.75, 7, 6.875], "texture": "#1"} + } + }, + { + "from": [4.9, 9.8, 4.4], + "to": [5, 10, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [6.875, 7, 7, 7.125], "texture": "#1"}, + "east": {"uv": [7, 6.875, 7.125, 7], "texture": "#1"}, + "south": {"uv": [7, 7, 7.125, 7.125], "texture": "#1"}, + "west": {"uv": [0, 7.125, 0.125, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 0.125, 7.125, 0], "texture": "#1"}, + "down": {"uv": [0.25, 7.125, 0.125, 7.25], "texture": "#1"} + } + }, + { + "from": [12.4, 7.2, 7], + "to": [12.5, 7.275, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.125, 0.125, 7.25, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 7.125, 0.375, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 0.25, 7.25, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 7.125, 0.5, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 0.5, 7.125, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 7.125, 0.5, 7.25], "texture": "#1"} + } + }, + { + "from": [4.9, 7.2, 7], + "to": [5, 7.275, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.125, 0.5, 7.25, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 7.125, 0.75, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 0.625, 7.25, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 7.125, 0.875, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 0.875, 7.125, 0.75], "texture": "#1"}, + "down": {"uv": [1, 7.125, 0.875, 7.25], "texture": "#1"} + } + }, + { + "from": [12.4, 9.8, 10.025], + "to": [12.5, 10, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.125, 0.875, 7.25, 1], "texture": "#1"}, + "east": {"uv": [1, 7.125, 1.125, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 1, 7.25, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 7.125, 1.25, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 1.25, 7.125, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 7.125, 1.25, 7.25], "texture": "#1"} + } + }, + { + "from": [4.9, 9.8, 10.025], + "to": [5, 10, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.125, 1.25, 7.25, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 7.125, 1.5, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 1.375, 7.25, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 7.125, 1.625, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 1.625, 7.125, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 7.125, 1.625, 7.25], "texture": "#1"} + } + }, + { + "from": [12.5, 12.825, 6.9], + "to": [12.6, 12.9, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.125, 1.625, 7.25, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 7.125, 1.875, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 1.75, 7.25, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 7.125, 2, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 2, 7.125, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 7.125, 2, 7.25], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 6.9], + "to": [4.9, 12.9, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.125, 2, 7.25, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 7.125, 2.25, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 2.125, 7.25, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 7.125, 2.375, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 2.375, 7.125, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 7.125, 2.375, 7.25], "texture": "#1"} + } + }, + { + "from": [12.5, 9.7, 4.4], + "to": [12.6, 9.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.125, 2.375, 7.25, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 7.125, 2.625, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 2.5, 7.25, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 7.125, 2.75, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 2.75, 7.125, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 7.125, 2.75, 7.25], "texture": "#1"} + } + }, + { + "from": [4.8, 9.7, 4.4], + "to": [4.9, 9.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.125, 2.75, 7.25, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 7.125, 3, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 2.875, 7.25, 3], "texture": "#1"}, + "west": {"uv": [3, 7.125, 3.125, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 3.125, 7.125, 3], "texture": "#1"}, + "down": {"uv": [3.25, 7.125, 3.125, 7.25], "texture": "#1"} + } + }, + { + "from": [12.5, 7.2, 6.9], + "to": [12.6, 7.275, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.125, 3.125, 7.25, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 7.125, 3.375, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 3.25, 7.25, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 7.125, 3.5, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 3.5, 7.125, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 7.125, 3.5, 7.25], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 6.9], + "to": [4.9, 7.275, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.125, 3.5, 7.25, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 7.125, 3.75, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 3.625, 7.25, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 7.125, 3.875, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 3.875, 7.125, 3.75], "texture": "#1"}, + "down": {"uv": [4, 7.125, 3.875, 7.25], "texture": "#1"} + } + }, + { + "from": [12.5, 9.7, 10.025], + "to": [12.6, 9.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.125, 3.875, 7.25, 4], "texture": "#1"}, + "east": {"uv": [4, 7.125, 4.125, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 4, 7.25, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 7.125, 4.25, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 4.25, 7.125, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 7.125, 4.25, 7.25], "texture": "#1"} + } + }, + { + "from": [4.8, 9.7, 10.025], + "to": [4.9, 9.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.125, 4.25, 7.25, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 7.125, 4.5, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 4.375, 7.25, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 7.125, 4.625, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 4.625, 7.125, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 7.125, 4.625, 7.25], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 6.8], + "to": [12.6, 12.9, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.125, 4.625, 7.25, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 7.125, 4.875, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 4.75, 7.25, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 7.125, 5, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 5, 7.125, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 7.125, 5, 7.25], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 6.8], + "to": [5.1, 12.9, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.125, 5, 7.25, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 7.125, 5.25, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 5.125, 7.25, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 7.125, 5.375, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 5.375, 7.125, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 7.125, 5.375, 7.25], "texture": "#1"} + } + }, + { + "from": [12.3, 9.6, 4.4], + "to": [12.6, 9.7, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.125, 5.375, 7.25, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 7.125, 5.625, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 5.5, 7.25, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 7.125, 5.75, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 5.75, 7.125, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 7.125, 5.75, 7.25], "texture": "#1"} + } + }, + { + "from": [4.8, 9.6, 4.4], + "to": [5.1, 9.7, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.125, 5.75, 7.25, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 7.125, 6, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 5.875, 7.25, 6], "texture": "#1"}, + "west": {"uv": [6, 7.125, 6.125, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 6.125, 7.125, 6], "texture": "#1"}, + "down": {"uv": [6.25, 7.125, 6.125, 7.25], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 6.8], + "to": [12.6, 7.275, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.125, 6.125, 7.25, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 7.125, 6.375, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 6.25, 7.25, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 7.125, 6.5, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 6.5, 7.125, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 7.125, 6.5, 7.25], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 6.8], + "to": [5.1, 7.275, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.125, 6.5, 7.25, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 7.125, 6.75, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 6.625, 7.25, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 7.125, 6.875, 7.25], "texture": "#1"}, + "up": {"uv": [7.25, 6.875, 7.125, 6.75], "texture": "#1"}, + "down": {"uv": [7, 7.125, 6.875, 7.25], "texture": "#1"} + } + }, + { + "from": [12.3, 9.6, 10.025], + "to": [12.6, 9.7, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.125, 6.875, 7.25, 7], "texture": "#1"}, + "east": {"uv": [7, 7.125, 7.125, 7.25], "texture": "#1"}, + "south": {"uv": [7.125, 7, 7.25, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 7.125, 7.25, 7.25], "texture": "#1"}, + "up": {"uv": [0.125, 7.375, 0, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 0, 7.25, 0.125], "texture": "#1"} + } + }, + { + "from": [4.8, 9.6, 10.025], + "to": [5.1, 9.7, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [0.125, 7.25, 0.25, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 0.125, 7.375, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 7.25, 0.375, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 0.25, 7.375, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 7.375, 0.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 0.375, 7.25, 0.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 6.6], + "to": [12.6, 12.9, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [0.5, 7.25, 0.625, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 0.5, 7.375, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 7.25, 0.75, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 0.625, 7.375, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 7.375, 0.75, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 0.75, 7.25, 0.875], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 6.6], + "to": [5.1, 12.9, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [0.875, 7.25, 1, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 0.875, 7.375, 1], "texture": "#1"}, + "south": {"uv": [1, 7.25, 1.125, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 1, 7.375, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 7.375, 1.125, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 1.125, 7.25, 1.25], "texture": "#1"} + } + }, + { + "from": [12.3, 9.4, 4.4], + "to": [12.6, 9.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [1.25, 7.25, 1.375, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 1.25, 7.375, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 7.25, 1.5, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 1.375, 7.375, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 7.375, 1.5, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 1.5, 7.25, 1.625], "texture": "#1"} + } + }, + { + "from": [4.8, 9.4, 4.4], + "to": [5.1, 9.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [1.625, 7.25, 1.75, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 1.625, 7.375, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 7.25, 1.875, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 1.75, 7.375, 1.875], "texture": "#1"}, + "up": {"uv": [2, 7.375, 1.875, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 1.875, 7.25, 2], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 6.6], + "to": [12.6, 7.275, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [2, 7.25, 2.125, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 2, 7.375, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 7.25, 2.25, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 2.125, 7.375, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 7.375, 2.25, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 2.25, 7.25, 2.375], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 6.6], + "to": [5.1, 7.275, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [2.375, 7.25, 2.5, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 2.375, 7.375, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 7.25, 2.625, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 2.5, 7.375, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 7.375, 2.625, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 2.625, 7.25, 2.75], "texture": "#1"} + } + }, + { + "from": [12.3, 9.4, 10.025], + "to": [12.6, 9.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [2.75, 7.25, 2.875, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 2.75, 7.375, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 7.25, 3, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 2.875, 7.375, 3], "texture": "#1"}, + "up": {"uv": [3.125, 7.375, 3, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 3, 7.25, 3.125], "texture": "#1"} + } + }, + { + "from": [4.8, 9.4, 10.025], + "to": [5.1, 9.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [3.125, 7.25, 3.25, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 3.125, 7.375, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 7.25, 3.375, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 3.25, 7.375, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 7.375, 3.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 3.375, 7.25, 3.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 6.4], + "to": [12.6, 12.9, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [3.5, 7.25, 3.625, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 3.5, 7.375, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 7.25, 3.75, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 3.625, 7.375, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 7.375, 3.75, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 3.75, 7.25, 3.875], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 6.4], + "to": [5.1, 12.9, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [3.875, 7.25, 4, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 3.875, 7.375, 4], "texture": "#1"}, + "south": {"uv": [4, 7.25, 4.125, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 4, 7.375, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 7.375, 4.125, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 4.125, 7.25, 4.25], "texture": "#1"} + } + }, + { + "from": [12.3, 9.2, 4.4], + "to": [12.6, 9.3, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [4.25, 7.25, 4.375, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 4.25, 7.375, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 7.25, 4.5, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 4.375, 7.375, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 7.375, 4.5, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 4.5, 7.25, 4.625], "texture": "#1"} + } + }, + { + "from": [4.8, 9.2, 4.4], + "to": [5.1, 9.3, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [4.625, 7.25, 4.75, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 4.625, 7.375, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 7.25, 4.875, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 4.75, 7.375, 4.875], "texture": "#1"}, + "up": {"uv": [5, 7.375, 4.875, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 4.875, 7.25, 5], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 6.4], + "to": [12.6, 7.275, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [5, 7.25, 5.125, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 5, 7.375, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 7.25, 5.25, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 5.125, 7.375, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 7.375, 5.25, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 5.25, 7.25, 5.375], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 6.4], + "to": [5.1, 7.275, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [5.375, 7.25, 5.5, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 5.375, 7.375, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 7.25, 5.625, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 5.5, 7.375, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 7.375, 5.625, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 5.625, 7.25, 5.75], "texture": "#1"} + } + }, + { + "from": [12.3, 9.2, 10.025], + "to": [12.6, 9.3, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5.75, 7.25, 5.875, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 5.75, 7.375, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 7.25, 6, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 5.875, 7.375, 6], "texture": "#1"}, + "up": {"uv": [6.125, 7.375, 6, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 6, 7.25, 6.125], "texture": "#1"} + } + }, + { + "from": [4.8, 9.2, 10.025], + "to": [5.1, 9.3, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.125, 7.25, 6.25, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 6.125, 7.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 7.25, 6.375, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 6.25, 7.375, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 7.375, 6.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 6.375, 7.25, 6.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 6.2], + "to": [12.5, 12.9, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.5, 7.25, 6.625, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 6.5, 7.375, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 7.25, 6.75, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 6.625, 7.375, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 7.375, 6.75, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 6.75, 7.25, 6.875], "texture": "#1"} + } + }, + { + "from": [4.9, 12.825, 6.2], + "to": [5.1, 12.9, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.875, 7.25, 7, 7.375], "texture": "#1"}, + "east": {"uv": [7.25, 6.875, 7.375, 7], "texture": "#1"}, + "south": {"uv": [7, 7.25, 7.125, 7.375], "texture": "#1"}, + "west": {"uv": [7.25, 7, 7.375, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 7.375, 7.125, 7.25], "texture": "#1"}, + "down": {"uv": [7.375, 7.125, 7.25, 7.25], "texture": "#1"} + } + }, + { + "from": [12.3, 9, 4.4], + "to": [12.5, 9.1, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.25, 7.25, 7.375, 7.375], "texture": "#1"}, + "east": {"uv": [0, 7.375, 0.125, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 0, 7.5, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 7.375, 0.25, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 0.25, 7.375, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 7.375, 0.25, 7.5], "texture": "#1"} + } + }, + { + "from": [4.9, 9, 4.4], + "to": [5.1, 9.1, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.375, 0.25, 7.5, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 7.375, 0.5, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 0.375, 7.5, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 7.375, 0.625, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 0.625, 7.375, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 7.375, 0.625, 7.5], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 6.2], + "to": [12.5, 7.275, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.375, 0.625, 7.5, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 7.375, 0.875, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 0.75, 7.5, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 7.375, 1, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 1, 7.375, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 7.375, 1, 7.5], "texture": "#1"} + } + }, + { + "from": [4.9, 7.2, 6.2], + "to": [5.1, 7.275, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.375, 1, 7.5, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 7.375, 1.25, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 1.125, 7.5, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 7.375, 1.375, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 1.375, 7.375, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 7.375, 1.375, 7.5], "texture": "#1"} + } + }, + { + "from": [12.3, 9, 10.025], + "to": [12.5, 9.1, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.375, 1.375, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 7.375, 1.625, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 1.5, 7.5, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 7.375, 1.75, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 1.75, 7.375, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 7.375, 1.75, 7.5], "texture": "#1"} + } + }, + { + "from": [4.9, 9, 10.025], + "to": [5.1, 9.1, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.375, 1.75, 7.5, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 7.375, 2, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 1.875, 7.5, 2], "texture": "#1"}, + "west": {"uv": [2, 7.375, 2.125, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 2.125, 7.375, 2], "texture": "#1"}, + "down": {"uv": [2.25, 7.375, 2.125, 7.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 6], + "to": [12.4, 12.9, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.375, 2.125, 7.5, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 7.375, 2.375, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 2.25, 7.5, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 7.375, 2.5, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 2.5, 7.375, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 7.375, 2.5, 7.5], "texture": "#1"} + } + }, + { + "from": [5, 12.825, 6], + "to": [5.1, 12.9, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.375, 2.5, 7.5, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 7.375, 2.75, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 2.625, 7.5, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 7.375, 2.875, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 2.875, 7.375, 2.75], "texture": "#1"}, + "down": {"uv": [3, 7.375, 2.875, 7.5], "texture": "#1"} + } + }, + { + "from": [12.3, 8.8, 4.4], + "to": [12.4, 8.9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.375, 2.875, 7.5, 3], "texture": "#1"}, + "east": {"uv": [3, 7.375, 3.125, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 3, 7.5, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 7.375, 3.25, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 3.25, 7.375, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 7.375, 3.25, 7.5], "texture": "#1"} + } + }, + { + "from": [5, 8.8, 4.4], + "to": [5.1, 8.9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.375, 3.25, 7.5, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 7.375, 3.5, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 3.375, 7.5, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 7.375, 3.625, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 3.625, 7.375, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 7.375, 3.625, 7.5], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 6], + "to": [12.4, 7.275, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.375, 3.625, 7.5, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 7.375, 3.875, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 3.75, 7.5, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 7.375, 4, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 4, 7.375, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 7.375, 4, 7.5], "texture": "#1"} + } + }, + { + "from": [5, 7.2, 6], + "to": [5.1, 7.275, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.375, 4, 7.5, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 7.375, 4.25, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 4.125, 7.5, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 7.375, 4.375, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 4.375, 7.375, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 7.375, 4.375, 7.5], "texture": "#1"} + } + }, + { + "from": [12.3, 8.8, 10.025], + "to": [12.4, 8.9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.375, 4.375, 7.5, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 7.375, 4.625, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 4.5, 7.5, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 7.375, 4.75, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 4.75, 7.375, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 7.375, 4.75, 7.5], "texture": "#1"} + } + }, + { + "from": [5, 8.8, 10.025], + "to": [5.1, 8.9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.375, 4.75, 7.5, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 7.375, 5, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 4.875, 7.5, 5], "texture": "#1"}, + "west": {"uv": [5, 7.375, 5.125, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 5.125, 7.375, 5], "texture": "#1"}, + "down": {"uv": [5.25, 7.375, 5.125, 7.5], "texture": "#1"} + } + }, + { + "from": [12.4, 12.825, 5.9], + "to": [12.6, 12.9, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.375, 5.125, 7.5, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 7.375, 5.375, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 5.25, 7.5, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 7.375, 5.5, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 5.5, 7.375, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 7.375, 5.5, 7.5], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 5.9], + "to": [5, 12.9, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.375, 5.5, 7.5, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 7.375, 5.75, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 5.625, 7.5, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 7.375, 5.875, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 5.875, 7.375, 5.75], "texture": "#1"}, + "down": {"uv": [6, 7.375, 5.875, 7.5], "texture": "#1"} + } + }, + { + "from": [12.4, 8.7, 4.4], + "to": [12.6, 8.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.375, 5.875, 7.5, 6], "texture": "#1"}, + "east": {"uv": [6, 7.375, 6.125, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 6, 7.5, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 7.375, 6.25, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 6.25, 7.375, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 7.375, 6.25, 7.5], "texture": "#1"} + } + }, + { + "from": [4.8, 8.7, 4.4], + "to": [5, 8.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.375, 6.25, 7.5, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 7.375, 6.5, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 6.375, 7.5, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 7.375, 6.625, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 6.625, 7.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 7.375, 6.625, 7.5], "texture": "#1"} + } + }, + { + "from": [12.4, 7.2, 5.9], + "to": [12.6, 7.275, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.375, 6.625, 7.5, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 7.375, 6.875, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 6.75, 7.5, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 7.375, 7, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 7, 7.375, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 7.375, 7, 7.5], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 5.9], + "to": [5, 7.275, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.375, 7, 7.5, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 7.375, 7.25, 7.5], "texture": "#1"}, + "south": {"uv": [7.375, 7.125, 7.5, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 7.375, 7.375, 7.5], "texture": "#1"}, + "up": {"uv": [7.5, 7.375, 7.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 7.375, 7.375, 7.5], "texture": "#1"} + } + }, + { + "from": [12.4, 8.7, 10.025], + "to": [12.6, 8.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [0, 7.5, 0.125, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 0, 7.625, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 7.5, 0.25, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 0.125, 7.625, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 7.625, 0.25, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 0.25, 7.5, 0.375], "texture": "#1"} + } + }, + { + "from": [4.8, 8.7, 10.025], + "to": [5, 8.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [0.375, 7.5, 0.5, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 0.375, 7.625, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 7.5, 0.625, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 0.5, 7.625, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 7.625, 0.625, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 0.625, 7.5, 0.75], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 5.7], + "to": [12.6, 12.9, 5.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [0.75, 7.5, 0.875, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 0.75, 7.625, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 7.5, 1, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 0.875, 7.625, 1], "texture": "#1"}, + "up": {"uv": [1.125, 7.625, 1, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 1, 7.5, 1.125], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 5.7], + "to": [5.1, 12.9, 5.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [1.125, 7.5, 1.25, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 1.125, 7.625, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 7.5, 1.375, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 1.25, 7.625, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 7.625, 1.375, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 1.375, 7.5, 1.5], "texture": "#1"} + } + }, + { + "from": [12.3, 8.5, 4.4], + "to": [12.6, 8.6, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [1.5, 7.5, 1.625, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 1.5, 7.625, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 7.5, 1.75, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 1.625, 7.625, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 7.625, 1.75, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 1.75, 7.5, 1.875], "texture": "#1"} + } + }, + { + "from": [4.8, 8.5, 4.4], + "to": [5.1, 8.6, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [1.875, 7.5, 2, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 1.875, 7.625, 2], "texture": "#1"}, + "south": {"uv": [2, 7.5, 2.125, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 2, 7.625, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 7.625, 2.125, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 2.125, 7.5, 2.25], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 5.7], + "to": [12.6, 7.275, 5.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [2.25, 7.5, 2.375, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 2.25, 7.625, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 7.5, 2.5, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 2.375, 7.625, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 7.625, 2.5, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 2.5, 7.5, 2.625], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 5.7], + "to": [5.1, 7.275, 5.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [2.625, 7.5, 2.75, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 2.625, 7.625, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 7.5, 2.875, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 2.75, 7.625, 2.875], "texture": "#1"}, + "up": {"uv": [3, 7.625, 2.875, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 2.875, 7.5, 3], "texture": "#1"} + } + }, + { + "from": [12.3, 8.5, 10.025], + "to": [12.6, 8.6, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [3, 7.5, 3.125, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 3, 7.625, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 7.5, 3.25, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 3.125, 7.625, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 7.625, 3.25, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 3.25, 7.5, 3.375], "texture": "#1"} + } + }, + { + "from": [4.8, 8.5, 10.025], + "to": [5.1, 8.6, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [3.375, 7.5, 3.5, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 3.375, 7.625, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 7.5, 3.625, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 3.5, 7.625, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 7.625, 3.625, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 3.625, 7.5, 3.75], "texture": "#1"} + } + }, + { + "from": [12.5, 12.825, 5.5], + "to": [12.6, 12.9, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [3.75, 7.5, 3.875, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 3.75, 7.625, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 7.5, 4, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 3.875, 7.625, 4], "texture": "#1"}, + "up": {"uv": [4.125, 7.625, 4, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 4, 7.5, 4.125], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 5.5], + "to": [4.9, 12.9, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [4.125, 7.5, 4.25, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 4.125, 7.625, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 7.5, 4.375, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 4.25, 7.625, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 7.625, 4.375, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 4.375, 7.5, 4.5], "texture": "#1"} + } + }, + { + "from": [12.5, 8.3, 4.4], + "to": [12.6, 8.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [4.5, 7.5, 4.625, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 4.5, 7.625, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 7.5, 4.75, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 4.625, 7.625, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 7.625, 4.75, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 4.75, 7.5, 4.875], "texture": "#1"} + } + }, + { + "from": [4.8, 8.3, 4.4], + "to": [4.9, 8.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [4.875, 7.5, 5, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 4.875, 7.625, 5], "texture": "#1"}, + "south": {"uv": [5, 7.5, 5.125, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 5, 7.625, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 7.625, 5.125, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 5.125, 7.5, 5.25], "texture": "#1"} + } + }, + { + "from": [12.5, 7.2, 5.5], + "to": [12.6, 7.275, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [5.25, 7.5, 5.375, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 5.25, 7.625, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 7.5, 5.5, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 5.375, 7.625, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 7.625, 5.5, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 5.5, 7.5, 5.625], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 5.5], + "to": [4.9, 7.275, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [5.625, 7.5, 5.75, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 5.625, 7.625, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 7.5, 5.875, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 5.75, 7.625, 5.875], "texture": "#1"}, + "up": {"uv": [6, 7.625, 5.875, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 5.875, 7.5, 6], "texture": "#1"} + } + }, + { + "from": [12.5, 8.3, 10.025], + "to": [12.6, 8.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6, 7.5, 6.125, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 6, 7.625, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 7.5, 6.25, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 6.125, 7.625, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 7.625, 6.25, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 6.25, 7.5, 6.375], "texture": "#1"} + } + }, + { + "from": [4.8, 8.3, 10.025], + "to": [4.9, 8.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.375, 7.5, 6.5, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 6.375, 7.625, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 7.5, 6.625, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 6.5, 7.625, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 7.625, 6.625, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 6.625, 7.5, 6.75], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 5.5], + "to": [12.4, 12.9, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.75, 7.5, 6.875, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 6.75, 7.625, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 7.5, 7, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 6.875, 7.625, 7], "texture": "#1"}, + "up": {"uv": [7.125, 7.625, 7, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 7, 7.5, 7.125], "texture": "#1"} + } + }, + { + "from": [5, 12.825, 5.5], + "to": [5.1, 12.9, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.125, 7.5, 7.25, 7.625], "texture": "#1"}, + "east": {"uv": [7.5, 7.125, 7.625, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 7.5, 7.375, 7.625], "texture": "#1"}, + "west": {"uv": [7.5, 7.25, 7.625, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 7.625, 7.375, 7.5], "texture": "#1"}, + "down": {"uv": [7.625, 7.375, 7.5, 7.5], "texture": "#1"} + } + }, + { + "from": [12.3, 8.3, 4.4], + "to": [12.4, 8.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.5, 7.5, 7.625, 7.625], "texture": "#1"}, + "east": {"uv": [0, 7.625, 0.125, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 0, 7.75, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 7.625, 0.25, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 0.25, 7.625, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 7.625, 0.25, 7.75], "texture": "#1"} + } + }, + { + "from": [5, 8.3, 4.4], + "to": [5.1, 8.5, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.625, 0.25, 7.75, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 7.625, 0.5, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 0.375, 7.75, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 7.625, 0.625, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 0.625, 7.625, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 7.625, 0.625, 7.75], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 5.5], + "to": [12.4, 7.275, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.625, 0.625, 7.75, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 7.625, 0.875, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 0.75, 7.75, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 7.625, 1, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 1, 7.625, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 7.625, 1, 7.75], "texture": "#1"} + } + }, + { + "from": [5, 7.2, 5.5], + "to": [5.1, 7.275, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.625, 1, 7.75, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 7.625, 1.25, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 1.125, 7.75, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 7.625, 1.375, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 1.375, 7.625, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 7.625, 1.375, 7.75], "texture": "#1"} + } + }, + { + "from": [12.3, 8.3, 10.025], + "to": [12.4, 8.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.625, 1.375, 7.75, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 7.625, 1.625, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 1.5, 7.75, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 7.625, 1.75, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 1.75, 7.625, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 7.625, 1.75, 7.75], "texture": "#1"} + } + }, + { + "from": [5, 8.3, 10.025], + "to": [5.1, 8.5, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.625, 1.75, 7.75, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 7.625, 2, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 1.875, 7.75, 2], "texture": "#1"}, + "west": {"uv": [2, 7.625, 2.125, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 2.125, 7.625, 2], "texture": "#1"}, + "down": {"uv": [2.25, 7.625, 2.125, 7.75], "texture": "#1"} + } + }, + { + "from": [12.4, 12.825, 5.4], + "to": [12.5, 12.9, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.625, 2.125, 7.75, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 7.625, 2.375, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 2.25, 7.75, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 7.625, 2.5, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 2.5, 7.625, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 7.625, 2.5, 7.75], "texture": "#1"} + } + }, + { + "from": [4.9, 12.825, 5.4], + "to": [5, 12.9, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.625, 2.5, 7.75, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 7.625, 2.75, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 2.625, 7.75, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 7.625, 2.875, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 2.875, 7.625, 2.75], "texture": "#1"}, + "down": {"uv": [3, 7.625, 2.875, 7.75], "texture": "#1"} + } + }, + { + "from": [12.4, 8.2, 4.4], + "to": [12.5, 8.3, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.625, 2.875, 7.75, 3], "texture": "#1"}, + "east": {"uv": [3, 7.625, 3.125, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 3, 7.75, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 7.625, 3.25, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 3.25, 7.625, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 7.625, 3.25, 7.75], "texture": "#1"} + } + }, + { + "from": [4.9, 8.2, 4.4], + "to": [5, 8.3, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.625, 3.25, 7.75, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 7.625, 3.5, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 3.375, 7.75, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 7.625, 3.625, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 3.625, 7.625, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 7.625, 3.625, 7.75], "texture": "#1"} + } + }, + { + "from": [12.4, 7.2, 5.4], + "to": [12.5, 7.275, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.625, 3.625, 7.75, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 7.625, 3.875, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 3.75, 7.75, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 7.625, 4, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 4, 7.625, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 7.625, 4, 7.75], "texture": "#1"} + } + }, + { + "from": [4.9, 7.2, 5.4], + "to": [5, 7.275, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.625, 4, 7.75, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 7.625, 4.25, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 4.125, 7.75, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 7.625, 4.375, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 4.375, 7.625, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 7.625, 4.375, 7.75], "texture": "#1"} + } + }, + { + "from": [12.4, 8.2, 10.025], + "to": [12.5, 8.3, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.625, 4.375, 7.75, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 7.625, 4.625, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 4.5, 7.75, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 7.625, 4.75, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 4.75, 7.625, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 7.625, 4.75, 7.75], "texture": "#1"} + } + }, + { + "from": [4.9, 8.2, 10.025], + "to": [5, 8.3, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.625, 4.75, 7.75, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 7.625, 5, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 4.875, 7.75, 5], "texture": "#1"}, + "west": {"uv": [5, 7.625, 5.125, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 5.125, 7.625, 5], "texture": "#1"}, + "down": {"uv": [5.25, 7.625, 5.125, 7.75], "texture": "#1"} + } + }, + { + "from": [12.5, 12.825, 6.1], + "to": [12.6, 12.9, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.625, 5.125, 7.75, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 7.625, 5.375, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 5.25, 7.75, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 7.625, 5.5, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 5.5, 7.625, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 7.625, 5.5, 7.75], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 6.1], + "to": [4.9, 12.9, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.625, 5.5, 7.75, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 7.625, 5.75, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 5.625, 7.75, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 7.625, 5.875, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 5.875, 7.625, 5.75], "texture": "#1"}, + "down": {"uv": [6, 7.625, 5.875, 7.75], "texture": "#1"} + } + }, + { + "from": [12.5, 8.9, 4.4], + "to": [12.6, 9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.625, 5.875, 7.75, 6], "texture": "#1"}, + "east": {"uv": [6, 7.625, 6.125, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 6, 7.75, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 7.625, 6.25, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 6.25, 7.625, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 7.625, 6.25, 7.75], "texture": "#1"} + } + }, + { + "from": [4.8, 8.9, 4.4], + "to": [4.9, 9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.625, 6.25, 7.75, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 7.625, 6.5, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 6.375, 7.75, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 7.625, 6.625, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 6.625, 7.625, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 7.625, 6.625, 7.75], "texture": "#1"} + } + }, + { + "from": [12.5, 7.2, 6.1], + "to": [12.6, 7.275, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.625, 6.625, 7.75, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 7.625, 6.875, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 6.75, 7.75, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 7.625, 7, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 7, 7.625, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 7.625, 7, 7.75], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 6.1], + "to": [4.9, 7.275, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.625, 7, 7.75, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 7.625, 7.25, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 7.125, 7.75, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 7.625, 7.375, 7.75], "texture": "#1"}, + "up": {"uv": [7.75, 7.375, 7.625, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 7.625, 7.375, 7.75], "texture": "#1"} + } + }, + { + "from": [12.5, 8.9, 10.025], + "to": [12.6, 9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.625, 7.375, 7.75, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 7.625, 7.625, 7.75], "texture": "#1"}, + "south": {"uv": [7.625, 7.5, 7.75, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 7.625, 7.75, 7.75], "texture": "#1"}, + "up": {"uv": [0.125, 7.875, 0, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 0, 7.75, 0.125], "texture": "#1"} + } + }, + { + "from": [4.8, 8.9, 10.025], + "to": [4.9, 9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [0.125, 7.75, 0.25, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 0.125, 7.875, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 7.75, 0.375, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 0.25, 7.875, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 7.875, 0.375, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 0.375, 7.75, 0.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 6.5], + "to": [12.4, 12.9, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [0.5, 7.75, 0.625, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 0.5, 7.875, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 7.75, 0.75, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 0.625, 7.875, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 7.875, 0.75, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 0.75, 7.75, 0.875], "texture": "#1"} + } + }, + { + "from": [5, 12.825, 6.5], + "to": [5.1, 12.9, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [0.875, 7.75, 1, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 0.875, 7.875, 1], "texture": "#1"}, + "south": {"uv": [1, 7.75, 1.125, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 1, 7.875, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 7.875, 1.125, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 1.125, 7.75, 1.25], "texture": "#1"} + } + }, + { + "from": [12.3, 9.3, 4.4], + "to": [12.4, 9.4, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [1.25, 7.75, 1.375, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 1.25, 7.875, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 7.75, 1.5, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 1.375, 7.875, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 7.875, 1.5, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 1.5, 7.75, 1.625], "texture": "#1"} + } + }, + { + "from": [5, 9.3, 4.4], + "to": [5.1, 9.4, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [1.625, 7.75, 1.75, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 1.625, 7.875, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 7.75, 1.875, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 1.75, 7.875, 1.875], "texture": "#1"}, + "up": {"uv": [2, 7.875, 1.875, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 1.875, 7.75, 2], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 6.5], + "to": [12.4, 7.275, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [2, 7.75, 2.125, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 2, 7.875, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 7.75, 2.25, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 2.125, 7.875, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 7.875, 2.25, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 2.25, 7.75, 2.375], "texture": "#1"} + } + }, + { + "from": [5, 7.2, 6.5], + "to": [5.1, 7.275, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [2.375, 7.75, 2.5, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 2.375, 7.875, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 7.75, 2.625, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 2.5, 7.875, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 7.875, 2.625, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 2.625, 7.75, 2.75], "texture": "#1"} + } + }, + { + "from": [12.3, 9.3, 10.025], + "to": [12.4, 9.4, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [2.75, 7.75, 2.875, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 2.75, 7.875, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 7.75, 3, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 2.875, 7.875, 3], "texture": "#1"}, + "up": {"uv": [3.125, 7.875, 3, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 3, 7.75, 3.125], "texture": "#1"} + } + }, + { + "from": [5, 9.3, 10.025], + "to": [5.1, 9.4, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [3.125, 7.75, 3.25, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 3.125, 7.875, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 7.75, 3.375, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 3.25, 7.875, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 7.875, 3.375, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 3.375, 7.75, 3.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 7.9], + "to": [12.4, 12.9, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [3.5, 7.75, 3.625, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 3.5, 7.875, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 7.75, 3.75, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 3.625, 7.875, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 7.875, 3.75, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 3.75, 7.75, 3.875], "texture": "#1"} + } + }, + { + "from": [5, 12.825, 7.9], + "to": [5.1, 12.9, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [3.875, 7.75, 4, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 3.875, 7.875, 4], "texture": "#1"}, + "south": {"uv": [4, 7.75, 4.125, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 4, 7.875, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 7.875, 4.125, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 4.125, 7.75, 4.25], "texture": "#1"} + } + }, + { + "from": [12.3, 10.7, 4.4], + "to": [12.4, 10.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [4.25, 7.75, 4.375, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 4.25, 7.875, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 7.75, 4.5, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 4.375, 7.875, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 7.875, 4.5, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 4.5, 7.75, 4.625], "texture": "#1"} + } + }, + { + "from": [5, 10.7, 4.4], + "to": [5.1, 10.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [4.625, 7.75, 4.75, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 4.625, 7.875, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 7.75, 4.875, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 4.75, 7.875, 4.875], "texture": "#1"}, + "up": {"uv": [5, 7.875, 4.875, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 4.875, 7.75, 5], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 7.9], + "to": [12.4, 7.275, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [5, 7.75, 5.125, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 5, 7.875, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 7.75, 5.25, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 5.125, 7.875, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 7.875, 5.25, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 5.25, 7.75, 5.375], "texture": "#1"} + } + }, + { + "from": [5, 7.2, 7.9], + "to": [5.1, 7.275, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [5.375, 7.75, 5.5, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 5.375, 7.875, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 7.75, 5.625, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 5.5, 7.875, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 7.875, 5.625, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 5.625, 7.75, 5.75], "texture": "#1"} + } + }, + { + "from": [12.3, 10.7, 10.025], + "to": [12.4, 10.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5.75, 7.75, 5.875, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 5.75, 7.875, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 7.75, 6, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 5.875, 7.875, 6], "texture": "#1"}, + "up": {"uv": [6.125, 7.875, 6, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 6, 7.75, 6.125], "texture": "#1"} + } + }, + { + "from": [5, 10.7, 10.025], + "to": [5.1, 10.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [6.125, 7.75, 6.25, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 6.125, 7.875, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 7.75, 6.375, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 6.25, 7.875, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 7.875, 6.375, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 6.375, 7.75, 6.5], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 8.4], + "to": [12.4, 12.9, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [6.5, 7.75, 6.625, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 6.5, 7.875, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 7.75, 6.75, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 6.625, 7.875, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 7.875, 6.75, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 6.75, 7.75, 6.875], "texture": "#1"} + } + }, + { + "from": [5, 12.825, 8.4], + "to": [5.1, 12.9, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [6.875, 7.75, 7, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 6.875, 7.875, 7], "texture": "#1"}, + "south": {"uv": [7, 7.75, 7.125, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 7, 7.875, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 7.875, 7.125, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 7.125, 7.75, 7.25], "texture": "#1"} + } + }, + { + "from": [12.3, 11.2, 4.4], + "to": [12.4, 11.3, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.25, 7.75, 7.375, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 7.25, 7.875, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 7.75, 7.5, 7.875], "texture": "#1"}, + "west": {"uv": [7.75, 7.375, 7.875, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 7.875, 7.5, 7.75], "texture": "#1"}, + "down": {"uv": [7.875, 7.5, 7.75, 7.625], "texture": "#1"} + } + }, + { + "from": [5, 11.2, 4.4], + "to": [5.1, 11.3, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.625, 7.75, 7.75, 7.875], "texture": "#1"}, + "east": {"uv": [7.75, 7.625, 7.875, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 7.75, 7.875, 7.875], "texture": "#1"}, + "west": {"uv": [0, 7.875, 0.125, 8], "texture": "#1"}, + "up": {"uv": [8, 0.125, 7.875, 0], "texture": "#1"}, + "down": {"uv": [0.25, 7.875, 0.125, 8], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 8.4], + "to": [12.4, 7.275, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.875, 0.125, 8, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 7.875, 0.375, 8], "texture": "#1"}, + "south": {"uv": [7.875, 0.25, 8, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 7.875, 0.5, 8], "texture": "#1"}, + "up": {"uv": [8, 0.5, 7.875, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 7.875, 0.5, 8], "texture": "#1"} + } + }, + { + "from": [5, 7.2, 8.4], + "to": [5.1, 7.275, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.875, 0.5, 8, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 7.875, 0.75, 8], "texture": "#1"}, + "south": {"uv": [7.875, 0.625, 8, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 7.875, 0.875, 8], "texture": "#1"}, + "up": {"uv": [8, 0.875, 7.875, 0.75], "texture": "#1"}, + "down": {"uv": [1, 7.875, 0.875, 8], "texture": "#1"} + } + }, + { + "from": [12.3, 11.2, 10.025], + "to": [12.4, 11.3, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.875, 0.875, 8, 1], "texture": "#1"}, + "east": {"uv": [1, 7.875, 1.125, 8], "texture": "#1"}, + "south": {"uv": [7.875, 1, 8, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 7.875, 1.25, 8], "texture": "#1"}, + "up": {"uv": [8, 1.25, 7.875, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 7.875, 1.25, 8], "texture": "#1"} + } + }, + { + "from": [5, 11.2, 10.025], + "to": [5.1, 11.3, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.875, 1.25, 8, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 7.875, 1.5, 8], "texture": "#1"}, + "south": {"uv": [7.875, 1.375, 8, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 7.875, 1.625, 8], "texture": "#1"}, + "up": {"uv": [8, 1.625, 7.875, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 7.875, 1.625, 8], "texture": "#1"} + } + }, + { + "from": [12.3, 12.825, 8.8], + "to": [12.4, 12.9, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.875, 1.625, 8, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 7.875, 1.875, 8], "texture": "#1"}, + "south": {"uv": [7.875, 1.75, 8, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 7.875, 2, 8], "texture": "#1"}, + "up": {"uv": [8, 2, 7.875, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 7.875, 2, 8], "texture": "#1"} + } + }, + { + "from": [5, 12.825, 8.8], + "to": [5.1, 12.9, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.875, 2, 8, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 7.875, 2.25, 8], "texture": "#1"}, + "south": {"uv": [7.875, 2.125, 8, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 7.875, 2.375, 8], "texture": "#1"}, + "up": {"uv": [8, 2.375, 7.875, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 7.875, 2.375, 8], "texture": "#1"} + } + }, + { + "from": [12.3, 11.6, 4.4], + "to": [12.4, 11.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.875, 2.375, 8, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 7.875, 2.625, 8], "texture": "#1"}, + "south": {"uv": [7.875, 2.5, 8, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 7.875, 2.75, 8], "texture": "#1"}, + "up": {"uv": [8, 2.75, 7.875, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 7.875, 2.75, 8], "texture": "#1"} + } + }, + { + "from": [5, 11.6, 4.4], + "to": [5.1, 11.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.875, 2.75, 8, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 7.875, 3, 8], "texture": "#1"}, + "south": {"uv": [7.875, 2.875, 8, 3], "texture": "#1"}, + "west": {"uv": [3, 7.875, 3.125, 8], "texture": "#1"}, + "up": {"uv": [8, 3.125, 7.875, 3], "texture": "#1"}, + "down": {"uv": [3.25, 7.875, 3.125, 8], "texture": "#1"} + } + }, + { + "from": [12.3, 7.2, 8.8], + "to": [12.4, 7.275, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.875, 3.125, 8, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 7.875, 3.375, 8], "texture": "#1"}, + "south": {"uv": [7.875, 3.25, 8, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 7.875, 3.5, 8], "texture": "#1"}, + "up": {"uv": [8, 3.5, 7.875, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 7.875, 3.5, 8], "texture": "#1"} + } + }, + { + "from": [5, 7.2, 8.8], + "to": [5.1, 7.275, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.875, 3.5, 8, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 7.875, 3.75, 8], "texture": "#1"}, + "south": {"uv": [7.875, 3.625, 8, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 7.875, 3.875, 8], "texture": "#1"}, + "up": {"uv": [8, 3.875, 7.875, 3.75], "texture": "#1"}, + "down": {"uv": [4, 7.875, 3.875, 8], "texture": "#1"} + } + }, + { + "from": [12.3, 11.6, 10.025], + "to": [12.4, 11.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.875, 3.875, 8, 4], "texture": "#1"}, + "east": {"uv": [4, 7.875, 4.125, 8], "texture": "#1"}, + "south": {"uv": [7.875, 4, 8, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 7.875, 4.25, 8], "texture": "#1"}, + "up": {"uv": [8, 4.25, 7.875, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 7.875, 4.25, 8], "texture": "#1"} + } + }, + { + "from": [5, 11.6, 10.025], + "to": [5.1, 11.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.875, 4.25, 8, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 7.875, 4.5, 8], "texture": "#1"}, + "south": {"uv": [7.875, 4.375, 8, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 7.875, 4.625, 8], "texture": "#1"}, + "up": {"uv": [8, 4.625, 7.875, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 7.875, 4.625, 8], "texture": "#1"} + } + }, + { + "from": [12.5, 12.825, 8.8], + "to": [12.6, 12.9, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [7.875, 4.625, 8, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 7.875, 4.875, 8], "texture": "#1"}, + "south": {"uv": [7.875, 4.75, 8, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 7.875, 5, 8], "texture": "#1"}, + "up": {"uv": [8, 5, 7.875, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 7.875, 5, 8], "texture": "#1"} + } + }, + { + "from": [4.8, 12.825, 8.8], + "to": [4.9, 12.9, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [7.875, 5, 8, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 7.875, 5.25, 8], "texture": "#1"}, + "south": {"uv": [7.875, 5.125, 8, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 7.875, 5.375, 8], "texture": "#1"}, + "up": {"uv": [8, 5.375, 7.875, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 7.875, 5.375, 8], "texture": "#1"} + } + }, + { + "from": [12.5, 11.6, 4.4], + "to": [12.6, 11.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [7.875, 5.375, 8, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 7.875, 5.625, 8], "texture": "#1"}, + "south": {"uv": [7.875, 5.5, 8, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 7.875, 5.75, 8], "texture": "#1"}, + "up": {"uv": [8, 5.75, 7.875, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 7.875, 5.75, 8], "texture": "#1"} + } + }, + { + "from": [4.8, 11.6, 4.4], + "to": [4.9, 11.8, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [7.875, 5.75, 8, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 7.875, 6, 8], "texture": "#1"}, + "south": {"uv": [7.875, 5.875, 8, 6], "texture": "#1"}, + "west": {"uv": [6, 7.875, 6.125, 8], "texture": "#1"}, + "up": {"uv": [8, 6.125, 7.875, 6], "texture": "#1"}, + "down": {"uv": [6.25, 7.875, 6.125, 8], "texture": "#1"} + } + }, + { + "from": [12.5, 7.2, 8.8], + "to": [12.6, 7.275, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [7.875, 6.125, 8, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 7.875, 6.375, 8], "texture": "#1"}, + "south": {"uv": [7.875, 6.25, 8, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 7.875, 6.5, 8], "texture": "#1"}, + "up": {"uv": [8, 6.5, 7.875, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 7.875, 6.5, 8], "texture": "#1"} + } + }, + { + "from": [4.8, 7.2, 8.8], + "to": [4.9, 7.275, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [7.875, 6.5, 8, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 7.875, 6.75, 8], "texture": "#1"}, + "south": {"uv": [7.875, 6.625, 8, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 7.875, 6.875, 8], "texture": "#1"}, + "up": {"uv": [8, 6.875, 7.875, 6.75], "texture": "#1"}, + "down": {"uv": [7, 7.875, 6.875, 8], "texture": "#1"} + } + }, + { + "from": [12.5, 11.6, 10.025], + "to": [12.6, 11.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.875, 6.875, 8, 7], "texture": "#1"}, + "east": {"uv": [7, 7.875, 7.125, 8], "texture": "#1"}, + "south": {"uv": [7.875, 7, 8, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 7.875, 7.25, 8], "texture": "#1"}, + "up": {"uv": [8, 7.25, 7.875, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 7.875, 7.25, 8], "texture": "#1"} + } + }, + { + "from": [4.8, 11.6, 10.025], + "to": [4.9, 11.8, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [7.875, 7.25, 8, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 7.875, 7.5, 8], "texture": "#1"}, + "south": {"uv": [7.875, 7.375, 8, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 7.875, 7.625, 8], "texture": "#1"}, + "up": {"uv": [8, 7.625, 7.875, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 7.875, 7.625, 8], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 8.6], + "to": [12.7, 12.825, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 7.225, 6.8]}, + "faces": { + "north": {"uv": [7.875, 7.625, 8, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 7.875, 7.875, 8], "texture": "#1"}, + "south": {"uv": [7.875, 7.75, 8, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 7.875, 8, 8], "texture": "#1"}, + "up": {"uv": [0.125, 8.125, 0, 8], "texture": "#1"}, + "down": {"uv": [8.125, 0, 8, 0.125], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 8.6], + "to": [4.8, 12.825, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 7.225, 6.8]}, + "faces": { + "north": {"uv": [0.125, 8, 0.25, 8.125], "texture": "#1"}, + "east": {"uv": [8, 0.125, 8.125, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 8, 0.375, 8.125], "texture": "#1"}, + "west": {"uv": [8, 0.25, 8.125, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 8.125, 0.375, 8], "texture": "#1"}, + "down": {"uv": [8.125, 0.375, 8, 0.5], "texture": "#1"} + } + }, + { + "from": [12.6, 11.4, 4.475], + "to": [12.7, 11.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 9.6, 10.075]}, + "faces": { + "north": {"uv": [0.5, 8, 0.625, 8.125], "texture": "#1"}, + "east": {"uv": [8, 0.5, 8.125, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 8, 0.75, 8.125], "texture": "#1"}, + "west": {"uv": [8, 0.625, 8.125, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 8.125, 0.75, 8], "texture": "#1"}, + "down": {"uv": [8.125, 0.75, 8, 0.875], "texture": "#1"} + } + }, + { + "from": [4.7, 11.4, 4.475], + "to": [4.8, 11.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 9.6, 10.075]}, + "faces": { + "north": {"uv": [0.875, 8, 1, 8.125], "texture": "#1"}, + "east": {"uv": [8, 0.875, 8.125, 1], "texture": "#1"}, + "south": {"uv": [1, 8, 1.125, 8.125], "texture": "#1"}, + "west": {"uv": [8, 1, 8.125, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 8.125, 1.125, 8], "texture": "#1"}, + "down": {"uv": [8.125, 1.125, 8, 1.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 8.6], + "to": [12.7, 7.375, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 12.875, 6.8]}, + "faces": { + "north": {"uv": [1.25, 8, 1.375, 8.125], "texture": "#1"}, + "east": {"uv": [8, 1.25, 8.125, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 8, 1.5, 8.125], "texture": "#1"}, + "west": {"uv": [8, 1.375, 8.125, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 8.125, 1.5, 8], "texture": "#1"}, + "down": {"uv": [8.125, 1.5, 8, 1.625], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 8.6], + "to": [4.8, 7.375, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 12.875, 6.8]}, + "faces": { + "north": {"uv": [1.625, 8, 1.75, 8.125], "texture": "#1"}, + "east": {"uv": [8, 1.625, 8.125, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 8, 1.875, 8.125], "texture": "#1"}, + "west": {"uv": [8, 1.75, 8.125, 1.875], "texture": "#1"}, + "up": {"uv": [2, 8.125, 1.875, 8], "texture": "#1"}, + "down": {"uv": [8.125, 1.875, 8, 2], "texture": "#1"} + } + }, + { + "from": [12.6, 11.4, 9.925], + "to": [12.7, 11.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 9.6, 4.425]}, + "faces": { + "north": {"uv": [2, 8, 2.125, 8.125], "texture": "#1"}, + "east": {"uv": [8, 2, 8.125, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 8, 2.25, 8.125], "texture": "#1"}, + "west": {"uv": [8, 2.125, 8.125, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 8.125, 2.25, 8], "texture": "#1"}, + "down": {"uv": [8.125, 2.25, 8, 2.375], "texture": "#1"} + } + }, + { + "from": [4.7, 11.4, 9.925], + "to": [4.8, 11.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 9.6, 4.425]}, + "faces": { + "north": {"uv": [2.375, 8, 2.5, 8.125], "texture": "#1"}, + "east": {"uv": [8, 2.375, 8.125, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 8, 2.625, 8.125], "texture": "#1"}, + "west": {"uv": [8, 2.5, 8.125, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 8.125, 2.625, 8], "texture": "#1"}, + "down": {"uv": [8.125, 2.625, 8, 2.75], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 8.5], + "to": [12.8, 12.825, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 6.7]}, + "faces": { + "north": {"uv": [2.75, 8, 2.875, 8.125], "texture": "#1"}, + "east": {"uv": [8, 2.75, 8.125, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 8, 3, 8.125], "texture": "#1"}, + "west": {"uv": [8, 2.875, 8.125, 3], "texture": "#1"}, + "up": {"uv": [3.125, 8.125, 3, 8], "texture": "#1"}, + "down": {"uv": [8.125, 3, 8, 3.125], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 8.5], + "to": [4.7, 12.825, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 6.7]}, + "faces": { + "north": {"uv": [3.125, 8, 3.25, 8.125], "texture": "#1"}, + "east": {"uv": [8, 3.125, 8.125, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 8, 3.375, 8.125], "texture": "#1"}, + "west": {"uv": [8, 3.25, 8.125, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 8.125, 3.375, 8], "texture": "#1"}, + "down": {"uv": [8.125, 3.375, 8, 3.5], "texture": "#1"} + } + }, + { + "from": [12.7, 11.3, 4.475], + "to": [12.8, 11.4, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.5, 10.075]}, + "faces": { + "north": {"uv": [3.5, 8, 3.625, 8.125], "texture": "#1"}, + "east": {"uv": [8, 3.5, 8.125, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 8, 3.75, 8.125], "texture": "#1"}, + "west": {"uv": [8, 3.625, 8.125, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 8.125, 3.75, 8], "texture": "#1"}, + "down": {"uv": [8.125, 3.75, 8, 3.875], "texture": "#1"} + } + }, + { + "from": [4.6, 11.3, 4.475], + "to": [4.7, 11.4, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.5, 10.075]}, + "faces": { + "north": {"uv": [3.875, 8, 4, 8.125], "texture": "#1"}, + "east": {"uv": [8, 3.875, 8.125, 4], "texture": "#1"}, + "south": {"uv": [4, 8, 4.125, 8.125], "texture": "#1"}, + "west": {"uv": [8, 4, 8.125, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 8.125, 4.125, 8], "texture": "#1"}, + "down": {"uv": [8.125, 4.125, 8, 4.25], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 8.5], + "to": [12.8, 7.375, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 6.7]}, + "faces": { + "north": {"uv": [4.25, 8, 4.375, 8.125], "texture": "#1"}, + "east": {"uv": [8, 4.25, 8.125, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 8, 4.5, 8.125], "texture": "#1"}, + "west": {"uv": [8, 4.375, 8.125, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 8.125, 4.5, 8], "texture": "#1"}, + "down": {"uv": [8.125, 4.5, 8, 4.625], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 8.5], + "to": [4.7, 7.375, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 6.7]}, + "faces": { + "north": {"uv": [4.625, 8, 4.75, 8.125], "texture": "#1"}, + "east": {"uv": [8, 4.625, 8.125, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 8, 4.875, 8.125], "texture": "#1"}, + "west": {"uv": [8, 4.75, 8.125, 4.875], "texture": "#1"}, + "up": {"uv": [5, 8.125, 4.875, 8], "texture": "#1"}, + "down": {"uv": [8.125, 4.875, 8, 5], "texture": "#1"} + } + }, + { + "from": [12.7, 11.3, 9.925], + "to": [12.8, 11.4, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.5, 4.425]}, + "faces": { + "north": {"uv": [5, 8, 5.125, 8.125], "texture": "#1"}, + "east": {"uv": [8, 5, 8.125, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 8, 5.25, 8.125], "texture": "#1"}, + "west": {"uv": [8, 5.125, 8.125, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 8.125, 5.25, 8], "texture": "#1"}, + "down": {"uv": [8.125, 5.25, 8, 5.375], "texture": "#1"} + } + }, + { + "from": [4.6, 11.3, 9.925], + "to": [4.7, 11.4, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.5, 4.425]}, + "faces": { + "north": {"uv": [5.375, 8, 5.5, 8.125], "texture": "#1"}, + "east": {"uv": [8, 5.375, 8.125, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 8, 5.625, 8.125], "texture": "#1"}, + "west": {"uv": [8, 5.5, 8.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 8.125, 5.625, 8], "texture": "#1"}, + "down": {"uv": [8.125, 5.625, 8, 5.75], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 8.4], + "to": [12.7, 12.825, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 7.225, 6.6]}, + "faces": { + "north": {"uv": [5.75, 8, 5.875, 8.125], "texture": "#1"}, + "east": {"uv": [8, 5.75, 8.125, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 8, 6, 8.125], "texture": "#1"}, + "west": {"uv": [8, 5.875, 8.125, 6], "texture": "#1"}, + "up": {"uv": [6.125, 8.125, 6, 8], "texture": "#1"}, + "down": {"uv": [8.125, 6, 8, 6.125], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 8.4], + "to": [4.8, 12.825, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 7.225, 6.6]}, + "faces": { + "north": {"uv": [6.125, 8, 6.25, 8.125], "texture": "#1"}, + "east": {"uv": [8, 6.125, 8.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 8, 6.375, 8.125], "texture": "#1"}, + "west": {"uv": [8, 6.25, 8.125, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 8.125, 6.375, 8], "texture": "#1"}, + "down": {"uv": [8.125, 6.375, 8, 6.5], "texture": "#1"} + } + }, + { + "from": [12.6, 11.2, 4.475], + "to": [12.7, 11.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 9.4, 10.075]}, + "faces": { + "north": {"uv": [6.5, 8, 6.625, 8.125], "texture": "#1"}, + "east": {"uv": [8, 6.5, 8.125, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 8, 6.75, 8.125], "texture": "#1"}, + "west": {"uv": [8, 6.625, 8.125, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 8.125, 6.75, 8], "texture": "#1"}, + "down": {"uv": [8.125, 6.75, 8, 6.875], "texture": "#1"} + } + }, + { + "from": [4.7, 11.2, 4.475], + "to": [4.8, 11.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 9.4, 10.075]}, + "faces": { + "north": {"uv": [6.875, 8, 7, 8.125], "texture": "#1"}, + "east": {"uv": [8, 6.875, 8.125, 7], "texture": "#1"}, + "south": {"uv": [7, 8, 7.125, 8.125], "texture": "#1"}, + "west": {"uv": [8, 7, 8.125, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 8.125, 7.125, 8], "texture": "#1"}, + "down": {"uv": [8.125, 7.125, 8, 7.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 8.4], + "to": [12.7, 7.375, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 12.875, 6.6]}, + "faces": { + "north": {"uv": [7.25, 8, 7.375, 8.125], "texture": "#1"}, + "east": {"uv": [8, 7.25, 8.125, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 8, 7.5, 8.125], "texture": "#1"}, + "west": {"uv": [8, 7.375, 8.125, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 8.125, 7.5, 8], "texture": "#1"}, + "down": {"uv": [8.125, 7.5, 8, 7.625], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 8.4], + "to": [4.8, 7.375, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 12.875, 6.6]}, + "faces": { + "north": {"uv": [7.625, 8, 7.75, 8.125], "texture": "#1"}, + "east": {"uv": [8, 7.625, 8.125, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 8, 7.875, 8.125], "texture": "#1"}, + "west": {"uv": [8, 7.75, 8.125, 7.875], "texture": "#1"}, + "up": {"uv": [8, 8.125, 7.875, 8], "texture": "#1"}, + "down": {"uv": [8.125, 7.875, 8, 8], "texture": "#1"} + } + }, + { + "from": [12.6, 11.2, 9.925], + "to": [12.7, 11.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 9.4, 4.425]}, + "faces": { + "north": {"uv": [8, 8, 8.125, 8.125], "texture": "#1"}, + "east": {"uv": [0, 8.125, 0.125, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 0, 8.25, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 8.125, 0.25, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 0.25, 8.125, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 8.125, 0.25, 8.25], "texture": "#1"} + } + }, + { + "from": [4.7, 11.2, 9.925], + "to": [4.8, 11.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 9.4, 4.425]}, + "faces": { + "north": {"uv": [8.125, 0.25, 8.25, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 8.125, 0.5, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 0.375, 8.25, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 8.125, 0.625, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 0.625, 8.125, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 8.125, 0.625, 8.25], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 8.3], + "to": [12.8, 12.825, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 6.5]}, + "faces": { + "north": {"uv": [8.125, 0.625, 8.25, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 8.125, 0.875, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 0.75, 8.25, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 8.125, 1, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 1, 8.125, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 8.125, 1, 8.25], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 8.3], + "to": [4.7, 12.825, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 6.5]}, + "faces": { + "north": {"uv": [8.125, 1, 8.25, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 8.125, 1.25, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 1.125, 8.25, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 8.125, 1.375, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 1.375, 8.125, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 8.125, 1.375, 8.25], "texture": "#1"} + } + }, + { + "from": [12.7, 11.1, 4.475], + "to": [12.8, 11.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.3, 10.075]}, + "faces": { + "north": {"uv": [8.125, 1.375, 8.25, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 8.125, 1.625, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 1.5, 8.25, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 8.125, 1.75, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 1.75, 8.125, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 8.125, 1.75, 8.25], "texture": "#1"} + } + }, + { + "from": [4.6, 11.1, 4.475], + "to": [4.7, 11.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.3, 10.075]}, + "faces": { + "north": {"uv": [8.125, 1.75, 8.25, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 8.125, 2, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 1.875, 8.25, 2], "texture": "#1"}, + "west": {"uv": [2, 8.125, 2.125, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 2.125, 8.125, 2], "texture": "#1"}, + "down": {"uv": [2.25, 8.125, 2.125, 8.25], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 8.3], + "to": [12.8, 7.375, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 6.5]}, + "faces": { + "north": {"uv": [8.125, 2.125, 8.25, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 8.125, 2.375, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 2.25, 8.25, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 8.125, 2.5, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 2.5, 8.125, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 8.125, 2.5, 8.25], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 8.3], + "to": [4.7, 7.375, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 6.5]}, + "faces": { + "north": {"uv": [8.125, 2.5, 8.25, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 8.125, 2.75, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 2.625, 8.25, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 8.125, 2.875, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 2.875, 8.125, 2.75], "texture": "#1"}, + "down": {"uv": [3, 8.125, 2.875, 8.25], "texture": "#1"} + } + }, + { + "from": [12.7, 11.1, 9.925], + "to": [12.8, 11.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.3, 4.425]}, + "faces": { + "north": {"uv": [8.125, 2.875, 8.25, 3], "texture": "#1"}, + "east": {"uv": [3, 8.125, 3.125, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 3, 8.25, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 8.125, 3.25, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 3.25, 8.125, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 8.125, 3.25, 8.25], "texture": "#1"} + } + }, + { + "from": [4.6, 11.1, 9.925], + "to": [4.7, 11.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.3, 4.425]}, + "faces": { + "north": {"uv": [8.125, 3.25, 8.25, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 8.125, 3.5, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 3.375, 8.25, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 8.125, 3.625, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 3.625, 8.125, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 8.125, 3.625, 8.25], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 8.2], + "to": [12.9, 12.825, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 6.4]}, + "faces": { + "north": {"uv": [8.125, 3.625, 8.25, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 8.125, 3.875, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 3.75, 8.25, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 8.125, 4, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 4, 8.125, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 8.125, 4, 8.25], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 8.2], + "to": [4.6, 12.825, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 6.4]}, + "faces": { + "north": {"uv": [8.125, 4, 8.25, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 8.125, 4.25, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 4.125, 8.25, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 8.125, 4.375, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 4.375, 8.125, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 8.125, 4.375, 8.25], "texture": "#1"} + } + }, + { + "from": [12.8, 11, 4.475], + "to": [12.9, 11.1, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 9.2, 10.075]}, + "faces": { + "north": {"uv": [8.125, 4.375, 8.25, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 8.125, 4.625, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 4.5, 8.25, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 8.125, 4.75, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 4.75, 8.125, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 8.125, 4.75, 8.25], "texture": "#1"} + } + }, + { + "from": [4.5, 11, 4.475], + "to": [4.6, 11.1, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 9.2, 10.075]}, + "faces": { + "north": {"uv": [8.125, 4.75, 8.25, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 8.125, 5, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 4.875, 8.25, 5], "texture": "#1"}, + "west": {"uv": [5, 8.125, 5.125, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 5.125, 8.125, 5], "texture": "#1"}, + "down": {"uv": [5.25, 8.125, 5.125, 8.25], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 8.2], + "to": [12.9, 7.375, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 6.4]}, + "faces": { + "north": {"uv": [8.125, 5.125, 8.25, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 8.125, 5.375, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 5.25, 8.25, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 8.125, 5.5, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 5.5, 8.125, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 8.125, 5.5, 8.25], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 8.2], + "to": [4.6, 7.375, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 6.4]}, + "faces": { + "north": {"uv": [8.125, 5.5, 8.25, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 8.125, 5.75, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 5.625, 8.25, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 8.125, 5.875, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 5.875, 8.125, 5.75], "texture": "#1"}, + "down": {"uv": [6, 8.125, 5.875, 8.25], "texture": "#1"} + } + }, + { + "from": [12.8, 11, 9.925], + "to": [12.9, 11.1, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 9.2, 4.425]}, + "faces": { + "north": {"uv": [8.125, 5.875, 8.25, 6], "texture": "#1"}, + "east": {"uv": [6, 8.125, 6.125, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 6, 8.25, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 8.125, 6.25, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 6.25, 8.125, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 8.125, 6.25, 8.25], "texture": "#1"} + } + }, + { + "from": [4.5, 11, 9.925], + "to": [4.6, 11.1, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 9.2, 4.425]}, + "faces": { + "north": {"uv": [8.125, 6.25, 8.25, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 8.125, 6.5, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 6.375, 8.25, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 8.125, 6.625, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 6.625, 8.125, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 8.125, 6.625, 8.25], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 8.1], + "to": [12.7, 12.825, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 7.225, 6.3]}, + "faces": { + "north": {"uv": [8.125, 6.625, 8.25, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 8.125, 6.875, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 6.75, 8.25, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 8.125, 7, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 7, 8.125, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 8.125, 7, 8.25], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 8.1], + "to": [4.8, 12.825, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 7.225, 6.3]}, + "faces": { + "north": {"uv": [8.125, 7, 8.25, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 8.125, 7.25, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 7.125, 8.25, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 8.125, 7.375, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 7.375, 8.125, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 8.125, 7.375, 8.25], "texture": "#1"} + } + }, + { + "from": [12.6, 10.9, 4.475], + "to": [12.7, 11, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 9.1, 10.075]}, + "faces": { + "north": {"uv": [8.125, 7.375, 8.25, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 8.125, 7.625, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 7.5, 8.25, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 8.125, 7.75, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 7.75, 8.125, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 8.125, 7.75, 8.25], "texture": "#1"} + } + }, + { + "from": [4.7, 10.9, 4.475], + "to": [4.8, 11, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 9.1, 10.075]}, + "faces": { + "north": {"uv": [8.125, 7.75, 8.25, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 8.125, 8, 8.25], "texture": "#1"}, + "south": {"uv": [8.125, 7.875, 8.25, 8], "texture": "#1"}, + "west": {"uv": [8, 8.125, 8.125, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 8.125, 8.125, 8], "texture": "#1"}, + "down": {"uv": [8.25, 8.125, 8.125, 8.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 8.1], + "to": [12.7, 7.375, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 12.875, 6.3]}, + "faces": { + "north": {"uv": [0, 8.25, 0.125, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 0, 8.375, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 8.25, 0.25, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 0.125, 8.375, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 8.375, 0.25, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 0.25, 8.25, 0.375], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 8.1], + "to": [4.8, 7.375, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 12.875, 6.3]}, + "faces": { + "north": {"uv": [0.375, 8.25, 0.5, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 0.375, 8.375, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 8.25, 0.625, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 0.5, 8.375, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 8.375, 0.625, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 0.625, 8.25, 0.75], "texture": "#1"} + } + }, + { + "from": [12.6, 10.9, 9.925], + "to": [12.7, 11, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 9.1, 4.425]}, + "faces": { + "north": {"uv": [0.75, 8.25, 0.875, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 0.75, 8.375, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 8.25, 1, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 0.875, 8.375, 1], "texture": "#1"}, + "up": {"uv": [1.125, 8.375, 1, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 1, 8.25, 1.125], "texture": "#1"} + } + }, + { + "from": [4.7, 10.9, 9.925], + "to": [4.8, 11, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 9.1, 4.425]}, + "faces": { + "north": {"uv": [1.125, 8.25, 1.25, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 1.125, 8.375, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 8.25, 1.375, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 1.25, 8.375, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 8.375, 1.375, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 1.375, 8.25, 1.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 8], + "to": [12.8, 12.825, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 6.2]}, + "faces": { + "north": {"uv": [1.5, 8.25, 1.625, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 1.5, 8.375, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 8.25, 1.75, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 1.625, 8.375, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 8.375, 1.75, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 1.75, 8.25, 1.875], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 8], + "to": [4.7, 12.825, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 6.2]}, + "faces": { + "north": {"uv": [1.875, 8.25, 2, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 1.875, 8.375, 2], "texture": "#1"}, + "south": {"uv": [2, 8.25, 2.125, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 2, 8.375, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 8.375, 2.125, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 2.125, 8.25, 2.25], "texture": "#1"} + } + }, + { + "from": [12.7, 10.8, 4.475], + "to": [12.8, 10.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9, 10.075]}, + "faces": { + "north": {"uv": [2.25, 8.25, 2.375, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 2.25, 8.375, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 8.25, 2.5, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 2.375, 8.375, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 8.375, 2.5, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 2.5, 8.25, 2.625], "texture": "#1"} + } + }, + { + "from": [4.6, 10.8, 4.475], + "to": [4.7, 10.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9, 10.075]}, + "faces": { + "north": {"uv": [2.625, 8.25, 2.75, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 2.625, 8.375, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 8.25, 2.875, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 2.75, 8.375, 2.875], "texture": "#1"}, + "up": {"uv": [3, 8.375, 2.875, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 2.875, 8.25, 3], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 8], + "to": [12.8, 7.375, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 6.2]}, + "faces": { + "north": {"uv": [3, 8.25, 3.125, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 3, 8.375, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 8.25, 3.25, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 3.125, 8.375, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 8.375, 3.25, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 3.25, 8.25, 3.375], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 8], + "to": [4.7, 7.375, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 6.2]}, + "faces": { + "north": {"uv": [3.375, 8.25, 3.5, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 3.375, 8.375, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 8.25, 3.625, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 3.5, 8.375, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 8.375, 3.625, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 3.625, 8.25, 3.75], "texture": "#1"} + } + }, + { + "from": [12.7, 10.8, 9.925], + "to": [12.8, 10.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9, 4.425]}, + "faces": { + "north": {"uv": [3.75, 8.25, 3.875, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 3.75, 8.375, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 8.25, 4, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 3.875, 8.375, 4], "texture": "#1"}, + "up": {"uv": [4.125, 8.375, 4, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 4, 8.25, 4.125], "texture": "#1"} + } + }, + { + "from": [4.6, 10.8, 9.925], + "to": [4.7, 10.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9, 4.425]}, + "faces": { + "north": {"uv": [4.125, 8.25, 4.25, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 4.125, 8.375, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 8.25, 4.375, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 4.25, 8.375, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 8.375, 4.375, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 4.375, 8.25, 4.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 7.8], + "to": [12.8, 12.825, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 6]}, + "faces": { + "north": {"uv": [4.5, 8.25, 4.625, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 4.5, 8.375, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 8.25, 4.75, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 4.625, 8.375, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 8.375, 4.75, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 4.75, 8.25, 4.875], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 7.8], + "to": [4.7, 12.825, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 6]}, + "faces": { + "north": {"uv": [4.875, 8.25, 5, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 4.875, 8.375, 5], "texture": "#1"}, + "south": {"uv": [5, 8.25, 5.125, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 5, 8.375, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 8.375, 5.125, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 5.125, 8.25, 5.25], "texture": "#1"} + } + }, + { + "from": [12.7, 10.6, 4.475], + "to": [12.8, 10.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.8, 10.075]}, + "faces": { + "north": {"uv": [5.25, 8.25, 5.375, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 5.25, 8.375, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 8.25, 5.5, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 5.375, 8.375, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 8.375, 5.5, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 5.5, 8.25, 5.625], "texture": "#1"} + } + }, + { + "from": [4.6, 10.6, 4.475], + "to": [4.7, 10.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.8, 10.075]}, + "faces": { + "north": {"uv": [5.625, 8.25, 5.75, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 5.625, 8.375, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 8.25, 5.875, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 5.75, 8.375, 5.875], "texture": "#1"}, + "up": {"uv": [6, 8.375, 5.875, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 5.875, 8.25, 6], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 7.8], + "to": [12.8, 7.375, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 6]}, + "faces": { + "north": {"uv": [6, 8.25, 6.125, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 6, 8.375, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 8.25, 6.25, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 6.125, 8.375, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 8.375, 6.25, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 6.25, 8.25, 6.375], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 7.8], + "to": [4.7, 7.375, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 6]}, + "faces": { + "north": {"uv": [6.375, 8.25, 6.5, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 6.375, 8.375, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 8.25, 6.625, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 6.5, 8.375, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 8.375, 6.625, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 6.625, 8.25, 6.75], "texture": "#1"} + } + }, + { + "from": [12.7, 10.6, 9.925], + "to": [12.8, 10.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.8, 4.425]}, + "faces": { + "north": {"uv": [6.75, 8.25, 6.875, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 6.75, 8.375, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 8.25, 7, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 6.875, 8.375, 7], "texture": "#1"}, + "up": {"uv": [7.125, 8.375, 7, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 7, 8.25, 7.125], "texture": "#1"} + } + }, + { + "from": [4.6, 10.6, 9.925], + "to": [4.7, 10.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.8, 4.425]}, + "faces": { + "north": {"uv": [7.125, 8.25, 7.25, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 7.125, 8.375, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 8.25, 7.375, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 7.25, 8.375, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 8.375, 7.375, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 7.375, 8.25, 7.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 7.6], + "to": [12.9, 12.825, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 5.8]}, + "faces": { + "north": {"uv": [7.5, 8.25, 7.625, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 7.5, 8.375, 7.625], "texture": "#1"}, + "south": {"uv": [7.625, 8.25, 7.75, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 7.625, 8.375, 7.75], "texture": "#1"}, + "up": {"uv": [7.875, 8.375, 7.75, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 7.75, 8.25, 7.875], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 7.6], + "to": [4.7, 12.825, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 5.8]}, + "faces": { + "north": {"uv": [7.875, 8.25, 8, 8.375], "texture": "#1"}, + "east": {"uv": [8.25, 7.875, 8.375, 8], "texture": "#1"}, + "south": {"uv": [8, 8.25, 8.125, 8.375], "texture": "#1"}, + "west": {"uv": [8.25, 8, 8.375, 8.125], "texture": "#1"}, + "up": {"uv": [8.25, 8.375, 8.125, 8.25], "texture": "#1"}, + "down": {"uv": [8.375, 8.125, 8.25, 8.25], "texture": "#1"} + } + }, + { + "from": [12.7, 10.4, 4.475], + "to": [12.9, 10.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.6, 10.075]}, + "faces": { + "north": {"uv": [8.25, 8.25, 8.375, 8.375], "texture": "#1"}, + "east": {"uv": [0, 8.375, 0.125, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 0, 8.5, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 8.375, 0.25, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 0.25, 8.375, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 8.375, 0.25, 8.5], "texture": "#1"} + } + }, + { + "from": [4.5, 10.4, 4.475], + "to": [4.7, 10.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.6, 10.075]}, + "faces": { + "north": {"uv": [8.375, 0.25, 8.5, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 8.375, 0.5, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 0.375, 8.5, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 8.375, 0.625, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 0.625, 8.375, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 8.375, 0.625, 8.5], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 7.6], + "to": [12.9, 7.375, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 5.8]}, + "faces": { + "north": {"uv": [8.375, 0.625, 8.5, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 8.375, 0.875, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 0.75, 8.5, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 8.375, 1, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 1, 8.375, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 8.375, 1, 8.5], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 7.6], + "to": [4.7, 7.375, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 5.8]}, + "faces": { + "north": {"uv": [8.375, 1, 8.5, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 8.375, 1.25, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 1.125, 8.5, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 8.375, 1.375, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 1.375, 8.375, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 8.375, 1.375, 8.5], "texture": "#1"} + } + }, + { + "from": [12.7, 10.4, 9.925], + "to": [12.9, 10.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.6, 4.425]}, + "faces": { + "north": {"uv": [8.375, 1.375, 8.5, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 8.375, 1.625, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 1.5, 8.5, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 8.375, 1.75, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 1.75, 8.375, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 8.375, 1.75, 8.5], "texture": "#1"} + } + }, + { + "from": [4.5, 10.4, 9.925], + "to": [4.7, 10.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.6, 4.425]}, + "faces": { + "north": {"uv": [8.375, 1.75, 8.5, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 8.375, 2, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 1.875, 8.5, 2], "texture": "#1"}, + "west": {"uv": [2, 8.375, 2.125, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 2.125, 8.375, 2], "texture": "#1"}, + "down": {"uv": [2.25, 8.375, 2.125, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 7.7], + "to": [12.7, 12.825, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 7.225, 5.9]}, + "faces": { + "north": {"uv": [8.375, 2.125, 8.5, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 8.375, 2.375, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 2.25, 8.5, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 8.375, 2.5, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 2.5, 8.375, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 8.375, 2.5, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 7.7], + "to": [4.8, 12.825, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 7.225, 5.9]}, + "faces": { + "north": {"uv": [8.375, 2.5, 8.5, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 8.375, 2.75, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 2.625, 8.5, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 8.375, 2.875, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 2.875, 8.375, 2.75], "texture": "#1"}, + "down": {"uv": [3, 8.375, 2.875, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 10.5, 4.475], + "to": [12.7, 10.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 8.7, 10.075]}, + "faces": { + "north": {"uv": [8.375, 2.875, 8.5, 3], "texture": "#1"}, + "east": {"uv": [3, 8.375, 3.125, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 3, 8.5, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 8.375, 3.25, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 3.25, 8.375, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 8.375, 3.25, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 10.5, 4.475], + "to": [4.8, 10.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 8.7, 10.075]}, + "faces": { + "north": {"uv": [8.375, 3.25, 8.5, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 8.375, 3.5, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 3.375, 8.5, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 8.375, 3.625, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 3.625, 8.375, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 8.375, 3.625, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 7.7], + "to": [12.7, 7.375, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 12.875, 5.9]}, + "faces": { + "north": {"uv": [8.375, 3.625, 8.5, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 8.375, 3.875, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 3.75, 8.5, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 8.375, 4, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 4, 8.375, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 8.375, 4, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 7.7], + "to": [4.8, 7.375, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 12.875, 5.9]}, + "faces": { + "north": {"uv": [8.375, 4, 8.5, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 8.375, 4.25, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 4.125, 8.5, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 8.375, 4.375, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 4.375, 8.375, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 8.375, 4.375, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 10.5, 9.925], + "to": [12.7, 10.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 8.7, 4.425]}, + "faces": { + "north": {"uv": [8.375, 4.375, 8.5, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 8.375, 4.625, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 4.5, 8.5, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 8.375, 4.75, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 4.75, 8.375, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 8.375, 4.75, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 10.5, 9.925], + "to": [4.8, 10.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 8.7, 4.425]}, + "faces": { + "north": {"uv": [8.375, 4.75, 8.5, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 8.375, 5, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 4.875, 8.5, 5], "texture": "#1"}, + "west": {"uv": [5, 8.375, 5.125, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 5.125, 8.375, 5], "texture": "#1"}, + "down": {"uv": [5.25, 8.375, 5.125, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 7.5], + "to": [12.7, 12.825, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 7.225, 5.7]}, + "faces": { + "north": {"uv": [8.375, 5.125, 8.5, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 8.375, 5.375, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 5.25, 8.5, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 8.375, 5.5, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 5.5, 8.375, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 8.375, 5.5, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 7.5], + "to": [4.8, 12.825, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 7.225, 5.7]}, + "faces": { + "north": {"uv": [8.375, 5.5, 8.5, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 8.375, 5.75, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 5.625, 8.5, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 8.375, 5.875, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 5.875, 8.375, 5.75], "texture": "#1"}, + "down": {"uv": [6, 8.375, 5.875, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 10.3, 4.475], + "to": [12.7, 10.4, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 8.5, 10.075]}, + "faces": { + "north": {"uv": [8.375, 5.875, 8.5, 6], "texture": "#1"}, + "east": {"uv": [6, 8.375, 6.125, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 6, 8.5, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 8.375, 6.25, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 6.25, 8.375, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 8.375, 6.25, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 10.3, 4.475], + "to": [4.8, 10.4, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 8.5, 10.075]}, + "faces": { + "north": {"uv": [8.375, 6.25, 8.5, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 8.375, 6.5, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 6.375, 8.5, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 8.375, 6.625, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 6.625, 8.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 8.375, 6.625, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 7.5], + "to": [12.7, 7.375, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 12.875, 5.7]}, + "faces": { + "north": {"uv": [8.375, 6.625, 8.5, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 8.375, 6.875, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 6.75, 8.5, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 8.375, 7, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 7, 8.375, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 8.375, 7, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 7.5], + "to": [4.8, 7.375, 7.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 12.875, 5.7]}, + "faces": { + "north": {"uv": [8.375, 7, 8.5, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 8.375, 7.25, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 7.125, 8.5, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 8.375, 7.375, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 7.375, 8.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 8.375, 7.375, 8.5], "texture": "#1"} + } + }, + { + "from": [12.6, 10.3, 9.925], + "to": [12.7, 10.4, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 8.5, 4.425]}, + "faces": { + "north": {"uv": [8.375, 7.375, 8.5, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 8.375, 7.625, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 7.5, 8.5, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 8.375, 7.75, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 7.75, 8.375, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 8.375, 7.75, 8.5], "texture": "#1"} + } + }, + { + "from": [4.7, 10.3, 9.925], + "to": [4.8, 10.4, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 8.5, 4.425]}, + "faces": { + "north": {"uv": [8.375, 7.75, 8.5, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 8.375, 8, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 7.875, 8.5, 8], "texture": "#1"}, + "west": {"uv": [8, 8.375, 8.125, 8.5], "texture": "#1"}, + "up": {"uv": [8.5, 8.125, 8.375, 8], "texture": "#1"}, + "down": {"uv": [8.25, 8.375, 8.125, 8.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 7.4], + "to": [12.8, 12.825, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 5.6]}, + "faces": { + "north": {"uv": [8.375, 8.125, 8.5, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 8.375, 8.375, 8.5], "texture": "#1"}, + "south": {"uv": [8.375, 8.25, 8.5, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 8.375, 8.5, 8.5], "texture": "#1"}, + "up": {"uv": [0.125, 8.625, 0, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 0, 8.5, 0.125], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 7.4], + "to": [4.7, 12.825, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 5.6]}, + "faces": { + "north": {"uv": [0.125, 8.5, 0.25, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 0.125, 8.625, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 8.5, 0.375, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 0.25, 8.625, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 8.625, 0.375, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 0.375, 8.5, 0.5], "texture": "#1"} + } + }, + { + "from": [12.7, 10.2, 4.475], + "to": [12.8, 10.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.4, 10.075]}, + "faces": { + "north": {"uv": [0.5, 8.5, 0.625, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 0.5, 8.625, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 8.5, 0.75, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 0.625, 8.625, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 8.625, 0.75, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 0.75, 8.5, 0.875], "texture": "#1"} + } + }, + { + "from": [4.6, 10.2, 4.475], + "to": [4.7, 10.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.4, 10.075]}, + "faces": { + "north": {"uv": [0.875, 8.5, 1, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 0.875, 8.625, 1], "texture": "#1"}, + "south": {"uv": [1, 8.5, 1.125, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 1, 8.625, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 8.625, 1.125, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 1.125, 8.5, 1.25], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 7.4], + "to": [12.8, 7.375, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 5.6]}, + "faces": { + "north": {"uv": [1.25, 8.5, 1.375, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 1.25, 8.625, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 8.5, 1.5, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 1.375, 8.625, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 8.625, 1.5, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 1.5, 8.5, 1.625], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 7.4], + "to": [4.7, 7.375, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 5.6]}, + "faces": { + "north": {"uv": [1.625, 8.5, 1.75, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 1.625, 8.625, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 8.5, 1.875, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 1.75, 8.625, 1.875], "texture": "#1"}, + "up": {"uv": [2, 8.625, 1.875, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 1.875, 8.5, 2], "texture": "#1"} + } + }, + { + "from": [12.7, 10.2, 9.925], + "to": [12.8, 10.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.4, 4.425]}, + "faces": { + "north": {"uv": [2, 8.5, 2.125, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 2, 8.625, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 8.5, 2.25, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 2.125, 8.625, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 8.625, 2.25, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 2.25, 8.5, 2.375], "texture": "#1"} + } + }, + { + "from": [4.6, 10.2, 9.925], + "to": [4.7, 10.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.4, 4.425]}, + "faces": { + "north": {"uv": [2.375, 8.5, 2.5, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 2.375, 8.625, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 8.5, 2.625, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 2.5, 8.625, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 8.625, 2.625, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 2.625, 8.5, 2.75], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 7.3], + "to": [12.7, 12.825, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 7.225, 5.5]}, + "faces": { + "north": {"uv": [2.75, 8.5, 2.875, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 2.75, 8.625, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 8.5, 3, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 2.875, 8.625, 3], "texture": "#1"}, + "up": {"uv": [3.125, 8.625, 3, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 3, 8.5, 3.125], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 7.3], + "to": [4.8, 12.825, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 7.225, 5.5]}, + "faces": { + "north": {"uv": [3.125, 8.5, 3.25, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 3.125, 8.625, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 8.5, 3.375, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 3.25, 8.625, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 8.625, 3.375, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 3.375, 8.5, 3.5], "texture": "#1"} + } + }, + { + "from": [12.6, 10.1, 4.475], + "to": [12.7, 10.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 8.3, 10.075]}, + "faces": { + "north": {"uv": [3.5, 8.5, 3.625, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 3.5, 8.625, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 8.5, 3.75, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 3.625, 8.625, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 8.625, 3.75, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 3.75, 8.5, 3.875], "texture": "#1"} + } + }, + { + "from": [4.7, 10.1, 4.475], + "to": [4.8, 10.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 8.3, 10.075]}, + "faces": { + "north": {"uv": [3.875, 8.5, 4, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 3.875, 8.625, 4], "texture": "#1"}, + "south": {"uv": [4, 8.5, 4.125, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 4, 8.625, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 8.625, 4.125, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 4.125, 8.5, 4.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 7.3], + "to": [12.7, 7.375, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 12.875, 5.5]}, + "faces": { + "north": {"uv": [4.25, 8.5, 4.375, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 4.25, 8.625, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 8.5, 4.5, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 4.375, 8.625, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 8.625, 4.5, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 4.5, 8.5, 4.625], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 7.3], + "to": [4.8, 7.375, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 12.875, 5.5]}, + "faces": { + "north": {"uv": [4.625, 8.5, 4.75, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 4.625, 8.625, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 8.5, 4.875, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 4.75, 8.625, 4.875], "texture": "#1"}, + "up": {"uv": [5, 8.625, 4.875, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 4.875, 8.5, 5], "texture": "#1"} + } + }, + { + "from": [12.6, 10.1, 9.925], + "to": [12.7, 10.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 8.3, 4.425]}, + "faces": { + "north": {"uv": [5, 8.5, 5.125, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 5, 8.625, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 8.5, 5.25, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 5.125, 8.625, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 8.625, 5.25, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 5.25, 8.5, 5.375], "texture": "#1"} + } + }, + { + "from": [4.7, 10.1, 9.925], + "to": [4.8, 10.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 8.3, 4.425]}, + "faces": { + "north": {"uv": [5.375, 8.5, 5.5, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 5.375, 8.625, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 8.5, 5.625, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 5.5, 8.625, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 8.625, 5.625, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 5.625, 8.5, 5.75], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 7.3], + "to": [12.9, 12.825, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 5.5]}, + "faces": { + "north": {"uv": [5.75, 8.5, 5.875, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 5.75, 8.625, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 8.5, 6, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 5.875, 8.625, 6], "texture": "#1"}, + "up": {"uv": [6.125, 8.625, 6, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 6, 8.5, 6.125], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 7.3], + "to": [4.6, 12.825, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 5.5]}, + "faces": { + "north": {"uv": [6.125, 8.5, 6.25, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 6.125, 8.625, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 8.5, 6.375, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 6.25, 8.625, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 8.625, 6.375, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 6.375, 8.5, 6.5], "texture": "#1"} + } + }, + { + "from": [12.8, 10.1, 4.475], + "to": [12.9, 10.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 8.3, 10.075]}, + "faces": { + "north": {"uv": [6.5, 8.5, 6.625, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 6.5, 8.625, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 8.5, 6.75, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 6.625, 8.625, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 8.625, 6.75, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 6.75, 8.5, 6.875], "texture": "#1"} + } + }, + { + "from": [4.5, 10.1, 4.475], + "to": [4.6, 10.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 8.3, 10.075]}, + "faces": { + "north": {"uv": [6.875, 8.5, 7, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 6.875, 8.625, 7], "texture": "#1"}, + "south": {"uv": [7, 8.5, 7.125, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 7, 8.625, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 8.625, 7.125, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 7.125, 8.5, 7.25], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 7.3], + "to": [12.9, 7.375, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 5.5]}, + "faces": { + "north": {"uv": [7.25, 8.5, 7.375, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 7.25, 8.625, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 8.5, 7.5, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 7.375, 8.625, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 8.625, 7.5, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 7.5, 8.5, 7.625], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 7.3], + "to": [4.6, 7.375, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 5.5]}, + "faces": { + "north": {"uv": [7.625, 8.5, 7.75, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 7.625, 8.625, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 8.5, 7.875, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 7.75, 8.625, 7.875], "texture": "#1"}, + "up": {"uv": [8, 8.625, 7.875, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 7.875, 8.5, 8], "texture": "#1"} + } + }, + { + "from": [12.8, 10.1, 9.925], + "to": [12.9, 10.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 8.3, 4.425]}, + "faces": { + "north": {"uv": [8, 8.5, 8.125, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 8, 8.625, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 8.5, 8.25, 8.625], "texture": "#1"}, + "west": {"uv": [8.5, 8.125, 8.625, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 8.625, 8.25, 8.5], "texture": "#1"}, + "down": {"uv": [8.625, 8.25, 8.5, 8.375], "texture": "#1"} + } + }, + { + "from": [4.5, 10.1, 9.925], + "to": [4.6, 10.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 8.3, 4.425]}, + "faces": { + "north": {"uv": [8.375, 8.5, 8.5, 8.625], "texture": "#1"}, + "east": {"uv": [8.5, 8.375, 8.625, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 8.5, 8.625, 8.625], "texture": "#1"}, + "west": {"uv": [0, 8.625, 0.125, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 0.125, 8.625, 0], "texture": "#1"}, + "down": {"uv": [0.25, 8.625, 0.125, 8.75], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 7.1], + "to": [12.8, 12.825, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 5.4]}, + "faces": { + "north": {"uv": [8.625, 0.125, 8.75, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 8.625, 0.375, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 0.25, 8.75, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 8.625, 0.5, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 0.5, 8.625, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 8.625, 0.5, 8.75], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 7.1], + "to": [4.7, 12.825, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 5.4]}, + "faces": { + "north": {"uv": [8.625, 0.5, 8.75, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 8.625, 0.75, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 0.625, 8.75, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 8.625, 0.875, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 0.875, 8.625, 0.75], "texture": "#1"}, + "down": {"uv": [1, 8.625, 0.875, 8.75], "texture": "#1"} + } + }, + { + "from": [12.7, 9.9, 4.475], + "to": [12.8, 10.1, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.2, 10.075]}, + "faces": { + "north": {"uv": [8.625, 0.875, 8.75, 1], "texture": "#1"}, + "east": {"uv": [1, 8.625, 1.125, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 1, 8.75, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 8.625, 1.25, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 1.25, 8.625, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 8.625, 1.25, 8.75], "texture": "#1"} + } + }, + { + "from": [4.6, 9.9, 4.475], + "to": [4.7, 10.1, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.2, 10.075]}, + "faces": { + "north": {"uv": [8.625, 1.25, 8.75, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 8.625, 1.5, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 1.375, 8.75, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 8.625, 1.625, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 1.625, 8.625, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 8.625, 1.625, 8.75], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 7.1], + "to": [12.8, 7.375, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 5.4]}, + "faces": { + "north": {"uv": [8.625, 1.625, 8.75, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 8.625, 1.875, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 1.75, 8.75, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 8.625, 2, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 2, 8.625, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 8.625, 2, 8.75], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 7.1], + "to": [4.7, 7.375, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 5.4]}, + "faces": { + "north": {"uv": [8.625, 2, 8.75, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 8.625, 2.25, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 2.125, 8.75, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 8.625, 2.375, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 2.375, 8.625, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 8.625, 2.375, 8.75], "texture": "#1"} + } + }, + { + "from": [12.7, 9.9, 9.925], + "to": [12.8, 10.1, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 8.2, 4.425]}, + "faces": { + "north": {"uv": [8.625, 2.375, 8.75, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 8.625, 2.625, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 2.5, 8.75, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 8.625, 2.75, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 2.75, 8.625, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 8.625, 2.75, 8.75], "texture": "#1"} + } + }, + { + "from": [4.6, 9.9, 9.925], + "to": [4.7, 10.1, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 8.2, 4.425]}, + "faces": { + "north": {"uv": [8.625, 2.75, 8.75, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 8.625, 3, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 2.875, 8.75, 3], "texture": "#1"}, + "west": {"uv": [3, 8.625, 3.125, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 3.125, 8.625, 3], "texture": "#1"}, + "down": {"uv": [3.25, 8.625, 3.125, 8.75], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 6.9], + "to": [12.9, 12.825, 7.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 5.2]}, + "faces": { + "north": {"uv": [8.625, 3.125, 8.75, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 8.625, 3.375, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 3.25, 8.75, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 8.625, 3.5, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 3.5, 8.625, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 8.625, 3.5, 8.75], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 6.9], + "to": [4.6, 12.825, 7.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 5.2]}, + "faces": { + "north": {"uv": [8.625, 3.5, 8.75, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 8.625, 3.75, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 3.625, 8.75, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 8.625, 3.875, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 3.875, 8.625, 3.75], "texture": "#1"}, + "down": {"uv": [4, 8.625, 3.875, 8.75], "texture": "#1"} + } + }, + { + "from": [12.8, 9.7, 4.475], + "to": [12.9, 9.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 8, 10.075]}, + "faces": { + "north": {"uv": [8.625, 3.875, 8.75, 4], "texture": "#1"}, + "east": {"uv": [4, 8.625, 4.125, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 4, 8.75, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 8.625, 4.25, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 4.25, 8.625, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 8.625, 4.25, 8.75], "texture": "#1"} + } + }, + { + "from": [4.5, 9.7, 4.475], + "to": [4.6, 9.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 8, 10.075]}, + "faces": { + "north": {"uv": [8.625, 4.25, 8.75, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 8.625, 4.5, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 4.375, 8.75, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 8.625, 4.625, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 4.625, 8.625, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 8.625, 4.625, 8.75], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 6.9], + "to": [12.9, 7.375, 7.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 5.2]}, + "faces": { + "north": {"uv": [8.625, 4.625, 8.75, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 8.625, 4.875, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 4.75, 8.75, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 8.625, 5, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 5, 8.625, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 8.625, 5, 8.75], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 6.9], + "to": [4.6, 7.375, 7.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 5.2]}, + "faces": { + "north": {"uv": [8.625, 5, 8.75, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 8.625, 5.25, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 5.125, 8.75, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 8.625, 5.375, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 5.375, 8.625, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 8.625, 5.375, 8.75], "texture": "#1"} + } + }, + { + "from": [12.8, 9.7, 9.925], + "to": [12.9, 9.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 8, 4.425]}, + "faces": { + "north": {"uv": [8.625, 5.375, 8.75, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 8.625, 5.625, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 5.5, 8.75, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 8.625, 5.75, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 5.75, 8.625, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 8.625, 5.75, 8.75], "texture": "#1"} + } + }, + { + "from": [4.5, 9.7, 9.925], + "to": [4.6, 9.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 8, 4.425]}, + "faces": { + "north": {"uv": [8.625, 5.75, 8.75, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 8.625, 6, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 5.875, 8.75, 6], "texture": "#1"}, + "west": {"uv": [6, 8.625, 6.125, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 6.125, 8.625, 6], "texture": "#1"}, + "down": {"uv": [6.25, 8.625, 6.125, 8.75], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 6.8], + "to": [12.8, 12.825, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 5]}, + "faces": { + "north": {"uv": [8.625, 6.125, 8.75, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 8.625, 6.375, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 6.25, 8.75, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 8.625, 6.5, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 6.5, 8.625, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 8.625, 6.5, 8.75], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 6.8], + "to": [4.8, 12.825, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 5]}, + "faces": { + "north": {"uv": [8.625, 6.5, 8.75, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 8.625, 6.75, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 6.625, 8.75, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 8.625, 6.875, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 6.875, 8.625, 6.75], "texture": "#1"}, + "down": {"uv": [7, 8.625, 6.875, 8.75], "texture": "#1"} + } + }, + { + "from": [12.6, 9.6, 4.475], + "to": [12.8, 9.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.8, 10.075]}, + "faces": { + "north": {"uv": [8.625, 6.875, 8.75, 7], "texture": "#1"}, + "east": {"uv": [7, 8.625, 7.125, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 7, 8.75, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 8.625, 7.25, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 7.25, 8.625, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 8.625, 7.25, 8.75], "texture": "#1"} + } + }, + { + "from": [4.6, 9.6, 4.475], + "to": [4.8, 9.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.8, 10.075]}, + "faces": { + "north": {"uv": [8.625, 7.25, 8.75, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 8.625, 7.5, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 7.375, 8.75, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 8.625, 7.625, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 7.625, 8.625, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 8.625, 7.625, 8.75], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 6.8], + "to": [12.8, 7.375, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 5]}, + "faces": { + "north": {"uv": [8.625, 7.625, 8.75, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 8.625, 7.875, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 7.75, 8.75, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 8.625, 8, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 8, 8.625, 7.875], "texture": "#1"}, + "down": {"uv": [8.125, 8.625, 8, 8.75], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 6.8], + "to": [4.8, 7.375, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 5]}, + "faces": { + "north": {"uv": [8.625, 8, 8.75, 8.125], "texture": "#1"}, + "east": {"uv": [8.125, 8.625, 8.25, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 8.125, 8.75, 8.25], "texture": "#1"}, + "west": {"uv": [8.25, 8.625, 8.375, 8.75], "texture": "#1"}, + "up": {"uv": [8.75, 8.375, 8.625, 8.25], "texture": "#1"}, + "down": {"uv": [8.5, 8.625, 8.375, 8.75], "texture": "#1"} + } + }, + { + "from": [12.6, 9.6, 9.925], + "to": [12.8, 9.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.8, 4.425]}, + "faces": { + "north": {"uv": [8.625, 8.375, 8.75, 8.5], "texture": "#1"}, + "east": {"uv": [8.5, 8.625, 8.625, 8.75], "texture": "#1"}, + "south": {"uv": [8.625, 8.5, 8.75, 8.625], "texture": "#1"}, + "west": {"uv": [8.625, 8.625, 8.75, 8.75], "texture": "#1"}, + "up": {"uv": [0.125, 8.875, 0, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 0, 8.75, 0.125], "texture": "#1"} + } + }, + { + "from": [4.6, 9.6, 9.925], + "to": [4.8, 9.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.8, 4.425]}, + "faces": { + "north": {"uv": [0.125, 8.75, 0.25, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 0.125, 8.875, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 8.75, 0.375, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 0.25, 8.875, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 8.875, 0.375, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 0.375, 8.75, 0.5], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 6.7], + "to": [12.7, 12.825, 6.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 4.9]}, + "faces": { + "north": {"uv": [0.5, 8.75, 0.625, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 0.5, 8.875, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 8.75, 0.75, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 0.625, 8.875, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 8.875, 0.75, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 0.75, 8.75, 0.875], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 6.7], + "to": [4.8, 12.825, 6.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 4.9]}, + "faces": { + "north": {"uv": [0.875, 8.75, 1, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 0.875, 8.875, 1], "texture": "#1"}, + "south": {"uv": [1, 8.75, 1.125, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 1, 8.875, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 8.875, 1.125, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 1.125, 8.75, 1.25], "texture": "#1"} + } + }, + { + "from": [12.6, 9.5, 4.475], + "to": [12.7, 9.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.7, 10.075]}, + "faces": { + "north": {"uv": [1.25, 8.75, 1.375, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 1.25, 8.875, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 8.75, 1.5, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 1.375, 8.875, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 8.875, 1.5, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 1.5, 8.75, 1.625], "texture": "#1"} + } + }, + { + "from": [4.7, 9.5, 4.475], + "to": [4.8, 9.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.7, 10.075]}, + "faces": { + "north": {"uv": [1.625, 8.75, 1.75, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 1.625, 8.875, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 8.75, 1.875, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 1.75, 8.875, 1.875], "texture": "#1"}, + "up": {"uv": [2, 8.875, 1.875, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 1.875, 8.75, 2], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 6.7], + "to": [12.7, 7.375, 6.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 4.9]}, + "faces": { + "north": {"uv": [2, 8.75, 2.125, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 2, 8.875, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 8.75, 2.25, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 2.125, 8.875, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 8.875, 2.25, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 2.25, 8.75, 2.375], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 6.7], + "to": [4.8, 7.375, 6.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 4.9]}, + "faces": { + "north": {"uv": [2.375, 8.75, 2.5, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 2.375, 8.875, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 8.75, 2.625, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 2.5, 8.875, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 8.875, 2.625, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 2.625, 8.75, 2.75], "texture": "#1"} + } + }, + { + "from": [12.6, 9.5, 9.925], + "to": [12.7, 9.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.7, 4.425]}, + "faces": { + "north": {"uv": [2.75, 8.75, 2.875, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 2.75, 8.875, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 8.75, 3, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 2.875, 8.875, 3], "texture": "#1"}, + "up": {"uv": [3.125, 8.875, 3, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 3, 8.75, 3.125], "texture": "#1"} + } + }, + { + "from": [4.7, 9.5, 9.925], + "to": [4.8, 9.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.7, 4.425]}, + "faces": { + "north": {"uv": [3.125, 8.75, 3.25, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 3.125, 8.875, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 8.75, 3.375, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 3.25, 8.875, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 8.875, 3.375, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 3.375, 8.75, 3.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 6.6], + "to": [12.8, 12.825, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 4.8]}, + "faces": { + "north": {"uv": [3.5, 8.75, 3.625, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 3.5, 8.875, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 8.75, 3.75, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 3.625, 8.875, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 8.875, 3.75, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 3.75, 8.75, 3.875], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 6.6], + "to": [4.7, 12.825, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 4.8]}, + "faces": { + "north": {"uv": [3.875, 8.75, 4, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 3.875, 8.875, 4], "texture": "#1"}, + "south": {"uv": [4, 8.75, 4.125, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 4, 8.875, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 8.875, 4.125, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 4.125, 8.75, 4.25], "texture": "#1"} + } + }, + { + "from": [12.7, 9.4, 4.475], + "to": [12.8, 9.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.6, 10.075]}, + "faces": { + "north": {"uv": [4.25, 8.75, 4.375, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 4.25, 8.875, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 8.75, 4.5, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 4.375, 8.875, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 8.875, 4.5, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 4.5, 8.75, 4.625], "texture": "#1"} + } + }, + { + "from": [4.6, 9.4, 4.475], + "to": [4.7, 9.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.6, 10.075]}, + "faces": { + "north": {"uv": [4.625, 8.75, 4.75, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 4.625, 8.875, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 8.75, 4.875, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 4.75, 8.875, 4.875], "texture": "#1"}, + "up": {"uv": [5, 8.875, 4.875, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 4.875, 8.75, 5], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 6.6], + "to": [12.8, 7.375, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 4.8]}, + "faces": { + "north": {"uv": [5, 8.75, 5.125, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 5, 8.875, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 8.75, 5.25, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 5.125, 8.875, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 8.875, 5.25, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 5.25, 8.75, 5.375], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 6.6], + "to": [4.7, 7.375, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 4.8]}, + "faces": { + "north": {"uv": [5.375, 8.75, 5.5, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 5.375, 8.875, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 8.75, 5.625, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 5.5, 8.875, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 8.875, 5.625, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 5.625, 8.75, 5.75], "texture": "#1"} + } + }, + { + "from": [12.7, 9.4, 9.925], + "to": [12.8, 9.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.6, 4.425]}, + "faces": { + "north": {"uv": [5.75, 8.75, 5.875, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 5.75, 8.875, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 8.75, 6, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 5.875, 8.875, 6], "texture": "#1"}, + "up": {"uv": [6.125, 8.875, 6, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 6, 8.75, 6.125], "texture": "#1"} + } + }, + { + "from": [4.6, 9.4, 9.925], + "to": [4.7, 9.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.6, 4.425]}, + "faces": { + "north": {"uv": [6.125, 8.75, 6.25, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 6.125, 8.875, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 8.75, 6.375, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 6.25, 8.875, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 8.875, 6.375, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 6.375, 8.75, 6.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 6.4], + "to": [12.8, 12.825, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 4.6]}, + "faces": { + "north": {"uv": [6.5, 8.75, 6.625, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 6.5, 8.875, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 8.75, 6.75, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 6.625, 8.875, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 8.875, 6.75, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 6.75, 8.75, 6.875], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 6.4], + "to": [4.7, 12.825, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 4.6]}, + "faces": { + "north": {"uv": [6.875, 8.75, 7, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 6.875, 8.875, 7], "texture": "#1"}, + "south": {"uv": [7, 8.75, 7.125, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 7, 8.875, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 8.875, 7.125, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 7.125, 8.75, 7.25], "texture": "#1"} + } + }, + { + "from": [12.7, 9.2, 4.475], + "to": [12.8, 9.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.4, 10.075]}, + "faces": { + "north": {"uv": [7.25, 8.75, 7.375, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 7.25, 8.875, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 8.75, 7.5, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 7.375, 8.875, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 8.875, 7.5, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 7.5, 8.75, 7.625], "texture": "#1"} + } + }, + { + "from": [4.6, 9.2, 4.475], + "to": [4.7, 9.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.4, 10.075]}, + "faces": { + "north": {"uv": [7.625, 8.75, 7.75, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 7.625, 8.875, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 8.75, 7.875, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 7.75, 8.875, 7.875], "texture": "#1"}, + "up": {"uv": [8, 8.875, 7.875, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 7.875, 8.75, 8], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 6.4], + "to": [12.8, 7.375, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 4.6]}, + "faces": { + "north": {"uv": [8, 8.75, 8.125, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 8, 8.875, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 8.75, 8.25, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 8.125, 8.875, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 8.875, 8.25, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 8.25, 8.75, 8.375], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 6.4], + "to": [4.7, 7.375, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 4.6]}, + "faces": { + "north": {"uv": [8.375, 8.75, 8.5, 8.875], "texture": "#1"}, + "east": {"uv": [8.75, 8.375, 8.875, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 8.75, 8.625, 8.875], "texture": "#1"}, + "west": {"uv": [8.75, 8.5, 8.875, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 8.875, 8.625, 8.75], "texture": "#1"}, + "down": {"uv": [8.875, 8.625, 8.75, 8.75], "texture": "#1"} + } + }, + { + "from": [12.7, 9.2, 9.925], + "to": [12.8, 9.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.4, 4.425]}, + "faces": { + "north": {"uv": [8.75, 8.75, 8.875, 8.875], "texture": "#1"}, + "east": {"uv": [0, 8.875, 0.125, 9], "texture": "#1"}, + "south": {"uv": [8.875, 0, 9, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 8.875, 0.25, 9], "texture": "#1"}, + "up": {"uv": [9, 0.25, 8.875, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 8.875, 0.25, 9], "texture": "#1"} + } + }, + { + "from": [4.6, 9.2, 9.925], + "to": [4.7, 9.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.4, 4.425]}, + "faces": { + "north": {"uv": [8.875, 0.25, 9, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 8.875, 0.5, 9], "texture": "#1"}, + "south": {"uv": [8.875, 0.375, 9, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 8.875, 0.625, 9], "texture": "#1"}, + "up": {"uv": [9, 0.625, 8.875, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 8.875, 0.625, 9], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 6.3], + "to": [12.7, 12.825, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 4.5]}, + "faces": { + "north": {"uv": [8.875, 0.625, 9, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 8.875, 0.875, 9], "texture": "#1"}, + "south": {"uv": [8.875, 0.75, 9, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 8.875, 1, 9], "texture": "#1"}, + "up": {"uv": [9, 1, 8.875, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 8.875, 1, 9], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 6.3], + "to": [4.8, 12.825, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 4.5]}, + "faces": { + "north": {"uv": [8.875, 1, 9, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 8.875, 1.25, 9], "texture": "#1"}, + "south": {"uv": [8.875, 1.125, 9, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 8.875, 1.375, 9], "texture": "#1"}, + "up": {"uv": [9, 1.375, 8.875, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 8.875, 1.375, 9], "texture": "#1"} + } + }, + { + "from": [12.6, 9.1, 4.475], + "to": [12.7, 9.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.3, 10.075]}, + "faces": { + "north": {"uv": [8.875, 1.375, 9, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 8.875, 1.625, 9], "texture": "#1"}, + "south": {"uv": [8.875, 1.5, 9, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 8.875, 1.75, 9], "texture": "#1"}, + "up": {"uv": [9, 1.75, 8.875, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 8.875, 1.75, 9], "texture": "#1"} + } + }, + { + "from": [4.7, 9.1, 4.475], + "to": [4.8, 9.2, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.3, 10.075]}, + "faces": { + "north": {"uv": [8.875, 1.75, 9, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 8.875, 2, 9], "texture": "#1"}, + "south": {"uv": [8.875, 1.875, 9, 2], "texture": "#1"}, + "west": {"uv": [2, 8.875, 2.125, 9], "texture": "#1"}, + "up": {"uv": [9, 2.125, 8.875, 2], "texture": "#1"}, + "down": {"uv": [2.25, 8.875, 2.125, 9], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 6.3], + "to": [12.7, 7.375, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 4.5]}, + "faces": { + "north": {"uv": [8.875, 2.125, 9, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 8.875, 2.375, 9], "texture": "#1"}, + "south": {"uv": [8.875, 2.25, 9, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 8.875, 2.5, 9], "texture": "#1"}, + "up": {"uv": [9, 2.5, 8.875, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 8.875, 2.5, 9], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 6.3], + "to": [4.8, 7.375, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 4.5]}, + "faces": { + "north": {"uv": [8.875, 2.5, 9, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 8.875, 2.75, 9], "texture": "#1"}, + "south": {"uv": [8.875, 2.625, 9, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 8.875, 2.875, 9], "texture": "#1"}, + "up": {"uv": [9, 2.875, 8.875, 2.75], "texture": "#1"}, + "down": {"uv": [3, 8.875, 2.875, 9], "texture": "#1"} + } + }, + { + "from": [12.6, 9.1, 9.925], + "to": [12.7, 9.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.3, 4.425]}, + "faces": { + "north": {"uv": [8.875, 2.875, 9, 3], "texture": "#1"}, + "east": {"uv": [3, 8.875, 3.125, 9], "texture": "#1"}, + "south": {"uv": [8.875, 3, 9, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 8.875, 3.25, 9], "texture": "#1"}, + "up": {"uv": [9, 3.25, 8.875, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 8.875, 3.25, 9], "texture": "#1"} + } + }, + { + "from": [4.7, 9.1, 9.925], + "to": [4.8, 9.2, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.3, 4.425]}, + "faces": { + "north": {"uv": [8.875, 3.25, 9, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 8.875, 3.5, 9], "texture": "#1"}, + "south": {"uv": [8.875, 3.375, 9, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 8.875, 3.625, 9], "texture": "#1"}, + "up": {"uv": [9, 3.625, 8.875, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 8.875, 3.625, 9], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 6.2], + "to": [12.9, 12.825, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.225, 4.4]}, + "faces": { + "north": {"uv": [8.875, 3.625, 9, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 8.875, 3.875, 9], "texture": "#1"}, + "south": {"uv": [8.875, 3.75, 9, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 8.875, 4, 9], "texture": "#1"}, + "up": {"uv": [9, 4, 8.875, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 8.875, 4, 9], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 6.2], + "to": [4.6, 12.825, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.225, 4.4]}, + "faces": { + "north": {"uv": [8.875, 4, 9, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 8.875, 4.25, 9], "texture": "#1"}, + "south": {"uv": [8.875, 4.125, 9, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 8.875, 4.375, 9], "texture": "#1"}, + "up": {"uv": [9, 4.375, 8.875, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 8.875, 4.375, 9], "texture": "#1"} + } + }, + { + "from": [12.8, 9, 4.475], + "to": [12.9, 9.1, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.2, 10.075]}, + "faces": { + "north": {"uv": [8.875, 4.375, 9, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 8.875, 4.625, 9], "texture": "#1"}, + "south": {"uv": [8.875, 4.5, 9, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 8.875, 4.75, 9], "texture": "#1"}, + "up": {"uv": [9, 4.75, 8.875, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 8.875, 4.75, 9], "texture": "#1"} + } + }, + { + "from": [4.5, 9, 4.475], + "to": [4.6, 9.1, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.2, 10.075]}, + "faces": { + "north": {"uv": [8.875, 4.75, 9, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 8.875, 5, 9], "texture": "#1"}, + "south": {"uv": [8.875, 4.875, 9, 5], "texture": "#1"}, + "west": {"uv": [5, 8.875, 5.125, 9], "texture": "#1"}, + "up": {"uv": [9, 5.125, 8.875, 5], "texture": "#1"}, + "down": {"uv": [5.25, 8.875, 5.125, 9], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 6.2], + "to": [12.9, 7.375, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 12.875, 4.4]}, + "faces": { + "north": {"uv": [8.875, 5.125, 9, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 8.875, 5.375, 9], "texture": "#1"}, + "south": {"uv": [8.875, 5.25, 9, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 8.875, 5.5, 9], "texture": "#1"}, + "up": {"uv": [9, 5.5, 8.875, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 8.875, 5.5, 9], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 6.2], + "to": [4.6, 7.375, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 12.875, 4.4]}, + "faces": { + "north": {"uv": [8.875, 5.5, 9, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 8.875, 5.75, 9], "texture": "#1"}, + "south": {"uv": [8.875, 5.625, 9, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 8.875, 5.875, 9], "texture": "#1"}, + "up": {"uv": [9, 5.875, 8.875, 5.75], "texture": "#1"}, + "down": {"uv": [6, 8.875, 5.875, 9], "texture": "#1"} + } + }, + { + "from": [12.8, 9, 9.925], + "to": [12.9, 9.1, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.2, 4.425]}, + "faces": { + "north": {"uv": [8.875, 5.875, 9, 6], "texture": "#1"}, + "east": {"uv": [6, 8.875, 6.125, 9], "texture": "#1"}, + "south": {"uv": [8.875, 6, 9, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 8.875, 6.25, 9], "texture": "#1"}, + "up": {"uv": [9, 6.25, 8.875, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 8.875, 6.25, 9], "texture": "#1"} + } + }, + { + "from": [4.5, 9, 9.925], + "to": [4.6, 9.1, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.2, 4.425]}, + "faces": { + "north": {"uv": [8.875, 6.25, 9, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 8.875, 6.5, 9], "texture": "#1"}, + "south": {"uv": [8.875, 6.375, 9, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 8.875, 6.625, 9], "texture": "#1"}, + "up": {"uv": [9, 6.625, 8.875, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 8.875, 6.625, 9], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 6.1], + "to": [12.8, 12.825, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 4.3]}, + "faces": { + "north": {"uv": [8.875, 6.625, 9, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 8.875, 6.875, 9], "texture": "#1"}, + "south": {"uv": [8.875, 6.75, 9, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 8.875, 7, 9], "texture": "#1"}, + "up": {"uv": [9, 7, 8.875, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 8.875, 7, 9], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 6.1], + "to": [4.7, 12.825, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 4.3]}, + "faces": { + "north": {"uv": [8.875, 7, 9, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 8.875, 7.25, 9], "texture": "#1"}, + "south": {"uv": [8.875, 7.125, 9, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 8.875, 7.375, 9], "texture": "#1"}, + "up": {"uv": [9, 7.375, 8.875, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 8.875, 7.375, 9], "texture": "#1"} + } + }, + { + "from": [12.7, 8.9, 4.475], + "to": [12.8, 9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.1, 10.075]}, + "faces": { + "north": {"uv": [8.875, 7.375, 9, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 8.875, 7.625, 9], "texture": "#1"}, + "south": {"uv": [8.875, 7.5, 9, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 8.875, 7.75, 9], "texture": "#1"}, + "up": {"uv": [9, 7.75, 8.875, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 8.875, 7.75, 9], "texture": "#1"} + } + }, + { + "from": [4.6, 8.9, 4.475], + "to": [4.7, 9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.1, 10.075]}, + "faces": { + "north": {"uv": [8.875, 7.75, 9, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 8.875, 8, 9], "texture": "#1"}, + "south": {"uv": [8.875, 7.875, 9, 8], "texture": "#1"}, + "west": {"uv": [8, 8.875, 8.125, 9], "texture": "#1"}, + "up": {"uv": [9, 8.125, 8.875, 8], "texture": "#1"}, + "down": {"uv": [8.25, 8.875, 8.125, 9], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 6.1], + "to": [12.8, 7.375, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 4.3]}, + "faces": { + "north": {"uv": [8.875, 8.125, 9, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 8.875, 8.375, 9], "texture": "#1"}, + "south": {"uv": [8.875, 8.25, 9, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 8.875, 8.5, 9], "texture": "#1"}, + "up": {"uv": [9, 8.5, 8.875, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 8.875, 8.5, 9], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 6.1], + "to": [4.7, 7.375, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 4.3]}, + "faces": { + "north": {"uv": [8.875, 8.5, 9, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 8.875, 8.75, 9], "texture": "#1"}, + "south": {"uv": [8.875, 8.625, 9, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 8.875, 8.875, 9], "texture": "#1"}, + "up": {"uv": [9, 8.875, 8.875, 8.75], "texture": "#1"}, + "down": {"uv": [9, 8.875, 8.875, 9], "texture": "#1"} + } + }, + { + "from": [12.7, 8.9, 9.925], + "to": [12.8, 9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.1, 4.425]}, + "faces": { + "north": {"uv": [0, 9, 0.125, 9.125], "texture": "#1"}, + "east": {"uv": [9, 0, 9.125, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 9, 0.25, 9.125], "texture": "#1"}, + "west": {"uv": [9, 0.125, 9.125, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 9.125, 0.25, 9], "texture": "#1"}, + "down": {"uv": [9.125, 0.25, 9, 0.375], "texture": "#1"} + } + }, + { + "from": [4.6, 8.9, 9.925], + "to": [4.7, 9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.1, 4.425]}, + "faces": { + "north": {"uv": [0.375, 9, 0.5, 9.125], "texture": "#1"}, + "east": {"uv": [9, 0.375, 9.125, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 9, 0.625, 9.125], "texture": "#1"}, + "west": {"uv": [9, 0.5, 9.125, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 9.125, 0.625, 9], "texture": "#1"}, + "down": {"uv": [9.125, 0.625, 9, 0.75], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 6], + "to": [12.7, 12.825, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 4.2]}, + "faces": { + "north": {"uv": [0.75, 9, 0.875, 9.125], "texture": "#1"}, + "east": {"uv": [9, 0.75, 9.125, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 9, 1, 9.125], "texture": "#1"}, + "west": {"uv": [9, 0.875, 9.125, 1], "texture": "#1"}, + "up": {"uv": [1.125, 9.125, 1, 9], "texture": "#1"}, + "down": {"uv": [9.125, 1, 9, 1.125], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 6], + "to": [4.8, 12.825, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 4.2]}, + "faces": { + "north": {"uv": [1.125, 9, 1.25, 9.125], "texture": "#1"}, + "east": {"uv": [9, 1.125, 9.125, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 9, 1.375, 9.125], "texture": "#1"}, + "west": {"uv": [9, 1.25, 9.125, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 9.125, 1.375, 9], "texture": "#1"}, + "down": {"uv": [9.125, 1.375, 9, 1.5], "texture": "#1"} + } + }, + { + "from": [12.6, 8.8, 4.475], + "to": [12.7, 8.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7, 10.075]}, + "faces": { + "north": {"uv": [1.5, 9, 1.625, 9.125], "texture": "#1"}, + "east": {"uv": [9, 1.5, 9.125, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 9, 1.75, 9.125], "texture": "#1"}, + "west": {"uv": [9, 1.625, 9.125, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 9.125, 1.75, 9], "texture": "#1"}, + "down": {"uv": [9.125, 1.75, 9, 1.875], "texture": "#1"} + } + }, + { + "from": [4.7, 8.8, 4.475], + "to": [4.8, 8.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7, 10.075]}, + "faces": { + "north": {"uv": [1.875, 9, 2, 9.125], "texture": "#1"}, + "east": {"uv": [9, 1.875, 9.125, 2], "texture": "#1"}, + "south": {"uv": [2, 9, 2.125, 9.125], "texture": "#1"}, + "west": {"uv": [9, 2, 9.125, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 9.125, 2.125, 9], "texture": "#1"}, + "down": {"uv": [9.125, 2.125, 9, 2.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 6], + "to": [12.7, 7.375, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 4.2]}, + "faces": { + "north": {"uv": [2.25, 9, 2.375, 9.125], "texture": "#1"}, + "east": {"uv": [9, 2.25, 9.125, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 9, 2.5, 9.125], "texture": "#1"}, + "west": {"uv": [9, 2.375, 9.125, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 9.125, 2.5, 9], "texture": "#1"}, + "down": {"uv": [9.125, 2.5, 9, 2.625], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 6], + "to": [4.8, 7.375, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 4.2]}, + "faces": { + "north": {"uv": [2.625, 9, 2.75, 9.125], "texture": "#1"}, + "east": {"uv": [9, 2.625, 9.125, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 9, 2.875, 9.125], "texture": "#1"}, + "west": {"uv": [9, 2.75, 9.125, 2.875], "texture": "#1"}, + "up": {"uv": [3, 9.125, 2.875, 9], "texture": "#1"}, + "down": {"uv": [9.125, 2.875, 9, 3], "texture": "#1"} + } + }, + { + "from": [12.6, 8.8, 9.925], + "to": [12.7, 8.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7, 4.425]}, + "faces": { + "north": {"uv": [3, 9, 3.125, 9.125], "texture": "#1"}, + "east": {"uv": [9, 3, 9.125, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 9, 3.25, 9.125], "texture": "#1"}, + "west": {"uv": [9, 3.125, 9.125, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 9.125, 3.25, 9], "texture": "#1"}, + "down": {"uv": [9.125, 3.25, 9, 3.375], "texture": "#1"} + } + }, + { + "from": [4.7, 8.8, 9.925], + "to": [4.8, 8.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7, 4.425]}, + "faces": { + "north": {"uv": [3.375, 9, 3.5, 9.125], "texture": "#1"}, + "east": {"uv": [9, 3.375, 9.125, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 9, 3.625, 9.125], "texture": "#1"}, + "west": {"uv": [9, 3.5, 9.125, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 9.125, 3.625, 9], "texture": "#1"}, + "down": {"uv": [9.125, 3.625, 9, 3.75], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 5.9], + "to": [12.8, 12.825, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 4.1]}, + "faces": { + "north": {"uv": [3.75, 9, 3.875, 9.125], "texture": "#1"}, + "east": {"uv": [9, 3.75, 9.125, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 9, 4, 9.125], "texture": "#1"}, + "west": {"uv": [9, 3.875, 9.125, 4], "texture": "#1"}, + "up": {"uv": [4.125, 9.125, 4, 9], "texture": "#1"}, + "down": {"uv": [9.125, 4, 9, 4.125], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 5.9], + "to": [4.7, 12.825, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 4.1]}, + "faces": { + "north": {"uv": [4.125, 9, 4.25, 9.125], "texture": "#1"}, + "east": {"uv": [9, 4.125, 9.125, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 9, 4.375, 9.125], "texture": "#1"}, + "west": {"uv": [9, 4.25, 9.125, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 9.125, 4.375, 9], "texture": "#1"}, + "down": {"uv": [9.125, 4.375, 9, 4.5], "texture": "#1"} + } + }, + { + "from": [12.7, 8.7, 4.475], + "to": [12.8, 8.8, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 6.9, 10.075]}, + "faces": { + "north": {"uv": [4.5, 9, 4.625, 9.125], "texture": "#1"}, + "east": {"uv": [9, 4.5, 9.125, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 9, 4.75, 9.125], "texture": "#1"}, + "west": {"uv": [9, 4.625, 9.125, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 9.125, 4.75, 9], "texture": "#1"}, + "down": {"uv": [9.125, 4.75, 9, 4.875], "texture": "#1"} + } + }, + { + "from": [4.6, 8.7, 4.475], + "to": [4.7, 8.8, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 6.9, 10.075]}, + "faces": { + "north": {"uv": [4.875, 9, 5, 9.125], "texture": "#1"}, + "east": {"uv": [9, 4.875, 9.125, 5], "texture": "#1"}, + "south": {"uv": [5, 9, 5.125, 9.125], "texture": "#1"}, + "west": {"uv": [9, 5, 9.125, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 9.125, 5.125, 9], "texture": "#1"}, + "down": {"uv": [9.125, 5.125, 9, 5.25], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 5.9], + "to": [12.8, 7.375, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 4.1]}, + "faces": { + "north": {"uv": [5.25, 9, 5.375, 9.125], "texture": "#1"}, + "east": {"uv": [9, 5.25, 9.125, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 9, 5.5, 9.125], "texture": "#1"}, + "west": {"uv": [9, 5.375, 9.125, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 9.125, 5.5, 9], "texture": "#1"}, + "down": {"uv": [9.125, 5.5, 9, 5.625], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 5.9], + "to": [4.7, 7.375, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 4.1]}, + "faces": { + "north": {"uv": [5.625, 9, 5.75, 9.125], "texture": "#1"}, + "east": {"uv": [9, 5.625, 9.125, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 9, 5.875, 9.125], "texture": "#1"}, + "west": {"uv": [9, 5.75, 9.125, 5.875], "texture": "#1"}, + "up": {"uv": [6, 9.125, 5.875, 9], "texture": "#1"}, + "down": {"uv": [9.125, 5.875, 9, 6], "texture": "#1"} + } + }, + { + "from": [12.7, 8.7, 9.925], + "to": [12.8, 8.8, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 6.9, 4.425]}, + "faces": { + "north": {"uv": [6, 9, 6.125, 9.125], "texture": "#1"}, + "east": {"uv": [9, 6, 9.125, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 9, 6.25, 9.125], "texture": "#1"}, + "west": {"uv": [9, 6.125, 9.125, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 9.125, 6.25, 9], "texture": "#1"}, + "down": {"uv": [9.125, 6.25, 9, 6.375], "texture": "#1"} + } + }, + { + "from": [4.6, 8.7, 9.925], + "to": [4.7, 8.8, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 6.9, 4.425]}, + "faces": { + "north": {"uv": [6.375, 9, 6.5, 9.125], "texture": "#1"}, + "east": {"uv": [9, 6.375, 9.125, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 9, 6.625, 9.125], "texture": "#1"}, + "west": {"uv": [9, 6.5, 9.125, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 9.125, 6.625, 9], "texture": "#1"}, + "down": {"uv": [9.125, 6.625, 9, 6.75], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 5.6], + "to": [12.8, 12.825, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 3.8]}, + "faces": { + "north": {"uv": [6.75, 9, 6.875, 9.125], "texture": "#1"}, + "east": {"uv": [9, 6.75, 9.125, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 9, 7, 9.125], "texture": "#1"}, + "west": {"uv": [9, 6.875, 9.125, 7], "texture": "#1"}, + "up": {"uv": [7.125, 9.125, 7, 9], "texture": "#1"}, + "down": {"uv": [9.125, 7, 9, 7.125], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 5.6], + "to": [4.7, 12.825, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 3.8]}, + "faces": { + "north": {"uv": [7.125, 9, 7.25, 9.125], "texture": "#1"}, + "east": {"uv": [9, 7.125, 9.125, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 9, 7.375, 9.125], "texture": "#1"}, + "west": {"uv": [9, 7.25, 9.125, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 9.125, 7.375, 9], "texture": "#1"}, + "down": {"uv": [9.125, 7.375, 9, 7.5], "texture": "#1"} + } + }, + { + "from": [12.7, 8.4, 4.475], + "to": [12.8, 8.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 6.6, 10.075]}, + "faces": { + "north": {"uv": [7.5, 9, 7.625, 9.125], "texture": "#1"}, + "east": {"uv": [9, 7.5, 9.125, 7.625], "texture": "#1"}, + "south": {"uv": [7.625, 9, 7.75, 9.125], "texture": "#1"}, + "west": {"uv": [9, 7.625, 9.125, 7.75], "texture": "#1"}, + "up": {"uv": [7.875, 9.125, 7.75, 9], "texture": "#1"}, + "down": {"uv": [9.125, 7.75, 9, 7.875], "texture": "#1"} + } + }, + { + "from": [4.6, 8.4, 4.475], + "to": [4.7, 8.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 6.6, 10.075]}, + "faces": { + "north": {"uv": [7.875, 9, 8, 9.125], "texture": "#1"}, + "east": {"uv": [9, 7.875, 9.125, 8], "texture": "#1"}, + "south": {"uv": [8, 9, 8.125, 9.125], "texture": "#1"}, + "west": {"uv": [9, 8, 9.125, 8.125], "texture": "#1"}, + "up": {"uv": [8.25, 9.125, 8.125, 9], "texture": "#1"}, + "down": {"uv": [9.125, 8.125, 9, 8.25], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 5.6], + "to": [12.8, 7.375, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 3.8]}, + "faces": { + "north": {"uv": [8.25, 9, 8.375, 9.125], "texture": "#1"}, + "east": {"uv": [9, 8.25, 9.125, 8.375], "texture": "#1"}, + "south": {"uv": [8.375, 9, 8.5, 9.125], "texture": "#1"}, + "west": {"uv": [9, 8.375, 9.125, 8.5], "texture": "#1"}, + "up": {"uv": [8.625, 9.125, 8.5, 9], "texture": "#1"}, + "down": {"uv": [9.125, 8.5, 9, 8.625], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 5.6], + "to": [4.7, 7.375, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 3.8]}, + "faces": { + "north": {"uv": [8.625, 9, 8.75, 9.125], "texture": "#1"}, + "east": {"uv": [9, 8.625, 9.125, 8.75], "texture": "#1"}, + "south": {"uv": [8.75, 9, 8.875, 9.125], "texture": "#1"}, + "west": {"uv": [9, 8.75, 9.125, 8.875], "texture": "#1"}, + "up": {"uv": [9, 9.125, 8.875, 9], "texture": "#1"}, + "down": {"uv": [9.125, 8.875, 9, 9], "texture": "#1"} + } + }, + { + "from": [12.7, 8.4, 9.925], + "to": [12.8, 8.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 6.6, 4.425]}, + "faces": { + "north": {"uv": [9, 9, 9.125, 9.125], "texture": "#1"}, + "east": {"uv": [0, 9.125, 0.125, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 0, 9.25, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 9.125, 0.25, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 0.25, 9.125, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 9.125, 0.25, 9.25], "texture": "#1"} + } + }, + { + "from": [4.6, 8.4, 9.925], + "to": [4.7, 8.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 6.6, 4.425]}, + "faces": { + "north": {"uv": [9.125, 0.25, 9.25, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 9.125, 0.5, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 0.375, 9.25, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 9.125, 0.625, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 0.625, 9.125, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 9.125, 0.625, 9.25], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 5.4], + "to": [12.8, 12.825, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 3.6]}, + "faces": { + "north": {"uv": [9.125, 0.625, 9.25, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 9.125, 0.875, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 0.75, 9.25, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 9.125, 1, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 1, 9.125, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 9.125, 1, 9.25], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 5.4], + "to": [4.7, 12.825, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 3.6]}, + "faces": { + "north": {"uv": [9.125, 1, 9.25, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 9.125, 1.25, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 1.125, 9.25, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 9.125, 1.375, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 1.375, 9.125, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 9.125, 1.375, 9.25], "texture": "#1"} + } + }, + { + "from": [12.7, 8.2, 4.475], + "to": [12.8, 8.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 6.4, 10.075]}, + "faces": { + "north": {"uv": [9.125, 1.375, 9.25, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 9.125, 1.625, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 1.5, 9.25, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 9.125, 1.75, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 1.75, 9.125, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 9.125, 1.75, 9.25], "texture": "#1"} + } + }, + { + "from": [4.6, 8.2, 4.475], + "to": [4.7, 8.3, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 6.4, 10.075]}, + "faces": { + "north": {"uv": [9.125, 1.75, 9.25, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 9.125, 2, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 1.875, 9.25, 2], "texture": "#1"}, + "west": {"uv": [2, 9.125, 2.125, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 2.125, 9.125, 2], "texture": "#1"}, + "down": {"uv": [2.25, 9.125, 2.125, 9.25], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 5.4], + "to": [12.8, 7.375, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 3.6]}, + "faces": { + "north": {"uv": [9.125, 2.125, 9.25, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 9.125, 2.375, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 2.25, 9.25, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 9.125, 2.5, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 2.5, 9.125, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 9.125, 2.5, 9.25], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 5.4], + "to": [4.7, 7.375, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 3.6]}, + "faces": { + "north": {"uv": [9.125, 2.5, 9.25, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 9.125, 2.75, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 2.625, 9.25, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 9.125, 2.875, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 2.875, 9.125, 2.75], "texture": "#1"}, + "down": {"uv": [3, 9.125, 2.875, 9.25], "texture": "#1"} + } + }, + { + "from": [12.7, 8.2, 9.925], + "to": [12.8, 8.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 6.4, 4.425]}, + "faces": { + "north": {"uv": [9.125, 2.875, 9.25, 3], "texture": "#1"}, + "east": {"uv": [3, 9.125, 3.125, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 3, 9.25, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 9.125, 3.25, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 3.25, 9.125, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 9.125, 3.25, 9.25], "texture": "#1"} + } + }, + { + "from": [4.6, 8.2, 9.925], + "to": [4.7, 8.3, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 6.4, 4.425]}, + "faces": { + "north": {"uv": [9.125, 3.25, 9.25, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 9.125, 3.5, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 3.375, 9.25, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 9.125, 3.625, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 3.625, 9.125, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 9.125, 3.625, 9.25], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 5.5], + "to": [12.9, 12.825, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.225, 3.7]}, + "faces": { + "north": {"uv": [9.125, 3.625, 9.25, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 9.125, 3.875, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 3.75, 9.25, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 9.125, 4, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 4, 9.125, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 9.125, 4, 9.25], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 5.5], + "to": [4.6, 12.825, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.225, 3.7]}, + "faces": { + "north": {"uv": [9.125, 4, 9.25, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 9.125, 4.25, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 4.125, 9.25, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 9.125, 4.375, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 4.375, 9.125, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 9.125, 4.375, 9.25], "texture": "#1"} + } + }, + { + "from": [12.8, 8.3, 4.475], + "to": [12.9, 8.4, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 6.5, 10.075]}, + "faces": { + "north": {"uv": [9.125, 4.375, 9.25, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 9.125, 4.625, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 4.5, 9.25, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 9.125, 4.75, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 4.75, 9.125, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 9.125, 4.75, 9.25], "texture": "#1"} + } + }, + { + "from": [4.5, 8.3, 4.475], + "to": [4.6, 8.4, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6.5, 10.075]}, + "faces": { + "north": {"uv": [9.125, 4.75, 9.25, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 9.125, 5, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 4.875, 9.25, 5], "texture": "#1"}, + "west": {"uv": [5, 9.125, 5.125, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 5.125, 9.125, 5], "texture": "#1"}, + "down": {"uv": [5.25, 9.125, 5.125, 9.25], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 5.5], + "to": [12.9, 7.375, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 12.875, 3.7]}, + "faces": { + "north": {"uv": [9.125, 5.125, 9.25, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 9.125, 5.375, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 5.25, 9.25, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 9.125, 5.5, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 5.5, 9.125, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 9.125, 5.5, 9.25], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 5.5], + "to": [4.6, 7.375, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 12.875, 3.7]}, + "faces": { + "north": {"uv": [9.125, 5.5, 9.25, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 9.125, 5.75, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 5.625, 9.25, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 9.125, 5.875, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 5.875, 9.125, 5.75], "texture": "#1"}, + "down": {"uv": [6, 9.125, 5.875, 9.25], "texture": "#1"} + } + }, + { + "from": [12.8, 8.3, 9.925], + "to": [12.9, 8.4, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 6.5, 4.425]}, + "faces": { + "north": {"uv": [9.125, 5.875, 9.25, 6], "texture": "#1"}, + "east": {"uv": [6, 9.125, 6.125, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 6, 9.25, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 9.125, 6.25, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 6.25, 9.125, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 9.125, 6.25, 9.25], "texture": "#1"} + } + }, + { + "from": [4.5, 8.3, 9.925], + "to": [4.6, 8.4, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6.5, 4.425]}, + "faces": { + "north": {"uv": [9.125, 6.25, 9.25, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 9.125, 6.5, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 6.375, 9.25, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 9.125, 6.625, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 6.625, 9.125, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 9.125, 6.625, 9.25], "texture": "#1"} + } + }, + { + "from": [12.6, 12.725, 5.7], + "to": [12.7, 12.825, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 4]}, + "faces": { + "north": {"uv": [9.125, 6.625, 9.25, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 9.125, 6.875, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 6.75, 9.25, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 9.125, 7, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 7, 9.125, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 9.125, 7, 9.25], "texture": "#1"} + } + }, + { + "from": [4.7, 12.725, 5.7], + "to": [4.8, 12.825, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 4]}, + "faces": { + "north": {"uv": [9.125, 7, 9.25, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 9.125, 7.25, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 7.125, 9.25, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 9.125, 7.375, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 7.375, 9.125, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 9.125, 7.375, 9.25], "texture": "#1"} + } + }, + { + "from": [12.6, 8.5, 4.475], + "to": [12.7, 8.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 6.8, 10.075]}, + "faces": { + "north": {"uv": [9.125, 7.375, 9.25, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 9.125, 7.625, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 7.5, 9.25, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 9.125, 7.75, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 7.75, 9.125, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 9.125, 7.75, 9.25], "texture": "#1"} + } + }, + { + "from": [4.7, 8.5, 4.475], + "to": [4.8, 8.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 6.8, 10.075]}, + "faces": { + "north": {"uv": [9.125, 7.75, 9.25, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 9.125, 8, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 7.875, 9.25, 8], "texture": "#1"}, + "west": {"uv": [8, 9.125, 8.125, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 8.125, 9.125, 8], "texture": "#1"}, + "down": {"uv": [8.25, 9.125, 8.125, 9.25], "texture": "#1"} + } + }, + { + "from": [12.6, 7.275, 5.7], + "to": [12.7, 7.375, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 4]}, + "faces": { + "north": {"uv": [9.125, 8.125, 9.25, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 9.125, 8.375, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 8.25, 9.25, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 9.125, 8.5, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 8.5, 9.125, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 9.125, 8.5, 9.25], "texture": "#1"} + } + }, + { + "from": [4.7, 7.275, 5.7], + "to": [4.8, 7.375, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 4]}, + "faces": { + "north": {"uv": [9.125, 8.5, 9.25, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 9.125, 8.75, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 8.625, 9.25, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 9.125, 8.875, 9.25], "texture": "#1"}, + "up": {"uv": [9.25, 8.875, 9.125, 8.75], "texture": "#1"}, + "down": {"uv": [9, 9.125, 8.875, 9.25], "texture": "#1"} + } + }, + { + "from": [12.6, 8.5, 9.925], + "to": [12.7, 8.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 6.8, 4.425]}, + "faces": { + "north": {"uv": [9.125, 8.875, 9.25, 9], "texture": "#1"}, + "east": {"uv": [9, 9.125, 9.125, 9.25], "texture": "#1"}, + "south": {"uv": [9.125, 9, 9.25, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 9.125, 9.25, 9.25], "texture": "#1"}, + "up": {"uv": [0.125, 9.375, 0, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 0, 9.25, 0.125], "texture": "#1"} + } + }, + { + "from": [4.7, 8.5, 9.925], + "to": [4.8, 8.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 6.8, 4.425]}, + "faces": { + "north": {"uv": [0.125, 9.25, 0.25, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 0.125, 9.375, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 9.25, 0.375, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 0.25, 9.375, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 9.375, 0.375, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 0.375, 9.25, 0.5], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 5.7], + "to": [12.9, 12.825, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.225, 4]}, + "faces": { + "north": {"uv": [0.5, 9.25, 0.625, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 0.5, 9.375, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 9.25, 0.75, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 0.625, 9.375, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 9.375, 0.75, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 0.75, 9.25, 0.875], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 5.7], + "to": [4.6, 12.825, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.225, 4]}, + "faces": { + "north": {"uv": [0.875, 9.25, 1, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 0.875, 9.375, 1], "texture": "#1"}, + "south": {"uv": [1, 9.25, 1.125, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 1, 9.375, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 9.375, 1.125, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 1.125, 9.25, 1.25], "texture": "#1"} + } + }, + { + "from": [12.8, 8.5, 4.475], + "to": [12.9, 8.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 6.8, 10.075]}, + "faces": { + "north": {"uv": [1.25, 9.25, 1.375, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 1.25, 9.375, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 9.25, 1.5, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 1.375, 9.375, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 9.375, 1.5, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 1.5, 9.25, 1.625], "texture": "#1"} + } + }, + { + "from": [4.5, 8.5, 4.475], + "to": [4.6, 8.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6.8, 10.075]}, + "faces": { + "north": {"uv": [1.625, 9.25, 1.75, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 1.625, 9.375, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 9.25, 1.875, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 1.75, 9.375, 1.875], "texture": "#1"}, + "up": {"uv": [2, 9.375, 1.875, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 1.875, 9.25, 2], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 5.7], + "to": [12.9, 7.375, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 12.875, 4]}, + "faces": { + "north": {"uv": [2, 9.25, 2.125, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 2, 9.375, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 9.25, 2.25, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 2.125, 9.375, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 9.375, 2.25, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 2.25, 9.25, 2.375], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 5.7], + "to": [4.6, 7.375, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 12.875, 4]}, + "faces": { + "north": {"uv": [2.375, 9.25, 2.5, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 2.375, 9.375, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 9.25, 2.625, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 2.5, 9.375, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 9.375, 2.625, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 2.625, 9.25, 2.75], "texture": "#1"} + } + }, + { + "from": [12.8, 8.5, 9.925], + "to": [12.9, 8.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 6.8, 4.425]}, + "faces": { + "north": {"uv": [2.75, 9.25, 2.875, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 2.75, 9.375, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 9.25, 3, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 2.875, 9.375, 3], "texture": "#1"}, + "up": {"uv": [3.125, 9.375, 3, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 3, 9.25, 3.125], "texture": "#1"} + } + }, + { + "from": [4.5, 8.5, 9.925], + "to": [4.6, 8.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6.8, 4.425]}, + "faces": { + "north": {"uv": [3.125, 9.25, 3.25, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 3.125, 9.375, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 9.25, 3.375, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 3.25, 9.375, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 9.375, 3.375, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 3.375, 9.25, 3.5], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 6.5], + "to": [12.9, 12.825, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.225, 4.8]}, + "faces": { + "north": {"uv": [3.5, 9.25, 3.625, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 3.5, 9.375, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 9.25, 3.75, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 3.625, 9.375, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 9.375, 3.75, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 3.75, 9.25, 3.875], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 6.5], + "to": [4.6, 12.825, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.225, 4.8]}, + "faces": { + "north": {"uv": [3.875, 9.25, 4, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 3.875, 9.375, 4], "texture": "#1"}, + "south": {"uv": [4, 9.25, 4.125, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 4, 9.375, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 9.375, 4.125, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 4.125, 9.25, 4.25], "texture": "#1"} + } + }, + { + "from": [12.8, 9.3, 4.475], + "to": [12.9, 9.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.6, 10.075]}, + "faces": { + "north": {"uv": [4.25, 9.25, 4.375, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 4.25, 9.375, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 9.25, 4.5, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 4.375, 9.375, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 9.375, 4.5, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 4.5, 9.25, 4.625], "texture": "#1"} + } + }, + { + "from": [4.5, 9.3, 4.475], + "to": [4.6, 9.5, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.6, 10.075]}, + "faces": { + "north": {"uv": [4.625, 9.25, 4.75, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 4.625, 9.375, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 9.25, 4.875, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 4.75, 9.375, 4.875], "texture": "#1"}, + "up": {"uv": [5, 9.375, 4.875, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 4.875, 9.25, 5], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 6.5], + "to": [12.9, 7.375, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 12.875, 4.8]}, + "faces": { + "north": {"uv": [5, 9.25, 5.125, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 5, 9.375, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 9.25, 5.25, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 5.125, 9.375, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 9.375, 5.25, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 5.25, 9.25, 5.375], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 6.5], + "to": [4.6, 7.375, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 12.875, 4.8]}, + "faces": { + "north": {"uv": [5.375, 9.25, 5.5, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 5.375, 9.375, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 9.25, 5.625, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 5.5, 9.375, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 9.375, 5.625, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 5.625, 9.25, 5.75], "texture": "#1"} + } + }, + { + "from": [12.8, 9.3, 9.925], + "to": [12.9, 9.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.6, 4.425]}, + "faces": { + "north": {"uv": [5.75, 9.25, 5.875, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 5.75, 9.375, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 9.25, 6, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 5.875, 9.375, 6], "texture": "#1"}, + "up": {"uv": [6.125, 9.375, 6, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 6, 9.25, 6.125], "texture": "#1"} + } + }, + { + "from": [4.5, 9.3, 9.925], + "to": [4.6, 9.5, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.6, 4.425]}, + "faces": { + "north": {"uv": [6.125, 9.25, 6.25, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 6.125, 9.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 9.25, 6.375, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 6.25, 9.375, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 9.375, 6.375, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 6.375, 9.25, 6.5], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 7.8], + "to": [12.9, 12.825, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 6.1]}, + "faces": { + "north": {"uv": [6.5, 9.25, 6.625, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 6.5, 9.375, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 9.25, 6.75, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 6.625, 9.375, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 9.375, 6.75, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 6.75, 9.25, 6.875], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 7.8], + "to": [4.6, 12.825, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 6.1]}, + "faces": { + "north": {"uv": [6.875, 9.25, 7, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 6.875, 9.375, 7], "texture": "#1"}, + "south": {"uv": [7, 9.25, 7.125, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 7, 9.375, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 9.375, 7.125, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 7.125, 9.25, 7.25], "texture": "#1"} + } + }, + { + "from": [12.8, 10.6, 4.475], + "to": [12.9, 10.8, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 8.9, 10.075]}, + "faces": { + "north": {"uv": [7.25, 9.25, 7.375, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 7.25, 9.375, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 9.25, 7.5, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 7.375, 9.375, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 9.375, 7.5, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 7.5, 9.25, 7.625], "texture": "#1"} + } + }, + { + "from": [4.5, 10.6, 4.475], + "to": [4.6, 10.8, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 8.9, 10.075]}, + "faces": { + "north": {"uv": [7.625, 9.25, 7.75, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 7.625, 9.375, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 9.25, 7.875, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 7.75, 9.375, 7.875], "texture": "#1"}, + "up": {"uv": [8, 9.375, 7.875, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 7.875, 9.25, 8], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 7.8], + "to": [12.9, 7.375, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 6.1]}, + "faces": { + "north": {"uv": [8, 9.25, 8.125, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 8, 9.375, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 9.25, 8.25, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 8.125, 9.375, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 9.375, 8.25, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 8.25, 9.25, 8.375], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 7.8], + "to": [4.6, 7.375, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 6.1]}, + "faces": { + "north": {"uv": [8.375, 9.25, 8.5, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 8.375, 9.375, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 9.25, 8.625, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 8.5, 9.375, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 9.375, 8.625, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 8.625, 9.25, 8.75], "texture": "#1"} + } + }, + { + "from": [12.8, 10.6, 9.925], + "to": [12.9, 10.8, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 8.9, 4.425]}, + "faces": { + "north": {"uv": [8.75, 9.25, 8.875, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 8.75, 9.375, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 9.25, 9, 9.375], "texture": "#1"}, + "west": {"uv": [9.25, 8.875, 9.375, 9], "texture": "#1"}, + "up": {"uv": [9.125, 9.375, 9, 9.25], "texture": "#1"}, + "down": {"uv": [9.375, 9, 9.25, 9.125], "texture": "#1"} + } + }, + { + "from": [4.5, 10.6, 9.925], + "to": [4.6, 10.8, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 8.9, 4.425]}, + "faces": { + "north": {"uv": [9.125, 9.25, 9.25, 9.375], "texture": "#1"}, + "east": {"uv": [9.25, 9.125, 9.375, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 9.25, 9.375, 9.375], "texture": "#1"}, + "west": {"uv": [0, 9.375, 0.125, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 0.125, 9.375, 0], "texture": "#1"}, + "down": {"uv": [0.25, 9.375, 0.125, 9.5], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 8.4], + "to": [12.9, 12.825, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 6.8]}, + "faces": { + "north": {"uv": [9.375, 0.125, 9.5, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 9.375, 0.375, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 0.25, 9.5, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 9.375, 0.5, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 0.5, 9.375, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 9.375, 0.5, 9.5], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 8.4], + "to": [4.6, 12.825, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 6.8]}, + "faces": { + "north": {"uv": [9.375, 0.5, 9.5, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 9.375, 0.75, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 0.625, 9.5, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 9.375, 0.875, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 0.875, 9.375, 0.75], "texture": "#1"}, + "down": {"uv": [1, 9.375, 0.875, 9.5], "texture": "#1"} + } + }, + { + "from": [12.8, 11.2, 4.475], + "to": [12.9, 11.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 9.6, 10.075]}, + "faces": { + "north": {"uv": [9.375, 0.875, 9.5, 1], "texture": "#1"}, + "east": {"uv": [1, 9.375, 1.125, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 1, 9.5, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 9.375, 1.25, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 1.25, 9.375, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 9.375, 1.25, 9.5], "texture": "#1"} + } + }, + { + "from": [4.5, 11.2, 4.475], + "to": [4.6, 11.6, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 9.6, 10.075]}, + "faces": { + "north": {"uv": [9.375, 1.25, 9.5, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 9.375, 1.5, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 1.375, 9.5, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 9.375, 1.625, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 1.625, 9.375, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 9.375, 1.625, 9.5], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 8.4], + "to": [12.9, 7.375, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 6.8]}, + "faces": { + "north": {"uv": [9.375, 1.625, 9.5, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 9.375, 1.875, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 1.75, 9.5, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 9.375, 2, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 2, 9.375, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 9.375, 2, 9.5], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 8.4], + "to": [4.6, 7.375, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 6.8]}, + "faces": { + "north": {"uv": [9.375, 2, 9.5, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 9.375, 2.25, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 2.125, 9.5, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 9.375, 2.375, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 2.375, 9.375, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 9.375, 2.375, 9.5], "texture": "#1"} + } + }, + { + "from": [12.8, 11.2, 9.925], + "to": [12.9, 11.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 9.6, 4.425]}, + "faces": { + "north": {"uv": [9.375, 2.375, 9.5, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 9.375, 2.625, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 2.5, 9.5, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 9.375, 2.75, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 2.75, 9.375, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 9.375, 2.75, 9.5], "texture": "#1"} + } + }, + { + "from": [4.5, 11.2, 9.925], + "to": [4.6, 11.6, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 9.6, 4.425]}, + "faces": { + "north": {"uv": [9.375, 2.75, 9.5, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 9.375, 3, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 2.875, 9.5, 3], "texture": "#1"}, + "west": {"uv": [3, 9.375, 3.125, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 3.125, 9.375, 3], "texture": "#1"}, + "down": {"uv": [3.25, 9.375, 3.125, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 8.8], + "to": [12.8, 12.825, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 6.9]}, + "faces": { + "north": {"uv": [9.375, 3.125, 9.5, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 9.375, 3.375, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 3.25, 9.5, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 9.375, 3.5, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 3.5, 9.375, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 9.375, 3.5, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 8.8], + "to": [4.7, 12.825, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 6.9]}, + "faces": { + "north": {"uv": [9.375, 3.5, 9.5, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 9.375, 3.75, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 3.625, 9.5, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 9.375, 3.875, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 3.875, 9.375, 3.75], "texture": "#1"}, + "down": {"uv": [4, 9.375, 3.875, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 11.6, 4.475], + "to": [12.8, 11.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.7, 10.075]}, + "faces": { + "north": {"uv": [9.375, 3.875, 9.5, 4], "texture": "#1"}, + "east": {"uv": [4, 9.375, 4.125, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 4, 9.5, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 9.375, 4.25, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 4.25, 9.375, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 9.375, 4.25, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 11.6, 4.475], + "to": [4.7, 11.7, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.7, 10.075]}, + "faces": { + "north": {"uv": [9.375, 4.25, 9.5, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 9.375, 4.5, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 4.375, 9.5, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 9.375, 4.625, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 4.625, 9.375, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 9.375, 4.625, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 8.8], + "to": [12.8, 7.375, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 6.9]}, + "faces": { + "north": {"uv": [9.375, 4.625, 9.5, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 9.375, 4.875, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 4.75, 9.5, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 9.375, 5, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 5, 9.375, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 9.375, 5, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 8.8], + "to": [4.7, 7.375, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 6.9]}, + "faces": { + "north": {"uv": [9.375, 5, 9.5, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 9.375, 5.25, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 5.125, 9.5, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 9.375, 5.375, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 5.375, 9.375, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 9.375, 5.375, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 11.6, 9.925], + "to": [12.8, 11.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.7, 4.425]}, + "faces": { + "north": {"uv": [9.375, 5.375, 9.5, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 9.375, 5.625, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 5.5, 9.5, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 9.375, 5.75, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 5.75, 9.375, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 9.375, 5.75, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 11.6, 9.925], + "to": [4.7, 11.7, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.7, 4.425]}, + "faces": { + "north": {"uv": [9.375, 5.75, 9.5, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 9.375, 6, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 5.875, 9.5, 6], "texture": "#1"}, + "west": {"uv": [6, 9.375, 6.125, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 6.125, 9.375, 6], "texture": "#1"}, + "down": {"uv": [6.25, 9.375, 6.125, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 12.725, 9], + "to": [12.8, 12.825, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 7.225, 7.1]}, + "faces": { + "north": {"uv": [9.375, 6.125, 9.5, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 9.375, 6.375, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 6.25, 9.5, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 9.375, 6.5, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 6.5, 9.375, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 9.375, 6.5, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 12.725, 9], + "to": [4.7, 12.825, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 7.225, 7.1]}, + "faces": { + "north": {"uv": [9.375, 6.5, 9.5, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 9.375, 6.75, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 6.625, 9.5, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 9.375, 6.875, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 6.875, 9.375, 6.75], "texture": "#1"}, + "down": {"uv": [7, 9.375, 6.875, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 11.8, 4.475], + "to": [12.8, 11.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.9, 10.075]}, + "faces": { + "north": {"uv": [9.375, 6.875, 9.5, 7], "texture": "#1"}, + "east": {"uv": [7, 9.375, 7.125, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 7, 9.5, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 9.375, 7.25, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 7.25, 9.375, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 9.375, 7.25, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 11.8, 4.475], + "to": [4.7, 11.9, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.9, 10.075]}, + "faces": { + "north": {"uv": [9.375, 7.25, 9.5, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 9.375, 7.5, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 7.375, 9.5, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 9.375, 7.625, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 7.625, 9.375, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 9.375, 7.625, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 7.275, 9], + "to": [12.8, 7.375, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 12.875, 7.1]}, + "faces": { + "north": {"uv": [9.375, 7.625, 9.5, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 9.375, 7.875, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 7.75, 9.5, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 9.375, 8, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 8, 9.375, 7.875], "texture": "#1"}, + "down": {"uv": [8.125, 9.375, 8, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 7.275, 9], + "to": [4.7, 7.375, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 12.875, 7.1]}, + "faces": { + "north": {"uv": [9.375, 8, 9.5, 8.125], "texture": "#1"}, + "east": {"uv": [8.125, 9.375, 8.25, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 8.125, 9.5, 8.25], "texture": "#1"}, + "west": {"uv": [8.25, 9.375, 8.375, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 8.375, 9.375, 8.25], "texture": "#1"}, + "down": {"uv": [8.5, 9.375, 8.375, 9.5], "texture": "#1"} + } + }, + { + "from": [12.7, 11.8, 9.925], + "to": [12.8, 11.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.2, 9.9, 4.425]}, + "faces": { + "north": {"uv": [9.375, 8.375, 9.5, 8.5], "texture": "#1"}, + "east": {"uv": [8.5, 9.375, 8.625, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 8.5, 9.5, 8.625], "texture": "#1"}, + "west": {"uv": [8.625, 9.375, 8.75, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 8.75, 9.375, 8.625], "texture": "#1"}, + "down": {"uv": [8.875, 9.375, 8.75, 9.5], "texture": "#1"} + } + }, + { + "from": [4.6, 11.8, 9.925], + "to": [4.7, 11.9, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.2, 9.9, 4.425]}, + "faces": { + "north": {"uv": [9.375, 8.75, 9.5, 8.875], "texture": "#1"}, + "east": {"uv": [8.875, 9.375, 9, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 8.875, 9.5, 9], "texture": "#1"}, + "west": {"uv": [9, 9.375, 9.125, 9.5], "texture": "#1"}, + "up": {"uv": [9.5, 9.125, 9.375, 9], "texture": "#1"}, + "down": {"uv": [9.25, 9.375, 9.125, 9.5], "texture": "#1"} + } + }, + { + "from": [12.8, 12.725, 8.9], + "to": [12.9, 12.825, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 7.225, 7]}, + "faces": { + "north": {"uv": [9.375, 9.125, 9.5, 9.25], "texture": "#1"}, + "east": {"uv": [9.25, 9.375, 9.375, 9.5], "texture": "#1"}, + "south": {"uv": [9.375, 9.25, 9.5, 9.375], "texture": "#1"}, + "west": {"uv": [9.375, 9.375, 9.5, 9.5], "texture": "#1"}, + "up": {"uv": [0.125, 9.625, 0, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 0, 9.5, 0.125], "texture": "#1"} + } + }, + { + "from": [4.5, 12.725, 8.9], + "to": [4.6, 12.825, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 7.225, 7]}, + "faces": { + "north": {"uv": [0.125, 9.5, 0.25, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 0.125, 9.625, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 9.5, 0.375, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 0.25, 9.625, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 9.625, 0.375, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 0.375, 9.5, 0.5], "texture": "#1"} + } + }, + { + "from": [12.8, 11.7, 4.475], + "to": [12.9, 11.8, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 9.8, 10.075]}, + "faces": { + "north": {"uv": [0.5, 9.5, 0.625, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 0.5, 9.625, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 9.5, 0.75, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 0.625, 9.625, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 9.625, 0.75, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 0.75, 9.5, 0.875], "texture": "#1"} + } + }, + { + "from": [4.5, 11.7, 4.475], + "to": [4.6, 11.8, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 9.8, 10.075]}, + "faces": { + "north": {"uv": [0.875, 9.5, 1, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 0.875, 9.625, 1], "texture": "#1"}, + "south": {"uv": [1, 9.5, 1.125, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 1, 9.625, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 9.625, 1.125, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 1.125, 9.5, 1.25], "texture": "#1"} + } + }, + { + "from": [12.8, 7.275, 8.9], + "to": [12.9, 7.375, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 12.875, 7]}, + "faces": { + "north": {"uv": [1.25, 9.5, 1.375, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 1.25, 9.625, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 9.5, 1.5, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 1.375, 9.625, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 9.625, 1.5, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 1.5, 9.5, 1.625], "texture": "#1"} + } + }, + { + "from": [4.5, 7.275, 8.9], + "to": [4.6, 7.375, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 12.875, 7]}, + "faces": { + "north": {"uv": [1.625, 9.5, 1.75, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 1.625, 9.625, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 9.5, 1.875, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 1.75, 9.625, 1.875], "texture": "#1"}, + "up": {"uv": [2, 9.625, 1.875, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 1.875, 9.5, 2], "texture": "#1"} + } + }, + { + "from": [12.8, 11.7, 9.925], + "to": [12.9, 11.8, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.3, 9.8, 4.425]}, + "faces": { + "north": {"uv": [2, 9.5, 2.125, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 2, 9.625, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 9.5, 2.25, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 2.125, 9.625, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 9.625, 2.25, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 2.25, 9.5, 2.375], "texture": "#1"} + } + }, + { + "from": [4.5, 11.7, 9.925], + "to": [4.6, 11.8, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.1, 9.8, 4.425]}, + "faces": { + "north": {"uv": [2.375, 9.5, 2.5, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 2.375, 9.625, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 9.5, 2.625, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 2.5, 9.625, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 9.625, 2.625, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 2.625, 9.5, 2.75], "texture": "#1"} + } + }, + { + "from": [12.4, 12.825, 9], + "to": [12.5, 12.9, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 7]}, + "faces": { + "north": {"uv": [2.75, 9.5, 2.875, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 2.75, 9.625, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 9.5, 3, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 2.875, 9.625, 3], "texture": "#1"}, + "up": {"uv": [3.125, 9.625, 3, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 3, 9.5, 3.125], "texture": "#1"} + } + }, + { + "from": [4.9, 12.825, 9], + "to": [5, 12.9, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 7]}, + "faces": { + "north": {"uv": [3.125, 9.5, 3.25, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 3.125, 9.625, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 9.5, 3.375, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 3.25, 9.625, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 9.625, 3.375, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 3.375, 9.5, 3.5], "texture": "#1"} + } + }, + { + "from": [12.4, 11.8, 4.4], + "to": [12.5, 11.9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 10]}, + "faces": { + "north": {"uv": [3.5, 9.5, 3.625, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 3.5, 9.625, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 9.5, 3.75, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 3.625, 9.625, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 9.625, 3.75, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 3.75, 9.5, 3.875], "texture": "#1"} + } + }, + { + "from": [4.9, 11.8, 4.4], + "to": [5, 11.9, 4.475], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 10]}, + "faces": { + "north": {"uv": [3.875, 9.5, 4, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 3.875, 9.625, 4], "texture": "#1"}, + "south": {"uv": [4, 9.5, 4.125, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 4, 9.625, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 9.625, 4.125, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 4.125, 9.5, 4.25], "texture": "#1"} + } + }, + { + "from": [12.4, 7.2, 9], + "to": [12.5, 7.275, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 7]}, + "faces": { + "north": {"uv": [4.25, 9.5, 4.375, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 4.25, 9.625, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 9.5, 4.5, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 4.375, 9.625, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 9.625, 4.5, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 4.5, 9.5, 4.625], "texture": "#1"} + } + }, + { + "from": [4.9, 7.2, 9], + "to": [5, 7.275, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 7]}, + "faces": { + "north": {"uv": [4.625, 9.5, 4.75, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 4.625, 9.625, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 9.5, 4.875, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 4.75, 9.625, 4.875], "texture": "#1"}, + "up": {"uv": [5, 9.625, 4.875, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 4.875, 9.5, 5], "texture": "#1"} + } + }, + { + "from": [12.4, 11.8, 10.025], + "to": [12.5, 11.9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5, 9.5, 5.125, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 5, 9.625, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 9.5, 5.25, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 5.125, 9.625, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 9.625, 5.25, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 5.25, 9.5, 5.375], "texture": "#1"} + } + }, + { + "from": [4.9, 11.8, 10.025], + "to": [5, 11.9, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.8, 4.5]}, + "faces": { + "north": {"uv": [5.375, 9.5, 5.5, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 5.375, 9.625, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 9.5, 5.625, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 5.5, 9.625, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 9.625, 5.625, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 5.625, 9.5, 5.75], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 8.2], + "to": [12.2, 13, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 6.6]}, + "faces": { + "north": {"uv": [5.75, 9.5, 5.875, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 5.75, 9.625, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 9.5, 6, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 5.875, 9.625, 6], "texture": "#1"}, + "up": {"uv": [6.125, 9.625, 6, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 6, 9.5, 6.125], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 8.2], + "to": [5.3, 13, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 6.6]}, + "faces": { + "north": {"uv": [6.125, 9.5, 6.25, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 6.125, 9.625, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 9.5, 6.375, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 6.25, 9.625, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 9.625, 6.375, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 6.375, 9.5, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 11, 4.3], + "to": [12.2, 11.1, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.4, 10]}, + "faces": { + "north": {"uv": [6.5, 9.5, 6.625, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 6.5, 9.625, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 9.5, 6.75, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 6.625, 9.625, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 9.625, 6.75, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 6.75, 9.5, 6.875], "texture": "#1"} + } + }, + { + "from": [5.2, 11, 4.3], + "to": [5.3, 11.1, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.4, 10]}, + "faces": { + "north": {"uv": [6.875, 9.5, 7, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 6.875, 9.625, 7], "texture": "#1"}, + "south": {"uv": [7, 9.5, 7.125, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 7, 9.625, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 9.625, 7.125, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 7.125, 9.5, 7.25], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 8.2], + "to": [12.2, 7.2, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 6.6]}, + "faces": { + "north": {"uv": [7.25, 9.5, 7.375, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 7.25, 9.625, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 9.5, 7.5, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 7.375, 9.625, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 9.625, 7.5, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 7.5, 9.5, 7.625], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 8.2], + "to": [5.3, 7.2, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 6.6]}, + "faces": { + "north": {"uv": [7.625, 9.5, 7.75, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 7.625, 9.625, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 9.5, 7.875, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 7.75, 9.625, 7.875], "texture": "#1"}, + "up": {"uv": [8, 9.625, 7.875, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 7.875, 9.5, 8], "texture": "#1"} + } + }, + { + "from": [12.1, 11, 10.1], + "to": [12.2, 11.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.4, 4.5]}, + "faces": { + "north": {"uv": [8, 9.5, 8.125, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 8, 9.625, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 9.5, 8.25, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 8.125, 9.625, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 9.625, 8.25, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 8.25, 9.5, 8.375], "texture": "#1"} + } + }, + { + "from": [5.2, 11, 10.1], + "to": [5.3, 11.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.4, 4.5]}, + "faces": { + "north": {"uv": [8.375, 9.5, 8.5, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 8.375, 9.625, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 9.5, 8.625, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 8.5, 9.625, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 9.625, 8.625, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 8.625, 9.5, 8.75], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 8], + "to": [12.2, 13, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 6.4]}, + "faces": { + "north": {"uv": [8.75, 9.5, 8.875, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 8.75, 9.625, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 9.5, 9, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 8.875, 9.625, 9], "texture": "#1"}, + "up": {"uv": [9.125, 9.625, 9, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 9, 9.5, 9.125], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 8], + "to": [5.3, 13, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 6.4]}, + "faces": { + "north": {"uv": [9.125, 9.5, 9.25, 9.625], "texture": "#1"}, + "east": {"uv": [9.5, 9.125, 9.625, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 9.5, 9.375, 9.625], "texture": "#1"}, + "west": {"uv": [9.5, 9.25, 9.625, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 9.625, 9.375, 9.5], "texture": "#1"}, + "down": {"uv": [9.625, 9.375, 9.5, 9.5], "texture": "#1"} + } + }, + { + "from": [12.1, 10.8, 4.3], + "to": [12.2, 10.9, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.2, 10]}, + "faces": { + "north": {"uv": [9.5, 9.5, 9.625, 9.625], "texture": "#1"}, + "east": {"uv": [0, 9.625, 0.125, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 0, 9.75, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 9.625, 0.25, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 0.25, 9.625, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 9.625, 0.25, 9.75], "texture": "#1"} + } + }, + { + "from": [5.2, 10.8, 4.3], + "to": [5.3, 10.9, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.2, 10]}, + "faces": { + "north": {"uv": [9.625, 0.25, 9.75, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 9.625, 0.5, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 0.375, 9.75, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 9.625, 0.625, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 0.625, 9.625, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 9.625, 0.625, 9.75], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 8], + "to": [12.2, 7.2, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 6.4]}, + "faces": { + "north": {"uv": [9.625, 0.625, 9.75, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 9.625, 0.875, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 0.75, 9.75, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 9.625, 1, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 1, 9.625, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 9.625, 1, 9.75], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 8], + "to": [5.3, 7.2, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 6.4]}, + "faces": { + "north": {"uv": [9.625, 1, 9.75, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 9.625, 1.25, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 1.125, 9.75, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 9.625, 1.375, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 1.375, 9.625, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 9.625, 1.375, 9.75], "texture": "#1"} + } + }, + { + "from": [12.1, 10.8, 10.1], + "to": [12.2, 10.9, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 9.2, 4.5]}, + "faces": { + "north": {"uv": [9.625, 1.375, 9.75, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 9.625, 1.625, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 1.5, 9.75, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 9.625, 1.75, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 1.75, 9.625, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 9.625, 1.75, 9.75], "texture": "#1"} + } + }, + { + "from": [5.2, 10.8, 10.1], + "to": [5.3, 10.9, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.2, 4.5]}, + "faces": { + "north": {"uv": [9.625, 1.75, 9.75, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 9.625, 2, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 1.875, 9.75, 2], "texture": "#1"}, + "west": {"uv": [2, 9.625, 2.125, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 2.125, 9.625, 2], "texture": "#1"}, + "down": {"uv": [2.25, 9.625, 2.125, 9.75], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 7.9], + "to": [12.3, 13, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 6.3]}, + "faces": { + "north": {"uv": [9.625, 2.125, 9.75, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 9.625, 2.375, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 2.25, 9.75, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 9.625, 2.5, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 2.5, 9.625, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 9.625, 2.5, 9.75], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 7.9], + "to": [5.2, 13, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 6.3]}, + "faces": { + "north": {"uv": [9.625, 2.5, 9.75, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 9.625, 2.75, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 2.625, 9.75, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 9.625, 2.875, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 2.875, 9.625, 2.75], "texture": "#1"}, + "down": {"uv": [3, 9.625, 2.875, 9.75], "texture": "#1"} + } + }, + { + "from": [12.2, 10.7, 4.3], + "to": [12.3, 10.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.1, 10]}, + "faces": { + "north": {"uv": [9.625, 2.875, 9.75, 3], "texture": "#1"}, + "east": {"uv": [3, 9.625, 3.125, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 3, 9.75, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 9.625, 3.25, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 3.25, 9.625, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 9.625, 3.25, 9.75], "texture": "#1"} + } + }, + { + "from": [5.1, 10.7, 4.3], + "to": [5.2, 10.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.1, 10]}, + "faces": { + "north": {"uv": [9.625, 3.25, 9.75, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 9.625, 3.5, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 3.375, 9.75, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 9.625, 3.625, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 3.625, 9.625, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 9.625, 3.625, 9.75], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 7.9], + "to": [12.3, 7.2, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 6.3]}, + "faces": { + "north": {"uv": [9.625, 3.625, 9.75, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 9.625, 3.875, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 3.75, 9.75, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 9.625, 4, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 4, 9.625, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 9.625, 4, 9.75], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 7.9], + "to": [5.2, 7.2, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 6.3]}, + "faces": { + "north": {"uv": [9.625, 4, 9.75, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 9.625, 4.25, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 4.125, 9.75, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 9.625, 4.375, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 4.375, 9.625, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 9.625, 4.375, 9.75], "texture": "#1"} + } + }, + { + "from": [12.2, 10.7, 10.1], + "to": [12.3, 10.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.1, 4.5]}, + "faces": { + "north": {"uv": [9.625, 4.375, 9.75, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 9.625, 4.625, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 4.5, 9.75, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 9.625, 4.75, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 4.75, 9.625, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 9.625, 4.75, 9.75], "texture": "#1"} + } + }, + { + "from": [5.1, 10.7, 10.1], + "to": [5.2, 10.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.1, 4.5]}, + "faces": { + "north": {"uv": [9.625, 4.75, 9.75, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 9.625, 5, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 4.875, 9.75, 5], "texture": "#1"}, + "west": {"uv": [5, 9.625, 5.125, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 5.125, 9.625, 5], "texture": "#1"}, + "down": {"uv": [5.25, 9.625, 5.125, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 7.3], + "to": [12.1, 13, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.3, 5.8]}, + "faces": { + "north": {"uv": [9.625, 5.125, 9.75, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 9.625, 5.375, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 5.25, 9.75, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 9.625, 5.5, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 5.5, 9.625, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 9.625, 5.5, 9.75], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 7.3], + "to": [5.4, 13, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.3, 5.8]}, + "faces": { + "north": {"uv": [9.625, 5.5, 9.75, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 9.625, 5.75, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 5.625, 9.75, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 9.625, 5.875, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 5.875, 9.625, 5.75], "texture": "#1"}, + "down": {"uv": [6, 9.625, 5.875, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 10.1, 4.3], + "to": [12.1, 10.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 8.6, 10]}, + "faces": { + "north": {"uv": [9.625, 5.875, 9.75, 6], "texture": "#1"}, + "east": {"uv": [6, 9.625, 6.125, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 6, 9.75, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 9.625, 6.25, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 6.25, 9.625, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 9.625, 6.25, 9.75], "texture": "#1"} + } + }, + { + "from": [5.3, 10.1, 4.3], + "to": [5.4, 10.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 8.6, 10]}, + "faces": { + "north": {"uv": [9.625, 6.25, 9.75, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 9.625, 6.5, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 6.375, 9.75, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 9.625, 6.625, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 6.625, 9.625, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 9.625, 6.625, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 7.3], + "to": [12.1, 7.2, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 12.8, 5.8]}, + "faces": { + "north": {"uv": [9.625, 6.625, 9.75, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 9.625, 6.875, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 6.75, 9.75, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 9.625, 7, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 7, 9.625, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 9.625, 7, 9.75], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 7.3], + "to": [5.4, 7.2, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 12.8, 5.8]}, + "faces": { + "north": {"uv": [9.625, 7, 9.75, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 9.625, 7.25, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 7.125, 9.75, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 9.625, 7.375, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 7.375, 9.625, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 9.625, 7.375, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 10.1, 10.1], + "to": [12.1, 10.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 8.6, 4.5]}, + "faces": { + "north": {"uv": [9.625, 7.375, 9.75, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 9.625, 7.625, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 7.5, 9.75, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 9.625, 7.75, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 7.75, 9.625, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 9.625, 7.75, 9.75], "texture": "#1"} + } + }, + { + "from": [5.3, 10.1, 10.1], + "to": [5.4, 10.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 8.6, 4.5]}, + "faces": { + "north": {"uv": [9.625, 7.75, 9.75, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 9.625, 8, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 7.875, 9.75, 8], "texture": "#1"}, + "west": {"uv": [8, 9.625, 8.125, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 8.125, 9.625, 8], "texture": "#1"}, + "down": {"uv": [8.25, 9.625, 8.125, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 7], + "to": [12.2, 13, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.3, 5.5]}, + "faces": { + "north": {"uv": [9.625, 8.125, 9.75, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 9.625, 8.375, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 8.25, 9.75, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 9.625, 8.5, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 8.5, 9.625, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 9.625, 8.5, 9.75], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 7], + "to": [5.4, 13, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.3, 5.5]}, + "faces": { + "north": {"uv": [9.625, 8.5, 9.75, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 9.625, 8.75, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 8.625, 9.75, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 9.625, 8.875, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 8.875, 9.625, 8.75], "texture": "#1"}, + "down": {"uv": [9, 9.625, 8.875, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 9.8, 4.3], + "to": [12.2, 10, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 8.3, 10]}, + "faces": { + "north": {"uv": [9.625, 8.875, 9.75, 9], "texture": "#1"}, + "east": {"uv": [9, 9.625, 9.125, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 9, 9.75, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 9.625, 9.25, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 9.25, 9.625, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 9.625, 9.25, 9.75], "texture": "#1"} + } + }, + { + "from": [5.2, 9.8, 4.3], + "to": [5.4, 10, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 8.3, 10]}, + "faces": { + "north": {"uv": [9.625, 9.25, 9.75, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 9.625, 9.5, 9.75], "texture": "#1"}, + "south": {"uv": [9.625, 9.375, 9.75, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 9.625, 9.625, 9.75], "texture": "#1"}, + "up": {"uv": [9.75, 9.625, 9.625, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 9.625, 9.625, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 7], + "to": [12.2, 7.2, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 12.8, 5.5]}, + "faces": { + "north": {"uv": [0, 9.75, 0.125, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 0, 9.875, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 9.75, 0.25, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 0.125, 9.875, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 9.875, 0.25, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 0.25, 9.75, 0.375], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 7], + "to": [5.4, 7.2, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 12.8, 5.5]}, + "faces": { + "north": {"uv": [0.375, 9.75, 0.5, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 0.375, 9.875, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 9.75, 0.625, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 0.5, 9.875, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 9.875, 0.625, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 0.625, 9.75, 0.75], "texture": "#1"} + } + }, + { + "from": [12, 9.8, 10.1], + "to": [12.2, 10, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 8.3, 4.5]}, + "faces": { + "north": {"uv": [0.75, 9.75, 0.875, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 0.75, 9.875, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 9.75, 1, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 0.875, 9.875, 1], "texture": "#1"}, + "up": {"uv": [1.125, 9.875, 1, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 1, 9.75, 1.125], "texture": "#1"} + } + }, + { + "from": [5.2, 9.8, 10.1], + "to": [5.4, 10, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 8.3, 4.5]}, + "faces": { + "north": {"uv": [1.125, 9.75, 1.25, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 1.125, 9.875, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 9.75, 1.375, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 1.25, 9.875, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 9.875, 1.375, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 1.375, 9.75, 1.5], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 7.3], + "to": [12.3, 13, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 5.8]}, + "faces": { + "north": {"uv": [1.5, 9.75, 1.625, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 1.5, 9.875, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 9.75, 1.75, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 1.625, 9.875, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 9.875, 1.75, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 1.75, 9.75, 1.875], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 7.3], + "to": [5.2, 13, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 5.8]}, + "faces": { + "north": {"uv": [1.875, 9.75, 2, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 1.875, 9.875, 2], "texture": "#1"}, + "south": {"uv": [2, 9.75, 2.125, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 2, 9.875, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 9.875, 2.125, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 2.125, 9.75, 2.25], "texture": "#1"} + } + }, + { + "from": [12.2, 10.1, 4.3], + "to": [12.3, 10.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 8.6, 10]}, + "faces": { + "north": {"uv": [2.25, 9.75, 2.375, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 2.25, 9.875, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 9.75, 2.5, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 2.375, 9.875, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 9.875, 2.5, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 2.5, 9.75, 2.625], "texture": "#1"} + } + }, + { + "from": [5.1, 10.1, 4.3], + "to": [5.2, 10.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 8.6, 10]}, + "faces": { + "north": {"uv": [2.625, 9.75, 2.75, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 2.625, 9.875, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 9.75, 2.875, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 2.75, 9.875, 2.875], "texture": "#1"}, + "up": {"uv": [3, 9.875, 2.875, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 2.875, 9.75, 3], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 7.3], + "to": [12.3, 7.2, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 5.8]}, + "faces": { + "north": {"uv": [3, 9.75, 3.125, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 3, 9.875, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 9.75, 3.25, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 3.125, 9.875, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 9.875, 3.25, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 3.25, 9.75, 3.375], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 7.3], + "to": [5.2, 7.2, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 5.8]}, + "faces": { + "north": {"uv": [3.375, 9.75, 3.5, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 3.375, 9.875, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 9.75, 3.625, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 3.5, 9.875, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 9.875, 3.625, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 3.625, 9.75, 3.75], "texture": "#1"} + } + }, + { + "from": [12.2, 10.1, 10.1], + "to": [12.3, 10.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 8.6, 4.5]}, + "faces": { + "north": {"uv": [3.75, 9.75, 3.875, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 3.75, 9.875, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 9.75, 4, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 3.875, 9.875, 4], "texture": "#1"}, + "up": {"uv": [4.125, 9.875, 4, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 4, 9.75, 4.125], "texture": "#1"} + } + }, + { + "from": [5.1, 10.1, 10.1], + "to": [5.2, 10.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 8.6, 4.5]}, + "faces": { + "north": {"uv": [4.125, 9.75, 4.25, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 4.125, 9.875, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 9.75, 4.375, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 4.25, 9.875, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 9.875, 4.375, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 4.375, 9.75, 4.5], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 6.9], + "to": [12.3, 13, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 5.3]}, + "faces": { + "north": {"uv": [4.5, 9.75, 4.625, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 4.5, 9.875, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 9.75, 4.75, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 4.625, 9.875, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 9.875, 4.75, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 4.75, 9.75, 4.875], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 6.9], + "to": [5.2, 13, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 5.3]}, + "faces": { + "north": {"uv": [4.875, 9.75, 5, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 4.875, 9.875, 5], "texture": "#1"}, + "south": {"uv": [5, 9.75, 5.125, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 5, 9.875, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 9.875, 5.125, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 5.125, 9.75, 5.25], "texture": "#1"} + } + }, + { + "from": [12.2, 9.7, 4.3], + "to": [12.3, 9.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 8.1, 10]}, + "faces": { + "north": {"uv": [5.25, 9.75, 5.375, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 5.25, 9.875, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 9.75, 5.5, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 5.375, 9.875, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 9.875, 5.5, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 5.5, 9.75, 5.625], "texture": "#1"} + } + }, + { + "from": [5.1, 9.7, 4.3], + "to": [5.2, 9.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 8.1, 10]}, + "faces": { + "north": {"uv": [5.625, 9.75, 5.75, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 5.625, 9.875, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 9.75, 5.875, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 5.75, 9.875, 5.875], "texture": "#1"}, + "up": {"uv": [6, 9.875, 5.875, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 5.875, 9.75, 6], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 6.9], + "to": [12.3, 7.2, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 5.3]}, + "faces": { + "north": {"uv": [6, 9.75, 6.125, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 6, 9.875, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 9.75, 6.25, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 6.125, 9.875, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 9.875, 6.25, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 6.25, 9.75, 6.375], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 6.9], + "to": [5.2, 7.2, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 5.3]}, + "faces": { + "north": {"uv": [6.375, 9.75, 6.5, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 6.375, 9.875, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 9.75, 6.625, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 6.5, 9.875, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 9.875, 6.625, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 6.625, 9.75, 6.75], "texture": "#1"} + } + }, + { + "from": [12.2, 9.7, 10.1], + "to": [12.3, 9.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 8.1, 4.5]}, + "faces": { + "north": {"uv": [6.75, 9.75, 6.875, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 6.75, 9.875, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 9.75, 7, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 6.875, 9.875, 7], "texture": "#1"}, + "up": {"uv": [7.125, 9.875, 7, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 7, 9.75, 7.125], "texture": "#1"} + } + }, + { + "from": [5.1, 9.7, 10.1], + "to": [5.2, 9.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 8.1, 4.5]}, + "faces": { + "north": {"uv": [7.125, 9.75, 7.25, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 7.125, 9.875, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 9.75, 7.375, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 7.25, 9.875, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 9.875, 7.375, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 7.375, 9.75, 7.5], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 6.3], + "to": [12.1, 13, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.3, 4.7]}, + "faces": { + "north": {"uv": [7.5, 9.75, 7.625, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 7.5, 9.875, 7.625], "texture": "#1"}, + "south": {"uv": [7.625, 9.75, 7.75, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 7.625, 9.875, 7.75], "texture": "#1"}, + "up": {"uv": [7.875, 9.875, 7.75, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 7.75, 9.75, 7.875], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 6.3], + "to": [5.4, 13, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.3, 4.7]}, + "faces": { + "north": {"uv": [7.875, 9.75, 8, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 7.875, 9.875, 8], "texture": "#1"}, + "south": {"uv": [8, 9.75, 8.125, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 8, 9.875, 8.125], "texture": "#1"}, + "up": {"uv": [8.25, 9.875, 8.125, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 8.125, 9.75, 8.25], "texture": "#1"} + } + }, + { + "from": [12, 9.1, 4.3], + "to": [12.1, 9.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.5, 10]}, + "faces": { + "north": {"uv": [8.25, 9.75, 8.375, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 8.25, 9.875, 8.375], "texture": "#1"}, + "south": {"uv": [8.375, 9.75, 8.5, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 8.375, 9.875, 8.5], "texture": "#1"}, + "up": {"uv": [8.625, 9.875, 8.5, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 8.5, 9.75, 8.625], "texture": "#1"} + } + }, + { + "from": [5.3, 9.1, 4.3], + "to": [5.4, 9.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.5, 10]}, + "faces": { + "north": {"uv": [8.625, 9.75, 8.75, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 8.625, 9.875, 8.75], "texture": "#1"}, + "south": {"uv": [8.75, 9.75, 8.875, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 8.75, 9.875, 8.875], "texture": "#1"}, + "up": {"uv": [9, 9.875, 8.875, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 8.875, 9.75, 9], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 6.3], + "to": [12.1, 7.2, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9, 9.75, 9.125, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 9, 9.875, 9.125], "texture": "#1"}, + "south": {"uv": [9.125, 9.75, 9.25, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 9.125, 9.875, 9.25], "texture": "#1"}, + "up": {"uv": [9.375, 9.875, 9.25, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 9.25, 9.75, 9.375], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 6.3], + "to": [5.4, 7.2, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9.375, 9.75, 9.5, 9.875], "texture": "#1"}, + "east": {"uv": [9.75, 9.375, 9.875, 9.5], "texture": "#1"}, + "south": {"uv": [9.5, 9.75, 9.625, 9.875], "texture": "#1"}, + "west": {"uv": [9.75, 9.5, 9.875, 9.625], "texture": "#1"}, + "up": {"uv": [9.75, 9.875, 9.625, 9.75], "texture": "#1"}, + "down": {"uv": [9.875, 9.625, 9.75, 9.75], "texture": "#1"} + } + }, + { + "from": [12, 9.1, 10.1], + "to": [12.1, 9.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.75, 9.75, 9.875, 9.875], "texture": "#1"}, + "east": {"uv": [0, 9.875, 0.125, 10], "texture": "#1"}, + "south": {"uv": [9.875, 0, 10, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 9.875, 0.25, 10], "texture": "#1"}, + "up": {"uv": [10, 0.25, 9.875, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 9.875, 0.25, 10], "texture": "#1"} + } + }, + { + "from": [5.3, 9.1, 10.1], + "to": [5.4, 9.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.875, 0.25, 10, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 9.875, 0.5, 10], "texture": "#1"}, + "south": {"uv": [9.875, 0.375, 10, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 9.875, 0.625, 10], "texture": "#1"}, + "up": {"uv": [10, 0.625, 9.875, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 9.875, 0.625, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 6.4], + "to": [12.2, 13, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.875, 0.625, 10, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 9.875, 0.875, 10], "texture": "#1"}, + "south": {"uv": [9.875, 0.75, 10, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 9.875, 1, 10], "texture": "#1"}, + "up": {"uv": [10, 1, 9.875, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 9.875, 1, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 6.4], + "to": [5.3, 13, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.875, 1, 10, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 9.875, 1.25, 10], "texture": "#1"}, + "south": {"uv": [9.875, 1.125, 10, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 9.875, 1.375, 10], "texture": "#1"}, + "up": {"uv": [10, 1.375, 9.875, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 9.875, 1.375, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 9.2, 4.3], + "to": [12.2, 9.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [9.875, 1.375, 10, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 9.875, 1.625, 10], "texture": "#1"}, + "south": {"uv": [9.875, 1.5, 10, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 9.875, 1.75, 10], "texture": "#1"}, + "up": {"uv": [10, 1.75, 9.875, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 9.875, 1.75, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 9.2, 4.3], + "to": [5.3, 9.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [9.875, 1.75, 10, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 9.875, 2, 10], "texture": "#1"}, + "south": {"uv": [9.875, 1.875, 10, 2], "texture": "#1"}, + "west": {"uv": [2, 9.875, 2.125, 10], "texture": "#1"}, + "up": {"uv": [10, 2.125, 9.875, 2], "texture": "#1"}, + "down": {"uv": [2.25, 9.875, 2.125, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 6.4], + "to": [12.2, 7.2, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9.875, 2.125, 10, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 9.875, 2.375, 10], "texture": "#1"}, + "south": {"uv": [9.875, 2.25, 10, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 9.875, 2.5, 10], "texture": "#1"}, + "up": {"uv": [10, 2.5, 9.875, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 9.875, 2.5, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 6.4], + "to": [5.3, 7.2, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9.875, 2.5, 10, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 9.875, 2.75, 10], "texture": "#1"}, + "south": {"uv": [9.875, 2.625, 10, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 9.875, 2.875, 10], "texture": "#1"}, + "up": {"uv": [10, 2.875, 9.875, 2.75], "texture": "#1"}, + "down": {"uv": [3, 9.875, 2.875, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 9.2, 10.1], + "to": [12.2, 9.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.875, 2.875, 10, 3], "texture": "#1"}, + "east": {"uv": [3, 9.875, 3.125, 10], "texture": "#1"}, + "south": {"uv": [9.875, 3, 10, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 9.875, 3.25, 10], "texture": "#1"}, + "up": {"uv": [10, 3.25, 9.875, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 9.875, 3.25, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 9.2, 10.1], + "to": [5.3, 9.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.875, 3.25, 10, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 9.875, 3.5, 10], "texture": "#1"}, + "south": {"uv": [9.875, 3.375, 10, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 9.875, 3.625, 10], "texture": "#1"}, + "up": {"uv": [10, 3.625, 9.875, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 9.875, 3.625, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 6.2], + "to": [12.2, 13, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.875, 3.625, 10, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 9.875, 3.875, 10], "texture": "#1"}, + "south": {"uv": [9.875, 3.75, 10, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 9.875, 4, 10], "texture": "#1"}, + "up": {"uv": [10, 4, 9.875, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 9.875, 4, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 6.2], + "to": [5.3, 13, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.875, 4, 10, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 9.875, 4.25, 10], "texture": "#1"}, + "south": {"uv": [9.875, 4.125, 10, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 9.875, 4.375, 10], "texture": "#1"}, + "up": {"uv": [10, 4.375, 9.875, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 9.875, 4.375, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 9, 4.3], + "to": [12.2, 9.1, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [9.875, 4.375, 10, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 9.875, 4.625, 10], "texture": "#1"}, + "south": {"uv": [9.875, 4.5, 10, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 9.875, 4.75, 10], "texture": "#1"}, + "up": {"uv": [10, 4.75, 9.875, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 9.875, 4.75, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 9, 4.3], + "to": [5.3, 9.1, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [9.875, 4.75, 10, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 9.875, 5, 10], "texture": "#1"}, + "south": {"uv": [9.875, 4.875, 10, 5], "texture": "#1"}, + "west": {"uv": [5, 9.875, 5.125, 10], "texture": "#1"}, + "up": {"uv": [10, 5.125, 9.875, 5], "texture": "#1"}, + "down": {"uv": [5.25, 9.875, 5.125, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 6.2], + "to": [12.2, 7.2, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9.875, 5.125, 10, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 9.875, 5.375, 10], "texture": "#1"}, + "south": {"uv": [9.875, 5.25, 10, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 9.875, 5.5, 10], "texture": "#1"}, + "up": {"uv": [10, 5.5, 9.875, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 9.875, 5.5, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 6.2], + "to": [5.3, 7.2, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9.875, 5.5, 10, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 9.875, 5.75, 10], "texture": "#1"}, + "south": {"uv": [9.875, 5.625, 10, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 9.875, 5.875, 10], "texture": "#1"}, + "up": {"uv": [10, 5.875, 9.875, 5.75], "texture": "#1"}, + "down": {"uv": [6, 9.875, 5.875, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 9, 10.1], + "to": [12.2, 9.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.875, 5.875, 10, 6], "texture": "#1"}, + "east": {"uv": [6, 9.875, 6.125, 10], "texture": "#1"}, + "south": {"uv": [9.875, 6, 10, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 9.875, 6.25, 10], "texture": "#1"}, + "up": {"uv": [10, 6.25, 9.875, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 9.875, 6.25, 10], "texture": "#1"} + } + }, + { + "from": [5.2, 9, 10.1], + "to": [5.3, 9.1, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.875, 6.25, 10, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 9.875, 6.5, 10], "texture": "#1"}, + "south": {"uv": [9.875, 6.375, 10, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 9.875, 6.625, 10], "texture": "#1"}, + "up": {"uv": [10, 6.625, 9.875, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 9.875, 6.625, 10], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 6], + "to": [12.1, 13, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.875, 6.625, 10, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 9.875, 6.875, 10], "texture": "#1"}, + "south": {"uv": [9.875, 6.75, 10, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 9.875, 7, 10], "texture": "#1"}, + "up": {"uv": [10, 7, 9.875, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 9.875, 7, 10], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 6], + "to": [5.4, 13, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.875, 7, 10, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 9.875, 7.25, 10], "texture": "#1"}, + "south": {"uv": [9.875, 7.125, 10, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 9.875, 7.375, 10], "texture": "#1"}, + "up": {"uv": [10, 7.375, 9.875, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 9.875, 7.375, 10], "texture": "#1"} + } + }, + { + "from": [12, 8.8, 4.3], + "to": [12.1, 8.9, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [9.875, 7.375, 10, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 9.875, 7.625, 10], "texture": "#1"}, + "south": {"uv": [9.875, 7.5, 10, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 9.875, 7.75, 10], "texture": "#1"}, + "up": {"uv": [10, 7.75, 9.875, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 9.875, 7.75, 10], "texture": "#1"} + } + }, + { + "from": [5.3, 8.8, 4.3], + "to": [5.4, 8.9, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [9.875, 7.75, 10, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 9.875, 8, 10], "texture": "#1"}, + "south": {"uv": [9.875, 7.875, 10, 8], "texture": "#1"}, + "west": {"uv": [8, 9.875, 8.125, 10], "texture": "#1"}, + "up": {"uv": [10, 8.125, 9.875, 8], "texture": "#1"}, + "down": {"uv": [8.25, 9.875, 8.125, 10], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 6], + "to": [12.1, 7.2, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9.875, 8.125, 10, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 9.875, 8.375, 10], "texture": "#1"}, + "south": {"uv": [9.875, 8.25, 10, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 9.875, 8.5, 10], "texture": "#1"}, + "up": {"uv": [10, 8.5, 9.875, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 9.875, 8.5, 10], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 6], + "to": [5.4, 7.2, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [9.875, 8.5, 10, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 9.875, 8.75, 10], "texture": "#1"}, + "south": {"uv": [9.875, 8.625, 10, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 9.875, 8.875, 10], "texture": "#1"}, + "up": {"uv": [10, 8.875, 9.875, 8.75], "texture": "#1"}, + "down": {"uv": [9, 9.875, 8.875, 10], "texture": "#1"} + } + }, + { + "from": [12, 8.8, 10.1], + "to": [12.1, 8.9, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.875, 8.875, 10, 9], "texture": "#1"}, + "east": {"uv": [9, 9.875, 9.125, 10], "texture": "#1"}, + "south": {"uv": [9.875, 9, 10, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 9.875, 9.25, 10], "texture": "#1"}, + "up": {"uv": [10, 9.25, 9.875, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 9.875, 9.25, 10], "texture": "#1"} + } + }, + { + "from": [5.3, 8.8, 10.1], + "to": [5.4, 8.9, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [9.875, 9.25, 10, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 9.875, 9.5, 10], "texture": "#1"}, + "south": {"uv": [9.875, 9.375, 10, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 9.875, 9.625, 10], "texture": "#1"}, + "up": {"uv": [10, 9.625, 9.875, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 9.875, 9.625, 10], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 5.9], + "to": [12.2, 13, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.875, 9.625, 10, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 9.875, 9.875, 10], "texture": "#1"}, + "south": {"uv": [9.875, 9.75, 10, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 9.875, 10, 10], "texture": "#1"}, + "up": {"uv": [0.125, 10.125, 0, 10], "texture": "#1"}, + "down": {"uv": [10.125, 0, 10, 0.125], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 5.9], + "to": [5.3, 13, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [0.125, 10, 0.25, 10.125], "texture": "#1"}, + "east": {"uv": [10, 0.125, 10.125, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 10, 0.375, 10.125], "texture": "#1"}, + "west": {"uv": [10, 0.25, 10.125, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 10.125, 0.375, 10], "texture": "#1"}, + "down": {"uv": [10.125, 0.375, 10, 0.5], "texture": "#1"} + } + }, + { + "from": [12.1, 8.7, 4.3], + "to": [12.2, 8.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [0.5, 10, 0.625, 10.125], "texture": "#1"}, + "east": {"uv": [10, 0.5, 10.125, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 10, 0.75, 10.125], "texture": "#1"}, + "west": {"uv": [10, 0.625, 10.125, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 10.125, 0.75, 10], "texture": "#1"}, + "down": {"uv": [10.125, 0.75, 10, 0.875], "texture": "#1"} + } + }, + { + "from": [5.2, 8.7, 4.3], + "to": [5.3, 8.8, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [0.875, 10, 1, 10.125], "texture": "#1"}, + "east": {"uv": [10, 0.875, 10.125, 1], "texture": "#1"}, + "south": {"uv": [1, 10, 1.125, 10.125], "texture": "#1"}, + "west": {"uv": [10, 1, 10.125, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 10.125, 1.125, 10], "texture": "#1"}, + "down": {"uv": [10.125, 1.125, 10, 1.25], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 5.9], + "to": [12.2, 7.2, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [1.25, 10, 1.375, 10.125], "texture": "#1"}, + "east": {"uv": [10, 1.25, 10.125, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 10, 1.5, 10.125], "texture": "#1"}, + "west": {"uv": [10, 1.375, 10.125, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 10.125, 1.5, 10], "texture": "#1"}, + "down": {"uv": [10.125, 1.5, 10, 1.625], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 5.9], + "to": [5.3, 7.2, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [1.625, 10, 1.75, 10.125], "texture": "#1"}, + "east": {"uv": [10, 1.625, 10.125, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 10, 1.875, 10.125], "texture": "#1"}, + "west": {"uv": [10, 1.75, 10.125, 1.875], "texture": "#1"}, + "up": {"uv": [2, 10.125, 1.875, 10], "texture": "#1"}, + "down": {"uv": [10.125, 1.875, 10, 2], "texture": "#1"} + } + }, + { + "from": [12.1, 8.7, 10.1], + "to": [12.2, 8.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [2, 10, 2.125, 10.125], "texture": "#1"}, + "east": {"uv": [10, 2, 10.125, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 10, 2.25, 10.125], "texture": "#1"}, + "west": {"uv": [10, 2.125, 10.125, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 10.125, 2.25, 10], "texture": "#1"}, + "down": {"uv": [10.125, 2.25, 10, 2.375], "texture": "#1"} + } + }, + { + "from": [5.2, 8.7, 10.1], + "to": [5.3, 8.8, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [2.375, 10, 2.5, 10.125], "texture": "#1"}, + "east": {"uv": [10, 2.375, 10.125, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 10, 2.625, 10.125], "texture": "#1"}, + "west": {"uv": [10, 2.5, 10.125, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 10.125, 2.625, 10], "texture": "#1"}, + "down": {"uv": [10.125, 2.625, 10, 2.75], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 5.6], + "to": [12.2, 13, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [2.75, 10, 2.875, 10.125], "texture": "#1"}, + "east": {"uv": [10, 2.75, 10.125, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 10, 3, 10.125], "texture": "#1"}, + "west": {"uv": [10, 2.875, 10.125, 3], "texture": "#1"}, + "up": {"uv": [3.125, 10.125, 3, 10], "texture": "#1"}, + "down": {"uv": [10.125, 3, 10, 3.125], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 5.6], + "to": [5.3, 13, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [3.125, 10, 3.25, 10.125], "texture": "#1"}, + "east": {"uv": [10, 3.125, 10.125, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 10, 3.375, 10.125], "texture": "#1"}, + "west": {"uv": [10, 3.25, 10.125, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 10.125, 3.375, 10], "texture": "#1"}, + "down": {"uv": [10.125, 3.375, 10, 3.5], "texture": "#1"} + } + }, + { + "from": [12.1, 8.4, 4.3], + "to": [12.2, 8.5, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [3.5, 10, 3.625, 10.125], "texture": "#1"}, + "east": {"uv": [10, 3.5, 10.125, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 10, 3.75, 10.125], "texture": "#1"}, + "west": {"uv": [10, 3.625, 10.125, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 10.125, 3.75, 10], "texture": "#1"}, + "down": {"uv": [10.125, 3.75, 10, 3.875], "texture": "#1"} + } + }, + { + "from": [5.2, 8.4, 4.3], + "to": [5.3, 8.5, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [3.875, 10, 4, 10.125], "texture": "#1"}, + "east": {"uv": [10, 3.875, 10.125, 4], "texture": "#1"}, + "south": {"uv": [4, 10, 4.125, 10.125], "texture": "#1"}, + "west": {"uv": [10, 4, 10.125, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 10.125, 4.125, 10], "texture": "#1"}, + "down": {"uv": [10.125, 4.125, 10, 4.25], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 5.6], + "to": [12.2, 7.2, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [4.25, 10, 4.375, 10.125], "texture": "#1"}, + "east": {"uv": [10, 4.25, 10.125, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 10, 4.5, 10.125], "texture": "#1"}, + "west": {"uv": [10, 4.375, 10.125, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 10.125, 4.5, 10], "texture": "#1"}, + "down": {"uv": [10.125, 4.5, 10, 4.625], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 5.6], + "to": [5.3, 7.2, 5.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [4.625, 10, 4.75, 10.125], "texture": "#1"}, + "east": {"uv": [10, 4.625, 10.125, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 10, 4.875, 10.125], "texture": "#1"}, + "west": {"uv": [10, 4.75, 10.125, 4.875], "texture": "#1"}, + "up": {"uv": [5, 10.125, 4.875, 10], "texture": "#1"}, + "down": {"uv": [10.125, 4.875, 10, 5], "texture": "#1"} + } + }, + { + "from": [12.1, 8.4, 10.1], + "to": [12.2, 8.5, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [5, 10, 5.125, 10.125], "texture": "#1"}, + "east": {"uv": [10, 5, 10.125, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 10, 5.25, 10.125], "texture": "#1"}, + "west": {"uv": [10, 5.125, 10.125, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 10.125, 5.25, 10], "texture": "#1"}, + "down": {"uv": [10.125, 5.25, 10, 5.375], "texture": "#1"} + } + }, + { + "from": [5.2, 8.4, 10.1], + "to": [5.3, 8.5, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [5.375, 10, 5.5, 10.125], "texture": "#1"}, + "east": {"uv": [10, 5.375, 10.125, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 10, 5.625, 10.125], "texture": "#1"}, + "west": {"uv": [10, 5.5, 10.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 10.125, 5.625, 10], "texture": "#1"}, + "down": {"uv": [10.125, 5.625, 10, 5.75], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 5.4], + "to": [12.2, 13, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [5.75, 10, 5.875, 10.125], "texture": "#1"}, + "east": {"uv": [10, 5.75, 10.125, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 10, 6, 10.125], "texture": "#1"}, + "west": {"uv": [10, 5.875, 10.125, 6], "texture": "#1"}, + "up": {"uv": [6.125, 10.125, 6, 10], "texture": "#1"}, + "down": {"uv": [10.125, 6, 10, 6.125], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 5.4], + "to": [5.3, 13, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [6.125, 10, 6.25, 10.125], "texture": "#1"}, + "east": {"uv": [10, 6.125, 10.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 10, 6.375, 10.125], "texture": "#1"}, + "west": {"uv": [10, 6.25, 10.125, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 10.125, 6.375, 10], "texture": "#1"}, + "down": {"uv": [10.125, 6.375, 10, 6.5], "texture": "#1"} + } + }, + { + "from": [12.1, 8.2, 4.3], + "to": [12.2, 8.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [6.5, 10, 6.625, 10.125], "texture": "#1"}, + "east": {"uv": [10, 6.5, 10.125, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 10, 6.75, 10.125], "texture": "#1"}, + "west": {"uv": [10, 6.625, 10.125, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 10.125, 6.75, 10], "texture": "#1"}, + "down": {"uv": [10.125, 6.75, 10, 6.875], "texture": "#1"} + } + }, + { + "from": [5.2, 8.2, 4.3], + "to": [5.3, 8.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [6.875, 10, 7, 10.125], "texture": "#1"}, + "east": {"uv": [10, 6.875, 10.125, 7], "texture": "#1"}, + "south": {"uv": [7, 10, 7.125, 10.125], "texture": "#1"}, + "west": {"uv": [10, 7, 10.125, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 10.125, 7.125, 10], "texture": "#1"}, + "down": {"uv": [10.125, 7.125, 10, 7.25], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 5.4], + "to": [12.2, 7.2, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [7.25, 10, 7.375, 10.125], "texture": "#1"}, + "east": {"uv": [10, 7.25, 10.125, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 10, 7.5, 10.125], "texture": "#1"}, + "west": {"uv": [10, 7.375, 10.125, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 10.125, 7.5, 10], "texture": "#1"}, + "down": {"uv": [10.125, 7.5, 10, 7.625], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 5.4], + "to": [5.3, 7.2, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [7.625, 10, 7.75, 10.125], "texture": "#1"}, + "east": {"uv": [10, 7.625, 10.125, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 10, 7.875, 10.125], "texture": "#1"}, + "west": {"uv": [10, 7.75, 10.125, 7.875], "texture": "#1"}, + "up": {"uv": [8, 10.125, 7.875, 10], "texture": "#1"}, + "down": {"uv": [10.125, 7.875, 10, 8], "texture": "#1"} + } + }, + { + "from": [12.1, 8.2, 10.1], + "to": [12.2, 8.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [8, 10, 8.125, 10.125], "texture": "#1"}, + "east": {"uv": [10, 8, 10.125, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 10, 8.25, 10.125], "texture": "#1"}, + "west": {"uv": [10, 8.125, 10.125, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 10.125, 8.25, 10], "texture": "#1"}, + "down": {"uv": [10.125, 8.25, 10, 8.375], "texture": "#1"} + } + }, + { + "from": [5.2, 8.2, 10.1], + "to": [5.3, 8.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [8.375, 10, 8.5, 10.125], "texture": "#1"}, + "east": {"uv": [10, 8.375, 10.125, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 10, 8.625, 10.125], "texture": "#1"}, + "west": {"uv": [10, 8.5, 10.125, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 10.125, 8.625, 10], "texture": "#1"}, + "down": {"uv": [10.125, 8.625, 10, 8.75], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 5.5], + "to": [12.1, 13, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [8.75, 10, 8.875, 10.125], "texture": "#1"}, + "east": {"uv": [10, 8.75, 10.125, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 10, 9, 10.125], "texture": "#1"}, + "west": {"uv": [10, 8.875, 10.125, 9], "texture": "#1"}, + "up": {"uv": [9.125, 10.125, 9, 10], "texture": "#1"}, + "down": {"uv": [10.125, 9, 10, 9.125], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 5.5], + "to": [5.4, 13, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [9.125, 10, 9.25, 10.125], "texture": "#1"}, + "east": {"uv": [10, 9.125, 10.125, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 10, 9.375, 10.125], "texture": "#1"}, + "west": {"uv": [10, 9.25, 10.125, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 10.125, 9.375, 10], "texture": "#1"}, + "down": {"uv": [10.125, 9.375, 10, 9.5], "texture": "#1"} + } + }, + { + "from": [12, 8.3, 4.3], + "to": [12.1, 8.4, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [9.5, 10, 9.625, 10.125], "texture": "#1"}, + "east": {"uv": [10, 9.5, 10.125, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 10, 9.75, 10.125], "texture": "#1"}, + "west": {"uv": [10, 9.625, 10.125, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 10.125, 9.75, 10], "texture": "#1"}, + "down": {"uv": [10.125, 9.75, 10, 9.875], "texture": "#1"} + } + }, + { + "from": [5.3, 8.3, 4.3], + "to": [5.4, 8.4, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [9.875, 10, 10, 10.125], "texture": "#1"}, + "east": {"uv": [10, 9.875, 10.125, 10], "texture": "#1"}, + "south": {"uv": [10, 10, 10.125, 10.125], "texture": "#1"}, + "west": {"uv": [0, 10.125, 0.125, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 0.125, 10.125, 0], "texture": "#1"}, + "down": {"uv": [0.25, 10.125, 0.125, 10.25], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 5.5], + "to": [12.1, 7.2, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [10.125, 0.125, 10.25, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 10.125, 0.375, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 0.25, 10.25, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 10.125, 0.5, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 0.5, 10.125, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 10.125, 0.5, 10.25], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 5.5], + "to": [5.4, 7.2, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [10.125, 0.5, 10.25, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 10.125, 0.75, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 0.625, 10.25, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 10.125, 0.875, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 0.875, 10.125, 0.75], "texture": "#1"}, + "down": {"uv": [1, 10.125, 0.875, 10.25], "texture": "#1"} + } + }, + { + "from": [12, 8.3, 10.1], + "to": [12.1, 8.4, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [10.125, 0.875, 10.25, 1], "texture": "#1"}, + "east": {"uv": [1, 10.125, 1.125, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 1, 10.25, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 10.125, 1.25, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 1.25, 10.125, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 10.125, 1.25, 10.25], "texture": "#1"} + } + }, + { + "from": [5.3, 8.3, 10.1], + "to": [5.4, 8.4, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [10.125, 1.25, 10.25, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 10.125, 1.5, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 1.375, 10.25, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 10.125, 1.625, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 1.625, 10.125, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 10.125, 1.625, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 5.7], + "to": [12.3, 13, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [10.125, 1.625, 10.25, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 10.125, 1.875, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 1.75, 10.25, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 10.125, 2, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 2, 10.125, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 10.125, 2, 10.25], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 5.7], + "to": [5.2, 13, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [10.125, 2, 10.25, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 10.125, 2.25, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 2.125, 10.25, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 10.125, 2.375, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 2.375, 10.125, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 10.125, 2.375, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 8.5, 4.3], + "to": [12.3, 8.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [10.125, 2.375, 10.25, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 10.125, 2.625, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 2.5, 10.25, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 10.125, 2.75, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 2.75, 10.125, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 10.125, 2.75, 10.25], "texture": "#1"} + } + }, + { + "from": [5.1, 8.5, 4.3], + "to": [5.2, 8.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [10.125, 2.75, 10.25, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 10.125, 3, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 2.875, 10.25, 3], "texture": "#1"}, + "west": {"uv": [3, 10.125, 3.125, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 3.125, 10.125, 3], "texture": "#1"}, + "down": {"uv": [3.25, 10.125, 3.125, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 5.7], + "to": [12.3, 7.2, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [10.125, 3.125, 10.25, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 10.125, 3.375, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 3.25, 10.25, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 10.125, 3.5, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 3.5, 10.125, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 10.125, 3.5, 10.25], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 5.7], + "to": [5.2, 7.2, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [10.125, 3.5, 10.25, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 10.125, 3.75, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 3.625, 10.25, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 10.125, 3.875, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 3.875, 10.125, 3.75], "texture": "#1"}, + "down": {"uv": [4, 10.125, 3.875, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 8.5, 10.1], + "to": [12.3, 8.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [10.125, 3.875, 10.25, 4], "texture": "#1"}, + "east": {"uv": [4, 10.125, 4.125, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 4, 10.25, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 10.125, 4.25, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 4.25, 10.125, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 10.125, 4.25, 10.25], "texture": "#1"} + } + }, + { + "from": [5.1, 8.5, 10.1], + "to": [5.2, 8.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [10.125, 4.25, 10.25, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 10.125, 4.5, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 4.375, 10.25, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 10.125, 4.625, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 4.625, 10.125, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 10.125, 4.625, 10.25], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 5.7], + "to": [12.1, 13, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 4.7]}, + "faces": { + "north": {"uv": [10.125, 4.625, 10.25, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 10.125, 4.875, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 4.75, 10.25, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 10.125, 5, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 5, 10.125, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 10.125, 5, 10.25], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 5.7], + "to": [5.4, 13, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 4.7]}, + "faces": { + "north": {"uv": [10.125, 5, 10.25, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 10.125, 5.25, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 5.125, 10.25, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 10.125, 5.375, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 5.375, 10.125, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 10.125, 5.375, 10.25], "texture": "#1"} + } + }, + { + "from": [12, 8.5, 4.3], + "to": [12.1, 8.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 10]}, + "faces": { + "north": {"uv": [10.125, 5.375, 10.25, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 10.125, 5.625, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 5.5, 10.25, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 10.125, 5.75, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 5.75, 10.125, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 10.125, 5.75, 10.25], "texture": "#1"} + } + }, + { + "from": [5.3, 8.5, 4.3], + "to": [5.4, 8.7, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 10]}, + "faces": { + "north": {"uv": [10.125, 5.75, 10.25, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 10.125, 6, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 5.875, 10.25, 6], "texture": "#1"}, + "west": {"uv": [6, 10.125, 6.125, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 6.125, 10.125, 6], "texture": "#1"}, + "down": {"uv": [6.25, 10.125, 6.125, 10.25], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 5.7], + "to": [12.1, 7.2, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 4.7]}, + "faces": { + "north": {"uv": [10.125, 6.125, 10.25, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 10.125, 6.375, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 6.25, 10.25, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 10.125, 6.5, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 6.5, 10.125, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 10.125, 6.5, 10.25], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 5.7], + "to": [5.4, 7.2, 5.9], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 4.7]}, + "faces": { + "north": {"uv": [10.125, 6.5, 10.25, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 10.125, 6.75, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 6.625, 10.25, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 10.125, 6.875, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 6.875, 10.125, 6.75], "texture": "#1"}, + "down": {"uv": [7, 10.125, 6.875, 10.25], "texture": "#1"} + } + }, + { + "from": [12, 8.5, 10.1], + "to": [12.1, 8.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.5, 4.5]}, + "faces": { + "north": {"uv": [10.125, 6.875, 10.25, 7], "texture": "#1"}, + "east": {"uv": [7, 10.125, 7.125, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 7, 10.25, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 10.125, 7.25, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 7.25, 10.125, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 10.125, 7.25, 10.25], "texture": "#1"} + } + }, + { + "from": [5.3, 8.5, 10.1], + "to": [5.4, 8.7, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.5, 4.5]}, + "faces": { + "north": {"uv": [10.125, 7.25, 10.25, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 10.125, 7.5, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 7.375, 10.25, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 10.125, 7.625, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 7.625, 10.125, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 10.125, 7.625, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 6.5], + "to": [12.3, 13, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 4.8]}, + "faces": { + "north": {"uv": [10.125, 7.625, 10.25, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 10.125, 7.875, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 7.75, 10.25, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 10.125, 8, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 8, 10.125, 7.875], "texture": "#1"}, + "down": {"uv": [8.125, 10.125, 8, 10.25], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 6.5], + "to": [5.2, 13, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 4.8]}, + "faces": { + "north": {"uv": [10.125, 8, 10.25, 8.125], "texture": "#1"}, + "east": {"uv": [8.125, 10.125, 8.25, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 8.125, 10.25, 8.25], "texture": "#1"}, + "west": {"uv": [8.25, 10.125, 8.375, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 8.375, 10.125, 8.25], "texture": "#1"}, + "down": {"uv": [8.5, 10.125, 8.375, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 9.3, 4.3], + "to": [12.3, 9.4, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.6, 10]}, + "faces": { + "north": {"uv": [10.125, 8.375, 10.25, 8.5], "texture": "#1"}, + "east": {"uv": [8.5, 10.125, 8.625, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 8.5, 10.25, 8.625], "texture": "#1"}, + "west": {"uv": [8.625, 10.125, 8.75, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 8.75, 10.125, 8.625], "texture": "#1"}, + "down": {"uv": [8.875, 10.125, 8.75, 10.25], "texture": "#1"} + } + }, + { + "from": [5.1, 9.3, 4.3], + "to": [5.2, 9.4, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.6, 10]}, + "faces": { + "north": {"uv": [10.125, 8.75, 10.25, 8.875], "texture": "#1"}, + "east": {"uv": [8.875, 10.125, 9, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 8.875, 10.25, 9], "texture": "#1"}, + "west": {"uv": [9, 10.125, 9.125, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 9.125, 10.125, 9], "texture": "#1"}, + "down": {"uv": [9.25, 10.125, 9.125, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 6.5], + "to": [12.3, 7.2, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 4.8]}, + "faces": { + "north": {"uv": [10.125, 9.125, 10.25, 9.25], "texture": "#1"}, + "east": {"uv": [9.25, 10.125, 9.375, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 9.25, 10.25, 9.375], "texture": "#1"}, + "west": {"uv": [9.375, 10.125, 9.5, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 9.5, 10.125, 9.375], "texture": "#1"}, + "down": {"uv": [9.625, 10.125, 9.5, 10.25], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 6.5], + "to": [5.2, 7.2, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 4.8]}, + "faces": { + "north": {"uv": [10.125, 9.5, 10.25, 9.625], "texture": "#1"}, + "east": {"uv": [9.625, 10.125, 9.75, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 9.625, 10.25, 9.75], "texture": "#1"}, + "west": {"uv": [9.75, 10.125, 9.875, 10.25], "texture": "#1"}, + "up": {"uv": [10.25, 9.875, 10.125, 9.75], "texture": "#1"}, + "down": {"uv": [10, 10.125, 9.875, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 9.3, 10.1], + "to": [12.3, 9.4, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.6, 4.5]}, + "faces": { + "north": {"uv": [10.125, 9.875, 10.25, 10], "texture": "#1"}, + "east": {"uv": [10, 10.125, 10.125, 10.25], "texture": "#1"}, + "south": {"uv": [10.125, 10, 10.25, 10.125], "texture": "#1"}, + "west": {"uv": [10.125, 10.125, 10.25, 10.25], "texture": "#1"}, + "up": {"uv": [0.125, 10.375, 0, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 0, 10.25, 0.125], "texture": "#1"} + } + }, + { + "from": [5.1, 9.3, 10.1], + "to": [5.2, 9.4, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.6, 4.5]}, + "faces": { + "north": {"uv": [0.125, 10.25, 0.25, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 0.125, 10.375, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 10.25, 0.375, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 0.25, 10.375, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 10.375, 0.375, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 0.375, 10.25, 0.5], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 6.1], + "to": [12.3, 13, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 4.6]}, + "faces": { + "north": {"uv": [0.5, 10.25, 0.625, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 0.5, 10.375, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 10.25, 0.75, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 0.625, 10.375, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 10.375, 0.75, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 0.75, 10.25, 0.875], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 6.1], + "to": [5.2, 13, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 4.6]}, + "faces": { + "north": {"uv": [0.875, 10.25, 1, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 0.875, 10.375, 1], "texture": "#1"}, + "south": {"uv": [1, 10.25, 1.125, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 1, 10.375, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 10.375, 1.125, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 1.125, 10.25, 1.25], "texture": "#1"} + } + }, + { + "from": [12.2, 8.9, 4.3], + "to": [12.3, 9.2, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.4, 10]}, + "faces": { + "north": {"uv": [1.25, 10.25, 1.375, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 1.25, 10.375, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 10.25, 1.5, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 1.375, 10.375, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 10.375, 1.5, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 1.5, 10.25, 1.625], "texture": "#1"} + } + }, + { + "from": [5.1, 8.9, 4.3], + "to": [5.2, 9.2, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.4, 10]}, + "faces": { + "north": {"uv": [1.625, 10.25, 1.75, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 1.625, 10.375, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 10.25, 1.875, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 1.75, 10.375, 1.875], "texture": "#1"}, + "up": {"uv": [2, 10.375, 1.875, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 1.875, 10.25, 2], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 6.1], + "to": [12.3, 7.2, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 4.6]}, + "faces": { + "north": {"uv": [2, 10.25, 2.125, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 2, 10.375, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 10.25, 2.25, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 2.125, 10.375, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 10.375, 2.25, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 2.25, 10.25, 2.375], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 6.1], + "to": [5.2, 7.2, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 4.6]}, + "faces": { + "north": {"uv": [2.375, 10.25, 2.5, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 2.375, 10.375, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 10.25, 2.625, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 2.5, 10.375, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 10.375, 2.625, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 2.625, 10.25, 2.75], "texture": "#1"} + } + }, + { + "from": [12.2, 8.9, 10.1], + "to": [12.3, 9.2, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.4, 4.5]}, + "faces": { + "north": {"uv": [2.75, 10.25, 2.875, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 2.75, 10.375, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 10.25, 3, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 2.875, 10.375, 3], "texture": "#1"}, + "up": {"uv": [3.125, 10.375, 3, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 3, 10.25, 3.125], "texture": "#1"} + } + }, + { + "from": [5.1, 8.9, 10.1], + "to": [5.2, 9.2, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.4, 4.5]}, + "faces": { + "north": {"uv": [3.125, 10.25, 3.25, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 3.125, 10.375, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 10.25, 3.375, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 3.25, 10.375, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 10.375, 3.375, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 3.375, 10.25, 3.5], "texture": "#1"} + } + }, + { + "from": [12.1, 12.9, 7.4], + "to": [12.2, 13, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 7.3, 5.8]}, + "faces": { + "north": {"uv": [3.5, 10.25, 3.625, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 3.5, 10.375, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 10.25, 3.75, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 3.625, 10.375, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 10.375, 3.75, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 3.75, 10.25, 3.875], "texture": "#1"} + } + }, + { + "from": [5.2, 12.9, 7.4], + "to": [5.3, 13, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 7.3, 5.8]}, + "faces": { + "north": {"uv": [3.875, 10.25, 4, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 3.875, 10.375, 4], "texture": "#1"}, + "south": {"uv": [4, 10.25, 4.125, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 4, 10.375, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 10.375, 4.125, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 4.125, 10.25, 4.25], "texture": "#1"} + } + }, + { + "from": [12.1, 10.2, 4.3], + "to": [12.2, 10.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 8.6, 10]}, + "faces": { + "north": {"uv": [4.25, 10.25, 4.375, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 4.25, 10.375, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 10.25, 4.5, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 4.375, 10.375, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 10.375, 4.5, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 4.5, 10.25, 4.625], "texture": "#1"} + } + }, + { + "from": [5.2, 10.2, 4.3], + "to": [5.3, 10.3, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 8.6, 10]}, + "faces": { + "north": {"uv": [4.625, 10.25, 4.75, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 4.625, 10.375, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 10.25, 4.875, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 4.75, 10.375, 4.875], "texture": "#1"}, + "up": {"uv": [5, 10.375, 4.875, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 4.875, 10.25, 5], "texture": "#1"} + } + }, + { + "from": [12.1, 7.1, 7.4], + "to": [12.2, 7.2, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 12.8, 5.8]}, + "faces": { + "north": {"uv": [5, 10.25, 5.125, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 5, 10.375, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 10.25, 5.25, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 5.125, 10.375, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 10.375, 5.25, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 5.25, 10.25, 5.375], "texture": "#1"} + } + }, + { + "from": [5.2, 7.1, 7.4], + "to": [5.3, 7.2, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 12.8, 5.8]}, + "faces": { + "north": {"uv": [5.375, 10.25, 5.5, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 5.375, 10.375, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 10.25, 5.625, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 5.5, 10.375, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 10.375, 5.625, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 5.625, 10.25, 5.75], "texture": "#1"} + } + }, + { + "from": [12.1, 10.2, 10.1], + "to": [12.2, 10.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.9, 8.6, 4.5]}, + "faces": { + "north": {"uv": [5.75, 10.25, 5.875, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 5.75, 10.375, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 10.25, 6, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 5.875, 10.375, 6], "texture": "#1"}, + "up": {"uv": [6.125, 10.375, 6, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 6, 10.25, 6.125], "texture": "#1"} + } + }, + { + "from": [5.2, 10.2, 10.1], + "to": [5.3, 10.3, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 8.6, 4.5]}, + "faces": { + "north": {"uv": [6.125, 10.25, 6.25, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 6.125, 10.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 10.25, 6.375, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 6.25, 10.375, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 10.375, 6.375, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 6.375, 10.25, 6.5], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 7.6], + "to": [12.1, 13, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.3, 6]}, + "faces": { + "north": {"uv": [6.5, 10.25, 6.625, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 6.5, 10.375, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 10.25, 6.75, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 6.625, 10.375, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 10.375, 6.75, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 6.75, 10.25, 6.875], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 7.6], + "to": [5.4, 13, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.3, 6]}, + "faces": { + "north": {"uv": [6.875, 10.25, 7, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 6.875, 10.375, 7], "texture": "#1"}, + "south": {"uv": [7, 10.25, 7.125, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 7, 10.375, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 10.375, 7.125, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 7.125, 10.25, 7.25], "texture": "#1"} + } + }, + { + "from": [12, 10.4, 4.3], + "to": [12.1, 11, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 8.8, 10]}, + "faces": { + "north": {"uv": [7.25, 10.25, 7.375, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 7.25, 10.375, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 10.25, 7.5, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 7.375, 10.375, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 10.375, 7.5, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 7.5, 10.25, 7.625], "texture": "#1"} + } + }, + { + "from": [5.3, 10.4, 4.3], + "to": [5.4, 11, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 8.8, 10]}, + "faces": { + "north": {"uv": [7.625, 10.25, 7.75, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 7.625, 10.375, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 10.25, 7.875, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 7.75, 10.375, 7.875], "texture": "#1"}, + "up": {"uv": [8, 10.375, 7.875, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 7.875, 10.25, 8], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 7.6], + "to": [12.1, 7.2, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 12.8, 6]}, + "faces": { + "north": {"uv": [8, 10.25, 8.125, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 8, 10.375, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 10.25, 8.25, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 8.125, 10.375, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 10.375, 8.25, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 8.25, 10.25, 8.375], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 7.6], + "to": [5.4, 7.2, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 12.8, 6]}, + "faces": { + "north": {"uv": [8.375, 10.25, 8.5, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 8.375, 10.375, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 10.25, 8.625, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 8.5, 10.375, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 10.375, 8.625, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 8.625, 10.25, 8.75], "texture": "#1"} + } + }, + { + "from": [12, 10.4, 10.1], + "to": [12.1, 11, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 8.8, 4.5]}, + "faces": { + "north": {"uv": [8.75, 10.25, 8.875, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 8.75, 10.375, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 10.25, 9, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 8.875, 10.375, 9], "texture": "#1"}, + "up": {"uv": [9.125, 10.375, 9, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 9, 10.25, 9.125], "texture": "#1"} + } + }, + { + "from": [5.3, 10.4, 10.1], + "to": [5.4, 11, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 8.8, 4.5]}, + "faces": { + "north": {"uv": [9.125, 10.25, 9.25, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 9.125, 10.375, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 10.25, 9.375, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 9.25, 10.375, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 10.375, 9.375, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 9.375, 10.25, 9.5], "texture": "#1"} + } + }, + { + "from": [12.2, 12.9, 8.1], + "to": [12.3, 13, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7.3, 6.6]}, + "faces": { + "north": {"uv": [9.5, 10.25, 9.625, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 9.5, 10.375, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 10.25, 9.75, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 9.625, 10.375, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 10.375, 9.75, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 9.75, 10.25, 9.875], "texture": "#1"} + } + }, + { + "from": [5.1, 12.9, 8.1], + "to": [5.2, 13, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 7.3, 6.6]}, + "faces": { + "north": {"uv": [9.875, 10.25, 10, 10.375], "texture": "#1"}, + "east": {"uv": [10.25, 9.875, 10.375, 10], "texture": "#1"}, + "south": {"uv": [10, 10.25, 10.125, 10.375], "texture": "#1"}, + "west": {"uv": [10.25, 10, 10.375, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 10.375, 10.125, 10.25], "texture": "#1"}, + "down": {"uv": [10.375, 10.125, 10.25, 10.25], "texture": "#1"} + } + }, + { + "from": [12.2, 10.9, 4.3], + "to": [12.3, 11.2, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.4, 10]}, + "faces": { + "north": {"uv": [10.25, 10.25, 10.375, 10.375], "texture": "#1"}, + "east": {"uv": [0, 10.375, 0.125, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 0, 10.5, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 10.375, 0.25, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 0.25, 10.375, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 10.375, 0.25, 10.5], "texture": "#1"} + } + }, + { + "from": [5.1, 10.9, 4.3], + "to": [5.2, 11.2, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.4, 10]}, + "faces": { + "north": {"uv": [10.375, 0.25, 10.5, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 10.375, 0.5, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 0.375, 10.5, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 10.375, 0.625, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 0.625, 10.375, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 10.375, 0.625, 10.5], "texture": "#1"} + } + }, + { + "from": [12.2, 7.1, 8.1], + "to": [12.3, 7.2, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 12.8, 6.6]}, + "faces": { + "north": {"uv": [10.375, 0.625, 10.5, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 10.375, 0.875, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 0.75, 10.5, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 10.375, 1, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 1, 10.375, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 10.375, 1, 10.5], "texture": "#1"} + } + }, + { + "from": [5.1, 7.1, 8.1], + "to": [5.2, 7.2, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 12.8, 6.6]}, + "faces": { + "north": {"uv": [10.375, 1, 10.5, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 10.375, 1.25, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 1.125, 10.5, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 10.375, 1.375, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 1.375, 10.375, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 10.375, 1.375, 10.5], "texture": "#1"} + } + }, + { + "from": [12.2, 10.9, 10.1], + "to": [12.3, 11.2, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 9.4, 4.5]}, + "faces": { + "north": {"uv": [10.375, 1.375, 10.5, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 10.375, 1.625, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 1.5, 10.5, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 10.375, 1.75, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 1.75, 10.375, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 10.375, 1.75, 10.5], "texture": "#1"} + } + }, + { + "from": [5.1, 10.9, 10.1], + "to": [5.2, 11.2, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.4, 9.4, 4.5]}, + "faces": { + "north": {"uv": [10.375, 1.75, 10.5, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 10.375, 2, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 1.875, 10.5, 2], "texture": "#1"}, + "west": {"uv": [2, 10.375, 2.125, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 2.125, 10.375, 2], "texture": "#1"}, + "down": {"uv": [2.25, 10.375, 2.125, 10.5], "texture": "#1"} + } + }, + { + "from": [12, 12.9, 8.4], + "to": [12.1, 13, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 7.3, 6.8]}, + "faces": { + "north": {"uv": [10.375, 2.125, 10.5, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 10.375, 2.375, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 2.25, 10.5, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 10.375, 2.5, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 2.5, 10.375, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 10.375, 2.5, 10.5], "texture": "#1"} + } + }, + { + "from": [5.3, 12.9, 8.4], + "to": [5.4, 13, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 7.3, 6.8]}, + "faces": { + "north": {"uv": [10.375, 2.5, 10.5, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 10.375, 2.75, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 2.625, 10.5, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 10.375, 2.875, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 2.875, 10.375, 2.75], "texture": "#1"}, + "down": {"uv": [3, 10.375, 2.875, 10.5], "texture": "#1"} + } + }, + { + "from": [12, 11.2, 4.3], + "to": [12.1, 11.6, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 9.6, 10]}, + "faces": { + "north": {"uv": [10.375, 2.875, 10.5, 3], "texture": "#1"}, + "east": {"uv": [3, 10.375, 3.125, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 3, 10.5, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 10.375, 3.25, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 3.25, 10.375, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 10.375, 3.25, 10.5], "texture": "#1"} + } + }, + { + "from": [5.3, 11.2, 4.3], + "to": [5.4, 11.6, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 9.6, 10]}, + "faces": { + "north": {"uv": [10.375, 3.25, 10.5, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 10.375, 3.5, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 3.375, 10.5, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 10.375, 3.625, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 3.625, 10.375, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 10.375, 3.625, 10.5], "texture": "#1"} + } + }, + { + "from": [12, 7.1, 8.4], + "to": [12.1, 7.2, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 12.8, 6.8]}, + "faces": { + "north": {"uv": [10.375, 3.625, 10.5, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 10.375, 3.875, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 3.75, 10.5, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 10.375, 4, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 4, 10.375, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 10.375, 4, 10.5], "texture": "#1"} + } + }, + { + "from": [5.3, 7.1, 8.4], + "to": [5.4, 7.2, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 12.8, 6.8]}, + "faces": { + "north": {"uv": [10.375, 4, 10.5, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 10.375, 4.25, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 4.125, 10.5, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 10.375, 4.375, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 4.375, 10.375, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 10.375, 4.375, 10.5], "texture": "#1"} + } + }, + { + "from": [12, 11.2, 10.1], + "to": [12.1, 11.6, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.8, 9.6, 4.5]}, + "faces": { + "north": {"uv": [10.375, 4.375, 10.5, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 10.375, 4.625, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 4.5, 10.5, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 10.375, 4.75, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 4.75, 10.375, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 10.375, 4.75, 10.5], "texture": "#1"} + } + }, + { + "from": [5.3, 11.2, 10.1], + "to": [5.4, 11.6, 10.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.6, 9.6, 4.5]}, + "faces": { + "north": {"uv": [10.375, 4.75, 10.5, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 10.375, 5, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 4.875, 10.5, 5], "texture": "#1"}, + "west": {"uv": [5, 10.375, 5.125, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 5.125, 10.375, 5], "texture": "#1"}, + "down": {"uv": [5.25, 10.375, 5.125, 10.5], "texture": "#1"} + } + }, + { + "from": [11.3, 12.925, 7.85], + "to": [11.425, 13, 7.925], + "rotation": {"angle": 45, "axis": "y", "origin": [12.95, 7.125, 7.5]}, + "faces": { + "north": {"uv": [10.375, 5.125, 10.5, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 10.375, 5.375, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 5.25, 10.5, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 10.375, 5.5, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 5.5, 10.375, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 10.375, 5.5, 10.5], "texture": "#1"} + } + }, + { + "from": [5.975, 12.925, 7.85], + "to": [6.1, 13, 7.925], + "rotation": {"angle": -45, "axis": "y", "origin": [4.45, 7.125, 7.5]}, + "faces": { + "north": {"uv": [10.375, 5.5, 10.5, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 10.375, 5.75, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 5.625, 10.5, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 10.375, 5.875, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 5.875, 10.375, 5.75], "texture": "#1"}, + "down": {"uv": [6, 10.375, 5.875, 10.5], "texture": "#1"} + } + }, + { + "from": [11.3, 10.65, 4.3], + "to": [11.425, 10.725, 4.375], + "rotation": {"angle": -45, "axis": "z", "origin": [12.95, 10.3, 10.175]}, + "faces": { + "north": {"uv": [10.375, 5.875, 10.5, 6], "texture": "#1"}, + "east": {"uv": [6, 10.375, 6.125, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 6, 10.5, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 10.375, 6.25, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 6.25, 10.375, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 10.375, 6.25, 10.5], "texture": "#1"} + } + }, + { + "from": [5.975, 10.65, 4.3], + "to": [6.1, 10.725, 4.375], + "rotation": {"angle": 45, "axis": "z", "origin": [4.45, 10.3, 10.175]}, + "faces": { + "north": {"uv": [10.375, 6.25, 10.5, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 10.375, 6.5, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 6.375, 10.5, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 10.375, 6.625, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 6.625, 10.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 10.375, 6.625, 10.5], "texture": "#1"} + } + }, + { + "from": [11.3, 7.1, 7.85], + "to": [11.425, 7.175, 7.925], + "rotation": {"angle": 45, "axis": "y", "origin": [12.95, 12.975, 7.5]}, + "faces": { + "north": {"uv": [10.375, 6.625, 10.5, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 10.375, 6.875, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 6.75, 10.5, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 10.375, 7, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 7, 10.375, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 10.375, 7, 10.5], "texture": "#1"} + } + }, + { + "from": [5.975, 7.1, 7.85], + "to": [6.1, 7.175, 7.925], + "rotation": {"angle": -45, "axis": "y", "origin": [4.45, 12.975, 7.5]}, + "faces": { + "north": {"uv": [10.375, 7, 10.5, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 10.375, 7.25, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 7.125, 10.5, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 10.375, 7.375, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 7.375, 10.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 10.375, 7.375, 10.5], "texture": "#1"} + } + }, + { + "from": [11.3, 10.65, 10.125], + "to": [11.425, 10.725, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.95, 10.3, 4.325]}, + "faces": { + "north": {"uv": [10.375, 7.375, 10.5, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 10.375, 7.625, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 7.5, 10.5, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 10.375, 7.75, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 7.75, 10.375, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 10.375, 7.75, 10.5], "texture": "#1"} + } + }, + { + "from": [5.975, 10.65, 10.125], + "to": [6.1, 10.725, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.45, 10.3, 4.325]}, + "faces": { + "north": {"uv": [10.375, 7.75, 10.5, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 10.375, 8, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 7.875, 10.5, 8], "texture": "#1"}, + "west": {"uv": [8, 10.375, 8.125, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 8.125, 10.375, 8], "texture": "#1"}, + "down": {"uv": [8.25, 10.375, 8.125, 10.5], "texture": "#1"} + } + }, + { + "from": [11.4, 12.925, 7.775], + "to": [11.55, 13, 7.85], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 7.125, 7.425]}, + "faces": { + "north": {"uv": [10.375, 8.125, 10.5, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 10.375, 8.375, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 8.25, 10.5, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 10.375, 8.5, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 8.5, 10.375, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 10.375, 8.5, 10.5], "texture": "#1"} + } + }, + { + "from": [5.85, 12.925, 7.775], + "to": [6, 13, 7.85], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 7.125, 7.425]}, + "faces": { + "north": {"uv": [10.375, 8.5, 10.5, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 10.375, 8.75, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 8.625, 10.5, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 10.375, 8.875, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 8.875, 10.375, 8.75], "texture": "#1"}, + "down": {"uv": [9, 10.375, 8.875, 10.5], "texture": "#1"} + } + }, + { + "from": [11.4, 10.575, 4.3], + "to": [11.55, 10.65, 4.375], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 10.225, 10.175]}, + "faces": { + "north": {"uv": [10.375, 8.875, 10.5, 9], "texture": "#1"}, + "east": {"uv": [9, 10.375, 9.125, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 9, 10.5, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 10.375, 9.25, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 9.25, 10.375, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 10.375, 9.25, 10.5], "texture": "#1"} + } + }, + { + "from": [5.85, 10.575, 4.3], + "to": [6, 10.65, 4.375], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 10.225, 10.175]}, + "faces": { + "north": {"uv": [10.375, 9.25, 10.5, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 10.375, 9.5, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 9.375, 10.5, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 10.375, 9.625, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 9.625, 10.375, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 10.375, 9.625, 10.5], "texture": "#1"} + } + }, + { + "from": [11.4, 7.1, 7.775], + "to": [11.55, 7.175, 7.85], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 12.975, 7.425]}, + "faces": { + "north": {"uv": [10.375, 9.625, 10.5, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 10.375, 9.875, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 9.75, 10.5, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 10.375, 10, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 10, 10.375, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 10.375, 10, 10.5], "texture": "#1"} + } + }, + { + "from": [5.85, 7.1, 7.775], + "to": [6, 7.175, 7.85], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 12.975, 7.425]}, + "faces": { + "north": {"uv": [10.375, 10, 10.5, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 10.375, 10.25, 10.5], "texture": "#1"}, + "south": {"uv": [10.375, 10.125, 10.5, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 10.375, 10.375, 10.5], "texture": "#1"}, + "up": {"uv": [10.5, 10.375, 10.375, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 10.375, 10.375, 10.5], "texture": "#1"} + } + }, + { + "from": [11.4, 10.575, 10.125], + "to": [11.55, 10.65, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 10.225, 4.325]}, + "faces": { + "north": {"uv": [0, 10.5, 0.125, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 0, 10.625, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 10.5, 0.25, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 0.125, 10.625, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 10.625, 0.25, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 0.25, 10.5, 0.375], "texture": "#1"} + } + }, + { + "from": [5.85, 10.575, 10.125], + "to": [6, 10.65, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 10.225, 4.325]}, + "faces": { + "north": {"uv": [0.375, 10.5, 0.5, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 0.375, 10.625, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 10.5, 0.625, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 0.5, 10.625, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 10.625, 0.625, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 0.625, 10.5, 0.75], "texture": "#1"} + } + }, + { + "from": [12.05, 12.725, 8], + "to": [12.175, 12.825, 8.1], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 6.925, 7.675]}, + "faces": { + "north": {"uv": [0.75, 10.5, 0.875, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 0.75, 10.625, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 10.5, 1, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 0.875, 10.625, 1], "texture": "#1"}, + "up": {"uv": [1.125, 10.625, 1, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 1, 10.5, 1.125], "texture": "#1"} + } + }, + { + "from": [5.225, 12.725, 8], + "to": [5.35, 12.825, 8.1], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 6.925, 7.675]}, + "faces": { + "north": {"uv": [1.125, 10.5, 1.25, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 1.125, 10.625, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 10.5, 1.375, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 1.25, 10.625, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 10.625, 1.375, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 1.375, 10.5, 1.5], "texture": "#1"} + } + }, + { + "from": [12.05, 10.8, 4.475], + "to": [12.175, 10.9, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 10.475, 10.375]}, + "faces": { + "north": {"uv": [1.5, 10.5, 1.625, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 1.5, 10.625, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 10.5, 1.75, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 1.625, 10.625, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 10.625, 1.75, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 1.75, 10.5, 1.875], "texture": "#1"} + } + }, + { + "from": [5.225, 10.8, 4.475], + "to": [5.35, 10.9, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 10.475, 10.375]}, + "faces": { + "north": {"uv": [1.875, 10.5, 2, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 1.875, 10.625, 2], "texture": "#1"}, + "south": {"uv": [2, 10.5, 2.125, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 2, 10.625, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 10.625, 2.125, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 2.125, 10.5, 2.25], "texture": "#1"} + } + }, + { + "from": [12.05, 7.275, 8], + "to": [12.175, 7.375, 8.1], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 13.175, 7.675]}, + "faces": { + "north": {"uv": [2.25, 10.5, 2.375, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 2.25, 10.625, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 10.5, 2.5, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 2.375, 10.625, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 10.625, 2.5, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 2.5, 10.5, 2.625], "texture": "#1"} + } + }, + { + "from": [5.225, 7.275, 8], + "to": [5.35, 7.375, 8.1], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 13.175, 7.675]}, + "faces": { + "north": {"uv": [2.625, 10.5, 2.75, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 2.625, 10.625, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 10.5, 2.875, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 2.75, 10.625, 2.875], "texture": "#1"}, + "up": {"uv": [3, 10.625, 2.875, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 2.875, 10.5, 3], "texture": "#1"} + } + }, + { + "from": [12.05, 10.8, 9.925], + "to": [12.175, 10.9, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 10.475, 4.125]}, + "faces": { + "north": {"uv": [3, 10.5, 3.125, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 3, 10.625, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 10.5, 3.25, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 3.125, 10.625, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 10.625, 3.25, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 3.25, 10.5, 3.375], "texture": "#1"} + } + }, + { + "from": [5.225, 10.8, 9.925], + "to": [5.35, 10.9, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 10.475, 4.125]}, + "faces": { + "north": {"uv": [3.375, 10.5, 3.5, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 3.375, 10.625, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 10.5, 3.625, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 3.5, 10.625, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 10.625, 3.625, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 3.625, 10.5, 3.75], "texture": "#1"} + } + }, + { + "from": [12.05, 12.725, 7.85], + "to": [12.075, 12.825, 7.95], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 6.95, 7.525]}, + "faces": { + "north": {"uv": [3.75, 10.5, 3.875, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 3.75, 10.625, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 10.5, 4, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 3.875, 10.625, 4], "texture": "#1"}, + "up": {"uv": [4.125, 10.625, 4, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 4, 10.5, 4.125], "texture": "#1"} + } + }, + { + "from": [5.325, 12.725, 7.85], + "to": [5.35, 12.825, 7.95], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 6.95, 7.525]}, + "faces": { + "north": {"uv": [4.125, 10.5, 4.25, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 4.125, 10.625, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 10.5, 4.375, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 4.25, 10.625, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 10.625, 4.375, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 4.375, 10.5, 4.5], "texture": "#1"} + } + }, + { + "from": [12.05, 10.65, 4.475], + "to": [12.075, 10.75, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 10.325, 10.35]}, + "faces": { + "north": {"uv": [4.5, 10.5, 4.625, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 4.5, 10.625, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 10.5, 4.75, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 4.625, 10.625, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 10.625, 4.75, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 4.75, 10.5, 4.875], "texture": "#1"} + } + }, + { + "from": [5.325, 10.65, 4.475], + "to": [5.35, 10.75, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 10.325, 10.35]}, + "faces": { + "north": {"uv": [4.875, 10.5, 5, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 4.875, 10.625, 5], "texture": "#1"}, + "south": {"uv": [5, 10.5, 5.125, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 5, 10.625, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 10.625, 5.125, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 5.125, 10.5, 5.25], "texture": "#1"} + } + }, + { + "from": [12.05, 7.275, 7.85], + "to": [12.075, 7.375, 7.95], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 13.15, 7.525]}, + "faces": { + "north": {"uv": [5.25, 10.5, 5.375, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 5.25, 10.625, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 10.5, 5.5, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 5.375, 10.625, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 10.625, 5.5, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 5.5, 10.5, 5.625], "texture": "#1"} + } + }, + { + "from": [5.325, 7.275, 7.85], + "to": [5.35, 7.375, 7.95], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 13.15, 7.525]}, + "faces": { + "north": {"uv": [5.625, 10.5, 5.75, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 5.625, 10.625, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 10.5, 5.875, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 5.75, 10.625, 5.875], "texture": "#1"}, + "up": {"uv": [6, 10.625, 5.875, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 5.875, 10.5, 6], "texture": "#1"} + } + }, + { + "from": [12.05, 10.65, 9.925], + "to": [12.075, 10.75, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 10.325, 4.15]}, + "faces": { + "north": {"uv": [6, 10.5, 6.125, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 6, 10.625, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 10.5, 6.25, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 6.125, 10.625, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 10.625, 6.25, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 6.25, 10.5, 6.375], "texture": "#1"} + } + }, + { + "from": [5.325, 10.65, 9.925], + "to": [5.35, 10.75, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 10.325, 4.15]}, + "faces": { + "north": {"uv": [6.375, 10.5, 6.5, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 6.375, 10.625, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 10.5, 6.625, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 6.5, 10.625, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 10.625, 6.625, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 6.625, 10.5, 6.75], "texture": "#1"} + } + }, + { + "from": [12.075, 12.725, 7.825], + "to": [12.15, 12.825, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [13.6, 6.9, 7.5]}, + "faces": { + "north": {"uv": [6.75, 10.5, 6.875, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 6.75, 10.625, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 10.5, 7, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 6.875, 10.625, 7], "texture": "#1"}, + "up": {"uv": [7.125, 10.625, 7, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 7, 10.5, 7.125], "texture": "#1"} + } + }, + { + "from": [5.25, 12.725, 7.825], + "to": [5.325, 12.825, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [3.8, 6.9, 7.5]}, + "faces": { + "north": {"uv": [7.125, 10.5, 7.25, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 7.125, 10.625, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 10.5, 7.375, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 7.25, 10.625, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 10.625, 7.375, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 7.375, 10.5, 7.5], "texture": "#1"} + } + }, + { + "from": [12.075, 10.625, 4.475], + "to": [12.15, 10.675, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.6, 10.3, 10.4]}, + "faces": { + "north": {"uv": [7.5, 10.5, 7.625, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 7.5, 10.625, 7.625], "texture": "#1"}, + "south": {"uv": [7.625, 10.5, 7.75, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 7.625, 10.625, 7.75], "texture": "#1"}, + "up": {"uv": [7.875, 10.625, 7.75, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 7.75, 10.5, 7.875], "texture": "#1"} + } + }, + { + "from": [5.25, 10.625, 4.475], + "to": [5.325, 10.675, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.8, 10.3, 10.4]}, + "faces": { + "north": {"uv": [7.875, 10.5, 8, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 7.875, 10.625, 8], "texture": "#1"}, + "south": {"uv": [8, 10.5, 8.125, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 8, 10.625, 8.125], "texture": "#1"}, + "up": {"uv": [8.25, 10.625, 8.125, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 8.125, 10.5, 8.25], "texture": "#1"} + } + }, + { + "from": [12.075, 7.275, 7.825], + "to": [12.15, 7.375, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [13.6, 13.2, 7.5]}, + "faces": { + "north": {"uv": [8.25, 10.5, 8.375, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 8.25, 10.625, 8.375], "texture": "#1"}, + "south": {"uv": [8.375, 10.5, 8.5, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 8.375, 10.625, 8.5], "texture": "#1"}, + "up": {"uv": [8.625, 10.625, 8.5, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 8.5, 10.5, 8.625], "texture": "#1"} + } + }, + { + "from": [5.25, 7.275, 7.825], + "to": [5.325, 7.375, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [3.8, 13.2, 7.5]}, + "faces": { + "north": {"uv": [8.625, 10.5, 8.75, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 8.625, 10.625, 8.75], "texture": "#1"}, + "south": {"uv": [8.75, 10.5, 8.875, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 8.75, 10.625, 8.875], "texture": "#1"}, + "up": {"uv": [9, 10.625, 8.875, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 8.875, 10.5, 9], "texture": "#1"} + } + }, + { + "from": [12.075, 10.625, 9.925], + "to": [12.15, 10.675, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.6, 10.3, 4.1]}, + "faces": { + "north": {"uv": [9, 10.5, 9.125, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 9, 10.625, 9.125], "texture": "#1"}, + "south": {"uv": [9.125, 10.5, 9.25, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 9.125, 10.625, 9.25], "texture": "#1"}, + "up": {"uv": [9.375, 10.625, 9.25, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 9.25, 10.5, 9.375], "texture": "#1"} + } + }, + { + "from": [5.25, 10.625, 9.925], + "to": [5.325, 10.675, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.8, 10.3, 4.1]}, + "faces": { + "north": {"uv": [9.375, 10.5, 9.5, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 9.375, 10.625, 9.5], "texture": "#1"}, + "south": {"uv": [9.5, 10.5, 9.625, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 9.5, 10.625, 9.625], "texture": "#1"}, + "up": {"uv": [9.75, 10.625, 9.625, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 9.625, 10.5, 9.75], "texture": "#1"} + } + }, + { + "from": [11.95, 12.725, 7.8], + "to": [12.025, 12.825, 7.925], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 6.9, 7.5]}, + "faces": { + "north": {"uv": [9.75, 10.5, 9.875, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 9.75, 10.625, 9.875], "texture": "#1"}, + "south": {"uv": [9.875, 10.5, 10, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 9.875, 10.625, 10], "texture": "#1"}, + "up": {"uv": [10.125, 10.625, 10, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 10, 10.5, 10.125], "texture": "#1"} + } + }, + { + "from": [5.375, 12.725, 7.8], + "to": [5.45, 12.825, 7.925], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 6.9, 7.5]}, + "faces": { + "north": {"uv": [10.125, 10.5, 10.25, 10.625], "texture": "#1"}, + "east": {"uv": [10.5, 10.125, 10.625, 10.25], "texture": "#1"}, + "south": {"uv": [10.25, 10.5, 10.375, 10.625], "texture": "#1"}, + "west": {"uv": [10.5, 10.25, 10.625, 10.375], "texture": "#1"}, + "up": {"uv": [10.5, 10.625, 10.375, 10.5], "texture": "#1"}, + "down": {"uv": [10.625, 10.375, 10.5, 10.5], "texture": "#1"} + } + }, + { + "from": [11.95, 10.6, 4.475], + "to": [12.025, 10.725, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 10.3, 10.4]}, + "faces": { + "north": {"uv": [10.5, 10.5, 10.625, 10.625], "texture": "#1"}, + "east": {"uv": [0, 10.625, 0.125, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 0, 10.75, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 10.625, 0.25, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 0.25, 10.625, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 10.625, 0.25, 10.75], "texture": "#1"} + } + }, + { + "from": [5.375, 10.6, 4.475], + "to": [5.45, 10.725, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 10.3, 10.4]}, + "faces": { + "north": {"uv": [10.625, 0.25, 10.75, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 10.625, 0.5, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 0.375, 10.75, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 10.625, 0.625, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 0.625, 10.625, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 10.625, 0.625, 10.75], "texture": "#1"} + } + }, + { + "from": [11.95, 7.275, 7.8], + "to": [12.025, 7.375, 7.925], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 13.2, 7.5]}, + "faces": { + "north": {"uv": [10.625, 0.625, 10.75, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 10.625, 0.875, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 0.75, 10.75, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 10.625, 1, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 1, 10.625, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 10.625, 1, 10.75], "texture": "#1"} + } + }, + { + "from": [5.375, 7.275, 7.8], + "to": [5.45, 7.375, 7.925], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 13.2, 7.5]}, + "faces": { + "north": {"uv": [10.625, 1, 10.75, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 10.625, 1.25, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 1.125, 10.75, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 10.625, 1.375, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 1.375, 10.625, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 10.625, 1.375, 10.75], "texture": "#1"} + } + }, + { + "from": [11.95, 10.6, 9.925], + "to": [12.025, 10.725, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 10.3, 4.1]}, + "faces": { + "north": {"uv": [10.625, 1.375, 10.75, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 10.625, 1.625, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 1.5, 10.75, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 10.625, 1.75, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 1.75, 10.625, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 10.625, 1.75, 10.75], "texture": "#1"} + } + }, + { + "from": [5.375, 10.6, 9.925], + "to": [5.45, 10.725, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 10.3, 4.1]}, + "faces": { + "north": {"uv": [10.625, 1.75, 10.75, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 10.625, 2, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 1.875, 10.75, 2], "texture": "#1"}, + "west": {"uv": [2, 10.625, 2.125, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 2.125, 10.625, 2], "texture": "#1"}, + "down": {"uv": [2.25, 10.625, 2.125, 10.75], "texture": "#1"} + } + }, + { + "from": [12.025, 12.725, 7.5], + "to": [12.15, 12.825, 7.575], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 6.9, 7.175]}, + "faces": { + "north": {"uv": [10.625, 2.125, 10.75, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 10.625, 2.375, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 2.25, 10.75, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 10.625, 2.5, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 2.5, 10.625, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 10.625, 2.5, 10.75], "texture": "#1"} + } + }, + { + "from": [5.25, 12.725, 7.5], + "to": [5.375, 12.825, 7.575], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 6.9, 7.175]}, + "faces": { + "north": {"uv": [10.625, 2.5, 10.75, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 10.625, 2.75, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 2.625, 10.75, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 10.625, 2.875, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 2.875, 10.625, 2.75], "texture": "#1"}, + "down": {"uv": [3, 10.625, 2.875, 10.75], "texture": "#1"} + } + }, + { + "from": [12.025, 10.3, 4.475], + "to": [12.15, 10.375, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 9.975, 10.4]}, + "faces": { + "north": {"uv": [10.625, 2.875, 10.75, 3], "texture": "#1"}, + "east": {"uv": [3, 10.625, 3.125, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 3, 10.75, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 10.625, 3.25, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 3.25, 10.625, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 10.625, 3.25, 10.75], "texture": "#1"} + } + }, + { + "from": [5.25, 10.3, 4.475], + "to": [5.375, 10.375, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 9.975, 10.4]}, + "faces": { + "north": {"uv": [10.625, 3.25, 10.75, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 10.625, 3.5, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 3.375, 10.75, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 10.625, 3.625, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 3.625, 10.625, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 10.625, 3.625, 10.75], "texture": "#1"} + } + }, + { + "from": [12.025, 7.275, 7.5], + "to": [12.15, 7.375, 7.575], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 13.2, 7.175]}, + "faces": { + "north": {"uv": [10.625, 3.625, 10.75, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 10.625, 3.875, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 3.75, 10.75, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 10.625, 4, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 4, 10.625, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 10.625, 4, 10.75], "texture": "#1"} + } + }, + { + "from": [5.25, 7.275, 7.5], + "to": [5.375, 7.375, 7.575], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 13.2, 7.175]}, + "faces": { + "north": {"uv": [10.625, 4, 10.75, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 10.625, 4.25, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 4.125, 10.75, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 10.625, 4.375, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 4.375, 10.625, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 10.625, 4.375, 10.75], "texture": "#1"} + } + }, + { + "from": [12.025, 10.3, 9.925], + "to": [12.15, 10.375, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 9.975, 4.1]}, + "faces": { + "north": {"uv": [10.625, 4.375, 10.75, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 10.625, 4.625, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 4.5, 10.75, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 10.625, 4.75, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 4.75, 10.625, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 10.625, 4.75, 10.75], "texture": "#1"} + } + }, + { + "from": [5.25, 10.3, 9.925], + "to": [5.375, 10.375, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 9.975, 4.1]}, + "faces": { + "north": {"uv": [10.625, 4.75, 10.75, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 10.625, 5, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 4.875, 10.75, 5], "texture": "#1"}, + "west": {"uv": [5, 10.625, 5.125, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 5.125, 10.625, 5], "texture": "#1"}, + "down": {"uv": [5.25, 10.625, 5.125, 10.75], "texture": "#1"} + } + }, + { + "from": [12.1, 12.725, 7.425], + "to": [12.125, 12.825, 7.5], + "rotation": {"angle": 45, "axis": "y", "origin": [13.6, 6.9, 7.1]}, + "faces": { + "north": {"uv": [10.625, 5.125, 10.75, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 10.625, 5.375, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 5.25, 10.75, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 10.625, 5.5, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 5.5, 10.625, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 10.625, 5.5, 10.75], "texture": "#1"} + } + }, + { + "from": [5.275, 12.725, 7.425], + "to": [5.3, 12.825, 7.5], + "rotation": {"angle": -45, "axis": "y", "origin": [3.8, 6.9, 7.1]}, + "faces": { + "north": {"uv": [10.625, 5.5, 10.75, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 10.625, 5.75, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 5.625, 10.75, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 10.625, 5.875, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 5.875, 10.625, 5.75], "texture": "#1"}, + "down": {"uv": [6, 10.625, 5.875, 10.75], "texture": "#1"} + } + }, + { + "from": [12.1, 10.225, 4.475], + "to": [12.125, 10.3, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.6, 9.9, 10.4]}, + "faces": { + "north": {"uv": [10.625, 5.875, 10.75, 6], "texture": "#1"}, + "east": {"uv": [6, 10.625, 6.125, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 6, 10.75, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 10.625, 6.25, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 6.25, 10.625, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 10.625, 6.25, 10.75], "texture": "#1"} + } + }, + { + "from": [5.275, 10.225, 4.475], + "to": [5.3, 10.3, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.8, 9.9, 10.4]}, + "faces": { + "north": {"uv": [10.625, 6.25, 10.75, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 10.625, 6.5, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 6.375, 10.75, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 10.625, 6.625, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 6.625, 10.625, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 10.625, 6.625, 10.75], "texture": "#1"} + } + }, + { + "from": [12.1, 7.275, 7.425], + "to": [12.125, 7.375, 7.5], + "rotation": {"angle": 45, "axis": "y", "origin": [13.6, 13.2, 7.1]}, + "faces": { + "north": {"uv": [10.625, 6.625, 10.75, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 10.625, 6.875, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 6.75, 10.75, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 10.625, 7, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 7, 10.625, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 10.625, 7, 10.75], "texture": "#1"} + } + }, + { + "from": [5.275, 7.275, 7.425], + "to": [5.3, 7.375, 7.5], + "rotation": {"angle": -45, "axis": "y", "origin": [3.8, 13.2, 7.1]}, + "faces": { + "north": {"uv": [10.625, 7, 10.75, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 10.625, 7.25, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 7.125, 10.75, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 10.625, 7.375, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 7.375, 10.625, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 10.625, 7.375, 10.75], "texture": "#1"} + } + }, + { + "from": [12.1, 10.225, 9.925], + "to": [12.125, 10.3, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.6, 9.9, 4.1]}, + "faces": { + "north": {"uv": [10.625, 7.375, 10.75, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 10.625, 7.625, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 7.5, 10.75, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 10.625, 7.75, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 7.75, 10.625, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 10.625, 7.75, 10.75], "texture": "#1"} + } + }, + { + "from": [5.275, 10.225, 9.925], + "to": [5.3, 10.3, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.8, 9.9, 4.1]}, + "faces": { + "north": {"uv": [10.625, 7.75, 10.75, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 10.625, 8, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 7.875, 10.75, 8], "texture": "#1"}, + "west": {"uv": [8, 10.625, 8.125, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 8.125, 10.625, 8], "texture": "#1"}, + "down": {"uv": [8.25, 10.625, 8.125, 10.75], "texture": "#1"} + } + }, + { + "from": [12, 12.725, 7.275], + "to": [12.125, 12.825, 7.35], + "rotation": {"angle": 45, "axis": "y", "origin": [13.6, 6.9, 6.925]}, + "faces": { + "north": {"uv": [10.625, 8.125, 10.75, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 10.625, 8.375, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 8.25, 10.75, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 10.625, 8.5, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 8.5, 10.625, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 10.625, 8.5, 10.75], "texture": "#1"} + } + }, + { + "from": [5.275, 12.725, 7.275], + "to": [5.4, 12.825, 7.35], + "rotation": {"angle": -45, "axis": "y", "origin": [3.8, 6.9, 6.925]}, + "faces": { + "north": {"uv": [10.625, 8.5, 10.75, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 10.625, 8.75, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 8.625, 10.75, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 10.625, 8.875, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 8.875, 10.625, 8.75], "texture": "#1"}, + "down": {"uv": [9, 10.625, 8.875, 10.75], "texture": "#1"} + } + }, + { + "from": [12, 10.075, 4.475], + "to": [12.125, 10.15, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.6, 9.725, 10.4]}, + "faces": { + "north": {"uv": [10.625, 8.875, 10.75, 9], "texture": "#1"}, + "east": {"uv": [9, 10.625, 9.125, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 9, 10.75, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 10.625, 9.25, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 9.25, 10.625, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 10.625, 9.25, 10.75], "texture": "#1"} + } + }, + { + "from": [5.275, 10.075, 4.475], + "to": [5.4, 10.15, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.8, 9.725, 10.4]}, + "faces": { + "north": {"uv": [10.625, 9.25, 10.75, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 10.625, 9.5, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 9.375, 10.75, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 10.625, 9.625, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 9.625, 10.625, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 10.625, 9.625, 10.75], "texture": "#1"} + } + }, + { + "from": [12, 7.275, 7.275], + "to": [12.125, 7.375, 7.35], + "rotation": {"angle": 45, "axis": "y", "origin": [13.6, 13.2, 6.925]}, + "faces": { + "north": {"uv": [10.625, 9.625, 10.75, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 10.625, 9.875, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 9.75, 10.75, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 10.625, 10, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 10, 10.625, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 10.625, 10, 10.75], "texture": "#1"} + } + }, + { + "from": [5.275, 7.275, 7.275], + "to": [5.4, 7.375, 7.35], + "rotation": {"angle": -45, "axis": "y", "origin": [3.8, 13.2, 6.925]}, + "faces": { + "north": {"uv": [10.625, 10, 10.75, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 10.625, 10.25, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 10.125, 10.75, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 10.625, 10.375, 10.75], "texture": "#1"}, + "up": {"uv": [10.75, 10.375, 10.625, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 10.625, 10.375, 10.75], "texture": "#1"} + } + }, + { + "from": [12, 10.075, 9.925], + "to": [12.125, 10.15, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.6, 9.725, 4.1]}, + "faces": { + "north": {"uv": [10.625, 10.375, 10.75, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 10.625, 10.625, 10.75], "texture": "#1"}, + "south": {"uv": [10.625, 10.5, 10.75, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 10.625, 10.75, 10.75], "texture": "#1"}, + "up": {"uv": [0.125, 10.875, 0, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 0, 10.75, 0.125], "texture": "#1"} + } + }, + { + "from": [5.275, 10.075, 9.925], + "to": [5.4, 10.15, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.8, 9.725, 4.1]}, + "faces": { + "north": {"uv": [0.125, 10.75, 0.25, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 0.125, 10.875, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 10.75, 0.375, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 0.25, 10.875, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 10.875, 0.375, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 0.375, 10.75, 0.5], "texture": "#1"} + } + }, + { + "from": [11.925, 12.725, 7.05], + "to": [12.05, 12.825, 7.175], + "rotation": {"angle": 45, "axis": "y", "origin": [13.525, 6.9, 6.75]}, + "faces": { + "north": {"uv": [0.5, 10.75, 0.625, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 0.5, 10.875, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 10.75, 0.75, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 0.625, 10.875, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 10.875, 0.75, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 0.75, 10.75, 0.875], "texture": "#1"} + } + }, + { + "from": [5.35, 12.725, 7.05], + "to": [5.475, 12.825, 7.175], + "rotation": {"angle": -45, "axis": "y", "origin": [3.875, 6.9, 6.75]}, + "faces": { + "north": {"uv": [0.875, 10.75, 1, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 0.875, 10.875, 1], "texture": "#1"}, + "south": {"uv": [1, 10.75, 1.125, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 1, 10.875, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 10.875, 1.125, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 1.125, 10.75, 1.25], "texture": "#1"} + } + }, + { + "from": [11.925, 9.85, 4.475], + "to": [12.05, 9.975, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.525, 9.55, 10.4]}, + "faces": { + "north": {"uv": [1.25, 10.75, 1.375, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 1.25, 10.875, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 10.75, 1.5, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 1.375, 10.875, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 10.875, 1.5, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 1.5, 10.75, 1.625], "texture": "#1"} + } + }, + { + "from": [5.35, 9.85, 4.475], + "to": [5.475, 9.975, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.875, 9.55, 10.4]}, + "faces": { + "north": {"uv": [1.625, 10.75, 1.75, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 1.625, 10.875, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 10.75, 1.875, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 1.75, 10.875, 1.875], "texture": "#1"}, + "up": {"uv": [2, 10.875, 1.875, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 1.875, 10.75, 2], "texture": "#1"} + } + }, + { + "from": [11.925, 7.275, 7.05], + "to": [12.05, 7.375, 7.175], + "rotation": {"angle": 45, "axis": "y", "origin": [13.525, 13.2, 6.75]}, + "faces": { + "north": {"uv": [2, 10.75, 2.125, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 2, 10.875, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 10.75, 2.25, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 2.125, 10.875, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 10.875, 2.25, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 2.25, 10.75, 2.375], "texture": "#1"} + } + }, + { + "from": [5.35, 7.275, 7.05], + "to": [5.475, 7.375, 7.175], + "rotation": {"angle": -45, "axis": "y", "origin": [3.875, 13.2, 6.75]}, + "faces": { + "north": {"uv": [2.375, 10.75, 2.5, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 2.375, 10.875, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 10.75, 2.625, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 2.5, 10.875, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 10.875, 2.625, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 2.625, 10.75, 2.75], "texture": "#1"} + } + }, + { + "from": [11.925, 9.85, 9.925], + "to": [12.05, 9.975, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.525, 9.55, 4.1]}, + "faces": { + "north": {"uv": [2.75, 10.75, 2.875, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 2.75, 10.875, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 10.75, 3, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 2.875, 10.875, 3], "texture": "#1"}, + "up": {"uv": [3.125, 10.875, 3, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 3, 10.75, 3.125], "texture": "#1"} + } + }, + { + "from": [5.35, 9.85, 9.925], + "to": [5.475, 9.975, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.875, 9.55, 4.1]}, + "faces": { + "north": {"uv": [3.125, 10.75, 3.25, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 3.125, 10.875, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 10.75, 3.375, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 3.25, 10.875, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 10.875, 3.375, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 3.375, 10.75, 3.5], "texture": "#1"} + } + }, + { + "from": [12.025, 12.725, 7], + "to": [12.15, 12.825, 7.075], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 6.9, 6.65]}, + "faces": { + "north": {"uv": [3.5, 10.75, 3.625, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 3.5, 10.875, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 10.75, 3.75, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 3.625, 10.875, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 10.875, 3.75, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 3.75, 10.75, 3.875], "texture": "#1"} + } + }, + { + "from": [5.25, 12.725, 7], + "to": [5.375, 12.825, 7.075], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 6.9, 6.65]}, + "faces": { + "north": {"uv": [3.875, 10.75, 4, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 3.875, 10.875, 4], "texture": "#1"}, + "south": {"uv": [4, 10.75, 4.125, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 4, 10.875, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 10.875, 4.125, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 4.125, 10.75, 4.25], "texture": "#1"} + } + }, + { + "from": [12.025, 9.8, 4.475], + "to": [12.15, 9.875, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 9.45, 10.4]}, + "faces": { + "north": {"uv": [4.25, 10.75, 4.375, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 4.25, 10.875, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 10.75, 4.5, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 4.375, 10.875, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 10.875, 4.5, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 4.5, 10.75, 4.625], "texture": "#1"} + } + }, + { + "from": [5.25, 9.8, 4.475], + "to": [5.375, 9.875, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 9.45, 10.4]}, + "faces": { + "north": {"uv": [4.625, 10.75, 4.75, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 4.625, 10.875, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 10.75, 4.875, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 4.75, 10.875, 4.875], "texture": "#1"}, + "up": {"uv": [5, 10.875, 4.875, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 4.875, 10.75, 5], "texture": "#1"} + } + }, + { + "from": [12.025, 7.275, 7], + "to": [12.15, 7.375, 7.075], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 13.2, 6.65]}, + "faces": { + "north": {"uv": [5, 10.75, 5.125, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 5, 10.875, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 10.75, 5.25, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 5.125, 10.875, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 10.875, 5.25, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 5.25, 10.75, 5.375], "texture": "#1"} + } + }, + { + "from": [5.25, 7.275, 7], + "to": [5.375, 7.375, 7.075], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 13.2, 6.65]}, + "faces": { + "north": {"uv": [5.375, 10.75, 5.5, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 5.375, 10.875, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 10.75, 5.625, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 5.5, 10.875, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 10.875, 5.625, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 5.625, 10.75, 5.75], "texture": "#1"} + } + }, + { + "from": [12.025, 9.8, 9.925], + "to": [12.15, 9.875, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 9.45, 4.1]}, + "faces": { + "north": {"uv": [5.75, 10.75, 5.875, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 5.75, 10.875, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 10.75, 6, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 5.875, 10.875, 6], "texture": "#1"}, + "up": {"uv": [6.125, 10.875, 6, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 6, 10.75, 6.125], "texture": "#1"} + } + }, + { + "from": [5.25, 9.8, 9.925], + "to": [5.375, 9.875, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 9.45, 4.1]}, + "faces": { + "north": {"uv": [6.125, 10.75, 6.25, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 6.125, 10.875, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 10.75, 6.375, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 6.25, 10.875, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 10.875, 6.375, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 6.375, 10.75, 6.5], "texture": "#1"} + } + }, + { + "from": [11.95, 12.725, 6.775], + "to": [12.025, 12.825, 6.9], + "rotation": {"angle": 45, "axis": "y", "origin": [13.525, 6.9, 6.475]}, + "faces": { + "north": {"uv": [6.5, 10.75, 6.625, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 6.5, 10.875, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 10.75, 6.75, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 6.625, 10.875, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 10.875, 6.75, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 6.75, 10.75, 6.875], "texture": "#1"} + } + }, + { + "from": [5.375, 12.725, 6.775], + "to": [5.45, 12.825, 6.9], + "rotation": {"angle": -45, "axis": "y", "origin": [3.875, 6.9, 6.475]}, + "faces": { + "north": {"uv": [6.875, 10.75, 7, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 6.875, 10.875, 7], "texture": "#1"}, + "south": {"uv": [7, 10.75, 7.125, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 7, 10.875, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 10.875, 7.125, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 7.125, 10.75, 7.25], "texture": "#1"} + } + }, + { + "from": [11.95, 9.575, 4.475], + "to": [12.025, 9.7, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.525, 9.275, 10.4]}, + "faces": { + "north": {"uv": [7.25, 10.75, 7.375, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 7.25, 10.875, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 10.75, 7.5, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 7.375, 10.875, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 10.875, 7.5, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 7.5, 10.75, 7.625], "texture": "#1"} + } + }, + { + "from": [5.375, 9.575, 4.475], + "to": [5.45, 9.7, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.875, 9.275, 10.4]}, + "faces": { + "north": {"uv": [7.625, 10.75, 7.75, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 7.625, 10.875, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 10.75, 7.875, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 7.75, 10.875, 7.875], "texture": "#1"}, + "up": {"uv": [8, 10.875, 7.875, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 7.875, 10.75, 8], "texture": "#1"} + } + }, + { + "from": [11.95, 7.275, 6.775], + "to": [12.025, 7.375, 6.9], + "rotation": {"angle": 45, "axis": "y", "origin": [13.525, 13.2, 6.475]}, + "faces": { + "north": {"uv": [8, 10.75, 8.125, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 8, 10.875, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 10.75, 8.25, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 8.125, 10.875, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 10.875, 8.25, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 8.25, 10.75, 8.375], "texture": "#1"} + } + }, + { + "from": [5.375, 7.275, 6.775], + "to": [5.45, 7.375, 6.9], + "rotation": {"angle": -45, "axis": "y", "origin": [3.875, 13.2, 6.475]}, + "faces": { + "north": {"uv": [8.375, 10.75, 8.5, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 8.375, 10.875, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 10.75, 8.625, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 8.5, 10.875, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 10.875, 8.625, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 8.625, 10.75, 8.75], "texture": "#1"} + } + }, + { + "from": [11.95, 9.575, 9.925], + "to": [12.025, 9.7, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.525, 9.275, 4.1]}, + "faces": { + "north": {"uv": [8.75, 10.75, 8.875, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 8.75, 10.875, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 10.75, 9, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 8.875, 10.875, 9], "texture": "#1"}, + "up": {"uv": [9.125, 10.875, 9, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 9, 10.75, 9.125], "texture": "#1"} + } + }, + { + "from": [5.375, 9.575, 9.925], + "to": [5.45, 9.7, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.875, 9.275, 4.1]}, + "faces": { + "north": {"uv": [9.125, 10.75, 9.25, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 9.125, 10.875, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 10.75, 9.375, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 9.25, 10.875, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 10.875, 9.375, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 9.375, 10.75, 9.5], "texture": "#1"} + } + }, + { + "from": [11.975, 12.725, 6.55], + "to": [12.025, 12.825, 6.65], + "rotation": {"angle": 45, "axis": "y", "origin": [13.55, 6.9, 6.25]}, + "faces": { + "north": {"uv": [9.5, 10.75, 9.625, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 9.5, 10.875, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 10.75, 9.75, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 9.625, 10.875, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 10.875, 9.75, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 9.75, 10.75, 9.875], "texture": "#1"} + } + }, + { + "from": [5.375, 12.725, 6.55], + "to": [5.425, 12.825, 6.65], + "rotation": {"angle": -45, "axis": "y", "origin": [3.85, 6.9, 6.25]}, + "faces": { + "north": {"uv": [9.875, 10.75, 10, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 9.875, 10.875, 10], "texture": "#1"}, + "south": {"uv": [10, 10.75, 10.125, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 10, 10.875, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 10.875, 10.125, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 10.125, 10.75, 10.25], "texture": "#1"} + } + }, + { + "from": [11.975, 9.35, 4.475], + "to": [12.025, 9.45, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.55, 9.05, 10.4]}, + "faces": { + "north": {"uv": [10.25, 10.75, 10.375, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 10.25, 10.875, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 10.75, 10.5, 10.875], "texture": "#1"}, + "west": {"uv": [10.75, 10.375, 10.875, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 10.875, 10.5, 10.75], "texture": "#1"}, + "down": {"uv": [10.875, 10.5, 10.75, 10.625], "texture": "#1"} + } + }, + { + "from": [5.375, 9.35, 4.475], + "to": [5.425, 9.45, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.85, 9.05, 10.4]}, + "faces": { + "north": {"uv": [10.625, 10.75, 10.75, 10.875], "texture": "#1"}, + "east": {"uv": [10.75, 10.625, 10.875, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 10.75, 10.875, 10.875], "texture": "#1"}, + "west": {"uv": [0, 10.875, 0.125, 11], "texture": "#1"}, + "up": {"uv": [11, 0.125, 10.875, 0], "texture": "#1"}, + "down": {"uv": [0.25, 10.875, 0.125, 11], "texture": "#1"} + } + }, + { + "from": [11.975, 7.275, 6.55], + "to": [12.025, 7.375, 6.65], + "rotation": {"angle": 45, "axis": "y", "origin": [13.55, 13.2, 6.25]}, + "faces": { + "north": {"uv": [10.875, 0.125, 11, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 10.875, 0.375, 11], "texture": "#1"}, + "south": {"uv": [10.875, 0.25, 11, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 10.875, 0.5, 11], "texture": "#1"}, + "up": {"uv": [11, 0.5, 10.875, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 10.875, 0.5, 11], "texture": "#1"} + } + }, + { + "from": [5.375, 7.275, 6.55], + "to": [5.425, 7.375, 6.65], + "rotation": {"angle": -45, "axis": "y", "origin": [3.85, 13.2, 6.25]}, + "faces": { + "north": {"uv": [10.875, 0.5, 11, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 10.875, 0.75, 11], "texture": "#1"}, + "south": {"uv": [10.875, 0.625, 11, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 10.875, 0.875, 11], "texture": "#1"}, + "up": {"uv": [11, 0.875, 10.875, 0.75], "texture": "#1"}, + "down": {"uv": [1, 10.875, 0.875, 11], "texture": "#1"} + } + }, + { + "from": [11.975, 9.35, 9.925], + "to": [12.025, 9.45, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.55, 9.05, 4.1]}, + "faces": { + "north": {"uv": [10.875, 0.875, 11, 1], "texture": "#1"}, + "east": {"uv": [1, 10.875, 1.125, 11], "texture": "#1"}, + "south": {"uv": [10.875, 1, 11, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 10.875, 1.25, 11], "texture": "#1"}, + "up": {"uv": [11, 1.25, 10.875, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 10.875, 1.25, 11], "texture": "#1"} + } + }, + { + "from": [5.375, 9.35, 9.925], + "to": [5.425, 9.45, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.85, 9.05, 4.1]}, + "faces": { + "north": {"uv": [10.875, 1.25, 11, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 10.875, 1.5, 11], "texture": "#1"}, + "south": {"uv": [10.875, 1.375, 11, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 10.875, 1.625, 11], "texture": "#1"}, + "up": {"uv": [11, 1.625, 10.875, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 10.875, 1.625, 11], "texture": "#1"} + } + }, + { + "from": [11.95, 12.725, 6.35], + "to": [12.025, 12.825, 6.45], + "rotation": {"angle": 45, "axis": "y", "origin": [13.55, 6.9, 6.05]}, + "faces": { + "north": {"uv": [10.875, 1.625, 11, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 10.875, 1.875, 11], "texture": "#1"}, + "south": {"uv": [10.875, 1.75, 11, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 10.875, 2, 11], "texture": "#1"}, + "up": {"uv": [11, 2, 10.875, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 10.875, 2, 11], "texture": "#1"} + } + }, + { + "from": [5.375, 12.725, 6.35], + "to": [5.45, 12.825, 6.45], + "rotation": {"angle": -45, "axis": "y", "origin": [3.85, 6.9, 6.05]}, + "faces": { + "north": {"uv": [10.875, 2, 11, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 10.875, 2.25, 11], "texture": "#1"}, + "south": {"uv": [10.875, 2.125, 11, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 10.875, 2.375, 11], "texture": "#1"}, + "up": {"uv": [11, 2.375, 10.875, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 10.875, 2.375, 11], "texture": "#1"} + } + }, + { + "from": [11.95, 9.15, 4.475], + "to": [12.025, 9.25, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.55, 8.85, 10.4]}, + "faces": { + "north": {"uv": [10.875, 2.375, 11, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 10.875, 2.625, 11], "texture": "#1"}, + "south": {"uv": [10.875, 2.5, 11, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 10.875, 2.75, 11], "texture": "#1"}, + "up": {"uv": [11, 2.75, 10.875, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 10.875, 2.75, 11], "texture": "#1"} + } + }, + { + "from": [5.375, 9.15, 4.475], + "to": [5.45, 9.25, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.85, 8.85, 10.4]}, + "faces": { + "north": {"uv": [10.875, 2.75, 11, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 10.875, 3, 11], "texture": "#1"}, + "south": {"uv": [10.875, 2.875, 11, 3], "texture": "#1"}, + "west": {"uv": [3, 10.875, 3.125, 11], "texture": "#1"}, + "up": {"uv": [11, 3.125, 10.875, 3], "texture": "#1"}, + "down": {"uv": [3.25, 10.875, 3.125, 11], "texture": "#1"} + } + }, + { + "from": [11.95, 7.275, 6.35], + "to": [12.025, 7.375, 6.45], + "rotation": {"angle": 45, "axis": "y", "origin": [13.55, 13.2, 6.05]}, + "faces": { + "north": {"uv": [10.875, 3.125, 11, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 10.875, 3.375, 11], "texture": "#1"}, + "south": {"uv": [10.875, 3.25, 11, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 10.875, 3.5, 11], "texture": "#1"}, + "up": {"uv": [11, 3.5, 10.875, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 10.875, 3.5, 11], "texture": "#1"} + } + }, + { + "from": [5.375, 7.275, 6.35], + "to": [5.45, 7.375, 6.45], + "rotation": {"angle": -45, "axis": "y", "origin": [3.85, 13.2, 6.05]}, + "faces": { + "north": {"uv": [10.875, 3.5, 11, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 10.875, 3.75, 11], "texture": "#1"}, + "south": {"uv": [10.875, 3.625, 11, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 10.875, 3.875, 11], "texture": "#1"}, + "up": {"uv": [11, 3.875, 10.875, 3.75], "texture": "#1"}, + "down": {"uv": [4, 10.875, 3.875, 11], "texture": "#1"} + } + }, + { + "from": [11.95, 9.15, 9.925], + "to": [12.025, 9.25, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.55, 8.85, 4.1]}, + "faces": { + "north": {"uv": [10.875, 3.875, 11, 4], "texture": "#1"}, + "east": {"uv": [4, 10.875, 4.125, 11], "texture": "#1"}, + "south": {"uv": [10.875, 4, 11, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 10.875, 4.25, 11], "texture": "#1"}, + "up": {"uv": [11, 4.25, 10.875, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 10.875, 4.25, 11], "texture": "#1"} + } + }, + { + "from": [5.375, 9.15, 9.925], + "to": [5.45, 9.25, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.85, 8.85, 4.1]}, + "faces": { + "north": {"uv": [10.875, 4.25, 11, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 10.875, 4.5, 11], "texture": "#1"}, + "south": {"uv": [10.875, 4.375, 11, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 10.875, 4.625, 11], "texture": "#1"}, + "up": {"uv": [11, 4.625, 10.875, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 10.875, 4.625, 11], "texture": "#1"} + } + }, + { + "from": [12.05, 12.725, 5.8], + "to": [12.125, 12.825, 5.975], + "rotation": {"angle": 45, "axis": "y", "origin": [13.675, 6.9, 5.575]}, + "faces": { + "north": {"uv": [10.875, 4.625, 11, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 10.875, 4.875, 11], "texture": "#1"}, + "south": {"uv": [10.875, 4.75, 11, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 10.875, 5, 11], "texture": "#1"}, + "up": {"uv": [11, 5, 10.875, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 10.875, 5, 11], "texture": "#1"} + } + }, + { + "from": [5.275, 12.725, 5.8], + "to": [5.35, 12.825, 5.975], + "rotation": {"angle": -45, "axis": "y", "origin": [3.725, 6.9, 5.575]}, + "faces": { + "north": {"uv": [10.875, 5, 11, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 10.875, 5.25, 11], "texture": "#1"}, + "south": {"uv": [10.875, 5.125, 11, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 10.875, 5.375, 11], "texture": "#1"}, + "up": {"uv": [11, 5.375, 10.875, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 10.875, 5.375, 11], "texture": "#1"} + } + }, + { + "from": [12.05, 8.6, 4.475], + "to": [12.125, 8.775, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.675, 8.375, 10.4]}, + "faces": { + "north": {"uv": [10.875, 5.375, 11, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 10.875, 5.625, 11], "texture": "#1"}, + "south": {"uv": [10.875, 5.5, 11, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 10.875, 5.75, 11], "texture": "#1"}, + "up": {"uv": [11, 5.75, 10.875, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 10.875, 5.75, 11], "texture": "#1"} + } + }, + { + "from": [5.275, 8.6, 4.475], + "to": [5.35, 8.775, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.725, 8.375, 10.4]}, + "faces": { + "north": {"uv": [10.875, 5.75, 11, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 10.875, 6, 11], "texture": "#1"}, + "south": {"uv": [10.875, 5.875, 11, 6], "texture": "#1"}, + "west": {"uv": [6, 10.875, 6.125, 11], "texture": "#1"}, + "up": {"uv": [11, 6.125, 10.875, 6], "texture": "#1"}, + "down": {"uv": [6.25, 10.875, 6.125, 11], "texture": "#1"} + } + }, + { + "from": [12.05, 7.275, 5.8], + "to": [12.125, 7.375, 5.975], + "rotation": {"angle": 45, "axis": "y", "origin": [13.675, 13.2, 5.575]}, + "faces": { + "north": {"uv": [10.875, 6.125, 11, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 10.875, 6.375, 11], "texture": "#1"}, + "south": {"uv": [10.875, 6.25, 11, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 10.875, 6.5, 11], "texture": "#1"}, + "up": {"uv": [11, 6.5, 10.875, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 10.875, 6.5, 11], "texture": "#1"} + } + }, + { + "from": [5.275, 7.275, 5.8], + "to": [5.35, 7.375, 5.975], + "rotation": {"angle": -45, "axis": "y", "origin": [3.725, 13.2, 5.575]}, + "faces": { + "north": {"uv": [10.875, 6.5, 11, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 10.875, 6.75, 11], "texture": "#1"}, + "south": {"uv": [10.875, 6.625, 11, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 10.875, 6.875, 11], "texture": "#1"}, + "up": {"uv": [11, 6.875, 10.875, 6.75], "texture": "#1"}, + "down": {"uv": [7, 10.875, 6.875, 11], "texture": "#1"} + } + }, + { + "from": [12.05, 8.6, 9.925], + "to": [12.125, 8.775, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.675, 8.375, 4.1]}, + "faces": { + "north": {"uv": [10.875, 6.875, 11, 7], "texture": "#1"}, + "east": {"uv": [7, 10.875, 7.125, 11], "texture": "#1"}, + "south": {"uv": [10.875, 7, 11, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 10.875, 7.25, 11], "texture": "#1"}, + "up": {"uv": [11, 7.25, 10.875, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 10.875, 7.25, 11], "texture": "#1"} + } + }, + { + "from": [5.275, 8.6, 9.925], + "to": [5.35, 8.775, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.725, 8.375, 4.1]}, + "faces": { + "north": {"uv": [10.875, 7.25, 11, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 10.875, 7.5, 11], "texture": "#1"}, + "south": {"uv": [10.875, 7.375, 11, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 10.875, 7.625, 11], "texture": "#1"}, + "up": {"uv": [11, 7.625, 10.875, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 10.875, 7.625, 11], "texture": "#1"} + } + }, + { + "from": [11.925, 12.725, 5.65], + "to": [12.05, 12.825, 5.725], + "rotation": {"angle": 45, "axis": "y", "origin": [13.525, 6.9, 5.35]}, + "faces": { + "north": {"uv": [10.875, 7.625, 11, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 10.875, 7.875, 11], "texture": "#1"}, + "south": {"uv": [10.875, 7.75, 11, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 10.875, 8, 11], "texture": "#1"}, + "up": {"uv": [11, 8, 10.875, 7.875], "texture": "#1"}, + "down": {"uv": [8.125, 10.875, 8, 11], "texture": "#1"} + } + }, + { + "from": [5.35, 12.725, 5.65], + "to": [5.475, 12.825, 5.725], + "rotation": {"angle": -45, "axis": "y", "origin": [3.875, 6.9, 5.35]}, + "faces": { + "north": {"uv": [10.875, 8, 11, 8.125], "texture": "#1"}, + "east": {"uv": [8.125, 10.875, 8.25, 11], "texture": "#1"}, + "south": {"uv": [10.875, 8.125, 11, 8.25], "texture": "#1"}, + "west": {"uv": [8.25, 10.875, 8.375, 11], "texture": "#1"}, + "up": {"uv": [11, 8.375, 10.875, 8.25], "texture": "#1"}, + "down": {"uv": [8.5, 10.875, 8.375, 11], "texture": "#1"} + } + }, + { + "from": [11.925, 8.45, 4.475], + "to": [12.05, 8.525, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.525, 8.15, 10.4]}, + "faces": { + "north": {"uv": [10.875, 8.375, 11, 8.5], "texture": "#1"}, + "east": {"uv": [8.5, 10.875, 8.625, 11], "texture": "#1"}, + "south": {"uv": [10.875, 8.5, 11, 8.625], "texture": "#1"}, + "west": {"uv": [8.625, 10.875, 8.75, 11], "texture": "#1"}, + "up": {"uv": [11, 8.75, 10.875, 8.625], "texture": "#1"}, + "down": {"uv": [8.875, 10.875, 8.75, 11], "texture": "#1"} + } + }, + { + "from": [5.35, 8.45, 4.475], + "to": [5.475, 8.525, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.875, 8.15, 10.4]}, + "faces": { + "north": {"uv": [10.875, 8.75, 11, 8.875], "texture": "#1"}, + "east": {"uv": [8.875, 10.875, 9, 11], "texture": "#1"}, + "south": {"uv": [10.875, 8.875, 11, 9], "texture": "#1"}, + "west": {"uv": [9, 10.875, 9.125, 11], "texture": "#1"}, + "up": {"uv": [11, 9.125, 10.875, 9], "texture": "#1"}, + "down": {"uv": [9.25, 10.875, 9.125, 11], "texture": "#1"} + } + }, + { + "from": [11.925, 7.275, 5.65], + "to": [12.05, 7.375, 5.725], + "rotation": {"angle": 45, "axis": "y", "origin": [13.525, 13.2, 5.35]}, + "faces": { + "north": {"uv": [10.875, 9.125, 11, 9.25], "texture": "#1"}, + "east": {"uv": [9.25, 10.875, 9.375, 11], "texture": "#1"}, + "south": {"uv": [10.875, 9.25, 11, 9.375], "texture": "#1"}, + "west": {"uv": [9.375, 10.875, 9.5, 11], "texture": "#1"}, + "up": {"uv": [11, 9.5, 10.875, 9.375], "texture": "#1"}, + "down": {"uv": [9.625, 10.875, 9.5, 11], "texture": "#1"} + } + }, + { + "from": [5.35, 7.275, 5.65], + "to": [5.475, 7.375, 5.725], + "rotation": {"angle": -45, "axis": "y", "origin": [3.875, 13.2, 5.35]}, + "faces": { + "north": {"uv": [10.875, 9.5, 11, 9.625], "texture": "#1"}, + "east": {"uv": [9.625, 10.875, 9.75, 11], "texture": "#1"}, + "south": {"uv": [10.875, 9.625, 11, 9.75], "texture": "#1"}, + "west": {"uv": [9.75, 10.875, 9.875, 11], "texture": "#1"}, + "up": {"uv": [11, 9.875, 10.875, 9.75], "texture": "#1"}, + "down": {"uv": [10, 10.875, 9.875, 11], "texture": "#1"} + } + }, + { + "from": [11.925, 8.45, 9.925], + "to": [12.05, 8.525, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.525, 8.15, 4.1]}, + "faces": { + "north": {"uv": [10.875, 9.875, 11, 10], "texture": "#1"}, + "east": {"uv": [10, 10.875, 10.125, 11], "texture": "#1"}, + "south": {"uv": [10.875, 10, 11, 10.125], "texture": "#1"}, + "west": {"uv": [10.125, 10.875, 10.25, 11], "texture": "#1"}, + "up": {"uv": [11, 10.25, 10.875, 10.125], "texture": "#1"}, + "down": {"uv": [10.375, 10.875, 10.25, 11], "texture": "#1"} + } + }, + { + "from": [5.35, 8.45, 9.925], + "to": [5.475, 8.525, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.875, 8.15, 4.1]}, + "faces": { + "north": {"uv": [10.875, 10.25, 11, 10.375], "texture": "#1"}, + "east": {"uv": [10.375, 10.875, 10.5, 11], "texture": "#1"}, + "south": {"uv": [10.875, 10.375, 11, 10.5], "texture": "#1"}, + "west": {"uv": [10.5, 10.875, 10.625, 11], "texture": "#1"}, + "up": {"uv": [11, 10.625, 10.875, 10.5], "texture": "#1"}, + "down": {"uv": [10.75, 10.875, 10.625, 11], "texture": "#1"} + } + }, + { + "from": [12.075, 12.725, 5.45], + "to": [12.15, 12.825, 5.6], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 6.9, 5.15]}, + "faces": { + "north": {"uv": [10.875, 10.625, 11, 10.75], "texture": "#1"}, + "east": {"uv": [10.75, 10.875, 10.875, 11], "texture": "#1"}, + "south": {"uv": [10.875, 10.75, 11, 10.875], "texture": "#1"}, + "west": {"uv": [10.875, 10.875, 11, 11], "texture": "#1"}, + "up": {"uv": [0.125, 11.125, 0, 11], "texture": "#1"}, + "down": {"uv": [11.125, 0, 11, 0.125], "texture": "#1"} + } + }, + { + "from": [5.25, 12.725, 5.45], + "to": [5.325, 12.825, 5.6], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 6.9, 5.15]}, + "faces": { + "north": {"uv": [0.125, 11, 0.25, 11.125], "texture": "#1"}, + "east": {"uv": [11, 0.125, 11.125, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 11, 0.375, 11.125], "texture": "#1"}, + "west": {"uv": [11, 0.25, 11.125, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 11.125, 0.375, 11], "texture": "#1"}, + "down": {"uv": [11.125, 0.375, 11, 0.5], "texture": "#1"} + } + }, + { + "from": [12.075, 8.25, 4.475], + "to": [12.15, 8.4, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 7.95, 10.4]}, + "faces": { + "north": {"uv": [0.5, 11, 0.625, 11.125], "texture": "#1"}, + "east": {"uv": [11, 0.5, 11.125, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 11, 0.75, 11.125], "texture": "#1"}, + "west": {"uv": [11, 0.625, 11.125, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 11.125, 0.75, 11], "texture": "#1"}, + "down": {"uv": [11.125, 0.75, 11, 0.875], "texture": "#1"} + } + }, + { + "from": [5.25, 8.25, 4.475], + "to": [5.325, 8.4, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 7.95, 10.4]}, + "faces": { + "north": {"uv": [0.875, 11, 1, 11.125], "texture": "#1"}, + "east": {"uv": [11, 0.875, 11.125, 1], "texture": "#1"}, + "south": {"uv": [1, 11, 1.125, 11.125], "texture": "#1"}, + "west": {"uv": [11, 1, 11.125, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 11.125, 1.125, 11], "texture": "#1"}, + "down": {"uv": [11.125, 1.125, 11, 1.25], "texture": "#1"} + } + }, + { + "from": [12.075, 7.275, 5.45], + "to": [12.15, 7.375, 5.6], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 13.2, 5.15]}, + "faces": { + "north": {"uv": [1.25, 11, 1.375, 11.125], "texture": "#1"}, + "east": {"uv": [11, 1.25, 11.125, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 11, 1.5, 11.125], "texture": "#1"}, + "west": {"uv": [11, 1.375, 11.125, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 11.125, 1.5, 11], "texture": "#1"}, + "down": {"uv": [11.125, 1.5, 11, 1.625], "texture": "#1"} + } + }, + { + "from": [5.25, 7.275, 5.45], + "to": [5.325, 7.375, 5.6], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 13.2, 5.15]}, + "faces": { + "north": {"uv": [1.625, 11, 1.75, 11.125], "texture": "#1"}, + "east": {"uv": [11, 1.625, 11.125, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 11, 1.875, 11.125], "texture": "#1"}, + "west": {"uv": [11, 1.75, 11.125, 1.875], "texture": "#1"}, + "up": {"uv": [2, 11.125, 1.875, 11], "texture": "#1"}, + "down": {"uv": [11.125, 1.875, 11, 2], "texture": "#1"} + } + }, + { + "from": [12.075, 8.25, 9.925], + "to": [12.15, 8.4, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 7.95, 4.1]}, + "faces": { + "north": {"uv": [2, 11, 2.125, 11.125], "texture": "#1"}, + "east": {"uv": [11, 2, 11.125, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 11, 2.25, 11.125], "texture": "#1"}, + "west": {"uv": [11, 2.125, 11.125, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 11.125, 2.25, 11], "texture": "#1"}, + "down": {"uv": [11.125, 2.25, 11, 2.375], "texture": "#1"} + } + }, + { + "from": [5.25, 8.25, 9.925], + "to": [5.325, 8.4, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 7.95, 4.1]}, + "faces": { + "north": {"uv": [2.375, 11, 2.5, 11.125], "texture": "#1"}, + "east": {"uv": [11, 2.375, 11.125, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 11, 2.625, 11.125], "texture": "#1"}, + "west": {"uv": [11, 2.5, 11.125, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 11.125, 2.625, 11], "texture": "#1"}, + "down": {"uv": [11.125, 2.625, 11, 2.75], "texture": "#1"} + } + }, + { + "from": [11.925, 12.725, 5.4], + "to": [12, 12.825, 5.525], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 6.9, 5.075]}, + "faces": { + "north": {"uv": [2.75, 11, 2.875, 11.125], "texture": "#1"}, + "east": {"uv": [11, 2.75, 11.125, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 11, 3, 11.125], "texture": "#1"}, + "west": {"uv": [11, 2.875, 11.125, 3], "texture": "#1"}, + "up": {"uv": [3.125, 11.125, 3, 11], "texture": "#1"}, + "down": {"uv": [11.125, 3, 11, 3.125], "texture": "#1"} + } + }, + { + "from": [5.4, 12.725, 5.4], + "to": [5.475, 12.825, 5.525], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 6.9, 5.075]}, + "faces": { + "north": {"uv": [3.125, 11, 3.25, 11.125], "texture": "#1"}, + "east": {"uv": [11, 3.125, 11.125, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 11, 3.375, 11.125], "texture": "#1"}, + "west": {"uv": [11, 3.25, 11.125, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 11.125, 3.375, 11], "texture": "#1"}, + "down": {"uv": [11.125, 3.375, 11, 3.5], "texture": "#1"} + } + }, + { + "from": [11.925, 8.2, 4.475], + "to": [12, 8.325, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 7.875, 10.4]}, + "faces": { + "north": {"uv": [3.5, 11, 3.625, 11.125], "texture": "#1"}, + "east": {"uv": [11, 3.5, 11.125, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 11, 3.75, 11.125], "texture": "#1"}, + "west": {"uv": [11, 3.625, 11.125, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 11.125, 3.75, 11], "texture": "#1"}, + "down": {"uv": [11.125, 3.75, 11, 3.875], "texture": "#1"} + } + }, + { + "from": [5.4, 8.2, 4.475], + "to": [5.475, 8.325, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 7.875, 10.4]}, + "faces": { + "north": {"uv": [3.875, 11, 4, 11.125], "texture": "#1"}, + "east": {"uv": [11, 3.875, 11.125, 4], "texture": "#1"}, + "south": {"uv": [4, 11, 4.125, 11.125], "texture": "#1"}, + "west": {"uv": [11, 4, 11.125, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 11.125, 4.125, 11], "texture": "#1"}, + "down": {"uv": [11.125, 4.125, 11, 4.25], "texture": "#1"} + } + }, + { + "from": [11.925, 7.275, 5.4], + "to": [12, 7.375, 5.525], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 13.2, 5.075]}, + "faces": { + "north": {"uv": [4.25, 11, 4.375, 11.125], "texture": "#1"}, + "east": {"uv": [11, 4.25, 11.125, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 11, 4.5, 11.125], "texture": "#1"}, + "west": {"uv": [11, 4.375, 11.125, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 11.125, 4.5, 11], "texture": "#1"}, + "down": {"uv": [11.125, 4.5, 11, 4.625], "texture": "#1"} + } + }, + { + "from": [5.4, 7.275, 5.4], + "to": [5.475, 7.375, 5.525], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 13.2, 5.075]}, + "faces": { + "north": {"uv": [4.625, 11, 4.75, 11.125], "texture": "#1"}, + "east": {"uv": [11, 4.625, 11.125, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 11, 4.875, 11.125], "texture": "#1"}, + "west": {"uv": [11, 4.75, 11.125, 4.875], "texture": "#1"}, + "up": {"uv": [5, 11.125, 4.875, 11], "texture": "#1"}, + "down": {"uv": [11.125, 4.875, 11, 5], "texture": "#1"} + } + }, + { + "from": [11.925, 8.2, 9.925], + "to": [12, 8.325, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 7.875, 4.1]}, + "faces": { + "north": {"uv": [5, 11, 5.125, 11.125], "texture": "#1"}, + "east": {"uv": [11, 5, 11.125, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 11, 5.25, 11.125], "texture": "#1"}, + "west": {"uv": [11, 5.125, 11.125, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 11.125, 5.25, 11], "texture": "#1"}, + "down": {"uv": [11.125, 5.25, 11, 5.375], "texture": "#1"} + } + }, + { + "from": [5.4, 8.2, 9.925], + "to": [5.475, 8.325, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 7.875, 4.1]}, + "faces": { + "north": {"uv": [5.375, 11, 5.5, 11.125], "texture": "#1"}, + "east": {"uv": [11, 5.375, 11.125, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 11, 5.625, 11.125], "texture": "#1"}, + "west": {"uv": [11, 5.5, 11.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 11.125, 5.625, 11], "texture": "#1"}, + "down": {"uv": [11.125, 5.625, 11, 5.75], "texture": "#1"} + } + }, + { + "from": [12.025, 12.725, 5.2], + "to": [12.125, 12.825, 5.325], + "rotation": {"angle": 45, "axis": "y", "origin": [13.575, 6.9, 4.875]}, + "faces": { + "north": {"uv": [5.75, 11, 5.875, 11.125], "texture": "#1"}, + "east": {"uv": [11, 5.75, 11.125, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 11, 6, 11.125], "texture": "#1"}, + "west": {"uv": [11, 5.875, 11.125, 6], "texture": "#1"}, + "up": {"uv": [6.125, 11.125, 6, 11], "texture": "#1"}, + "down": {"uv": [11.125, 6, 11, 6.125], "texture": "#1"} + } + }, + { + "from": [5.275, 12.725, 5.2], + "to": [5.375, 12.825, 5.325], + "rotation": {"angle": -45, "axis": "y", "origin": [3.825, 6.9, 4.875]}, + "faces": { + "north": {"uv": [6.125, 11, 6.25, 11.125], "texture": "#1"}, + "east": {"uv": [11, 6.125, 11.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 11, 6.375, 11.125], "texture": "#1"}, + "west": {"uv": [11, 6.25, 11.125, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 11.125, 6.375, 11], "texture": "#1"}, + "down": {"uv": [11.125, 6.375, 11, 6.5], "texture": "#1"} + } + }, + { + "from": [12.025, 8, 4.475], + "to": [12.125, 8.125, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.575, 7.675, 10.4]}, + "faces": { + "north": {"uv": [6.5, 11, 6.625, 11.125], "texture": "#1"}, + "east": {"uv": [11, 6.5, 11.125, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 11, 6.75, 11.125], "texture": "#1"}, + "west": {"uv": [11, 6.625, 11.125, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 11.125, 6.75, 11], "texture": "#1"}, + "down": {"uv": [11.125, 6.75, 11, 6.875], "texture": "#1"} + } + }, + { + "from": [5.275, 8, 4.475], + "to": [5.375, 8.125, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.825, 7.675, 10.4]}, + "faces": { + "north": {"uv": [6.875, 11, 7, 11.125], "texture": "#1"}, + "east": {"uv": [11, 6.875, 11.125, 7], "texture": "#1"}, + "south": {"uv": [7, 11, 7.125, 11.125], "texture": "#1"}, + "west": {"uv": [11, 7, 11.125, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 11.125, 7.125, 11], "texture": "#1"}, + "down": {"uv": [11.125, 7.125, 11, 7.25], "texture": "#1"} + } + }, + { + "from": [12.025, 7.275, 5.2], + "to": [12.125, 7.375, 5.325], + "rotation": {"angle": 45, "axis": "y", "origin": [13.575, 13.2, 4.875]}, + "faces": { + "north": {"uv": [7.25, 11, 7.375, 11.125], "texture": "#1"}, + "east": {"uv": [11, 7.25, 11.125, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 11, 7.5, 11.125], "texture": "#1"}, + "west": {"uv": [11, 7.375, 11.125, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 11.125, 7.5, 11], "texture": "#1"}, + "down": {"uv": [11.125, 7.5, 11, 7.625], "texture": "#1"} + } + }, + { + "from": [5.275, 7.275, 5.2], + "to": [5.375, 7.375, 5.325], + "rotation": {"angle": -45, "axis": "y", "origin": [3.825, 13.2, 4.875]}, + "faces": { + "north": {"uv": [7.625, 11, 7.75, 11.125], "texture": "#1"}, + "east": {"uv": [11, 7.625, 11.125, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 11, 7.875, 11.125], "texture": "#1"}, + "west": {"uv": [11, 7.75, 11.125, 7.875], "texture": "#1"}, + "up": {"uv": [8, 11.125, 7.875, 11], "texture": "#1"}, + "down": {"uv": [11.125, 7.875, 11, 8], "texture": "#1"} + } + }, + { + "from": [12.025, 8, 9.925], + "to": [12.125, 8.125, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.575, 7.675, 4.1]}, + "faces": { + "north": {"uv": [8, 11, 8.125, 11.125], "texture": "#1"}, + "east": {"uv": [11, 8, 11.125, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 11, 8.25, 11.125], "texture": "#1"}, + "west": {"uv": [11, 8.125, 11.125, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 11.125, 8.25, 11], "texture": "#1"}, + "down": {"uv": [11.125, 8.25, 11, 8.375], "texture": "#1"} + } + }, + { + "from": [5.275, 8, 9.925], + "to": [5.375, 8.125, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.825, 7.675, 4.1]}, + "faces": { + "north": {"uv": [8.375, 11, 8.5, 11.125], "texture": "#1"}, + "east": {"uv": [11, 8.375, 11.125, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 11, 8.625, 11.125], "texture": "#1"}, + "west": {"uv": [11, 8.5, 11.125, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 11.125, 8.625, 11], "texture": "#1"}, + "down": {"uv": [11.125, 8.625, 11, 8.75], "texture": "#1"} + } + }, + { + "from": [11.925, 12.725, 5.1], + "to": [12, 12.825, 5.225], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 6.9, 4.775]}, + "faces": { + "north": {"uv": [8.75, 11, 8.875, 11.125], "texture": "#1"}, + "east": {"uv": [11, 8.75, 11.125, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 11, 9, 11.125], "texture": "#1"}, + "west": {"uv": [11, 8.875, 11.125, 9], "texture": "#1"}, + "up": {"uv": [9.125, 11.125, 9, 11], "texture": "#1"}, + "down": {"uv": [11.125, 9, 11, 9.125], "texture": "#1"} + } + }, + { + "from": [5.4, 12.725, 5.1], + "to": [5.475, 12.825, 5.225], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 6.9, 4.775]}, + "faces": { + "north": {"uv": [9.125, 11, 9.25, 11.125], "texture": "#1"}, + "east": {"uv": [11, 9.125, 11.125, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 11, 9.375, 11.125], "texture": "#1"}, + "west": {"uv": [11, 9.25, 11.125, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 11.125, 9.375, 11], "texture": "#1"}, + "down": {"uv": [11.125, 9.375, 11, 9.5], "texture": "#1"} + } + }, + { + "from": [11.925, 7.9, 4.475], + "to": [12, 8.025, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 7.575, 10.4]}, + "faces": { + "north": {"uv": [9.5, 11, 9.625, 11.125], "texture": "#1"}, + "east": {"uv": [11, 9.5, 11.125, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 11, 9.75, 11.125], "texture": "#1"}, + "west": {"uv": [11, 9.625, 11.125, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 11.125, 9.75, 11], "texture": "#1"}, + "down": {"uv": [11.125, 9.75, 11, 9.875], "texture": "#1"} + } + }, + { + "from": [5.4, 7.9, 4.475], + "to": [5.475, 8.025, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 7.575, 10.4]}, + "faces": { + "north": {"uv": [9.875, 11, 10, 11.125], "texture": "#1"}, + "east": {"uv": [11, 9.875, 11.125, 10], "texture": "#1"}, + "south": {"uv": [10, 11, 10.125, 11.125], "texture": "#1"}, + "west": {"uv": [11, 10, 11.125, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 11.125, 10.125, 11], "texture": "#1"}, + "down": {"uv": [11.125, 10.125, 11, 10.25], "texture": "#1"} + } + }, + { + "from": [11.925, 7.275, 5.1], + "to": [12, 7.375, 5.225], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 13.2, 4.775]}, + "faces": { + "north": {"uv": [10.25, 11, 10.375, 11.125], "texture": "#1"}, + "east": {"uv": [11, 10.25, 11.125, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 11, 10.5, 11.125], "texture": "#1"}, + "west": {"uv": [11, 10.375, 11.125, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 11.125, 10.5, 11], "texture": "#1"}, + "down": {"uv": [11.125, 10.5, 11, 10.625], "texture": "#1"} + } + }, + { + "from": [5.4, 7.275, 5.1], + "to": [5.475, 7.375, 5.225], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 13.2, 4.775]}, + "faces": { + "north": {"uv": [10.625, 11, 10.75, 11.125], "texture": "#1"}, + "east": {"uv": [11, 10.625, 11.125, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 11, 10.875, 11.125], "texture": "#1"}, + "west": {"uv": [11, 10.75, 11.125, 10.875], "texture": "#1"}, + "up": {"uv": [11, 11.125, 10.875, 11], "texture": "#1"}, + "down": {"uv": [11.125, 10.875, 11, 11], "texture": "#1"} + } + }, + { + "from": [11.925, 7.9, 9.925], + "to": [12, 8.025, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 7.575, 4.1]}, + "faces": { + "north": {"uv": [11, 11, 11.125, 11.125], "texture": "#1"}, + "east": {"uv": [0, 11.125, 0.125, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 0, 11.25, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 11.125, 0.25, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 0.25, 11.125, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 11.125, 0.25, 11.25], "texture": "#1"} + } + }, + { + "from": [5.4, 7.9, 9.925], + "to": [5.475, 8.025, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 7.575, 4.1]}, + "faces": { + "north": {"uv": [11.125, 0.25, 11.25, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 11.125, 0.5, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 0.375, 11.25, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 11.125, 0.625, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 0.625, 11.125, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 11.125, 0.625, 11.25], "texture": "#1"} + } + }, + { + "from": [11.975, 12.725, 6.9], + "to": [12.025, 12.825, 7.025], + "rotation": {"angle": -45, "axis": "y", "origin": [13.5, 6.9, 7.3]}, + "faces": { + "north": {"uv": [11.125, 0.625, 11.25, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 11.125, 0.875, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 0.75, 11.25, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 11.125, 1, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 1, 11.125, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 11.125, 1, 11.25], "texture": "#1"} + } + }, + { + "from": [5.375, 12.725, 6.9], + "to": [5.425, 12.825, 7.025], + "rotation": {"angle": 45, "axis": "y", "origin": [3.9, 6.9, 7.3]}, + "faces": { + "north": {"uv": [11.125, 1, 11.25, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 11.125, 1.25, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 1.125, 11.25, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 11.125, 1.375, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 1.375, 11.125, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 11.125, 1.375, 11.25], "texture": "#1"} + } + }, + { + "from": [11.975, 9.7, 4.475], + "to": [12.025, 9.825, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [13.5, 10.1, 10.4]}, + "faces": { + "north": {"uv": [11.125, 1.375, 11.25, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 11.125, 1.625, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 1.5, 11.25, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 11.125, 1.75, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 1.75, 11.125, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 11.125, 1.75, 11.25], "texture": "#1"} + } + }, + { + "from": [5.375, 9.7, 4.475], + "to": [5.425, 9.825, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [3.9, 10.1, 10.4]}, + "faces": { + "north": {"uv": [11.125, 1.75, 11.25, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 11.125, 2, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 1.875, 11.25, 2], "texture": "#1"}, + "west": {"uv": [2, 11.125, 2.125, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 2.125, 11.125, 2], "texture": "#1"}, + "down": {"uv": [2.25, 11.125, 2.125, 11.25], "texture": "#1"} + } + }, + { + "from": [11.975, 7.275, 6.9], + "to": [12.025, 7.375, 7.025], + "rotation": {"angle": -45, "axis": "y", "origin": [13.5, 13.2, 7.3]}, + "faces": { + "north": {"uv": [11.125, 2.125, 11.25, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 11.125, 2.375, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 2.25, 11.25, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 11.125, 2.5, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 2.5, 11.125, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 11.125, 2.5, 11.25], "texture": "#1"} + } + }, + { + "from": [5.375, 7.275, 6.9], + "to": [5.425, 7.375, 7.025], + "rotation": {"angle": 45, "axis": "y", "origin": [3.9, 13.2, 7.3]}, + "faces": { + "north": {"uv": [11.125, 2.5, 11.25, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 11.125, 2.75, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 2.625, 11.25, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 11.125, 2.875, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 2.875, 11.125, 2.75], "texture": "#1"}, + "down": {"uv": [3, 11.125, 2.875, 11.25], "texture": "#1"} + } + }, + { + "from": [11.975, 9.7, 9.925], + "to": [12.025, 9.825, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [13.5, 10.1, 4.1]}, + "faces": { + "north": {"uv": [11.125, 2.875, 11.25, 3], "texture": "#1"}, + "east": {"uv": [3, 11.125, 3.125, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 3, 11.25, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 11.125, 3.25, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 3.25, 11.125, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 11.125, 3.25, 11.25], "texture": "#1"} + } + }, + { + "from": [5.375, 9.7, 9.925], + "to": [5.425, 9.825, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [3.9, 10.1, 4.1]}, + "faces": { + "north": {"uv": [11.125, 3.25, 11.25, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 11.125, 3.5, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 3.375, 11.25, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 11.125, 3.625, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 3.625, 11.125, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 11.125, 3.625, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 12.725, 6.525], + "to": [12.175, 12.825, 6.65], + "rotation": {"angle": -45, "axis": "y", "origin": [13.65, 6.9, 6.925]}, + "faces": { + "north": {"uv": [11.125, 3.625, 11.25, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 11.125, 3.875, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 3.75, 11.25, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 11.125, 4, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 4, 11.125, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 11.125, 4, 11.25], "texture": "#1"} + } + }, + { + "from": [5.225, 12.725, 6.525], + "to": [5.3, 12.825, 6.65], + "rotation": {"angle": 45, "axis": "y", "origin": [3.75, 6.9, 6.925]}, + "faces": { + "north": {"uv": [11.125, 4, 11.25, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 11.125, 4.25, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 4.125, 11.25, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 11.125, 4.375, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 4.375, 11.125, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 11.125, 4.375, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 9.325, 4.475], + "to": [12.175, 9.45, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [13.65, 9.725, 10.4]}, + "faces": { + "north": {"uv": [11.125, 4.375, 11.25, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 11.125, 4.625, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 4.5, 11.25, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 11.125, 4.75, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 4.75, 11.125, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 11.125, 4.75, 11.25], "texture": "#1"} + } + }, + { + "from": [5.225, 9.325, 4.475], + "to": [5.3, 9.45, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [3.75, 9.725, 10.4]}, + "faces": { + "north": {"uv": [11.125, 4.75, 11.25, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 11.125, 5, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 4.875, 11.25, 5], "texture": "#1"}, + "west": {"uv": [5, 11.125, 5.125, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 5.125, 11.125, 5], "texture": "#1"}, + "down": {"uv": [5.25, 11.125, 5.125, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 7.275, 6.525], + "to": [12.175, 7.375, 6.65], + "rotation": {"angle": -45, "axis": "y", "origin": [13.65, 13.2, 6.925]}, + "faces": { + "north": {"uv": [11.125, 5.125, 11.25, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 11.125, 5.375, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 5.25, 11.25, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 11.125, 5.5, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 5.5, 11.125, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 11.125, 5.5, 11.25], "texture": "#1"} + } + }, + { + "from": [5.225, 7.275, 6.525], + "to": [5.3, 7.375, 6.65], + "rotation": {"angle": 45, "axis": "y", "origin": [3.75, 13.2, 6.925]}, + "faces": { + "north": {"uv": [11.125, 5.5, 11.25, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 11.125, 5.75, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 5.625, 11.25, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 11.125, 5.875, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 5.875, 11.125, 5.75], "texture": "#1"}, + "down": {"uv": [6, 11.125, 5.875, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 9.325, 9.925], + "to": [12.175, 9.45, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [13.65, 9.725, 4.1]}, + "faces": { + "north": {"uv": [11.125, 5.875, 11.25, 6], "texture": "#1"}, + "east": {"uv": [6, 11.125, 6.125, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 6, 11.25, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 11.125, 6.25, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 6.25, 11.125, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 11.125, 6.25, 11.25], "texture": "#1"} + } + }, + { + "from": [5.225, 9.325, 9.925], + "to": [5.3, 9.45, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [3.75, 9.725, 4.1]}, + "faces": { + "north": {"uv": [11.125, 6.25, 11.25, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 11.125, 6.5, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 6.375, 11.25, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 11.125, 6.625, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 6.625, 11.125, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 11.125, 6.625, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 12.725, 7], + "to": [12.15, 12.825, 7.125], + "rotation": {"angle": -45, "axis": "y", "origin": [13.625, 6.9, 7.4]}, + "faces": { + "north": {"uv": [11.125, 6.625, 11.25, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 11.125, 6.875, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 6.75, 11.25, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 11.125, 7, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 7, 11.125, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 11.125, 7, 11.25], "texture": "#1"} + } + }, + { + "from": [5.25, 12.725, 7], + "to": [5.3, 12.825, 7.125], + "rotation": {"angle": 45, "axis": "y", "origin": [3.775, 6.9, 7.4]}, + "faces": { + "north": {"uv": [11.125, 7, 11.25, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 11.125, 7.25, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 7.125, 11.25, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 11.125, 7.375, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 7.375, 11.125, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 11.125, 7.375, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 9.8, 4.475], + "to": [12.15, 9.925, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [13.625, 10.2, 10.4]}, + "faces": { + "north": {"uv": [11.125, 7.375, 11.25, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 11.125, 7.625, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 7.5, 11.25, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 11.125, 7.75, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 7.75, 11.125, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 11.125, 7.75, 11.25], "texture": "#1"} + } + }, + { + "from": [5.25, 9.8, 4.475], + "to": [5.3, 9.925, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [3.775, 10.2, 10.4]}, + "faces": { + "north": {"uv": [11.125, 7.75, 11.25, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 11.125, 8, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 7.875, 11.25, 8], "texture": "#1"}, + "west": {"uv": [8, 11.125, 8.125, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 8.125, 11.125, 8], "texture": "#1"}, + "down": {"uv": [8.25, 11.125, 8.125, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 7.275, 7], + "to": [12.15, 7.375, 7.125], + "rotation": {"angle": -45, "axis": "y", "origin": [13.625, 13.2, 7.4]}, + "faces": { + "north": {"uv": [11.125, 8.125, 11.25, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 11.125, 8.375, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 8.25, 11.25, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 11.125, 8.5, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 8.5, 11.125, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 11.125, 8.5, 11.25], "texture": "#1"} + } + }, + { + "from": [5.25, 7.275, 7], + "to": [5.3, 7.375, 7.125], + "rotation": {"angle": 45, "axis": "y", "origin": [3.775, 13.2, 7.4]}, + "faces": { + "north": {"uv": [11.125, 8.5, 11.25, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 11.125, 8.75, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 8.625, 11.25, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 11.125, 8.875, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 8.875, 11.125, 8.75], "texture": "#1"}, + "down": {"uv": [9, 11.125, 8.875, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 9.8, 9.925], + "to": [12.15, 9.925, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [13.625, 10.2, 4.1]}, + "faces": { + "north": {"uv": [11.125, 8.875, 11.25, 9], "texture": "#1"}, + "east": {"uv": [9, 11.125, 9.125, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 9, 11.25, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 11.125, 9.25, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 9.25, 11.125, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 11.125, 9.25, 11.25], "texture": "#1"} + } + }, + { + "from": [5.25, 9.8, 9.925], + "to": [5.3, 9.925, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [3.775, 10.2, 4.1]}, + "faces": { + "north": {"uv": [11.125, 9.25, 11.25, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 11.125, 9.5, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 9.375, 11.25, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 11.125, 9.625, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 9.625, 11.125, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 11.125, 9.625, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 12.725, 6.825], + "to": [12.175, 12.825, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [13.65, 6.9, 7.225]}, + "faces": { + "north": {"uv": [11.125, 9.625, 11.25, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 11.125, 9.875, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 9.75, 11.25, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 11.125, 10, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 10, 11.125, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 11.125, 10, 11.25], "texture": "#1"} + } + }, + { + "from": [5.225, 12.725, 6.825], + "to": [5.3, 12.825, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [3.75, 6.9, 7.225]}, + "faces": { + "north": {"uv": [11.125, 10, 11.25, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 11.125, 10.25, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 10.125, 11.25, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 11.125, 10.375, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 10.375, 11.125, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 11.125, 10.375, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 9.625, 4.475], + "to": [12.175, 9.75, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [13.65, 10.025, 10.4]}, + "faces": { + "north": {"uv": [11.125, 10.375, 11.25, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 11.125, 10.625, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 10.5, 11.25, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 11.125, 10.75, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 10.75, 11.125, 10.625], "texture": "#1"}, + "down": {"uv": [10.875, 11.125, 10.75, 11.25], "texture": "#1"} + } + }, + { + "from": [5.225, 9.625, 4.475], + "to": [5.3, 9.75, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [3.75, 10.025, 10.4]}, + "faces": { + "north": {"uv": [11.125, 10.75, 11.25, 10.875], "texture": "#1"}, + "east": {"uv": [10.875, 11.125, 11, 11.25], "texture": "#1"}, + "south": {"uv": [11.125, 10.875, 11.25, 11], "texture": "#1"}, + "west": {"uv": [11, 11.125, 11.125, 11.25], "texture": "#1"}, + "up": {"uv": [11.25, 11.125, 11.125, 11], "texture": "#1"}, + "down": {"uv": [11.25, 11.125, 11.125, 11.25], "texture": "#1"} + } + }, + { + "from": [12.1, 7.275, 6.825], + "to": [12.175, 7.375, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [13.65, 13.2, 7.225]}, + "faces": { + "north": {"uv": [0, 11.25, 0.125, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 0, 11.375, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 11.25, 0.25, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 0.125, 11.375, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 11.375, 0.25, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 0.25, 11.25, 0.375], "texture": "#1"} + } + }, + { + "from": [5.225, 7.275, 6.825], + "to": [5.3, 7.375, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [3.75, 13.2, 7.225]}, + "faces": { + "north": {"uv": [0.375, 11.25, 0.5, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 0.375, 11.375, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 11.25, 0.625, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 0.5, 11.375, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 11.375, 0.625, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 0.625, 11.25, 0.75], "texture": "#1"} + } + }, + { + "from": [12.1, 9.625, 9.925], + "to": [12.175, 9.75, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [13.65, 10.025, 4.1]}, + "faces": { + "north": {"uv": [0.75, 11.25, 0.875, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 0.75, 11.375, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 11.25, 1, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 0.875, 11.375, 1], "texture": "#1"}, + "up": {"uv": [1.125, 11.375, 1, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 1, 11.25, 1.125], "texture": "#1"} + } + }, + { + "from": [5.225, 9.625, 9.925], + "to": [5.3, 9.75, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [3.75, 10.025, 4.1]}, + "faces": { + "north": {"uv": [1.125, 11.25, 1.25, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 1.125, 11.375, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 11.25, 1.375, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 1.25, 11.375, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 11.375, 1.375, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 1.375, 11.25, 1.5], "texture": "#1"} + } + }, + { + "from": [12.075, 12.725, 5], + "to": [12.1, 12.825, 5.125], + "rotation": {"angle": 45, "axis": "y", "origin": [13.575, 6.9, 4.675]}, + "faces": { + "north": {"uv": [1.5, 11.25, 1.625, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 1.5, 11.375, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 11.25, 1.75, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 1.625, 11.375, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 11.375, 1.75, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 1.75, 11.25, 1.875], "texture": "#1"} + } + }, + { + "from": [5.3, 12.725, 5], + "to": [5.325, 12.825, 5.125], + "rotation": {"angle": -45, "axis": "y", "origin": [3.825, 6.9, 4.675]}, + "faces": { + "north": {"uv": [1.875, 11.25, 2, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 1.875, 11.375, 2], "texture": "#1"}, + "south": {"uv": [2, 11.25, 2.125, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 2, 11.375, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 11.375, 2.125, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 2.125, 11.25, 2.25], "texture": "#1"} + } + }, + { + "from": [12.075, 7.8, 4.475], + "to": [12.1, 7.925, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.575, 7.475, 10.4]}, + "faces": { + "north": {"uv": [2.25, 11.25, 2.375, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 2.25, 11.375, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 11.25, 2.5, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 2.375, 11.375, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 11.375, 2.5, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 2.5, 11.25, 2.625], "texture": "#1"} + } + }, + { + "from": [5.3, 7.8, 4.475], + "to": [5.325, 7.925, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.825, 7.475, 10.4]}, + "faces": { + "north": {"uv": [2.625, 11.25, 2.75, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 2.625, 11.375, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 11.25, 2.875, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 2.75, 11.375, 2.875], "texture": "#1"}, + "up": {"uv": [3, 11.375, 2.875, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 2.875, 11.25, 3], "texture": "#1"} + } + }, + { + "from": [12.075, 7.275, 5], + "to": [12.1, 7.375, 5.125], + "rotation": {"angle": 45, "axis": "y", "origin": [13.575, 13.2, 4.675]}, + "faces": { + "north": {"uv": [3, 11.25, 3.125, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 3, 11.375, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 11.25, 3.25, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 3.125, 11.375, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 11.375, 3.25, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 3.25, 11.25, 3.375], "texture": "#1"} + } + }, + { + "from": [5.3, 7.275, 5], + "to": [5.325, 7.375, 5.125], + "rotation": {"angle": -45, "axis": "y", "origin": [3.825, 13.2, 4.675]}, + "faces": { + "north": {"uv": [3.375, 11.25, 3.5, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 3.375, 11.375, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 11.25, 3.625, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 3.5, 11.375, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 11.375, 3.625, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 3.625, 11.25, 3.75], "texture": "#1"} + } + }, + { + "from": [12.075, 7.8, 9.925], + "to": [12.1, 7.925, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.575, 7.475, 4.1]}, + "faces": { + "north": {"uv": [3.75, 11.25, 3.875, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 3.75, 11.375, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 11.25, 4, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 3.875, 11.375, 4], "texture": "#1"}, + "up": {"uv": [4.125, 11.375, 4, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 4, 11.25, 4.125], "texture": "#1"} + } + }, + { + "from": [5.3, 7.8, 9.925], + "to": [5.325, 7.925, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.825, 7.475, 4.1]}, + "faces": { + "north": {"uv": [4.125, 11.25, 4.25, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 4.125, 11.375, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 11.25, 4.375, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 4.25, 11.375, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 11.375, 4.375, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 4.375, 11.25, 4.5], "texture": "#1"} + } + }, + { + "from": [11.95, 12.725, 4.9], + "to": [12, 12.825, 5.025], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 6.9, 4.575]}, + "faces": { + "north": {"uv": [4.5, 11.25, 4.625, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 4.5, 11.375, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 11.25, 4.75, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 4.625, 11.375, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 11.375, 4.75, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 4.75, 11.25, 4.875], "texture": "#1"} + } + }, + { + "from": [5.4, 12.725, 4.9], + "to": [5.45, 12.825, 5.025], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 6.9, 4.575]}, + "faces": { + "north": {"uv": [4.875, 11.25, 5, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 4.875, 11.375, 5], "texture": "#1"}, + "south": {"uv": [5, 11.25, 5.125, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 5, 11.375, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 11.375, 5.125, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 5.125, 11.25, 5.25], "texture": "#1"} + } + }, + { + "from": [11.95, 7.7, 4.475], + "to": [12, 7.825, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 7.375, 10.4]}, + "faces": { + "north": {"uv": [5.25, 11.25, 5.375, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 5.25, 11.375, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 11.25, 5.5, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 5.375, 11.375, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 11.375, 5.5, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 5.5, 11.25, 5.625], "texture": "#1"} + } + }, + { + "from": [5.4, 7.7, 4.475], + "to": [5.45, 7.825, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 7.375, 10.4]}, + "faces": { + "north": {"uv": [5.625, 11.25, 5.75, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 5.625, 11.375, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 11.25, 5.875, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 5.75, 11.375, 5.875], "texture": "#1"}, + "up": {"uv": [6, 11.375, 5.875, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 5.875, 11.25, 6], "texture": "#1"} + } + }, + { + "from": [11.95, 7.275, 4.9], + "to": [12, 7.375, 5.025], + "rotation": {"angle": 45, "axis": "y", "origin": [13.475, 13.2, 4.575]}, + "faces": { + "north": {"uv": [6, 11.25, 6.125, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 6, 11.375, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 11.25, 6.25, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 6.125, 11.375, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 11.375, 6.25, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 6.25, 11.25, 6.375], "texture": "#1"} + } + }, + { + "from": [5.4, 7.275, 4.9], + "to": [5.45, 7.375, 5.025], + "rotation": {"angle": -45, "axis": "y", "origin": [3.925, 13.2, 4.575]}, + "faces": { + "north": {"uv": [6.375, 11.25, 6.5, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 6.375, 11.375, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 11.25, 6.625, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 6.5, 11.375, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 11.375, 6.625, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 6.625, 11.25, 6.75], "texture": "#1"} + } + }, + { + "from": [11.95, 7.7, 9.925], + "to": [12, 7.825, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.475, 7.375, 4.1]}, + "faces": { + "north": {"uv": [6.75, 11.25, 6.875, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 6.75, 11.375, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 11.25, 7, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 6.875, 11.375, 7], "texture": "#1"}, + "up": {"uv": [7.125, 11.375, 7, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 7, 11.25, 7.125], "texture": "#1"} + } + }, + { + "from": [5.4, 7.7, 9.925], + "to": [5.45, 7.825, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.925, 7.375, 4.1]}, + "faces": { + "north": {"uv": [7.125, 11.25, 7.25, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 7.125, 11.375, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 11.25, 7.375, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 7.25, 11.375, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 11.375, 7.375, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 7.375, 11.25, 7.5], "texture": "#1"} + } + }, + { + "from": [12.075, 12.725, 4.65], + "to": [12.125, 12.825, 4.775], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 6.9, 4.35]}, + "faces": { + "north": {"uv": [7.5, 11.25, 7.625, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 7.5, 11.375, 7.625], "texture": "#1"}, + "south": {"uv": [7.625, 11.25, 7.75, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 7.625, 11.375, 7.75], "texture": "#1"}, + "up": {"uv": [7.875, 11.375, 7.75, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 7.75, 11.25, 7.875], "texture": "#1"} + } + }, + { + "from": [5.275, 12.725, 4.65], + "to": [5.325, 12.825, 4.775], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 6.9, 4.35]}, + "faces": { + "north": {"uv": [7.875, 11.25, 8, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 7.875, 11.375, 8], "texture": "#1"}, + "south": {"uv": [8, 11.25, 8.125, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 8, 11.375, 8.125], "texture": "#1"}, + "up": {"uv": [8.25, 11.375, 8.125, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 8.125, 11.25, 8.25], "texture": "#1"} + } + }, + { + "from": [12.075, 7.45, 4.475], + "to": [12.125, 7.575, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 7.15, 10.4]}, + "faces": { + "north": {"uv": [8.25, 11.25, 8.375, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 8.25, 11.375, 8.375], "texture": "#1"}, + "south": {"uv": [8.375, 11.25, 8.5, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 8.375, 11.375, 8.5], "texture": "#1"}, + "up": {"uv": [8.625, 11.375, 8.5, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 8.5, 11.25, 8.625], "texture": "#1"} + } + }, + { + "from": [5.275, 7.45, 4.475], + "to": [5.325, 7.575, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 7.15, 10.4]}, + "faces": { + "north": {"uv": [8.625, 11.25, 8.75, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 8.625, 11.375, 8.75], "texture": "#1"}, + "south": {"uv": [8.75, 11.25, 8.875, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 8.75, 11.375, 8.875], "texture": "#1"}, + "up": {"uv": [9, 11.375, 8.875, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 8.875, 11.25, 9], "texture": "#1"} + } + }, + { + "from": [12.075, 7.275, 4.65], + "to": [12.125, 7.375, 4.775], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 13.2, 4.35]}, + "faces": { + "north": {"uv": [9, 11.25, 9.125, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 9, 11.375, 9.125], "texture": "#1"}, + "south": {"uv": [9.125, 11.25, 9.25, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 9.125, 11.375, 9.25], "texture": "#1"}, + "up": {"uv": [9.375, 11.375, 9.25, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 9.25, 11.25, 9.375], "texture": "#1"} + } + }, + { + "from": [5.275, 7.275, 4.65], + "to": [5.325, 7.375, 4.775], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 13.2, 4.35]}, + "faces": { + "north": {"uv": [9.375, 11.25, 9.5, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 9.375, 11.375, 9.5], "texture": "#1"}, + "south": {"uv": [9.5, 11.25, 9.625, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 9.5, 11.375, 9.625], "texture": "#1"}, + "up": {"uv": [9.75, 11.375, 9.625, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 9.625, 11.25, 9.75], "texture": "#1"} + } + }, + { + "from": [12.075, 7.45, 9.925], + "to": [12.125, 7.575, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 7.15, 4.1]}, + "faces": { + "north": {"uv": [9.75, 11.25, 9.875, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 9.75, 11.375, 9.875], "texture": "#1"}, + "south": {"uv": [9.875, 11.25, 10, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 9.875, 11.375, 10], "texture": "#1"}, + "up": {"uv": [10.125, 11.375, 10, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 10, 11.25, 10.125], "texture": "#1"} + } + }, + { + "from": [5.275, 7.45, 9.925], + "to": [5.325, 7.575, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 7.15, 4.1]}, + "faces": { + "north": {"uv": [10.125, 11.25, 10.25, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 10.125, 11.375, 10.25], "texture": "#1"}, + "south": {"uv": [10.25, 11.25, 10.375, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 10.25, 11.375, 10.375], "texture": "#1"}, + "up": {"uv": [10.5, 11.375, 10.375, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 10.375, 11.25, 10.5], "texture": "#1"} + } + }, + { + "from": [12.075, 12.725, 4.45], + "to": [12.15, 12.825, 4.6], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 6.9, 4.15]}, + "faces": { + "north": {"uv": [10.5, 11.25, 10.625, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 10.5, 11.375, 10.625], "texture": "#1"}, + "south": {"uv": [10.625, 11.25, 10.75, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 10.625, 11.375, 10.75], "texture": "#1"}, + "up": {"uv": [10.875, 11.375, 10.75, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 10.75, 11.25, 10.875], "texture": "#1"} + } + }, + { + "from": [5.25, 12.725, 4.45], + "to": [5.325, 12.825, 4.6], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 6.9, 4.15]}, + "faces": { + "north": {"uv": [10.875, 11.25, 11, 11.375], "texture": "#1"}, + "east": {"uv": [11.25, 10.875, 11.375, 11], "texture": "#1"}, + "south": {"uv": [11, 11.25, 11.125, 11.375], "texture": "#1"}, + "west": {"uv": [11.25, 11, 11.375, 11.125], "texture": "#1"}, + "up": {"uv": [11.25, 11.375, 11.125, 11.25], "texture": "#1"}, + "down": {"uv": [11.375, 11.125, 11.25, 11.25], "texture": "#1"} + } + }, + { + "from": [12.075, 7.25, 4.475], + "to": [12.15, 7.4, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 6.95, 10.4]}, + "faces": { + "north": {"uv": [11.25, 11.25, 11.375, 11.375], "texture": "#1"}, + "east": {"uv": [0, 11.375, 0.125, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 0, 11.5, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 11.375, 0.25, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 0.25, 11.375, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 11.375, 0.25, 11.5], "texture": "#1"} + } + }, + { + "from": [5.25, 7.25, 4.475], + "to": [5.325, 7.4, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 6.95, 10.4]}, + "faces": { + "north": {"uv": [11.375, 0.25, 11.5, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 11.375, 0.5, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 0.375, 11.5, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 11.375, 0.625, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 0.625, 11.375, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 11.375, 0.625, 11.5], "texture": "#1"} + } + }, + { + "from": [12.075, 7.275, 4.45], + "to": [12.15, 7.375, 4.6], + "rotation": {"angle": 45, "axis": "y", "origin": [13.625, 13.2, 4.15]}, + "faces": { + "north": {"uv": [11.375, 0.625, 11.5, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 11.375, 0.875, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 0.75, 11.5, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 11.375, 1, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 1, 11.375, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 11.375, 1, 11.5], "texture": "#1"} + } + }, + { + "from": [5.25, 7.275, 4.45], + "to": [5.325, 7.375, 4.6], + "rotation": {"angle": -45, "axis": "y", "origin": [3.775, 13.2, 4.15]}, + "faces": { + "north": {"uv": [11.375, 1, 11.5, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 11.375, 1.25, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 1.125, 11.5, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 11.375, 1.375, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 1.375, 11.375, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 11.375, 1.375, 11.5], "texture": "#1"} + } + }, + { + "from": [12.075, 7.25, 9.925], + "to": [12.15, 7.4, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.625, 6.95, 4.1]}, + "faces": { + "north": {"uv": [11.375, 1.375, 11.5, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 11.375, 1.625, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 1.5, 11.5, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 11.375, 1.75, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 1.75, 11.375, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 11.375, 1.75, 11.5], "texture": "#1"} + } + }, + { + "from": [5.25, 7.25, 9.925], + "to": [5.325, 7.4, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.775, 6.95, 4.1]}, + "faces": { + "north": {"uv": [11.375, 1.75, 11.5, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 11.375, 2, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 1.875, 11.5, 2], "texture": "#1"}, + "west": {"uv": [2, 11.375, 2.125, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 2.125, 11.375, 2], "texture": "#1"}, + "down": {"uv": [2.25, 11.375, 2.125, 11.5], "texture": "#1"} + } + }, + { + "from": [12.025, 12.725, 6.35], + "to": [12.175, 12.825, 6.45], + "rotation": {"angle": 45, "axis": "y", "origin": [13.675, 6.9, 6.05]}, + "faces": { + "north": {"uv": [11.375, 2.125, 11.5, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 11.375, 2.375, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 2.25, 11.5, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 11.375, 2.5, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 2.5, 11.375, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 11.375, 2.5, 11.5], "texture": "#1"} + } + }, + { + "from": [5.225, 12.725, 6.35], + "to": [5.375, 12.825, 6.45], + "rotation": {"angle": -45, "axis": "y", "origin": [3.725, 6.9, 6.05]}, + "faces": { + "north": {"uv": [11.375, 2.5, 11.5, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 11.375, 2.75, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 2.625, 11.5, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 11.375, 2.875, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 2.875, 11.375, 2.75], "texture": "#1"}, + "down": {"uv": [3, 11.375, 2.875, 11.5], "texture": "#1"} + } + }, + { + "from": [12.025, 9.15, 4.475], + "to": [12.175, 9.25, 4.575], + "rotation": {"angle": -45, "axis": "z", "origin": [13.675, 8.85, 10.4]}, + "faces": { + "north": {"uv": [11.375, 2.875, 11.5, 3], "texture": "#1"}, + "east": {"uv": [3, 11.375, 3.125, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 3, 11.5, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 11.375, 3.25, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 3.25, 11.375, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 11.375, 3.25, 11.5], "texture": "#1"} + } + }, + { + "from": [5.225, 9.15, 4.475], + "to": [5.375, 9.25, 4.575], + "rotation": {"angle": 45, "axis": "z", "origin": [3.725, 8.85, 10.4]}, + "faces": { + "north": {"uv": [11.375, 3.25, 11.5, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 11.375, 3.5, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 3.375, 11.5, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 11.375, 3.625, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 3.625, 11.375, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 11.375, 3.625, 11.5], "texture": "#1"} + } + }, + { + "from": [12.025, 7.275, 6.35], + "to": [12.175, 7.375, 6.45], + "rotation": {"angle": 45, "axis": "y", "origin": [13.675, 13.2, 6.05]}, + "faces": { + "north": {"uv": [11.375, 3.625, 11.5, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 11.375, 3.875, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 3.75, 11.5, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 11.375, 4, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 4, 11.375, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 11.375, 4, 11.5], "texture": "#1"} + } + }, + { + "from": [5.225, 7.275, 6.35], + "to": [5.375, 7.375, 6.45], + "rotation": {"angle": -45, "axis": "y", "origin": [3.725, 13.2, 6.05]}, + "faces": { + "north": {"uv": [11.375, 4, 11.5, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 11.375, 4.25, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 4.125, 11.5, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 11.375, 4.375, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 4.375, 11.375, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 11.375, 4.375, 11.5], "texture": "#1"} + } + }, + { + "from": [12.025, 9.15, 9.925], + "to": [12.175, 9.25, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [13.675, 8.85, 4.1]}, + "faces": { + "north": {"uv": [11.375, 4.375, 11.5, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 11.375, 4.625, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 4.5, 11.5, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 11.375, 4.75, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 4.75, 11.375, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 11.375, 4.75, 11.5], "texture": "#1"} + } + }, + { + "from": [5.225, 9.15, 9.925], + "to": [5.375, 9.25, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [3.725, 8.85, 4.1]}, + "faces": { + "north": {"uv": [11.375, 4.75, 11.5, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 11.375, 5, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 4.875, 11.5, 5], "texture": "#1"}, + "west": {"uv": [5, 11.375, 5.125, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 5.125, 11.375, 5], "texture": "#1"}, + "down": {"uv": [5.25, 11.375, 5.125, 11.5], "texture": "#1"} + } + }, + { + "from": [11.375, 12.9, 7.6], + "to": [11.45, 13, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 7.1, 7.15]}, + "faces": { + "north": {"uv": [11.375, 5.125, 11.5, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 11.375, 5.375, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 5.25, 11.5, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 11.375, 5.5, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 5.5, 11.375, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 11.375, 5.5, 11.5], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 7.6], + "to": [6.025, 13, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 7.1, 7.15]}, + "faces": { + "north": {"uv": [11.375, 5.5, 11.5, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 11.375, 5.75, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 5.625, 11.5, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 11.375, 5.875, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 5.875, 11.375, 5.75], "texture": "#1"}, + "down": {"uv": [6, 11.375, 5.875, 11.5], "texture": "#1"} + } + }, + { + "from": [11.375, 10.4, 4.3], + "to": [11.45, 10.525, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 9.95, 10.2]}, + "faces": { + "north": {"uv": [11.375, 5.875, 11.5, 6], "texture": "#1"}, + "east": {"uv": [6, 11.375, 6.125, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 6, 11.5, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 11.375, 6.25, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 6.25, 11.375, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 11.375, 6.25, 11.5], "texture": "#1"} + } + }, + { + "from": [5.95, 10.4, 4.3], + "to": [6.025, 10.525, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 9.95, 10.2]}, + "faces": { + "north": {"uv": [11.375, 6.25, 11.5, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 11.375, 6.5, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 6.375, 11.5, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 11.375, 6.625, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 6.625, 11.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 11.375, 6.625, 11.5], "texture": "#1"} + } + }, + { + "from": [11.375, 7.1, 7.6], + "to": [11.45, 7.2, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 13, 7.15]}, + "faces": { + "north": {"uv": [11.375, 6.625, 11.5, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 11.375, 6.875, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 6.75, 11.5, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 11.375, 7, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 7, 11.375, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 11.375, 7, 11.5], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 7.6], + "to": [6.025, 7.2, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 13, 7.15]}, + "faces": { + "north": {"uv": [11.375, 7, 11.5, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 11.375, 7.25, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 7.125, 11.5, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 11.375, 7.375, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 7.375, 11.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 11.375, 7.375, 11.5], "texture": "#1"} + } + }, + { + "from": [11.375, 10.4, 10.1], + "to": [11.45, 10.525, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 9.95, 4.3]}, + "faces": { + "north": {"uv": [11.375, 7.375, 11.5, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 11.375, 7.625, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 7.5, 11.5, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 11.375, 7.75, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 7.75, 11.375, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 11.375, 7.75, 11.5], "texture": "#1"} + } + }, + { + "from": [5.95, 10.4, 10.1], + "to": [6.025, 10.525, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 9.95, 4.3]}, + "faces": { + "north": {"uv": [11.375, 7.75, 11.5, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 11.375, 8, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 7.875, 11.5, 8], "texture": "#1"}, + "west": {"uv": [8, 11.375, 8.125, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 8.125, 11.375, 8], "texture": "#1"}, + "down": {"uv": [8.25, 11.375, 8.125, 11.5], "texture": "#1"} + } + }, + { + "from": [11.775, 12.8, 9.925], + "to": [11.875, 12.9, 10.05], + "rotation": {"angle": -45, "axis": "y", "origin": [13.35, 7, 10.325]}, + "faces": { + "north": {"uv": [11.375, 8.125, 11.5, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 11.375, 8.375, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 8.25, 11.5, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 11.375, 8.5, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 8.5, 11.375, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 11.375, 8.5, 11.5], "texture": "#1"} + } + }, + { + "from": [5.525, 12.8, 9.925], + "to": [5.625, 12.9, 10.05], + "rotation": {"angle": 45, "axis": "y", "origin": [4.05, 7, 10.325]}, + "faces": { + "north": {"uv": [11.375, 8.5, 11.5, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 11.375, 8.75, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 8.625, 11.5, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 11.375, 8.875, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 8.875, 11.375, 8.75], "texture": "#1"}, + "down": {"uv": [9, 11.375, 8.875, 11.5], "texture": "#1"} + } + }, + { + "from": [11.775, 12.725, 4.4], + "to": [11.875, 12.85, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.35, 13.125, 10.3]}, + "faces": { + "north": {"uv": [11.375, 8.875, 11.5, 9], "texture": "#1"}, + "east": {"uv": [9, 11.375, 9.125, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 9, 11.5, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 11.375, 9.25, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 9.25, 11.375, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 11.375, 9.25, 11.5], "texture": "#1"} + } + }, + { + "from": [5.525, 12.725, 4.4], + "to": [5.625, 12.85, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.05, 13.125, 10.3]}, + "faces": { + "north": {"uv": [11.375, 9.25, 11.5, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 11.375, 9.5, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 9.375, 11.5, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 11.375, 9.625, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 9.625, 11.375, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 11.375, 9.625, 11.5], "texture": "#1"} + } + }, + { + "from": [11.775, 7.2, 9.925], + "to": [11.875, 7.3, 10.05], + "rotation": {"angle": -45, "axis": "y", "origin": [13.35, 13.1, 10.325]}, + "faces": { + "north": {"uv": [11.375, 9.625, 11.5, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 11.375, 9.875, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 9.75, 11.5, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 11.375, 10, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 10, 11.375, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 11.375, 10, 11.5], "texture": "#1"} + } + }, + { + "from": [5.525, 7.2, 9.925], + "to": [5.625, 7.3, 10.05], + "rotation": {"angle": 45, "axis": "y", "origin": [4.05, 13.1, 10.325]}, + "faces": { + "north": {"uv": [11.375, 10, 11.5, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 11.375, 10.25, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 10.125, 11.5, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 11.375, 10.375, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 10.375, 11.375, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 11.375, 10.375, 11.5], "texture": "#1"} + } + }, + { + "from": [11.775, 12.725, 10], + "to": [11.875, 12.85, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.35, 13.125, 4.2]}, + "faces": { + "north": {"uv": [11.375, 10.375, 11.5, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 11.375, 10.625, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 10.5, 11.5, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 11.375, 10.75, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 10.75, 11.375, 10.625], "texture": "#1"}, + "down": {"uv": [10.875, 11.375, 10.75, 11.5], "texture": "#1"} + } + }, + { + "from": [5.525, 12.725, 10], + "to": [5.625, 12.85, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.05, 13.125, 4.2]}, + "faces": { + "north": {"uv": [11.375, 10.75, 11.5, 10.875], "texture": "#1"}, + "east": {"uv": [10.875, 11.375, 11, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 10.875, 11.5, 11], "texture": "#1"}, + "west": {"uv": [11, 11.375, 11.125, 11.5], "texture": "#1"}, + "up": {"uv": [11.5, 11.125, 11.375, 11], "texture": "#1"}, + "down": {"uv": [11.25, 11.375, 11.125, 11.5], "texture": "#1"} + } + }, + { + "from": [11.675, 12.8, 9.425], + "to": [11.8, 12.9, 9.5], + "rotation": {"angle": -45, "axis": "y", "origin": [13.275, 7, 9.8]}, + "faces": { + "north": {"uv": [11.375, 11.125, 11.5, 11.25], "texture": "#1"}, + "east": {"uv": [11.25, 11.375, 11.375, 11.5], "texture": "#1"}, + "south": {"uv": [11.375, 11.25, 11.5, 11.375], "texture": "#1"}, + "west": {"uv": [11.375, 11.375, 11.5, 11.5], "texture": "#1"}, + "up": {"uv": [0.125, 11.625, 0, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 0, 11.5, 0.125], "texture": "#1"} + } + }, + { + "from": [5.6, 12.8, 9.425], + "to": [5.725, 12.9, 9.5], + "rotation": {"angle": 45, "axis": "y", "origin": [4.125, 7, 9.8]}, + "faces": { + "north": {"uv": [0.125, 11.5, 0.25, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 0.125, 11.625, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 11.5, 0.375, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 0.25, 11.625, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 11.625, 0.375, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 0.375, 11.5, 0.5], "texture": "#1"} + } + }, + { + "from": [11.675, 12.225, 4.4], + "to": [11.8, 12.3, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.275, 12.6, 10.3]}, + "faces": { + "north": {"uv": [0.5, 11.5, 0.625, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 0.5, 11.625, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 11.5, 0.75, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 0.625, 11.625, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 11.625, 0.75, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 0.75, 11.5, 0.875], "texture": "#1"} + } + }, + { + "from": [5.6, 12.225, 4.4], + "to": [5.725, 12.3, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.125, 12.6, 10.3]}, + "faces": { + "north": {"uv": [0.875, 11.5, 1, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 0.875, 11.625, 1], "texture": "#1"}, + "south": {"uv": [1, 11.5, 1.125, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 1, 11.625, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 11.625, 1.125, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 1.125, 11.5, 1.25], "texture": "#1"} + } + }, + { + "from": [11.675, 7.2, 9.425], + "to": [11.8, 7.3, 9.5], + "rotation": {"angle": -45, "axis": "y", "origin": [13.275, 13.1, 9.8]}, + "faces": { + "north": {"uv": [1.25, 11.5, 1.375, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 1.25, 11.625, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 11.5, 1.5, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 1.375, 11.625, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 11.625, 1.5, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 1.5, 11.5, 1.625], "texture": "#1"} + } + }, + { + "from": [5.6, 7.2, 9.425], + "to": [5.725, 7.3, 9.5], + "rotation": {"angle": 45, "axis": "y", "origin": [4.125, 13.1, 9.8]}, + "faces": { + "north": {"uv": [1.625, 11.5, 1.75, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 1.625, 11.625, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 11.5, 1.875, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 1.75, 11.625, 1.875], "texture": "#1"}, + "up": {"uv": [2, 11.625, 1.875, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 1.875, 11.5, 2], "texture": "#1"} + } + }, + { + "from": [11.675, 12.225, 10], + "to": [11.8, 12.3, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.275, 12.6, 4.2]}, + "faces": { + "north": {"uv": [2, 11.5, 2.125, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 2, 11.625, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 11.5, 2.25, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 2.125, 11.625, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 11.625, 2.25, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 2.25, 11.5, 2.375], "texture": "#1"} + } + }, + { + "from": [5.6, 12.225, 10], + "to": [5.725, 12.3, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.125, 12.6, 4.2]}, + "faces": { + "north": {"uv": [2.375, 11.5, 2.5, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 2.375, 11.625, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 11.5, 2.625, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 2.5, 11.625, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 11.625, 2.625, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 2.625, 11.5, 2.75], "texture": "#1"} + } + }, + { + "from": [11.725, 12.8, 9.275], + "to": [11.85, 12.9, 9.35], + "rotation": {"angle": -45, "axis": "y", "origin": [13.325, 7, 9.65]}, + "faces": { + "north": {"uv": [2.75, 11.5, 2.875, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 2.75, 11.625, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 11.5, 3, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 2.875, 11.625, 3], "texture": "#1"}, + "up": {"uv": [3.125, 11.625, 3, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 3, 11.5, 3.125], "texture": "#1"} + } + }, + { + "from": [5.55, 12.8, 9.275], + "to": [5.675, 12.9, 9.35], + "rotation": {"angle": 45, "axis": "y", "origin": [4.075, 7, 9.65]}, + "faces": { + "north": {"uv": [3.125, 11.5, 3.25, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 3.125, 11.625, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 11.5, 3.375, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 3.25, 11.625, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 11.625, 3.375, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 3.375, 11.5, 3.5], "texture": "#1"} + } + }, + { + "from": [11.725, 12.075, 4.4], + "to": [11.85, 12.15, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.325, 12.45, 10.3]}, + "faces": { + "north": {"uv": [3.5, 11.5, 3.625, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 3.5, 11.625, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 11.5, 3.75, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 3.625, 11.625, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 11.625, 3.75, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 3.75, 11.5, 3.875], "texture": "#1"} + } + }, + { + "from": [5.55, 12.075, 4.4], + "to": [5.675, 12.15, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.075, 12.45, 10.3]}, + "faces": { + "north": {"uv": [3.875, 11.5, 4, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 3.875, 11.625, 4], "texture": "#1"}, + "south": {"uv": [4, 11.5, 4.125, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 4, 11.625, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 11.625, 4.125, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 4.125, 11.5, 4.25], "texture": "#1"} + } + }, + { + "from": [11.725, 7.2, 9.275], + "to": [11.85, 7.3, 9.35], + "rotation": {"angle": -45, "axis": "y", "origin": [13.325, 13.1, 9.65]}, + "faces": { + "north": {"uv": [4.25, 11.5, 4.375, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 4.25, 11.625, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 11.5, 4.5, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 4.375, 11.625, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 11.625, 4.5, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 4.5, 11.5, 4.625], "texture": "#1"} + } + }, + { + "from": [5.55, 7.2, 9.275], + "to": [5.675, 7.3, 9.35], + "rotation": {"angle": 45, "axis": "y", "origin": [4.075, 13.1, 9.65]}, + "faces": { + "north": {"uv": [4.625, 11.5, 4.75, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 4.625, 11.625, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 11.5, 4.875, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 4.75, 11.625, 4.875], "texture": "#1"}, + "up": {"uv": [5, 11.625, 4.875, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 4.875, 11.5, 5], "texture": "#1"} + } + }, + { + "from": [11.725, 12.075, 10], + "to": [11.85, 12.15, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.325, 12.45, 4.2]}, + "faces": { + "north": {"uv": [5, 11.5, 5.125, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 5, 11.625, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 11.5, 5.25, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 5.125, 11.625, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 11.625, 5.25, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 5.25, 11.5, 5.375], "texture": "#1"} + } + }, + { + "from": [5.55, 12.075, 10], + "to": [5.675, 12.15, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.075, 12.45, 4.2]}, + "faces": { + "north": {"uv": [5.375, 11.5, 5.5, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 5.375, 11.625, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 11.5, 5.625, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 5.5, 11.625, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 11.625, 5.625, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 5.625, 11.5, 5.75], "texture": "#1"} + } + }, + { + "from": [11.65, 12.8, 8.95], + "to": [11.775, 12.9, 9.025], + "rotation": {"angle": -45, "axis": "y", "origin": [13.25, 7, 9.325]}, + "faces": { + "north": {"uv": [5.75, 11.5, 5.875, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 5.75, 11.625, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 11.5, 6, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 5.875, 11.625, 6], "texture": "#1"}, + "up": {"uv": [6.125, 11.625, 6, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 6, 11.5, 6.125], "texture": "#1"} + } + }, + { + "from": [5.625, 12.8, 8.95], + "to": [5.75, 12.9, 9.025], + "rotation": {"angle": 45, "axis": "y", "origin": [4.15, 7, 9.325]}, + "faces": { + "north": {"uv": [6.125, 11.5, 6.25, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 6.125, 11.625, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 11.5, 6.375, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 6.25, 11.625, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 11.625, 6.375, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 6.375, 11.5, 6.5], "texture": "#1"} + } + }, + { + "from": [11.65, 11.75, 4.4], + "to": [11.775, 11.825, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.25, 12.125, 10.3]}, + "faces": { + "north": {"uv": [6.5, 11.5, 6.625, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 6.5, 11.625, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 11.5, 6.75, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 6.625, 11.625, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 11.625, 6.75, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 6.75, 11.5, 6.875], "texture": "#1"} + } + }, + { + "from": [5.625, 11.75, 4.4], + "to": [5.75, 11.825, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.15, 12.125, 10.3]}, + "faces": { + "north": {"uv": [6.875, 11.5, 7, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 6.875, 11.625, 7], "texture": "#1"}, + "south": {"uv": [7, 11.5, 7.125, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 7, 11.625, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 11.625, 7.125, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 7.125, 11.5, 7.25], "texture": "#1"} + } + }, + { + "from": [11.65, 7.2, 8.95], + "to": [11.775, 7.3, 9.025], + "rotation": {"angle": -45, "axis": "y", "origin": [13.25, 13.1, 9.325]}, + "faces": { + "north": {"uv": [7.25, 11.5, 7.375, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 7.25, 11.625, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 11.5, 7.5, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 7.375, 11.625, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 11.625, 7.5, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 7.5, 11.5, 7.625], "texture": "#1"} + } + }, + { + "from": [5.625, 7.2, 8.95], + "to": [5.75, 7.3, 9.025], + "rotation": {"angle": 45, "axis": "y", "origin": [4.15, 13.1, 9.325]}, + "faces": { + "north": {"uv": [7.625, 11.5, 7.75, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 7.625, 11.625, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 11.5, 7.875, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 7.75, 11.625, 7.875], "texture": "#1"}, + "up": {"uv": [8, 11.625, 7.875, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 7.875, 11.5, 8], "texture": "#1"} + } + }, + { + "from": [11.65, 11.75, 10], + "to": [11.775, 11.825, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.25, 12.125, 4.2]}, + "faces": { + "north": {"uv": [8, 11.5, 8.125, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 8, 11.625, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 11.5, 8.25, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 8.125, 11.625, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 11.625, 8.25, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 8.25, 11.5, 8.375], "texture": "#1"} + } + }, + { + "from": [5.625, 11.75, 10], + "to": [5.75, 11.825, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.15, 12.125, 4.2]}, + "faces": { + "north": {"uv": [8.375, 11.5, 8.5, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 8.375, 11.625, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 11.5, 8.625, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 8.5, 11.625, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 11.625, 8.625, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 8.625, 11.5, 8.75], "texture": "#1"} + } + }, + { + "from": [11.625, 12.8, 8.275], + "to": [11.75, 12.9, 8.35], + "rotation": {"angle": -45, "axis": "y", "origin": [13.225, 7, 8.65]}, + "faces": { + "north": {"uv": [8.75, 11.5, 8.875, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 8.75, 11.625, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 11.5, 9, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 8.875, 11.625, 9], "texture": "#1"}, + "up": {"uv": [9.125, 11.625, 9, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 9, 11.5, 9.125], "texture": "#1"} + } + }, + { + "from": [5.65, 12.8, 8.275], + "to": [5.775, 12.9, 8.35], + "rotation": {"angle": 45, "axis": "y", "origin": [4.175, 7, 8.65]}, + "faces": { + "north": {"uv": [9.125, 11.5, 9.25, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 9.125, 11.625, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 11.5, 9.375, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 9.25, 11.625, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 11.625, 9.375, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 9.375, 11.5, 9.5], "texture": "#1"} + } + }, + { + "from": [11.625, 11.075, 4.4], + "to": [11.75, 11.15, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.225, 11.45, 10.3]}, + "faces": { + "north": {"uv": [9.5, 11.5, 9.625, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 9.5, 11.625, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 11.5, 9.75, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 9.625, 11.625, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 11.625, 9.75, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 9.75, 11.5, 9.875], "texture": "#1"} + } + }, + { + "from": [5.65, 11.075, 4.4], + "to": [5.775, 11.15, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.175, 11.45, 10.3]}, + "faces": { + "north": {"uv": [9.875, 11.5, 10, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 9.875, 11.625, 10], "texture": "#1"}, + "south": {"uv": [10, 11.5, 10.125, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 10, 11.625, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 11.625, 10.125, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 10.125, 11.5, 10.25], "texture": "#1"} + } + }, + { + "from": [11.625, 7.2, 8.275], + "to": [11.75, 7.3, 8.35], + "rotation": {"angle": -45, "axis": "y", "origin": [13.225, 13.1, 8.65]}, + "faces": { + "north": {"uv": [10.25, 11.5, 10.375, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 10.25, 11.625, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 11.5, 10.5, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 10.375, 11.625, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 11.625, 10.5, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 10.5, 11.5, 10.625], "texture": "#1"} + } + }, + { + "from": [5.65, 7.2, 8.275], + "to": [5.775, 7.3, 8.35], + "rotation": {"angle": 45, "axis": "y", "origin": [4.175, 13.1, 8.65]}, + "faces": { + "north": {"uv": [10.625, 11.5, 10.75, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 10.625, 11.625, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 11.5, 10.875, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 10.75, 11.625, 10.875], "texture": "#1"}, + "up": {"uv": [11, 11.625, 10.875, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 10.875, 11.5, 11], "texture": "#1"} + } + }, + { + "from": [11.625, 11.075, 10], + "to": [11.75, 11.15, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.225, 11.45, 4.2]}, + "faces": { + "north": {"uv": [11, 11.5, 11.125, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 11, 11.625, 11.125], "texture": "#1"}, + "south": {"uv": [11.125, 11.5, 11.25, 11.625], "texture": "#1"}, + "west": {"uv": [11.5, 11.125, 11.625, 11.25], "texture": "#1"}, + "up": {"uv": [11.375, 11.625, 11.25, 11.5], "texture": "#1"}, + "down": {"uv": [11.625, 11.25, 11.5, 11.375], "texture": "#1"} + } + }, + { + "from": [5.65, 11.075, 10], + "to": [5.775, 11.15, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.175, 11.45, 4.2]}, + "faces": { + "north": {"uv": [11.375, 11.5, 11.5, 11.625], "texture": "#1"}, + "east": {"uv": [11.5, 11.375, 11.625, 11.5], "texture": "#1"}, + "south": {"uv": [11.5, 11.5, 11.625, 11.625], "texture": "#1"}, + "west": {"uv": [0, 11.625, 0.125, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 0.125, 11.625, 0], "texture": "#1"}, + "down": {"uv": [0.25, 11.625, 0.125, 11.75], "texture": "#1"} + } + }, + { + "from": [11.8, 12.8, 7.925], + "to": [11.875, 12.9, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [13.35, 7, 8.325]}, + "faces": { + "north": {"uv": [11.625, 0.125, 11.75, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 11.625, 0.375, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 0.25, 11.75, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 11.625, 0.5, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 0.5, 11.625, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 11.625, 0.5, 11.75], "texture": "#1"} + } + }, + { + "from": [5.525, 12.8, 7.925], + "to": [5.6, 12.9, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [4.05, 7, 8.325]}, + "faces": { + "north": {"uv": [11.625, 0.5, 11.75, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 11.625, 0.75, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 0.625, 11.75, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 11.625, 0.875, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 0.875, 11.625, 0.75], "texture": "#1"}, + "down": {"uv": [1, 11.625, 0.875, 11.75], "texture": "#1"} + } + }, + { + "from": [11.8, 10.725, 4.4], + "to": [11.875, 10.875, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.35, 11.125, 10.3]}, + "faces": { + "north": {"uv": [11.625, 0.875, 11.75, 1], "texture": "#1"}, + "east": {"uv": [1, 11.625, 1.125, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 1, 11.75, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 11.625, 1.25, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 1.25, 11.625, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 11.625, 1.25, 11.75], "texture": "#1"} + } + }, + { + "from": [5.525, 10.725, 4.4], + "to": [5.6, 10.875, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.05, 11.125, 10.3]}, + "faces": { + "north": {"uv": [11.625, 1.25, 11.75, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 11.625, 1.5, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 1.375, 11.75, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 11.625, 1.625, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 1.625, 11.625, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 11.625, 1.625, 11.75], "texture": "#1"} + } + }, + { + "from": [11.8, 7.2, 7.925], + "to": [11.875, 7.3, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [13.35, 13.1, 8.325]}, + "faces": { + "north": {"uv": [11.625, 1.625, 11.75, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 11.625, 1.875, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 1.75, 11.75, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 11.625, 2, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 2, 11.625, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 11.625, 2, 11.75], "texture": "#1"} + } + }, + { + "from": [5.525, 7.2, 7.925], + "to": [5.6, 7.3, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [4.05, 13.1, 8.325]}, + "faces": { + "north": {"uv": [11.625, 2, 11.75, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 11.625, 2.25, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 2.125, 11.75, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 11.625, 2.375, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 2.375, 11.625, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 11.625, 2.375, 11.75], "texture": "#1"} + } + }, + { + "from": [11.8, 10.725, 10], + "to": [11.875, 10.875, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.35, 11.125, 4.2]}, + "faces": { + "north": {"uv": [11.625, 2.375, 11.75, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 11.625, 2.625, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 2.5, 11.75, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 11.625, 2.75, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 2.75, 11.625, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 11.625, 2.75, 11.75], "texture": "#1"} + } + }, + { + "from": [5.525, 10.725, 10], + "to": [5.6, 10.875, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.05, 11.125, 4.2]}, + "faces": { + "north": {"uv": [11.625, 2.75, 11.75, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 11.625, 3, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 2.875, 11.75, 3], "texture": "#1"}, + "west": {"uv": [3, 11.625, 3.125, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 3.125, 11.625, 3], "texture": "#1"}, + "down": {"uv": [3.25, 11.625, 3.125, 11.75], "texture": "#1"} + } + }, + { + "from": [11.625, 12.8, 7.55], + "to": [11.75, 12.9, 7.65], + "rotation": {"angle": -45, "axis": "y", "origin": [13.225, 7, 7.95]}, + "faces": { + "north": {"uv": [11.625, 3.125, 11.75, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 11.625, 3.375, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 3.25, 11.75, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 11.625, 3.5, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 3.5, 11.625, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 11.625, 3.5, 11.75], "texture": "#1"} + } + }, + { + "from": [5.65, 12.8, 7.55], + "to": [5.775, 12.9, 7.65], + "rotation": {"angle": 45, "axis": "y", "origin": [4.175, 7, 7.95]}, + "faces": { + "north": {"uv": [11.625, 3.5, 11.75, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 11.625, 3.75, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 3.625, 11.75, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 11.625, 3.875, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 3.875, 11.625, 3.75], "texture": "#1"}, + "down": {"uv": [4, 11.625, 3.875, 11.75], "texture": "#1"} + } + }, + { + "from": [11.625, 10.35, 4.4], + "to": [11.75, 10.45, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.225, 10.75, 10.3]}, + "faces": { + "north": {"uv": [11.625, 3.875, 11.75, 4], "texture": "#1"}, + "east": {"uv": [4, 11.625, 4.125, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 4, 11.75, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 11.625, 4.25, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 4.25, 11.625, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 11.625, 4.25, 11.75], "texture": "#1"} + } + }, + { + "from": [5.65, 10.35, 4.4], + "to": [5.775, 10.45, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.175, 10.75, 10.3]}, + "faces": { + "north": {"uv": [11.625, 4.25, 11.75, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 11.625, 4.5, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 4.375, 11.75, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 11.625, 4.625, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 4.625, 11.625, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 11.625, 4.625, 11.75], "texture": "#1"} + } + }, + { + "from": [11.625, 7.2, 7.55], + "to": [11.75, 7.3, 7.65], + "rotation": {"angle": -45, "axis": "y", "origin": [13.225, 13.1, 7.95]}, + "faces": { + "north": {"uv": [11.625, 4.625, 11.75, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 11.625, 4.875, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 4.75, 11.75, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 11.625, 5, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 5, 11.625, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 11.625, 5, 11.75], "texture": "#1"} + } + }, + { + "from": [5.65, 7.2, 7.55], + "to": [5.775, 7.3, 7.65], + "rotation": {"angle": 45, "axis": "y", "origin": [4.175, 13.1, 7.95]}, + "faces": { + "north": {"uv": [11.625, 5, 11.75, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 11.625, 5.25, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 5.125, 11.75, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 11.625, 5.375, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 5.375, 11.625, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 11.625, 5.375, 11.75], "texture": "#1"} + } + }, + { + "from": [11.625, 10.35, 10], + "to": [11.75, 10.45, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.225, 10.75, 4.2]}, + "faces": { + "north": {"uv": [11.625, 5.375, 11.75, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 11.625, 5.625, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 5.5, 11.75, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 11.625, 5.75, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 5.75, 11.625, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 11.625, 5.75, 11.75], "texture": "#1"} + } + }, + { + "from": [5.65, 10.35, 10], + "to": [5.775, 10.45, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.175, 10.75, 4.2]}, + "faces": { + "north": {"uv": [11.625, 5.75, 11.75, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 11.625, 6, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 5.875, 11.75, 6], "texture": "#1"}, + "west": {"uv": [6, 11.625, 6.125, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 6.125, 11.625, 6], "texture": "#1"}, + "down": {"uv": [6.25, 11.625, 6.125, 11.75], "texture": "#1"} + } + }, + { + "from": [11.65, 12.8, 5.45], + "to": [11.725, 12.9, 5.525], + "rotation": {"angle": 45, "axis": "y", "origin": [13.25, 7, 5.15]}, + "faces": { + "north": {"uv": [11.625, 6.125, 11.75, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 11.625, 6.375, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 6.25, 11.75, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 11.625, 6.5, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 6.5, 11.625, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 11.625, 6.5, 11.75], "texture": "#1"} + } + }, + { + "from": [5.675, 12.8, 5.45], + "to": [5.75, 12.9, 5.525], + "rotation": {"angle": -45, "axis": "y", "origin": [4.15, 7, 5.15]}, + "faces": { + "north": {"uv": [11.625, 6.5, 11.75, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 11.625, 6.75, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 6.625, 11.75, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 11.625, 6.875, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 6.875, 11.625, 6.75], "texture": "#1"}, + "down": {"uv": [7, 11.625, 6.875, 11.75], "texture": "#1"} + } + }, + { + "from": [11.65, 8.25, 4.4], + "to": [11.725, 8.325, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [13.25, 7.95, 10.3]}, + "faces": { + "north": {"uv": [11.625, 6.875, 11.75, 7], "texture": "#1"}, + "east": {"uv": [7, 11.625, 7.125, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 7, 11.75, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 11.625, 7.25, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 7.25, 11.625, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 11.625, 7.25, 11.75], "texture": "#1"} + } + }, + { + "from": [5.675, 8.25, 4.4], + "to": [5.75, 8.325, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [4.15, 7.95, 10.3]}, + "faces": { + "north": {"uv": [11.625, 7.25, 11.75, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 11.625, 7.5, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 7.375, 11.75, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 11.625, 7.625, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 7.625, 11.625, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 11.625, 7.625, 11.75], "texture": "#1"} + } + }, + { + "from": [11.65, 7.2, 5.45], + "to": [11.725, 7.3, 5.525], + "rotation": {"angle": 45, "axis": "y", "origin": [13.25, 13.1, 5.15]}, + "faces": { + "north": {"uv": [11.625, 7.625, 11.75, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 11.625, 7.875, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 7.75, 11.75, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 11.625, 8, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 8, 11.625, 7.875], "texture": "#1"}, + "down": {"uv": [8.125, 11.625, 8, 11.75], "texture": "#1"} + } + }, + { + "from": [5.675, 7.2, 5.45], + "to": [5.75, 7.3, 5.525], + "rotation": {"angle": -45, "axis": "y", "origin": [4.15, 13.1, 5.15]}, + "faces": { + "north": {"uv": [11.625, 8, 11.75, 8.125], "texture": "#1"}, + "east": {"uv": [8.125, 11.625, 8.25, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 8.125, 11.75, 8.25], "texture": "#1"}, + "west": {"uv": [8.25, 11.625, 8.375, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 8.375, 11.625, 8.25], "texture": "#1"}, + "down": {"uv": [8.5, 11.625, 8.375, 11.75], "texture": "#1"} + } + }, + { + "from": [11.65, 8.25, 10], + "to": [11.725, 8.325, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [13.25, 7.95, 4.2]}, + "faces": { + "north": {"uv": [11.625, 8.375, 11.75, 8.5], "texture": "#1"}, + "east": {"uv": [8.5, 11.625, 8.625, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 8.5, 11.75, 8.625], "texture": "#1"}, + "west": {"uv": [8.625, 11.625, 8.75, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 8.75, 11.625, 8.625], "texture": "#1"}, + "down": {"uv": [8.875, 11.625, 8.75, 11.75], "texture": "#1"} + } + }, + { + "from": [5.675, 8.25, 10], + "to": [5.75, 8.325, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [4.15, 7.95, 4.2]}, + "faces": { + "north": {"uv": [11.625, 8.75, 11.75, 8.875], "texture": "#1"}, + "east": {"uv": [8.875, 11.625, 9, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 8.875, 11.75, 9], "texture": "#1"}, + "west": {"uv": [9, 11.625, 9.125, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 9.125, 11.625, 9], "texture": "#1"}, + "down": {"uv": [9.25, 11.625, 9.125, 11.75], "texture": "#1"} + } + }, + { + "from": [11.725, 12.8, 5.15], + "to": [11.85, 12.9, 5.225], + "rotation": {"angle": 45, "axis": "y", "origin": [13.325, 7, 4.85]}, + "faces": { + "north": {"uv": [11.625, 9.125, 11.75, 9.25], "texture": "#1"}, + "east": {"uv": [9.25, 11.625, 9.375, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 9.25, 11.75, 9.375], "texture": "#1"}, + "west": {"uv": [9.375, 11.625, 9.5, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 9.5, 11.625, 9.375], "texture": "#1"}, + "down": {"uv": [9.625, 11.625, 9.5, 11.75], "texture": "#1"} + } + }, + { + "from": [5.55, 12.8, 5.15], + "to": [5.675, 12.9, 5.225], + "rotation": {"angle": -45, "axis": "y", "origin": [4.075, 7, 4.85]}, + "faces": { + "north": {"uv": [11.625, 9.5, 11.75, 9.625], "texture": "#1"}, + "east": {"uv": [9.625, 11.625, 9.75, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 9.625, 11.75, 9.75], "texture": "#1"}, + "west": {"uv": [9.75, 11.625, 9.875, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 9.875, 11.625, 9.75], "texture": "#1"}, + "down": {"uv": [10, 11.625, 9.875, 11.75], "texture": "#1"} + } + }, + { + "from": [11.725, 7.95, 4.4], + "to": [11.85, 8.025, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [13.325, 7.65, 10.3]}, + "faces": { + "north": {"uv": [11.625, 9.875, 11.75, 10], "texture": "#1"}, + "east": {"uv": [10, 11.625, 10.125, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 10, 11.75, 10.125], "texture": "#1"}, + "west": {"uv": [10.125, 11.625, 10.25, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 10.25, 11.625, 10.125], "texture": "#1"}, + "down": {"uv": [10.375, 11.625, 10.25, 11.75], "texture": "#1"} + } + }, + { + "from": [5.55, 7.95, 4.4], + "to": [5.675, 8.025, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [4.075, 7.65, 10.3]}, + "faces": { + "north": {"uv": [11.625, 10.25, 11.75, 10.375], "texture": "#1"}, + "east": {"uv": [10.375, 11.625, 10.5, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 10.375, 11.75, 10.5], "texture": "#1"}, + "west": {"uv": [10.5, 11.625, 10.625, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 10.625, 11.625, 10.5], "texture": "#1"}, + "down": {"uv": [10.75, 11.625, 10.625, 11.75], "texture": "#1"} + } + }, + { + "from": [11.725, 7.2, 5.15], + "to": [11.85, 7.3, 5.225], + "rotation": {"angle": 45, "axis": "y", "origin": [13.325, 13.1, 4.85]}, + "faces": { + "north": {"uv": [11.625, 10.625, 11.75, 10.75], "texture": "#1"}, + "east": {"uv": [10.75, 11.625, 10.875, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 10.75, 11.75, 10.875], "texture": "#1"}, + "west": {"uv": [10.875, 11.625, 11, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 11, 11.625, 10.875], "texture": "#1"}, + "down": {"uv": [11.125, 11.625, 11, 11.75], "texture": "#1"} + } + }, + { + "from": [5.55, 7.2, 5.15], + "to": [5.675, 7.3, 5.225], + "rotation": {"angle": -45, "axis": "y", "origin": [4.075, 13.1, 4.85]}, + "faces": { + "north": {"uv": [11.625, 11, 11.75, 11.125], "texture": "#1"}, + "east": {"uv": [11.125, 11.625, 11.25, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 11.125, 11.75, 11.25], "texture": "#1"}, + "west": {"uv": [11.25, 11.625, 11.375, 11.75], "texture": "#1"}, + "up": {"uv": [11.75, 11.375, 11.625, 11.25], "texture": "#1"}, + "down": {"uv": [11.5, 11.625, 11.375, 11.75], "texture": "#1"} + } + }, + { + "from": [11.725, 7.95, 10], + "to": [11.85, 8.025, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [13.325, 7.65, 4.2]}, + "faces": { + "north": {"uv": [11.625, 11.375, 11.75, 11.5], "texture": "#1"}, + "east": {"uv": [11.5, 11.625, 11.625, 11.75], "texture": "#1"}, + "south": {"uv": [11.625, 11.5, 11.75, 11.625], "texture": "#1"}, + "west": {"uv": [11.625, 11.625, 11.75, 11.75], "texture": "#1"}, + "up": {"uv": [0.125, 11.875, 0, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 0, 11.75, 0.125], "texture": "#1"} + } + }, + { + "from": [5.55, 7.95, 10], + "to": [5.675, 8.025, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [4.075, 7.65, 4.2]}, + "faces": { + "north": {"uv": [0.125, 11.75, 0.25, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 0.125, 11.875, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 11.75, 0.375, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 0.25, 11.875, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 11.875, 0.375, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 0.375, 11.75, 0.5], "texture": "#1"} + } + }, + { + "from": [11.625, 12.8, 4.95], + "to": [11.75, 12.9, 5.075], + "rotation": {"angle": 45, "axis": "y", "origin": [13.225, 7, 4.65]}, + "faces": { + "north": {"uv": [0.5, 11.75, 0.625, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 0.5, 11.875, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 11.75, 0.75, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 0.625, 11.875, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 11.875, 0.75, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 0.75, 11.75, 0.875], "texture": "#1"} + } + }, + { + "from": [5.65, 12.8, 4.95], + "to": [5.775, 12.9, 5.075], + "rotation": {"angle": -45, "axis": "y", "origin": [4.175, 7, 4.65]}, + "faces": { + "north": {"uv": [0.875, 11.75, 1, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 0.875, 11.875, 1], "texture": "#1"}, + "south": {"uv": [1, 11.75, 1.125, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 1, 11.875, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 11.875, 1.125, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 1.125, 11.75, 1.25], "texture": "#1"} + } + }, + { + "from": [11.625, 7.75, 4.4], + "to": [11.75, 7.875, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [13.225, 7.45, 10.3]}, + "faces": { + "north": {"uv": [1.25, 11.75, 1.375, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 1.25, 11.875, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 11.75, 1.5, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 1.375, 11.875, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 11.875, 1.5, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 1.5, 11.75, 1.625], "texture": "#1"} + } + }, + { + "from": [5.65, 7.75, 4.4], + "to": [5.775, 7.875, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [4.175, 7.45, 10.3]}, + "faces": { + "north": {"uv": [1.625, 11.75, 1.75, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 1.625, 11.875, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 11.75, 1.875, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 1.75, 11.875, 1.875], "texture": "#1"}, + "up": {"uv": [2, 11.875, 1.875, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 1.875, 11.75, 2], "texture": "#1"} + } + }, + { + "from": [11.625, 7.2, 4.95], + "to": [11.75, 7.3, 5.075], + "rotation": {"angle": 45, "axis": "y", "origin": [13.225, 13.1, 4.65]}, + "faces": { + "north": {"uv": [2, 11.75, 2.125, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 2, 11.875, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 11.75, 2.25, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 2.125, 11.875, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 11.875, 2.25, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 2.25, 11.75, 2.375], "texture": "#1"} + } + }, + { + "from": [5.65, 7.2, 4.95], + "to": [5.775, 7.3, 5.075], + "rotation": {"angle": -45, "axis": "y", "origin": [4.175, 13.1, 4.65]}, + "faces": { + "north": {"uv": [2.375, 11.75, 2.5, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 2.375, 11.875, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 11.75, 2.625, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 2.5, 11.875, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 11.875, 2.625, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 2.625, 11.75, 2.75], "texture": "#1"} + } + }, + { + "from": [11.625, 7.75, 10], + "to": [11.75, 7.875, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [13.225, 7.45, 4.2]}, + "faces": { + "north": {"uv": [2.75, 11.75, 2.875, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 2.75, 11.875, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 11.75, 3, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 2.875, 11.875, 3], "texture": "#1"}, + "up": {"uv": [3.125, 11.875, 3, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 3, 11.75, 3.125], "texture": "#1"} + } + }, + { + "from": [5.65, 7.75, 10], + "to": [5.775, 7.875, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [4.175, 7.45, 4.2]}, + "faces": { + "north": {"uv": [3.125, 11.75, 3.25, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 3.125, 11.875, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 11.75, 3.375, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 3.25, 11.875, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 11.875, 3.375, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 3.375, 11.75, 3.5], "texture": "#1"} + } + }, + { + "from": [11.625, 12.8, 6.65], + "to": [11.75, 12.9, 6.75], + "rotation": {"angle": -45, "axis": "y", "origin": [13.225, 7, 7.05]}, + "faces": { + "north": {"uv": [3.5, 11.75, 3.625, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 3.5, 11.875, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 11.75, 3.75, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 3.625, 11.875, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 11.875, 3.75, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 3.75, 11.75, 3.875], "texture": "#1"} + } + }, + { + "from": [5.65, 12.8, 6.65], + "to": [5.775, 12.9, 6.75], + "rotation": {"angle": 45, "axis": "y", "origin": [4.175, 7, 7.05]}, + "faces": { + "north": {"uv": [3.875, 11.75, 4, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 3.875, 11.875, 4], "texture": "#1"}, + "south": {"uv": [4, 11.75, 4.125, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 4, 11.875, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 11.875, 4.125, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 4.125, 11.75, 4.25], "texture": "#1"} + } + }, + { + "from": [11.625, 9.45, 4.4], + "to": [11.75, 9.55, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.225, 9.85, 10.3]}, + "faces": { + "north": {"uv": [4.25, 11.75, 4.375, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 4.25, 11.875, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 11.75, 4.5, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 4.375, 11.875, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 11.875, 4.5, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 4.5, 11.75, 4.625], "texture": "#1"} + } + }, + { + "from": [5.65, 9.45, 4.4], + "to": [5.775, 9.55, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.175, 9.85, 10.3]}, + "faces": { + "north": {"uv": [4.625, 11.75, 4.75, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 4.625, 11.875, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 11.75, 4.875, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 4.75, 11.875, 4.875], "texture": "#1"}, + "up": {"uv": [5, 11.875, 4.875, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 4.875, 11.75, 5], "texture": "#1"} + } + }, + { + "from": [11.625, 7.2, 6.65], + "to": [11.75, 7.3, 6.75], + "rotation": {"angle": -45, "axis": "y", "origin": [13.225, 13.1, 7.05]}, + "faces": { + "north": {"uv": [5, 11.75, 5.125, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 5, 11.875, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 11.75, 5.25, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 5.125, 11.875, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 11.875, 5.25, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 5.25, 11.75, 5.375], "texture": "#1"} + } + }, + { + "from": [5.65, 7.2, 6.65], + "to": [5.775, 7.3, 6.75], + "rotation": {"angle": 45, "axis": "y", "origin": [4.175, 13.1, 7.05]}, + "faces": { + "north": {"uv": [5.375, 11.75, 5.5, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 5.375, 11.875, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 11.75, 5.625, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 5.5, 11.875, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 11.875, 5.625, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 5.625, 11.75, 5.75], "texture": "#1"} + } + }, + { + "from": [11.625, 9.45, 10], + "to": [11.75, 9.55, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.225, 9.85, 4.2]}, + "faces": { + "north": {"uv": [5.75, 11.75, 5.875, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 5.75, 11.875, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 11.75, 6, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 5.875, 11.875, 6], "texture": "#1"}, + "up": {"uv": [6.125, 11.875, 6, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 6, 11.75, 6.125], "texture": "#1"} + } + }, + { + "from": [5.65, 9.45, 10], + "to": [5.775, 9.55, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.175, 9.85, 4.2]}, + "faces": { + "north": {"uv": [6.125, 11.75, 6.25, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 6.125, 11.875, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 11.75, 6.375, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 6.25, 11.875, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 11.875, 6.375, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 6.375, 11.75, 6.5], "texture": "#1"} + } + }, + { + "from": [11.725, 12.8, 6.425], + "to": [11.875, 12.9, 6.5], + "rotation": {"angle": -45, "axis": "y", "origin": [13.325, 7, 6.825]}, + "faces": { + "north": {"uv": [6.5, 11.75, 6.625, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 6.5, 11.875, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 11.75, 6.75, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 6.625, 11.875, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 11.875, 6.75, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 6.75, 11.75, 6.875], "texture": "#1"} + } + }, + { + "from": [5.525, 12.8, 6.425], + "to": [5.675, 12.9, 6.5], + "rotation": {"angle": 45, "axis": "y", "origin": [4.075, 7, 6.825]}, + "faces": { + "north": {"uv": [6.875, 11.75, 7, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 6.875, 11.875, 7], "texture": "#1"}, + "south": {"uv": [7, 11.75, 7.125, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 7, 11.875, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 11.875, 7.125, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 7.125, 11.75, 7.25], "texture": "#1"} + } + }, + { + "from": [11.725, 9.225, 4.4], + "to": [11.875, 9.3, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.325, 9.625, 10.3]}, + "faces": { + "north": {"uv": [7.25, 11.75, 7.375, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 7.25, 11.875, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 11.75, 7.5, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 7.375, 11.875, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 11.875, 7.5, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 7.5, 11.75, 7.625], "texture": "#1"} + } + }, + { + "from": [5.525, 9.225, 4.4], + "to": [5.675, 9.3, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.075, 9.625, 10.3]}, + "faces": { + "north": {"uv": [7.625, 11.75, 7.75, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 7.625, 11.875, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 11.75, 7.875, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 7.75, 11.875, 7.875], "texture": "#1"}, + "up": {"uv": [8, 11.875, 7.875, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 7.875, 11.75, 8], "texture": "#1"} + } + }, + { + "from": [11.725, 7.2, 6.425], + "to": [11.875, 7.3, 6.5], + "rotation": {"angle": -45, "axis": "y", "origin": [13.325, 13.1, 6.825]}, + "faces": { + "north": {"uv": [8, 11.75, 8.125, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 8, 11.875, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 11.75, 8.25, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 8.125, 11.875, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 11.875, 8.25, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 8.25, 11.75, 8.375], "texture": "#1"} + } + }, + { + "from": [5.525, 7.2, 6.425], + "to": [5.675, 7.3, 6.5], + "rotation": {"angle": 45, "axis": "y", "origin": [4.075, 13.1, 6.825]}, + "faces": { + "north": {"uv": [8.375, 11.75, 8.5, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 8.375, 11.875, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 11.75, 8.625, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 8.5, 11.875, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 11.875, 8.625, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 8.625, 11.75, 8.75], "texture": "#1"} + } + }, + { + "from": [11.725, 9.225, 10], + "to": [11.875, 9.3, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.325, 9.625, 4.2]}, + "faces": { + "north": {"uv": [8.75, 11.75, 8.875, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 8.75, 11.875, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 11.75, 9, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 8.875, 11.875, 9], "texture": "#1"}, + "up": {"uv": [9.125, 11.875, 9, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 9, 11.75, 9.125], "texture": "#1"} + } + }, + { + "from": [5.525, 9.225, 10], + "to": [5.675, 9.3, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.075, 9.625, 4.2]}, + "faces": { + "north": {"uv": [9.125, 11.75, 9.25, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 9.125, 11.875, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 11.75, 9.375, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 9.25, 11.875, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 11.875, 9.375, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 9.375, 11.75, 9.5], "texture": "#1"} + } + }, + { + "from": [11.75, 12.8, 4.675], + "to": [11.875, 12.9, 4.775], + "rotation": {"angle": 45, "axis": "y", "origin": [13.35, 7, 4.375]}, + "faces": { + "north": {"uv": [9.5, 11.75, 9.625, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 9.5, 11.875, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 11.75, 9.75, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 9.625, 11.875, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 11.875, 9.75, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 9.75, 11.75, 9.875], "texture": "#1"} + } + }, + { + "from": [5.525, 12.8, 4.675], + "to": [5.65, 12.9, 4.775], + "rotation": {"angle": -45, "axis": "y", "origin": [4.05, 7, 4.375]}, + "faces": { + "north": {"uv": [9.875, 11.75, 10, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 9.875, 11.875, 10], "texture": "#1"}, + "south": {"uv": [10, 11.75, 10.125, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 10, 11.875, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 11.875, 10.125, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 10.125, 11.75, 10.25], "texture": "#1"} + } + }, + { + "from": [11.75, 7.475, 4.4], + "to": [11.875, 7.575, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [13.35, 7.175, 10.3]}, + "faces": { + "north": {"uv": [10.25, 11.75, 10.375, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 10.25, 11.875, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 11.75, 10.5, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 10.375, 11.875, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 11.875, 10.5, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 10.5, 11.75, 10.625], "texture": "#1"} + } + }, + { + "from": [5.525, 7.475, 4.4], + "to": [5.65, 7.575, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [4.05, 7.175, 10.3]}, + "faces": { + "north": {"uv": [10.625, 11.75, 10.75, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 10.625, 11.875, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 11.75, 10.875, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 10.75, 11.875, 10.875], "texture": "#1"}, + "up": {"uv": [11, 11.875, 10.875, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 10.875, 11.75, 11], "texture": "#1"} + } + }, + { + "from": [11.75, 7.2, 4.675], + "to": [11.875, 7.3, 4.775], + "rotation": {"angle": 45, "axis": "y", "origin": [13.35, 13.1, 4.375]}, + "faces": { + "north": {"uv": [11, 11.75, 11.125, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 11, 11.875, 11.125], "texture": "#1"}, + "south": {"uv": [11.125, 11.75, 11.25, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 11.125, 11.875, 11.25], "texture": "#1"}, + "up": {"uv": [11.375, 11.875, 11.25, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 11.25, 11.75, 11.375], "texture": "#1"} + } + }, + { + "from": [5.525, 7.2, 4.675], + "to": [5.65, 7.3, 4.775], + "rotation": {"angle": -45, "axis": "y", "origin": [4.05, 13.1, 4.375]}, + "faces": { + "north": {"uv": [11.375, 11.75, 11.5, 11.875], "texture": "#1"}, + "east": {"uv": [11.75, 11.375, 11.875, 11.5], "texture": "#1"}, + "south": {"uv": [11.5, 11.75, 11.625, 11.875], "texture": "#1"}, + "west": {"uv": [11.75, 11.5, 11.875, 11.625], "texture": "#1"}, + "up": {"uv": [11.75, 11.875, 11.625, 11.75], "texture": "#1"}, + "down": {"uv": [11.875, 11.625, 11.75, 11.75], "texture": "#1"} + } + }, + { + "from": [11.75, 7.475, 10], + "to": [11.875, 7.575, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [13.35, 7.175, 4.2]}, + "faces": { + "north": {"uv": [11.75, 11.75, 11.875, 11.875], "texture": "#1"}, + "east": {"uv": [0, 11.875, 0.125, 12], "texture": "#1"}, + "south": {"uv": [11.875, 0, 12, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 11.875, 0.25, 12], "texture": "#1"}, + "up": {"uv": [12, 0.25, 11.875, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 11.875, 0.25, 12], "texture": "#1"} + } + }, + { + "from": [5.525, 7.475, 10], + "to": [5.65, 7.575, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [4.05, 7.175, 4.2]}, + "faces": { + "north": {"uv": [11.875, 0.25, 12, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 11.875, 0.5, 12], "texture": "#1"}, + "south": {"uv": [11.875, 0.375, 12, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 11.875, 0.625, 12], "texture": "#1"}, + "up": {"uv": [12, 0.625, 11.875, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 11.875, 0.625, 12], "texture": "#1"} + } + }, + { + "from": [11.625, 12.8, 4.45], + "to": [11.75, 12.9, 4.55], + "rotation": {"angle": 45, "axis": "y", "origin": [13.225, 7, 4.15]}, + "faces": { + "north": {"uv": [11.875, 0.625, 12, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 11.875, 0.875, 12], "texture": "#1"}, + "south": {"uv": [11.875, 0.75, 12, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 11.875, 1, 12], "texture": "#1"}, + "up": {"uv": [12, 1, 11.875, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 11.875, 1, 12], "texture": "#1"} + } + }, + { + "from": [5.65, 12.8, 4.45], + "to": [5.775, 12.9, 4.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.175, 7, 4.15]}, + "faces": { + "north": {"uv": [11.875, 1, 12, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 11.875, 1.25, 12], "texture": "#1"}, + "south": {"uv": [11.875, 1.125, 12, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 11.875, 1.375, 12], "texture": "#1"}, + "up": {"uv": [12, 1.375, 11.875, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 11.875, 1.375, 12], "texture": "#1"} + } + }, + { + "from": [11.625, 7.25, 4.4], + "to": [11.75, 7.35, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [13.225, 6.95, 10.3]}, + "faces": { + "north": {"uv": [11.875, 1.375, 12, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 11.875, 1.625, 12], "texture": "#1"}, + "south": {"uv": [11.875, 1.5, 12, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 11.875, 1.75, 12], "texture": "#1"}, + "up": {"uv": [12, 1.75, 11.875, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 11.875, 1.75, 12], "texture": "#1"} + } + }, + { + "from": [5.65, 7.25, 4.4], + "to": [5.775, 7.35, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [4.175, 6.95, 10.3]}, + "faces": { + "north": {"uv": [11.875, 1.75, 12, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 11.875, 2, 12], "texture": "#1"}, + "south": {"uv": [11.875, 1.875, 12, 2], "texture": "#1"}, + "west": {"uv": [2, 11.875, 2.125, 12], "texture": "#1"}, + "up": {"uv": [12, 2.125, 11.875, 2], "texture": "#1"}, + "down": {"uv": [2.25, 11.875, 2.125, 12], "texture": "#1"} + } + }, + { + "from": [11.625, 7.2, 4.45], + "to": [11.75, 7.3, 4.55], + "rotation": {"angle": 45, "axis": "y", "origin": [13.225, 13.1, 4.15]}, + "faces": { + "north": {"uv": [11.875, 2.125, 12, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 11.875, 2.375, 12], "texture": "#1"}, + "south": {"uv": [11.875, 2.25, 12, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 11.875, 2.5, 12], "texture": "#1"}, + "up": {"uv": [12, 2.5, 11.875, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 11.875, 2.5, 12], "texture": "#1"} + } + }, + { + "from": [5.65, 7.2, 4.45], + "to": [5.775, 7.3, 4.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.175, 13.1, 4.15]}, + "faces": { + "north": {"uv": [11.875, 2.5, 12, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 11.875, 2.75, 12], "texture": "#1"}, + "south": {"uv": [11.875, 2.625, 12, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 11.875, 2.875, 12], "texture": "#1"}, + "up": {"uv": [12, 2.875, 11.875, 2.75], "texture": "#1"}, + "down": {"uv": [3, 11.875, 2.875, 12], "texture": "#1"} + } + }, + { + "from": [11.625, 7.25, 10], + "to": [11.75, 7.35, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [13.225, 6.95, 4.2]}, + "faces": { + "north": {"uv": [11.875, 2.875, 12, 3], "texture": "#1"}, + "east": {"uv": [3, 11.875, 3.125, 12], "texture": "#1"}, + "south": {"uv": [11.875, 3, 12, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 11.875, 3.25, 12], "texture": "#1"}, + "up": {"uv": [12, 3.25, 11.875, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 11.875, 3.25, 12], "texture": "#1"} + } + }, + { + "from": [5.65, 7.25, 10], + "to": [5.775, 7.35, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [4.175, 6.95, 4.2]}, + "faces": { + "north": {"uv": [11.875, 3.25, 12, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 11.875, 3.5, 12], "texture": "#1"}, + "south": {"uv": [11.875, 3.375, 12, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 11.875, 3.625, 12], "texture": "#1"}, + "up": {"uv": [12, 3.625, 11.875, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 11.875, 3.625, 12], "texture": "#1"} + } + }, + { + "from": [11.75, 12.8, 7.825], + "to": [11.875, 12.9, 7.925], + "rotation": {"angle": -45, "axis": "y", "origin": [13.35, 7, 8.225]}, + "faces": { + "north": {"uv": [11.875, 3.625, 12, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 11.875, 3.875, 12], "texture": "#1"}, + "south": {"uv": [11.875, 3.75, 12, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 11.875, 4, 12], "texture": "#1"}, + "up": {"uv": [12, 4, 11.875, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 11.875, 4, 12], "texture": "#1"} + } + }, + { + "from": [5.525, 12.8, 7.825], + "to": [5.65, 12.9, 7.925], + "rotation": {"angle": 45, "axis": "y", "origin": [4.05, 7, 8.225]}, + "faces": { + "north": {"uv": [11.875, 4, 12, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 11.875, 4.25, 12], "texture": "#1"}, + "south": {"uv": [11.875, 4.125, 12, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 11.875, 4.375, 12], "texture": "#1"}, + "up": {"uv": [12, 4.375, 11.875, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 11.875, 4.375, 12], "texture": "#1"} + } + }, + { + "from": [11.75, 10.625, 4.4], + "to": [11.875, 10.725, 4.5], + "rotation": {"angle": 45, "axis": "z", "origin": [13.35, 11.025, 10.3]}, + "faces": { + "north": {"uv": [11.875, 4.375, 12, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 11.875, 4.625, 12], "texture": "#1"}, + "south": {"uv": [11.875, 4.5, 12, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 11.875, 4.75, 12], "texture": "#1"}, + "up": {"uv": [12, 4.75, 11.875, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 11.875, 4.75, 12], "texture": "#1"} + } + }, + { + "from": [5.525, 10.625, 4.4], + "to": [5.65, 10.725, 4.5], + "rotation": {"angle": -45, "axis": "z", "origin": [4.05, 11.025, 10.3]}, + "faces": { + "north": {"uv": [11.875, 4.75, 12, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 11.875, 5, 12], "texture": "#1"}, + "south": {"uv": [11.875, 4.875, 12, 5], "texture": "#1"}, + "west": {"uv": [5, 11.875, 5.125, 12], "texture": "#1"}, + "up": {"uv": [12, 5.125, 11.875, 5], "texture": "#1"}, + "down": {"uv": [5.25, 11.875, 5.125, 12], "texture": "#1"} + } + }, + { + "from": [11.75, 7.2, 7.825], + "to": [11.875, 7.3, 7.925], + "rotation": {"angle": -45, "axis": "y", "origin": [13.35, 13.1, 8.225]}, + "faces": { + "north": {"uv": [11.875, 5.125, 12, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 11.875, 5.375, 12], "texture": "#1"}, + "south": {"uv": [11.875, 5.25, 12, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 11.875, 5.5, 12], "texture": "#1"}, + "up": {"uv": [12, 5.5, 11.875, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 11.875, 5.5, 12], "texture": "#1"} + } + }, + { + "from": [5.525, 7.2, 7.825], + "to": [5.65, 7.3, 7.925], + "rotation": {"angle": 45, "axis": "y", "origin": [4.05, 13.1, 8.225]}, + "faces": { + "north": {"uv": [11.875, 5.5, 12, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 11.875, 5.75, 12], "texture": "#1"}, + "south": {"uv": [11.875, 5.625, 12, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 11.875, 5.875, 12], "texture": "#1"}, + "up": {"uv": [12, 5.875, 11.875, 5.75], "texture": "#1"}, + "down": {"uv": [6, 11.875, 5.875, 12], "texture": "#1"} + } + }, + { + "from": [11.75, 10.625, 10], + "to": [11.875, 10.725, 10.1], + "rotation": {"angle": 45, "axis": "z", "origin": [13.35, 11.025, 4.2]}, + "faces": { + "north": {"uv": [11.875, 5.875, 12, 6], "texture": "#1"}, + "east": {"uv": [6, 11.875, 6.125, 12], "texture": "#1"}, + "south": {"uv": [11.875, 6, 12, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 11.875, 6.25, 12], "texture": "#1"}, + "up": {"uv": [12, 6.25, 11.875, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 11.875, 6.25, 12], "texture": "#1"} + } + }, + { + "from": [5.525, 10.625, 10], + "to": [5.65, 10.725, 10.1], + "rotation": {"angle": -45, "axis": "z", "origin": [4.05, 11.025, 4.2]}, + "faces": { + "north": {"uv": [11.875, 6.25, 12, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 11.875, 6.5, 12], "texture": "#1"}, + "south": {"uv": [11.875, 6.375, 12, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 11.875, 6.625, 12], "texture": "#1"}, + "up": {"uv": [12, 6.625, 11.875, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 11.875, 6.625, 12], "texture": "#1"} + } + }, + { + "from": [11.375, 12.9, 7.8], + "to": [11.425, 13, 7.9], + "rotation": {"angle": 45, "axis": "y", "origin": [12.9, 7.1, 7.5]}, + "faces": { + "north": {"uv": [11.875, 6.625, 12, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 11.875, 6.875, 12], "texture": "#1"}, + "south": {"uv": [11.875, 6.75, 12, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 11.875, 7, 12], "texture": "#1"}, + "up": {"uv": [12, 7, 11.875, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 11.875, 7, 12], "texture": "#1"} + } + }, + { + "from": [5.975, 12.9, 7.8], + "to": [6.025, 13, 7.9], + "rotation": {"angle": -45, "axis": "y", "origin": [4.5, 7.1, 7.5]}, + "faces": { + "north": {"uv": [11.875, 7, 12, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 11.875, 7.25, 12], "texture": "#1"}, + "south": {"uv": [11.875, 7.125, 12, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 11.875, 7.375, 12], "texture": "#1"}, + "up": {"uv": [12, 7.375, 11.875, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 11.875, 7.375, 12], "texture": "#1"} + } + }, + { + "from": [11.375, 10.6, 4.3], + "to": [11.425, 10.7, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.9, 10.3, 10.2]}, + "faces": { + "north": {"uv": [11.875, 7.375, 12, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 11.875, 7.625, 12], "texture": "#1"}, + "south": {"uv": [11.875, 7.5, 12, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 11.875, 7.75, 12], "texture": "#1"}, + "up": {"uv": [12, 7.75, 11.875, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 11.875, 7.75, 12], "texture": "#1"} + } + }, + { + "from": [5.975, 10.6, 4.3], + "to": [6.025, 10.7, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.5, 10.3, 10.2]}, + "faces": { + "north": {"uv": [11.875, 7.75, 12, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 11.875, 8, 12], "texture": "#1"}, + "south": {"uv": [11.875, 7.875, 12, 8], "texture": "#1"}, + "west": {"uv": [8, 11.875, 8.125, 12], "texture": "#1"}, + "up": {"uv": [12, 8.125, 11.875, 8], "texture": "#1"}, + "down": {"uv": [8.25, 11.875, 8.125, 12], "texture": "#1"} + } + }, + { + "from": [11.375, 7.1, 7.8], + "to": [11.425, 7.2, 7.9], + "rotation": {"angle": 45, "axis": "y", "origin": [12.9, 13, 7.5]}, + "faces": { + "north": {"uv": [11.875, 8.125, 12, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 11.875, 8.375, 12], "texture": "#1"}, + "south": {"uv": [11.875, 8.25, 12, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 11.875, 8.5, 12], "texture": "#1"}, + "up": {"uv": [12, 8.5, 11.875, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 11.875, 8.5, 12], "texture": "#1"} + } + }, + { + "from": [5.975, 7.1, 7.8], + "to": [6.025, 7.2, 7.9], + "rotation": {"angle": -45, "axis": "y", "origin": [4.5, 13, 7.5]}, + "faces": { + "north": {"uv": [11.875, 8.5, 12, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 11.875, 8.75, 12], "texture": "#1"}, + "south": {"uv": [11.875, 8.625, 12, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 11.875, 8.875, 12], "texture": "#1"}, + "up": {"uv": [12, 8.875, 11.875, 8.75], "texture": "#1"}, + "down": {"uv": [9, 11.875, 8.875, 12], "texture": "#1"} + } + }, + { + "from": [11.375, 10.6, 10.1], + "to": [11.425, 10.7, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.9, 10.3, 4.3]}, + "faces": { + "north": {"uv": [11.875, 8.875, 12, 9], "texture": "#1"}, + "east": {"uv": [9, 11.875, 9.125, 12], "texture": "#1"}, + "south": {"uv": [11.875, 9, 12, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 11.875, 9.25, 12], "texture": "#1"}, + "up": {"uv": [12, 9.25, 11.875, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 11.875, 9.25, 12], "texture": "#1"} + } + }, + { + "from": [5.975, 10.6, 10.1], + "to": [6.025, 10.7, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.5, 10.3, 4.3]}, + "faces": { + "north": {"uv": [11.875, 9.25, 12, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 11.875, 9.5, 12], "texture": "#1"}, + "south": {"uv": [11.875, 9.375, 12, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 11.875, 9.625, 12], "texture": "#1"}, + "up": {"uv": [12, 9.625, 11.875, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 11.875, 9.625, 12], "texture": "#1"} + } + }, + { + "from": [11.475, 12.9, 7.075], + "to": [11.525, 13, 7.2], + "rotation": {"angle": 45, "axis": "y", "origin": [13, 7.1, 6.775]}, + "faces": { + "north": {"uv": [11.875, 9.625, 12, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 11.875, 9.875, 12], "texture": "#1"}, + "south": {"uv": [11.875, 9.75, 12, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 11.875, 10, 12], "texture": "#1"}, + "up": {"uv": [12, 10, 11.875, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 11.875, 10, 12], "texture": "#1"} + } + }, + { + "from": [5.875, 12.9, 7.075], + "to": [5.925, 13, 7.2], + "rotation": {"angle": -45, "axis": "y", "origin": [4.4, 7.1, 6.775]}, + "faces": { + "north": {"uv": [11.875, 10, 12, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 11.875, 10.25, 12], "texture": "#1"}, + "south": {"uv": [11.875, 10.125, 12, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 11.875, 10.375, 12], "texture": "#1"}, + "up": {"uv": [12, 10.375, 11.875, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 11.875, 10.375, 12], "texture": "#1"} + } + }, + { + "from": [11.475, 9.875, 4.3], + "to": [11.525, 10, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13, 9.575, 10.2]}, + "faces": { + "north": {"uv": [11.875, 10.375, 12, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 11.875, 10.625, 12], "texture": "#1"}, + "south": {"uv": [11.875, 10.5, 12, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 11.875, 10.75, 12], "texture": "#1"}, + "up": {"uv": [12, 10.75, 11.875, 10.625], "texture": "#1"}, + "down": {"uv": [10.875, 11.875, 10.75, 12], "texture": "#1"} + } + }, + { + "from": [5.875, 9.875, 4.3], + "to": [5.925, 10, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.4, 9.575, 10.2]}, + "faces": { + "north": {"uv": [11.875, 10.75, 12, 10.875], "texture": "#1"}, + "east": {"uv": [10.875, 11.875, 11, 12], "texture": "#1"}, + "south": {"uv": [11.875, 10.875, 12, 11], "texture": "#1"}, + "west": {"uv": [11, 11.875, 11.125, 12], "texture": "#1"}, + "up": {"uv": [12, 11.125, 11.875, 11], "texture": "#1"}, + "down": {"uv": [11.25, 11.875, 11.125, 12], "texture": "#1"} + } + }, + { + "from": [11.475, 7.1, 7.075], + "to": [11.525, 7.2, 7.2], + "rotation": {"angle": 45, "axis": "y", "origin": [13, 13, 6.775]}, + "faces": { + "north": {"uv": [11.875, 11.125, 12, 11.25], "texture": "#1"}, + "east": {"uv": [11.25, 11.875, 11.375, 12], "texture": "#1"}, + "south": {"uv": [11.875, 11.25, 12, 11.375], "texture": "#1"}, + "west": {"uv": [11.375, 11.875, 11.5, 12], "texture": "#1"}, + "up": {"uv": [12, 11.5, 11.875, 11.375], "texture": "#1"}, + "down": {"uv": [11.625, 11.875, 11.5, 12], "texture": "#1"} + } + }, + { + "from": [5.875, 7.1, 7.075], + "to": [5.925, 7.2, 7.2], + "rotation": {"angle": -45, "axis": "y", "origin": [4.4, 13, 6.775]}, + "faces": { + "north": {"uv": [11.875, 11.5, 12, 11.625], "texture": "#1"}, + "east": {"uv": [11.625, 11.875, 11.75, 12], "texture": "#1"}, + "south": {"uv": [11.875, 11.625, 12, 11.75], "texture": "#1"}, + "west": {"uv": [11.75, 11.875, 11.875, 12], "texture": "#1"}, + "up": {"uv": [12, 11.875, 11.875, 11.75], "texture": "#1"}, + "down": {"uv": [12, 11.875, 11.875, 12], "texture": "#1"} + } + }, + { + "from": [11.475, 9.875, 10.1], + "to": [11.525, 10, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13, 9.575, 4.3]}, + "faces": { + "north": {"uv": [0, 12, 0.125, 12.125], "texture": "#1"}, + "east": {"uv": [12, 0, 12.125, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 12, 0.25, 12.125], "texture": "#1"}, + "west": {"uv": [12, 0.125, 12.125, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 12.125, 0.25, 12], "texture": "#1"}, + "down": {"uv": [12.125, 0.25, 12, 0.375], "texture": "#1"} + } + }, + { + "from": [5.875, 9.875, 10.1], + "to": [5.925, 10, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.4, 9.575, 4.3]}, + "faces": { + "north": {"uv": [0.375, 12, 0.5, 12.125], "texture": "#1"}, + "east": {"uv": [12, 0.375, 12.125, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 12, 0.625, 12.125], "texture": "#1"}, + "west": {"uv": [12, 0.5, 12.125, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 12.125, 0.625, 12], "texture": "#1"}, + "down": {"uv": [12.125, 0.625, 12, 0.75], "texture": "#1"} + } + }, + { + "from": [11.4, 12.9, 6.925], + "to": [11.55, 13, 7.025], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 7.1, 6.625]}, + "faces": { + "north": {"uv": [0.75, 12, 0.875, 12.125], "texture": "#1"}, + "east": {"uv": [12, 0.75, 12.125, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 12, 1, 12.125], "texture": "#1"}, + "west": {"uv": [12, 0.875, 12.125, 1], "texture": "#1"}, + "up": {"uv": [1.125, 12.125, 1, 12], "texture": "#1"}, + "down": {"uv": [12.125, 1, 12, 1.125], "texture": "#1"} + } + }, + { + "from": [5.85, 12.9, 6.925], + "to": [6, 13, 7.025], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 7.1, 6.625]}, + "faces": { + "north": {"uv": [1.125, 12, 1.25, 12.125], "texture": "#1"}, + "east": {"uv": [12, 1.125, 12.125, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 12, 1.375, 12.125], "texture": "#1"}, + "west": {"uv": [12, 1.25, 12.125, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 12.125, 1.375, 12], "texture": "#1"}, + "down": {"uv": [12.125, 1.375, 12, 1.5], "texture": "#1"} + } + }, + { + "from": [11.4, 9.725, 4.3], + "to": [11.55, 9.825, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 9.425, 10.2]}, + "faces": { + "north": {"uv": [1.5, 12, 1.625, 12.125], "texture": "#1"}, + "east": {"uv": [12, 1.5, 12.125, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 12, 1.75, 12.125], "texture": "#1"}, + "west": {"uv": [12, 1.625, 12.125, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 12.125, 1.75, 12], "texture": "#1"}, + "down": {"uv": [12.125, 1.75, 12, 1.875], "texture": "#1"} + } + }, + { + "from": [5.85, 9.725, 4.3], + "to": [6, 9.825, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 9.425, 10.2]}, + "faces": { + "north": {"uv": [1.875, 12, 2, 12.125], "texture": "#1"}, + "east": {"uv": [12, 1.875, 12.125, 2], "texture": "#1"}, + "south": {"uv": [2, 12, 2.125, 12.125], "texture": "#1"}, + "west": {"uv": [12, 2, 12.125, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 12.125, 2.125, 12], "texture": "#1"}, + "down": {"uv": [12.125, 2.125, 12, 2.25], "texture": "#1"} + } + }, + { + "from": [11.4, 7.1, 6.925], + "to": [11.55, 7.2, 7.025], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 13, 6.625]}, + "faces": { + "north": {"uv": [2.25, 12, 2.375, 12.125], "texture": "#1"}, + "east": {"uv": [12, 2.25, 12.125, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 12, 2.5, 12.125], "texture": "#1"}, + "west": {"uv": [12, 2.375, 12.125, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 12.125, 2.5, 12], "texture": "#1"}, + "down": {"uv": [12.125, 2.5, 12, 2.625], "texture": "#1"} + } + }, + { + "from": [5.85, 7.1, 6.925], + "to": [6, 7.2, 7.025], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 13, 6.625]}, + "faces": { + "north": {"uv": [2.625, 12, 2.75, 12.125], "texture": "#1"}, + "east": {"uv": [12, 2.625, 12.125, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 12, 2.875, 12.125], "texture": "#1"}, + "west": {"uv": [12, 2.75, 12.125, 2.875], "texture": "#1"}, + "up": {"uv": [3, 12.125, 2.875, 12], "texture": "#1"}, + "down": {"uv": [12.125, 2.875, 12, 3], "texture": "#1"} + } + }, + { + "from": [11.4, 9.725, 10.1], + "to": [11.55, 9.825, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 9.425, 4.3]}, + "faces": { + "north": {"uv": [3, 12, 3.125, 12.125], "texture": "#1"}, + "east": {"uv": [12, 3, 12.125, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 12, 3.25, 12.125], "texture": "#1"}, + "west": {"uv": [12, 3.125, 12.125, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 12.125, 3.25, 12], "texture": "#1"}, + "down": {"uv": [12.125, 3.25, 12, 3.375], "texture": "#1"} + } + }, + { + "from": [5.85, 9.725, 10.1], + "to": [6, 9.825, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 9.425, 4.3]}, + "faces": { + "north": {"uv": [3.375, 12, 3.5, 12.125], "texture": "#1"}, + "east": {"uv": [12, 3.375, 12.125, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 12, 3.625, 12.125], "texture": "#1"}, + "west": {"uv": [12, 3.5, 12.125, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 12.125, 3.625, 12], "texture": "#1"}, + "down": {"uv": [12.125, 3.625, 12, 3.75], "texture": "#1"} + } + }, + { + "from": [11.4, 12.9, 5.925], + "to": [11.55, 13, 6.05], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 7.1, 5.625]}, + "faces": { + "north": {"uv": [3.75, 12, 3.875, 12.125], "texture": "#1"}, + "east": {"uv": [12, 3.75, 12.125, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 12, 4, 12.125], "texture": "#1"}, + "west": {"uv": [12, 3.875, 12.125, 4], "texture": "#1"}, + "up": {"uv": [4.125, 12.125, 4, 12], "texture": "#1"}, + "down": {"uv": [12.125, 4, 12, 4.125], "texture": "#1"} + } + }, + { + "from": [5.85, 12.9, 5.925], + "to": [6, 13, 6.05], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 7.1, 5.625]}, + "faces": { + "north": {"uv": [4.125, 12, 4.25, 12.125], "texture": "#1"}, + "east": {"uv": [12, 4.125, 12.125, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 12, 4.375, 12.125], "texture": "#1"}, + "west": {"uv": [12, 4.25, 12.125, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 12.125, 4.375, 12], "texture": "#1"}, + "down": {"uv": [12.125, 4.375, 12, 4.5], "texture": "#1"} + } + }, + { + "from": [11.4, 8.725, 4.3], + "to": [11.55, 8.85, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 8.425, 10.2]}, + "faces": { + "north": {"uv": [4.5, 12, 4.625, 12.125], "texture": "#1"}, + "east": {"uv": [12, 4.5, 12.125, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 12, 4.75, 12.125], "texture": "#1"}, + "west": {"uv": [12, 4.625, 12.125, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 12.125, 4.75, 12], "texture": "#1"}, + "down": {"uv": [12.125, 4.75, 12, 4.875], "texture": "#1"} + } + }, + { + "from": [5.85, 8.725, 4.3], + "to": [6, 8.85, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 8.425, 10.2]}, + "faces": { + "north": {"uv": [4.875, 12, 5, 12.125], "texture": "#1"}, + "east": {"uv": [12, 4.875, 12.125, 5], "texture": "#1"}, + "south": {"uv": [5, 12, 5.125, 12.125], "texture": "#1"}, + "west": {"uv": [12, 5, 12.125, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 12.125, 5.125, 12], "texture": "#1"}, + "down": {"uv": [12.125, 5.125, 12, 5.25], "texture": "#1"} + } + }, + { + "from": [11.4, 7.1, 5.925], + "to": [11.55, 7.2, 6.05], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 13, 5.625]}, + "faces": { + "north": {"uv": [5.25, 12, 5.375, 12.125], "texture": "#1"}, + "east": {"uv": [12, 5.25, 12.125, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 12, 5.5, 12.125], "texture": "#1"}, + "west": {"uv": [12, 5.375, 12.125, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 12.125, 5.5, 12], "texture": "#1"}, + "down": {"uv": [12.125, 5.5, 12, 5.625], "texture": "#1"} + } + }, + { + "from": [5.85, 7.1, 5.925], + "to": [6, 7.2, 6.05], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 13, 5.625]}, + "faces": { + "north": {"uv": [5.625, 12, 5.75, 12.125], "texture": "#1"}, + "east": {"uv": [12, 5.625, 12.125, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 12, 5.875, 12.125], "texture": "#1"}, + "west": {"uv": [12, 5.75, 12.125, 5.875], "texture": "#1"}, + "up": {"uv": [6, 12.125, 5.875, 12], "texture": "#1"}, + "down": {"uv": [12.125, 5.875, 12, 6], "texture": "#1"} + } + }, + { + "from": [11.4, 8.725, 10.1], + "to": [11.55, 8.85, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 8.425, 4.3]}, + "faces": { + "north": {"uv": [6, 12, 6.125, 12.125], "texture": "#1"}, + "east": {"uv": [12, 6, 12.125, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 12, 6.25, 12.125], "texture": "#1"}, + "west": {"uv": [12, 6.125, 12.125, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 12.125, 6.25, 12], "texture": "#1"}, + "down": {"uv": [12.125, 6.25, 12, 6.375], "texture": "#1"} + } + }, + { + "from": [5.85, 8.725, 10.1], + "to": [6, 8.85, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 8.425, 4.3]}, + "faces": { + "north": {"uv": [6.375, 12, 6.5, 12.125], "texture": "#1"}, + "east": {"uv": [12, 6.375, 12.125, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 12, 6.625, 12.125], "texture": "#1"}, + "west": {"uv": [12, 6.5, 12.125, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 12.125, 6.625, 12], "texture": "#1"}, + "down": {"uv": [12.125, 6.625, 12, 6.75], "texture": "#1"} + } + }, + { + "from": [11.325, 12.9, 5.425], + "to": [11.45, 13, 5.55], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 7.1, 5.125]}, + "faces": { + "north": {"uv": [6.75, 12, 6.875, 12.125], "texture": "#1"}, + "east": {"uv": [12, 6.75, 12.125, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 12, 7, 12.125], "texture": "#1"}, + "west": {"uv": [12, 6.875, 12.125, 7], "texture": "#1"}, + "up": {"uv": [7.125, 12.125, 7, 12], "texture": "#1"}, + "down": {"uv": [12.125, 7, 12, 7.125], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 5.425], + "to": [6.075, 13, 5.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 7.1, 5.125]}, + "faces": { + "north": {"uv": [7.125, 12, 7.25, 12.125], "texture": "#1"}, + "east": {"uv": [12, 7.125, 12.125, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 12, 7.375, 12.125], "texture": "#1"}, + "west": {"uv": [12, 7.25, 12.125, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 12.125, 7.375, 12], "texture": "#1"}, + "down": {"uv": [12.125, 7.375, 12, 7.5], "texture": "#1"} + } + }, + { + "from": [11.325, 8.225, 4.3], + "to": [11.45, 8.35, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 7.925, 10.2]}, + "faces": { + "north": {"uv": [7.5, 12, 7.625, 12.125], "texture": "#1"}, + "east": {"uv": [12, 7.5, 12.125, 7.625], "texture": "#1"}, + "south": {"uv": [7.625, 12, 7.75, 12.125], "texture": "#1"}, + "west": {"uv": [12, 7.625, 12.125, 7.75], "texture": "#1"}, + "up": {"uv": [7.875, 12.125, 7.75, 12], "texture": "#1"}, + "down": {"uv": [12.125, 7.75, 12, 7.875], "texture": "#1"} + } + }, + { + "from": [5.95, 8.225, 4.3], + "to": [6.075, 8.35, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 7.925, 10.2]}, + "faces": { + "north": {"uv": [7.875, 12, 8, 12.125], "texture": "#1"}, + "east": {"uv": [12, 7.875, 12.125, 8], "texture": "#1"}, + "south": {"uv": [8, 12, 8.125, 12.125], "texture": "#1"}, + "west": {"uv": [12, 8, 12.125, 8.125], "texture": "#1"}, + "up": {"uv": [8.25, 12.125, 8.125, 12], "texture": "#1"}, + "down": {"uv": [12.125, 8.125, 12, 8.25], "texture": "#1"} + } + }, + { + "from": [11.325, 7.1, 5.425], + "to": [11.45, 7.2, 5.55], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 13, 5.125]}, + "faces": { + "north": {"uv": [8.25, 12, 8.375, 12.125], "texture": "#1"}, + "east": {"uv": [12, 8.25, 12.125, 8.375], "texture": "#1"}, + "south": {"uv": [8.375, 12, 8.5, 12.125], "texture": "#1"}, + "west": {"uv": [12, 8.375, 12.125, 8.5], "texture": "#1"}, + "up": {"uv": [8.625, 12.125, 8.5, 12], "texture": "#1"}, + "down": {"uv": [12.125, 8.5, 12, 8.625], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 5.425], + "to": [6.075, 7.2, 5.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 13, 5.125]}, + "faces": { + "north": {"uv": [8.625, 12, 8.75, 12.125], "texture": "#1"}, + "east": {"uv": [12, 8.625, 12.125, 8.75], "texture": "#1"}, + "south": {"uv": [8.75, 12, 8.875, 12.125], "texture": "#1"}, + "west": {"uv": [12, 8.75, 12.125, 8.875], "texture": "#1"}, + "up": {"uv": [9, 12.125, 8.875, 12], "texture": "#1"}, + "down": {"uv": [12.125, 8.875, 12, 9], "texture": "#1"} + } + }, + { + "from": [11.325, 8.225, 10.1], + "to": [11.45, 8.35, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 7.925, 4.3]}, + "faces": { + "north": {"uv": [9, 12, 9.125, 12.125], "texture": "#1"}, + "east": {"uv": [12, 9, 12.125, 9.125], "texture": "#1"}, + "south": {"uv": [9.125, 12, 9.25, 12.125], "texture": "#1"}, + "west": {"uv": [12, 9.125, 12.125, 9.25], "texture": "#1"}, + "up": {"uv": [9.375, 12.125, 9.25, 12], "texture": "#1"}, + "down": {"uv": [12.125, 9.25, 12, 9.375], "texture": "#1"} + } + }, + { + "from": [5.95, 8.225, 10.1], + "to": [6.075, 8.35, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 7.925, 4.3]}, + "faces": { + "north": {"uv": [9.375, 12, 9.5, 12.125], "texture": "#1"}, + "east": {"uv": [12, 9.375, 12.125, 9.5], "texture": "#1"}, + "south": {"uv": [9.5, 12, 9.625, 12.125], "texture": "#1"}, + "west": {"uv": [12, 9.5, 12.125, 9.625], "texture": "#1"}, + "up": {"uv": [9.75, 12.125, 9.625, 12], "texture": "#1"}, + "down": {"uv": [12.125, 9.625, 12, 9.75], "texture": "#1"} + } + }, + { + "from": [11.425, 12.9, 5.425], + "to": [11.525, 13, 5.55], + "rotation": {"angle": 45, "axis": "y", "origin": [13.075, 7.1, 5.15]}, + "faces": { + "north": {"uv": [9.75, 12, 9.875, 12.125], "texture": "#1"}, + "east": {"uv": [12, 9.75, 12.125, 9.875], "texture": "#1"}, + "south": {"uv": [9.875, 12, 10, 12.125], "texture": "#1"}, + "west": {"uv": [12, 9.875, 12.125, 10], "texture": "#1"}, + "up": {"uv": [10.125, 12.125, 10, 12], "texture": "#1"}, + "down": {"uv": [12.125, 10, 12, 10.125], "texture": "#1"} + } + }, + { + "from": [5.875, 12.9, 5.425], + "to": [5.975, 13, 5.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.325, 7.1, 5.15]}, + "faces": { + "north": {"uv": [10.125, 12, 10.25, 12.125], "texture": "#1"}, + "east": {"uv": [12, 10.125, 12.125, 10.25], "texture": "#1"}, + "south": {"uv": [10.25, 12, 10.375, 12.125], "texture": "#1"}, + "west": {"uv": [12, 10.25, 12.125, 10.375], "texture": "#1"}, + "up": {"uv": [10.5, 12.125, 10.375, 12], "texture": "#1"}, + "down": {"uv": [12.125, 10.375, 12, 10.5], "texture": "#1"} + } + }, + { + "from": [11.425, 8.225, 4.3], + "to": [11.525, 8.35, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13.075, 7.95, 10.2]}, + "faces": { + "north": {"uv": [10.5, 12, 10.625, 12.125], "texture": "#1"}, + "east": {"uv": [12, 10.5, 12.125, 10.625], "texture": "#1"}, + "south": {"uv": [10.625, 12, 10.75, 12.125], "texture": "#1"}, + "west": {"uv": [12, 10.625, 12.125, 10.75], "texture": "#1"}, + "up": {"uv": [10.875, 12.125, 10.75, 12], "texture": "#1"}, + "down": {"uv": [12.125, 10.75, 12, 10.875], "texture": "#1"} + } + }, + { + "from": [5.875, 8.225, 4.3], + "to": [5.975, 8.35, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.325, 7.95, 10.2]}, + "faces": { + "north": {"uv": [10.875, 12, 11, 12.125], "texture": "#1"}, + "east": {"uv": [12, 10.875, 12.125, 11], "texture": "#1"}, + "south": {"uv": [11, 12, 11.125, 12.125], "texture": "#1"}, + "west": {"uv": [12, 11, 12.125, 11.125], "texture": "#1"}, + "up": {"uv": [11.25, 12.125, 11.125, 12], "texture": "#1"}, + "down": {"uv": [12.125, 11.125, 12, 11.25], "texture": "#1"} + } + }, + { + "from": [11.425, 7.1, 5.425], + "to": [11.525, 7.2, 5.55], + "rotation": {"angle": 45, "axis": "y", "origin": [13.075, 13, 5.15]}, + "faces": { + "north": {"uv": [11.25, 12, 11.375, 12.125], "texture": "#1"}, + "east": {"uv": [12, 11.25, 12.125, 11.375], "texture": "#1"}, + "south": {"uv": [11.375, 12, 11.5, 12.125], "texture": "#1"}, + "west": {"uv": [12, 11.375, 12.125, 11.5], "texture": "#1"}, + "up": {"uv": [11.625, 12.125, 11.5, 12], "texture": "#1"}, + "down": {"uv": [12.125, 11.5, 12, 11.625], "texture": "#1"} + } + }, + { + "from": [5.875, 7.1, 5.425], + "to": [5.975, 7.2, 5.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.325, 13, 5.15]}, + "faces": { + "north": {"uv": [11.625, 12, 11.75, 12.125], "texture": "#1"}, + "east": {"uv": [12, 11.625, 12.125, 11.75], "texture": "#1"}, + "south": {"uv": [11.75, 12, 11.875, 12.125], "texture": "#1"}, + "west": {"uv": [12, 11.75, 12.125, 11.875], "texture": "#1"}, + "up": {"uv": [12, 12.125, 11.875, 12], "texture": "#1"}, + "down": {"uv": [12.125, 11.875, 12, 12], "texture": "#1"} + } + }, + { + "from": [11.425, 8.225, 10.1], + "to": [11.525, 8.35, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.075, 7.95, 4.3]}, + "faces": { + "north": {"uv": [12, 12, 12.125, 12.125], "texture": "#1"}, + "east": {"uv": [0, 12.125, 0.125, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 0, 12.25, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 12.125, 0.25, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 0.25, 12.125, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 12.125, 0.25, 12.25], "texture": "#1"} + } + }, + { + "from": [5.875, 8.225, 10.1], + "to": [5.975, 8.35, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.325, 7.95, 4.3]}, + "faces": { + "north": {"uv": [12.125, 0.25, 12.25, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 12.125, 0.5, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 0.375, 12.25, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 12.125, 0.625, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 0.625, 12.125, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 12.125, 0.625, 12.25], "texture": "#1"} + } + }, + { + "from": [11.475, 12.9, 5.225], + "to": [11.525, 13, 5.325], + "rotation": {"angle": 45, "axis": "y", "origin": [13.1, 7.1, 4.95]}, + "faces": { + "north": {"uv": [12.125, 0.625, 12.25, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 12.125, 0.875, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 0.75, 12.25, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 12.125, 1, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 1, 12.125, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 12.125, 1, 12.25], "texture": "#1"} + } + }, + { + "from": [5.875, 12.9, 5.225], + "to": [5.925, 13, 5.325], + "rotation": {"angle": -45, "axis": "y", "origin": [4.3, 7.1, 4.95]}, + "faces": { + "north": {"uv": [12.125, 1, 12.25, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 12.125, 1.25, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 1.125, 12.25, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 12.125, 1.375, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 1.375, 12.125, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 12.125, 1.375, 12.25], "texture": "#1"} + } + }, + { + "from": [11.475, 8.025, 4.3], + "to": [11.525, 8.125, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13.1, 7.75, 10.2]}, + "faces": { + "north": {"uv": [12.125, 1.375, 12.25, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 12.125, 1.625, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 1.5, 12.25, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 12.125, 1.75, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 1.75, 12.125, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 12.125, 1.75, 12.25], "texture": "#1"} + } + }, + { + "from": [5.875, 8.025, 4.3], + "to": [5.925, 8.125, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.3, 7.75, 10.2]}, + "faces": { + "north": {"uv": [12.125, 1.75, 12.25, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 12.125, 2, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 1.875, 12.25, 2], "texture": "#1"}, + "west": {"uv": [2, 12.125, 2.125, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 2.125, 12.125, 2], "texture": "#1"}, + "down": {"uv": [2.25, 12.125, 2.125, 12.25], "texture": "#1"} + } + }, + { + "from": [11.475, 7.1, 5.225], + "to": [11.525, 7.2, 5.325], + "rotation": {"angle": 45, "axis": "y", "origin": [13.1, 13, 4.95]}, + "faces": { + "north": {"uv": [12.125, 2.125, 12.25, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 12.125, 2.375, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 2.25, 12.25, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 12.125, 2.5, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 2.5, 12.125, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 12.125, 2.5, 12.25], "texture": "#1"} + } + }, + { + "from": [5.875, 7.1, 5.225], + "to": [5.925, 7.2, 5.325], + "rotation": {"angle": -45, "axis": "y", "origin": [4.3, 13, 4.95]}, + "faces": { + "north": {"uv": [12.125, 2.5, 12.25, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 12.125, 2.75, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 2.625, 12.25, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 12.125, 2.875, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 2.875, 12.125, 2.75], "texture": "#1"}, + "down": {"uv": [3, 12.125, 2.875, 12.25], "texture": "#1"} + } + }, + { + "from": [11.475, 8.025, 10.1], + "to": [11.525, 8.125, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.1, 7.75, 4.3]}, + "faces": { + "north": {"uv": [12.125, 2.875, 12.25, 3], "texture": "#1"}, + "east": {"uv": [3, 12.125, 3.125, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 3, 12.25, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 12.125, 3.25, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 3.25, 12.125, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 12.125, 3.25, 12.25], "texture": "#1"} + } + }, + { + "from": [5.875, 8.025, 10.1], + "to": [5.925, 8.125, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.3, 7.75, 4.3]}, + "faces": { + "north": {"uv": [12.125, 3.25, 12.25, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 12.125, 3.5, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 3.375, 12.25, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 12.125, 3.625, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 3.625, 12.125, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 12.125, 3.625, 12.25], "texture": "#1"} + } + }, + { + "from": [11.3, 12.9, 5.275], + "to": [11.425, 13, 5.35], + "rotation": {"angle": 45, "axis": "y", "origin": [12.9, 7.1, 4.925]}, + "faces": { + "north": {"uv": [12.125, 3.625, 12.25, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 12.125, 3.875, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 3.75, 12.25, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 12.125, 4, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 4, 12.125, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 12.125, 4, 12.25], "texture": "#1"} + } + }, + { + "from": [5.975, 12.9, 5.275], + "to": [6.1, 13, 5.35], + "rotation": {"angle": -45, "axis": "y", "origin": [4.5, 7.1, 4.925]}, + "faces": { + "north": {"uv": [12.125, 4, 12.25, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 12.125, 4.25, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 4.125, 12.25, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 12.125, 4.375, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 4.375, 12.125, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 12.125, 4.375, 12.25], "texture": "#1"} + } + }, + { + "from": [11.3, 8.075, 4.3], + "to": [11.425, 8.15, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.9, 7.725, 10.2]}, + "faces": { + "north": {"uv": [12.125, 4.375, 12.25, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 12.125, 4.625, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 4.5, 12.25, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 12.125, 4.75, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 4.75, 12.125, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 12.125, 4.75, 12.25], "texture": "#1"} + } + }, + { + "from": [5.975, 8.075, 4.3], + "to": [6.1, 8.15, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.5, 7.725, 10.2]}, + "faces": { + "north": {"uv": [12.125, 4.75, 12.25, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 12.125, 5, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 4.875, 12.25, 5], "texture": "#1"}, + "west": {"uv": [5, 12.125, 5.125, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 5.125, 12.125, 5], "texture": "#1"}, + "down": {"uv": [5.25, 12.125, 5.125, 12.25], "texture": "#1"} + } + }, + { + "from": [11.3, 7.1, 5.275], + "to": [11.425, 7.2, 5.35], + "rotation": {"angle": 45, "axis": "y", "origin": [12.9, 13, 4.925]}, + "faces": { + "north": {"uv": [12.125, 5.125, 12.25, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 12.125, 5.375, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 5.25, 12.25, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 12.125, 5.5, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 5.5, 12.125, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 12.125, 5.5, 12.25], "texture": "#1"} + } + }, + { + "from": [5.975, 7.1, 5.275], + "to": [6.1, 7.2, 5.35], + "rotation": {"angle": -45, "axis": "y", "origin": [4.5, 13, 4.925]}, + "faces": { + "north": {"uv": [12.125, 5.5, 12.25, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 12.125, 5.75, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 5.625, 12.25, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 12.125, 5.875, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 5.875, 12.125, 5.75], "texture": "#1"}, + "down": {"uv": [6, 12.125, 5.875, 12.25], "texture": "#1"} + } + }, + { + "from": [11.3, 8.075, 10.1], + "to": [11.425, 8.15, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.9, 7.725, 4.3]}, + "faces": { + "north": {"uv": [12.125, 5.875, 12.25, 6], "texture": "#1"}, + "east": {"uv": [6, 12.125, 6.125, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 6, 12.25, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 12.125, 6.25, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 6.25, 12.125, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 12.125, 6.25, 12.25], "texture": "#1"} + } + }, + { + "from": [5.975, 8.075, 10.1], + "to": [6.1, 8.15, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.5, 7.725, 4.3]}, + "faces": { + "north": {"uv": [12.125, 6.25, 12.25, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 12.125, 6.5, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 6.375, 12.25, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 12.125, 6.625, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 6.625, 12.125, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 12.125, 6.625, 12.25], "texture": "#1"} + } + }, + { + "from": [11.325, 12.9, 4.95], + "to": [11.45, 13, 5.05], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 7.1, 4.65]}, + "faces": { + "north": {"uv": [12.125, 6.625, 12.25, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 12.125, 6.875, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 6.75, 12.25, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 12.125, 7, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 7, 12.125, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 12.125, 7, 12.25], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 4.95], + "to": [6.075, 13, 5.05], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 7.1, 4.65]}, + "faces": { + "north": {"uv": [12.125, 7, 12.25, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 12.125, 7.25, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 7.125, 12.25, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 12.125, 7.375, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 7.375, 12.125, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 12.125, 7.375, 12.25], "texture": "#1"} + } + }, + { + "from": [11.325, 7.75, 4.3], + "to": [11.45, 7.85, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 7.45, 10.2]}, + "faces": { + "north": {"uv": [12.125, 7.375, 12.25, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 12.125, 7.625, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 7.5, 12.25, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 12.125, 7.75, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 7.75, 12.125, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 12.125, 7.75, 12.25], "texture": "#1"} + } + }, + { + "from": [5.95, 7.75, 4.3], + "to": [6.075, 7.85, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 7.45, 10.2]}, + "faces": { + "north": {"uv": [12.125, 7.75, 12.25, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 12.125, 8, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 7.875, 12.25, 8], "texture": "#1"}, + "west": {"uv": [8, 12.125, 8.125, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 8.125, 12.125, 8], "texture": "#1"}, + "down": {"uv": [8.25, 12.125, 8.125, 12.25], "texture": "#1"} + } + }, + { + "from": [11.325, 7.1, 4.95], + "to": [11.45, 7.2, 5.05], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 13, 4.65]}, + "faces": { + "north": {"uv": [12.125, 8.125, 12.25, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 12.125, 8.375, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 8.25, 12.25, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 12.125, 8.5, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 8.5, 12.125, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 12.125, 8.5, 12.25], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 4.95], + "to": [6.075, 7.2, 5.05], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 13, 4.65]}, + "faces": { + "north": {"uv": [12.125, 8.5, 12.25, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 12.125, 8.75, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 8.625, 12.25, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 12.125, 8.875, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 8.875, 12.125, 8.75], "texture": "#1"}, + "down": {"uv": [9, 12.125, 8.875, 12.25], "texture": "#1"} + } + }, + { + "from": [11.325, 7.75, 10.1], + "to": [11.45, 7.85, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 7.45, 4.3]}, + "faces": { + "north": {"uv": [12.125, 8.875, 12.25, 9], "texture": "#1"}, + "east": {"uv": [9, 12.125, 9.125, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 9, 12.25, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 12.125, 9.25, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 9.25, 12.125, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 12.125, 9.25, 12.25], "texture": "#1"} + } + }, + { + "from": [5.95, 7.75, 10.1], + "to": [6.075, 7.85, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 7.45, 4.3]}, + "faces": { + "north": {"uv": [12.125, 9.25, 12.25, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 12.125, 9.5, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 9.375, 12.25, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 12.125, 9.625, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 9.625, 12.125, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 12.125, 9.625, 12.25], "texture": "#1"} + } + }, + { + "from": [11.45, 12.9, 4.875], + "to": [11.575, 13, 4.95], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 7.1, 4.55]}, + "faces": { + "north": {"uv": [12.125, 9.625, 12.25, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 12.125, 9.875, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 9.75, 12.25, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 12.125, 10, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 10, 12.125, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 12.125, 10, 12.25], "texture": "#1"} + } + }, + { + "from": [5.825, 12.9, 4.875], + "to": [5.95, 13, 4.95], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 7.1, 4.55]}, + "faces": { + "north": {"uv": [12.125, 10, 12.25, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 12.125, 10.25, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 10.125, 12.25, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 12.125, 10.375, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 10.375, 12.125, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 12.125, 10.375, 12.25], "texture": "#1"} + } + }, + { + "from": [11.45, 7.675, 4.3], + "to": [11.575, 7.75, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 7.35, 10.2]}, + "faces": { + "north": {"uv": [12.125, 10.375, 12.25, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 12.125, 10.625, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 10.5, 12.25, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 12.125, 10.75, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 10.75, 12.125, 10.625], "texture": "#1"}, + "down": {"uv": [10.875, 12.125, 10.75, 12.25], "texture": "#1"} + } + }, + { + "from": [5.825, 7.675, 4.3], + "to": [5.95, 7.75, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 7.35, 10.2]}, + "faces": { + "north": {"uv": [12.125, 10.75, 12.25, 10.875], "texture": "#1"}, + "east": {"uv": [10.875, 12.125, 11, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 10.875, 12.25, 11], "texture": "#1"}, + "west": {"uv": [11, 12.125, 11.125, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 11.125, 12.125, 11], "texture": "#1"}, + "down": {"uv": [11.25, 12.125, 11.125, 12.25], "texture": "#1"} + } + }, + { + "from": [11.45, 7.1, 4.875], + "to": [11.575, 7.2, 4.95], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 13, 4.55]}, + "faces": { + "north": {"uv": [12.125, 11.125, 12.25, 11.25], "texture": "#1"}, + "east": {"uv": [11.25, 12.125, 11.375, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 11.25, 12.25, 11.375], "texture": "#1"}, + "west": {"uv": [11.375, 12.125, 11.5, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 11.5, 12.125, 11.375], "texture": "#1"}, + "down": {"uv": [11.625, 12.125, 11.5, 12.25], "texture": "#1"} + } + }, + { + "from": [5.825, 7.1, 4.875], + "to": [5.95, 7.2, 4.95], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 13, 4.55]}, + "faces": { + "north": {"uv": [12.125, 11.5, 12.25, 11.625], "texture": "#1"}, + "east": {"uv": [11.625, 12.125, 11.75, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 11.625, 12.25, 11.75], "texture": "#1"}, + "west": {"uv": [11.75, 12.125, 11.875, 12.25], "texture": "#1"}, + "up": {"uv": [12.25, 11.875, 12.125, 11.75], "texture": "#1"}, + "down": {"uv": [12, 12.125, 11.875, 12.25], "texture": "#1"} + } + }, + { + "from": [11.45, 7.675, 10.1], + "to": [11.575, 7.75, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 7.35, 4.3]}, + "faces": { + "north": {"uv": [12.125, 11.875, 12.25, 12], "texture": "#1"}, + "east": {"uv": [12, 12.125, 12.125, 12.25], "texture": "#1"}, + "south": {"uv": [12.125, 12, 12.25, 12.125], "texture": "#1"}, + "west": {"uv": [12.125, 12.125, 12.25, 12.25], "texture": "#1"}, + "up": {"uv": [0.125, 12.375, 0, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 0, 12.25, 0.125], "texture": "#1"} + } + }, + { + "from": [5.825, 7.675, 10.1], + "to": [5.95, 7.75, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 7.35, 4.3]}, + "faces": { + "north": {"uv": [0.125, 12.25, 0.25, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 0.125, 12.375, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 12.25, 0.375, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 0.25, 12.375, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 12.375, 0.375, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 0.375, 12.25, 0.5], "texture": "#1"} + } + }, + { + "from": [11.325, 12.9, 4.65], + "to": [11.45, 13, 4.75], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 7.1, 4.35]}, + "faces": { + "north": {"uv": [0.5, 12.25, 0.625, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 0.5, 12.375, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 12.25, 0.75, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 0.625, 12.375, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 12.375, 0.75, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 0.75, 12.25, 0.875], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 4.65], + "to": [6.075, 13, 4.75], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 7.1, 4.35]}, + "faces": { + "north": {"uv": [0.875, 12.25, 1, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 0.875, 12.375, 1], "texture": "#1"}, + "south": {"uv": [1, 12.25, 1.125, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 1, 12.375, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 12.375, 1.125, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 1.125, 12.25, 1.25], "texture": "#1"} + } + }, + { + "from": [11.325, 7.45, 4.3], + "to": [11.45, 7.55, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 7.15, 10.2]}, + "faces": { + "north": {"uv": [1.25, 12.25, 1.375, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 1.25, 12.375, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 12.25, 1.5, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 1.375, 12.375, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 12.375, 1.5, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 1.5, 12.25, 1.625], "texture": "#1"} + } + }, + { + "from": [5.95, 7.45, 4.3], + "to": [6.075, 7.55, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 7.15, 10.2]}, + "faces": { + "north": {"uv": [1.625, 12.25, 1.75, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 1.625, 12.375, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 12.25, 1.875, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 1.75, 12.375, 1.875], "texture": "#1"}, + "up": {"uv": [2, 12.375, 1.875, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 1.875, 12.25, 2], "texture": "#1"} + } + }, + { + "from": [11.325, 7.1, 4.65], + "to": [11.45, 7.2, 4.75], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 13, 4.35]}, + "faces": { + "north": {"uv": [2, 12.25, 2.125, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 2, 12.375, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 12.25, 2.25, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 2.125, 12.375, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 12.375, 2.25, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 2.25, 12.25, 2.375], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 4.65], + "to": [6.075, 7.2, 4.75], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 13, 4.35]}, + "faces": { + "north": {"uv": [2.375, 12.25, 2.5, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 2.375, 12.375, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 12.25, 2.625, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 2.5, 12.375, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 12.375, 2.625, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 2.625, 12.25, 2.75], "texture": "#1"} + } + }, + { + "from": [11.325, 7.45, 10.1], + "to": [11.45, 7.55, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 7.15, 4.3]}, + "faces": { + "north": {"uv": [2.75, 12.25, 2.875, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 2.75, 12.375, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 12.25, 3, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 2.875, 12.375, 3], "texture": "#1"}, + "up": {"uv": [3.125, 12.375, 3, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 3, 12.25, 3.125], "texture": "#1"} + } + }, + { + "from": [5.95, 7.45, 10.1], + "to": [6.075, 7.55, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 7.15, 4.3]}, + "faces": { + "north": {"uv": [3.125, 12.25, 3.25, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 3.125, 12.375, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 12.25, 3.375, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 3.25, 12.375, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 12.375, 3.375, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 3.375, 12.25, 3.5], "texture": "#1"} + } + }, + { + "from": [11.325, 12.9, 4.45], + "to": [11.45, 13, 4.55], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 7.1, 4.15]}, + "faces": { + "north": {"uv": [3.5, 12.25, 3.625, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 3.5, 12.375, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 12.25, 3.75, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 3.625, 12.375, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 12.375, 3.75, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 3.75, 12.25, 3.875], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 4.45], + "to": [6.075, 13, 4.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 7.1, 4.15]}, + "faces": { + "north": {"uv": [3.875, 12.25, 4, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 3.875, 12.375, 4], "texture": "#1"}, + "south": {"uv": [4, 12.25, 4.125, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 4, 12.375, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 12.375, 4.125, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 4.125, 12.25, 4.25], "texture": "#1"} + } + }, + { + "from": [11.325, 7.25, 4.3], + "to": [11.45, 7.35, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 6.95, 10.2]}, + "faces": { + "north": {"uv": [4.25, 12.25, 4.375, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 4.25, 12.375, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 12.25, 4.5, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 4.375, 12.375, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 12.375, 4.5, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 4.5, 12.25, 4.625], "texture": "#1"} + } + }, + { + "from": [5.95, 7.25, 4.3], + "to": [6.075, 7.35, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 6.95, 10.2]}, + "faces": { + "north": {"uv": [4.625, 12.25, 4.75, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 4.625, 12.375, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 12.25, 4.875, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 4.75, 12.375, 4.875], "texture": "#1"}, + "up": {"uv": [5, 12.375, 4.875, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 4.875, 12.25, 5], "texture": "#1"} + } + }, + { + "from": [11.325, 7.1, 4.45], + "to": [11.45, 7.2, 4.55], + "rotation": {"angle": 45, "axis": "y", "origin": [12.925, 13, 4.15]}, + "faces": { + "north": {"uv": [5, 12.25, 5.125, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 5, 12.375, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 12.25, 5.25, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 5.125, 12.375, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 12.375, 5.25, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 5.25, 12.25, 5.375], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 4.45], + "to": [6.075, 7.2, 4.55], + "rotation": {"angle": -45, "axis": "y", "origin": [4.475, 13, 4.15]}, + "faces": { + "north": {"uv": [5.375, 12.25, 5.5, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 5.375, 12.375, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 12.25, 5.625, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 5.5, 12.375, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 12.375, 5.625, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 5.625, 12.25, 5.75], "texture": "#1"} + } + }, + { + "from": [11.325, 7.25, 10.1], + "to": [11.45, 7.35, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.925, 6.95, 4.3]}, + "faces": { + "north": {"uv": [5.75, 12.25, 5.875, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 5.75, 12.375, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 12.25, 6, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 5.875, 12.375, 6], "texture": "#1"}, + "up": {"uv": [6.125, 12.375, 6, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 6, 12.25, 6.125], "texture": "#1"} + } + }, + { + "from": [5.95, 7.25, 10.1], + "to": [6.075, 7.35, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.475, 6.95, 4.3]}, + "faces": { + "north": {"uv": [6.125, 12.25, 6.25, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 6.125, 12.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 12.25, 6.375, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 6.25, 12.375, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 12.375, 6.375, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 6.375, 12.25, 6.5], "texture": "#1"} + } + }, + { + "from": [11.325, 12.9, 6.85], + "to": [11.45, 13, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [12.925, 7.1, 7.25]}, + "faces": { + "north": {"uv": [6.5, 12.25, 6.625, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 6.5, 12.375, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 12.25, 6.75, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 6.625, 12.375, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 12.375, 6.75, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 6.75, 12.25, 6.875], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 6.85], + "to": [6.075, 13, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [4.475, 7.1, 7.25]}, + "faces": { + "north": {"uv": [6.875, 12.25, 7, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 6.875, 12.375, 7], "texture": "#1"}, + "south": {"uv": [7, 12.25, 7.125, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 7, 12.375, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 12.375, 7.125, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 7.125, 12.25, 7.25], "texture": "#1"} + } + }, + { + "from": [11.325, 9.65, 4.3], + "to": [11.45, 9.75, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [12.925, 10.05, 10.2]}, + "faces": { + "north": {"uv": [7.25, 12.25, 7.375, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 7.25, 12.375, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 12.25, 7.5, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 7.375, 12.375, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 12.375, 7.5, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 7.5, 12.25, 7.625], "texture": "#1"} + } + }, + { + "from": [5.95, 9.65, 4.3], + "to": [6.075, 9.75, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [4.475, 10.05, 10.2]}, + "faces": { + "north": {"uv": [7.625, 12.25, 7.75, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 7.625, 12.375, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 12.25, 7.875, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 7.75, 12.375, 7.875], "texture": "#1"}, + "up": {"uv": [8, 12.375, 7.875, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 7.875, 12.25, 8], "texture": "#1"} + } + }, + { + "from": [11.325, 7.1, 6.85], + "to": [11.45, 7.2, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [12.925, 13, 7.25]}, + "faces": { + "north": {"uv": [8, 12.25, 8.125, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 8, 12.375, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 12.25, 8.25, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 8.125, 12.375, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 12.375, 8.25, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 8.25, 12.25, 8.375], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 6.85], + "to": [6.075, 7.2, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [4.475, 13, 7.25]}, + "faces": { + "north": {"uv": [8.375, 12.25, 8.5, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 8.375, 12.375, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 12.25, 8.625, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 8.5, 12.375, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 12.375, 8.625, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 8.625, 12.25, 8.75], "texture": "#1"} + } + }, + { + "from": [11.325, 9.65, 10.1], + "to": [11.45, 9.75, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [12.925, 10.05, 4.3]}, + "faces": { + "north": {"uv": [8.75, 12.25, 8.875, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 8.75, 12.375, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 12.25, 9, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 8.875, 12.375, 9], "texture": "#1"}, + "up": {"uv": [9.125, 12.375, 9, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 9, 12.25, 9.125], "texture": "#1"} + } + }, + { + "from": [5.95, 9.65, 10.1], + "to": [6.075, 9.75, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [4.475, 10.05, 4.3]}, + "faces": { + "north": {"uv": [9.125, 12.25, 9.25, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 9.125, 12.375, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 12.25, 9.375, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 9.25, 12.375, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 12.375, 9.375, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 9.375, 12.25, 9.5], "texture": "#1"} + } + }, + { + "from": [11.325, 12.9, 6.55], + "to": [11.45, 13, 6.65], + "rotation": {"angle": -45, "axis": "y", "origin": [12.925, 7.1, 6.95]}, + "faces": { + "north": {"uv": [9.5, 12.25, 9.625, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 9.5, 12.375, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 12.25, 9.75, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 9.625, 12.375, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 12.375, 9.75, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 9.75, 12.25, 9.875], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 6.55], + "to": [6.075, 13, 6.65], + "rotation": {"angle": 45, "axis": "y", "origin": [4.475, 7.1, 6.95]}, + "faces": { + "north": {"uv": [9.875, 12.25, 10, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 9.875, 12.375, 10], "texture": "#1"}, + "south": {"uv": [10, 12.25, 10.125, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 10, 12.375, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 12.375, 10.125, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 10.125, 12.25, 10.25], "texture": "#1"} + } + }, + { + "from": [11.325, 9.35, 4.3], + "to": [11.45, 9.45, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [12.925, 9.75, 10.2]}, + "faces": { + "north": {"uv": [10.25, 12.25, 10.375, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 10.25, 12.375, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 12.25, 10.5, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 10.375, 12.375, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 12.375, 10.5, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 10.5, 12.25, 10.625], "texture": "#1"} + } + }, + { + "from": [5.95, 9.35, 4.3], + "to": [6.075, 9.45, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [4.475, 9.75, 10.2]}, + "faces": { + "north": {"uv": [10.625, 12.25, 10.75, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 10.625, 12.375, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 12.25, 10.875, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 10.75, 12.375, 10.875], "texture": "#1"}, + "up": {"uv": [11, 12.375, 10.875, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 10.875, 12.25, 11], "texture": "#1"} + } + }, + { + "from": [11.325, 7.1, 6.55], + "to": [11.45, 7.2, 6.65], + "rotation": {"angle": -45, "axis": "y", "origin": [12.925, 13, 6.95]}, + "faces": { + "north": {"uv": [11, 12.25, 11.125, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 11, 12.375, 11.125], "texture": "#1"}, + "south": {"uv": [11.125, 12.25, 11.25, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 11.125, 12.375, 11.25], "texture": "#1"}, + "up": {"uv": [11.375, 12.375, 11.25, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 11.25, 12.25, 11.375], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 6.55], + "to": [6.075, 7.2, 6.65], + "rotation": {"angle": 45, "axis": "y", "origin": [4.475, 13, 6.95]}, + "faces": { + "north": {"uv": [11.375, 12.25, 11.5, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 11.375, 12.375, 11.5], "texture": "#1"}, + "south": {"uv": [11.5, 12.25, 11.625, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 11.5, 12.375, 11.625], "texture": "#1"}, + "up": {"uv": [11.75, 12.375, 11.625, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 11.625, 12.25, 11.75], "texture": "#1"} + } + }, + { + "from": [11.325, 9.35, 10.1], + "to": [11.45, 9.45, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [12.925, 9.75, 4.3]}, + "faces": { + "north": {"uv": [11.75, 12.25, 11.875, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 11.75, 12.375, 11.875], "texture": "#1"}, + "south": {"uv": [11.875, 12.25, 12, 12.375], "texture": "#1"}, + "west": {"uv": [12.25, 11.875, 12.375, 12], "texture": "#1"}, + "up": {"uv": [12.125, 12.375, 12, 12.25], "texture": "#1"}, + "down": {"uv": [12.375, 12, 12.25, 12.125], "texture": "#1"} + } + }, + { + "from": [5.95, 9.35, 10.1], + "to": [6.075, 9.45, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [4.475, 9.75, 4.3]}, + "faces": { + "north": {"uv": [12.125, 12.25, 12.25, 12.375], "texture": "#1"}, + "east": {"uv": [12.25, 12.125, 12.375, 12.25], "texture": "#1"}, + "south": {"uv": [12.25, 12.25, 12.375, 12.375], "texture": "#1"}, + "west": {"uv": [0, 12.375, 0.125, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 0.125, 12.375, 0], "texture": "#1"}, + "down": {"uv": [0.25, 12.375, 0.125, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 12.9, 6.625], + "to": [11.55, 13, 6.7], + "rotation": {"angle": -45, "axis": "y", "origin": [13.025, 7.1, 7.05]}, + "faces": { + "north": {"uv": [12.375, 0.125, 12.5, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 12.375, 0.375, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 0.25, 12.5, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 12.375, 0.5, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 0.5, 12.375, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 12.375, 0.5, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 12.9, 6.625], + "to": [5.975, 13, 6.7], + "rotation": {"angle": 45, "axis": "y", "origin": [4.375, 7.1, 7.05]}, + "faces": { + "north": {"uv": [12.375, 0.5, 12.5, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 12.375, 0.75, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 0.625, 12.5, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 12.375, 0.875, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 0.875, 12.375, 0.75], "texture": "#1"}, + "down": {"uv": [1, 12.375, 0.875, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 9.425, 4.3], + "to": [11.55, 9.5, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [13.025, 9.85, 10.2]}, + "faces": { + "north": {"uv": [12.375, 0.875, 12.5, 1], "texture": "#1"}, + "east": {"uv": [1, 12.375, 1.125, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 1, 12.5, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 12.375, 1.25, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 1.25, 12.375, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 12.375, 1.25, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 9.425, 4.3], + "to": [5.975, 9.5, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [4.375, 9.85, 10.2]}, + "faces": { + "north": {"uv": [12.375, 1.25, 12.5, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 12.375, 1.5, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 1.375, 12.5, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 12.375, 1.625, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 1.625, 12.375, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 12.375, 1.625, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 7.1, 6.625], + "to": [11.55, 7.2, 6.7], + "rotation": {"angle": -45, "axis": "y", "origin": [13.025, 13, 7.05]}, + "faces": { + "north": {"uv": [12.375, 1.625, 12.5, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 12.375, 1.875, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 1.75, 12.5, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 12.375, 2, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 2, 12.375, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 12.375, 2, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 7.1, 6.625], + "to": [5.975, 7.2, 6.7], + "rotation": {"angle": 45, "axis": "y", "origin": [4.375, 13, 7.05]}, + "faces": { + "north": {"uv": [12.375, 2, 12.5, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 12.375, 2.25, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 2.125, 12.5, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 12.375, 2.375, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 2.375, 12.375, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 12.375, 2.375, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 9.425, 10.1], + "to": [11.55, 9.5, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [13.025, 9.85, 4.3]}, + "faces": { + "north": {"uv": [12.375, 2.375, 12.5, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 12.375, 2.625, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 2.5, 12.5, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 12.375, 2.75, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 2.75, 12.375, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 12.375, 2.75, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 9.425, 10.1], + "to": [5.975, 9.5, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [4.375, 9.85, 4.3]}, + "faces": { + "north": {"uv": [12.375, 2.75, 12.5, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 12.375, 3, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 2.875, 12.5, 3], "texture": "#1"}, + "west": {"uv": [3, 12.375, 3.125, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 3.125, 12.375, 3], "texture": "#1"}, + "down": {"uv": [3.25, 12.375, 3.125, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 12.9, 5.15], + "to": [11.55, 13, 5.25], + "rotation": {"angle": 45, "axis": "y", "origin": [13.025, 7.1, 4.85]}, + "faces": { + "north": {"uv": [12.375, 3.125, 12.5, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 12.375, 3.375, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 3.25, 12.5, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 12.375, 3.5, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 3.5, 12.375, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 12.375, 3.5, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 12.9, 5.15], + "to": [5.975, 13, 5.25], + "rotation": {"angle": -45, "axis": "y", "origin": [4.375, 7.1, 4.85]}, + "faces": { + "north": {"uv": [12.375, 3.5, 12.5, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 12.375, 3.75, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 3.625, 12.5, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 12.375, 3.875, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 3.875, 12.375, 3.75], "texture": "#1"}, + "down": {"uv": [4, 12.375, 3.875, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 7.95, 4.3], + "to": [11.55, 8.05, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13.025, 7.65, 10.2]}, + "faces": { + "north": {"uv": [12.375, 3.875, 12.5, 4], "texture": "#1"}, + "east": {"uv": [4, 12.375, 4.125, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 4, 12.5, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 12.375, 4.25, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 4.25, 12.375, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 12.375, 4.25, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 7.95, 4.3], + "to": [5.975, 8.05, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.375, 7.65, 10.2]}, + "faces": { + "north": {"uv": [12.375, 4.25, 12.5, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 12.375, 4.5, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 4.375, 12.5, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 12.375, 4.625, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 4.625, 12.375, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 12.375, 4.625, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 7.1, 5.15], + "to": [11.55, 7.2, 5.25], + "rotation": {"angle": 45, "axis": "y", "origin": [13.025, 13, 4.85]}, + "faces": { + "north": {"uv": [12.375, 4.625, 12.5, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 12.375, 4.875, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 4.75, 12.5, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 12.375, 5, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 5, 12.375, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 12.375, 5, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 7.1, 5.15], + "to": [5.975, 7.2, 5.25], + "rotation": {"angle": -45, "axis": "y", "origin": [4.375, 13, 4.85]}, + "faces": { + "north": {"uv": [12.375, 5, 12.5, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 12.375, 5.25, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 5.125, 12.5, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 12.375, 5.375, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 5.375, 12.375, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 12.375, 5.375, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 7.95, 10.1], + "to": [11.55, 8.05, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.025, 7.65, 4.3]}, + "faces": { + "north": {"uv": [12.375, 5.375, 12.5, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 12.375, 5.625, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 5.5, 12.5, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 12.375, 5.75, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 5.75, 12.375, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 12.375, 5.75, 12.5], "texture": "#1"} + } + }, + { + "from": [5.85, 7.95, 10.1], + "to": [5.975, 8.05, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.375, 7.65, 4.3]}, + "faces": { + "north": {"uv": [12.375, 5.75, 12.5, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 12.375, 6, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 5.875, 12.5, 6], "texture": "#1"}, + "west": {"uv": [6, 12.375, 6.125, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 6.125, 12.375, 6], "texture": "#1"}, + "down": {"uv": [6.25, 12.375, 6.125, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 12.9, 5.375], + "to": [11.525, 13, 5.425], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 7.1, 5.025]}, + "faces": { + "north": {"uv": [12.375, 6.125, 12.5, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 12.375, 6.375, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 6.25, 12.5, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 12.375, 6.5, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 6.5, 12.375, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 12.375, 6.5, 12.5], "texture": "#1"} + } + }, + { + "from": [5.875, 12.9, 5.375], + "to": [5.975, 13, 5.425], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 7.1, 5.025]}, + "faces": { + "north": {"uv": [12.375, 6.5, 12.5, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 12.375, 6.75, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 6.625, 12.5, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 12.375, 6.875, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 6.875, 12.375, 6.75], "texture": "#1"}, + "down": {"uv": [7, 12.375, 6.875, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 8.175, 4.3], + "to": [11.525, 8.225, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 7.825, 10.2]}, + "faces": { + "north": {"uv": [12.375, 6.875, 12.5, 7], "texture": "#1"}, + "east": {"uv": [7, 12.375, 7.125, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 7, 12.5, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 12.375, 7.25, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 7.25, 12.375, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 12.375, 7.25, 12.5], "texture": "#1"} + } + }, + { + "from": [5.875, 8.175, 4.3], + "to": [5.975, 8.225, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 7.825, 10.2]}, + "faces": { + "north": {"uv": [12.375, 7.25, 12.5, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 12.375, 7.5, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 7.375, 12.5, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 12.375, 7.625, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 7.625, 12.375, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 12.375, 7.625, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 7.1, 5.375], + "to": [11.525, 7.2, 5.425], + "rotation": {"angle": 45, "axis": "y", "origin": [13.05, 13, 5.025]}, + "faces": { + "north": {"uv": [12.375, 7.625, 12.5, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 12.375, 7.875, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 7.75, 12.5, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 12.375, 8, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 8, 12.375, 7.875], "texture": "#1"}, + "down": {"uv": [8.125, 12.375, 8, 12.5], "texture": "#1"} + } + }, + { + "from": [5.875, 7.1, 5.375], + "to": [5.975, 7.2, 5.425], + "rotation": {"angle": -45, "axis": "y", "origin": [4.35, 13, 5.025]}, + "faces": { + "north": {"uv": [12.375, 8, 12.5, 8.125], "texture": "#1"}, + "east": {"uv": [8.125, 12.375, 8.25, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 8.125, 12.5, 8.25], "texture": "#1"}, + "west": {"uv": [8.25, 12.375, 8.375, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 8.375, 12.375, 8.25], "texture": "#1"}, + "down": {"uv": [8.5, 12.375, 8.375, 12.5], "texture": "#1"} + } + }, + { + "from": [11.425, 8.175, 10.1], + "to": [11.525, 8.225, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [13.05, 7.825, 4.3]}, + "faces": { + "north": {"uv": [12.375, 8.375, 12.5, 8.5], "texture": "#1"}, + "east": {"uv": [8.5, 12.375, 8.625, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 8.5, 12.5, 8.625], "texture": "#1"}, + "west": {"uv": [8.625, 12.375, 8.75, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 8.75, 12.375, 8.625], "texture": "#1"}, + "down": {"uv": [8.875, 12.375, 8.75, 12.5], "texture": "#1"} + } + }, + { + "from": [5.875, 8.175, 10.1], + "to": [5.975, 8.225, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.35, 7.825, 4.3]}, + "faces": { + "north": {"uv": [12.375, 8.75, 12.5, 8.875], "texture": "#1"}, + "east": {"uv": [8.875, 12.375, 9, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 8.875, 12.5, 9], "texture": "#1"}, + "west": {"uv": [9, 12.375, 9.125, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 9.125, 12.375, 9], "texture": "#1"}, + "down": {"uv": [9.25, 12.375, 9.125, 12.5], "texture": "#1"} + } + }, + { + "from": [11.325, 12.925, 7.55], + "to": [11.425, 13, 7.6], + "rotation": {"angle": 45, "axis": "y", "origin": [12.95, 7.125, 7.2]}, + "faces": { + "north": {"uv": [12.375, 9.125, 12.5, 9.25], "texture": "#1"}, + "east": {"uv": [9.25, 12.375, 9.375, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 9.25, 12.5, 9.375], "texture": "#1"}, + "west": {"uv": [9.375, 12.375, 9.5, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 9.5, 12.375, 9.375], "texture": "#1"}, + "down": {"uv": [9.625, 12.375, 9.5, 12.5], "texture": "#1"} + } + }, + { + "from": [5.975, 12.925, 7.55], + "to": [6.075, 13, 7.6], + "rotation": {"angle": -45, "axis": "y", "origin": [4.45, 7.125, 7.2]}, + "faces": { + "north": {"uv": [12.375, 9.5, 12.5, 9.625], "texture": "#1"}, + "east": {"uv": [9.625, 12.375, 9.75, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 9.625, 12.5, 9.75], "texture": "#1"}, + "west": {"uv": [9.75, 12.375, 9.875, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 9.875, 12.375, 9.75], "texture": "#1"}, + "down": {"uv": [10, 12.375, 9.875, 12.5], "texture": "#1"} + } + }, + { + "from": [11.325, 10.35, 4.3], + "to": [11.425, 10.4, 4.375], + "rotation": {"angle": -45, "axis": "z", "origin": [12.95, 10, 10.175]}, + "faces": { + "north": {"uv": [12.375, 9.875, 12.5, 10], "texture": "#1"}, + "east": {"uv": [10, 12.375, 10.125, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 10, 12.5, 10.125], "texture": "#1"}, + "west": {"uv": [10.125, 12.375, 10.25, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 10.25, 12.375, 10.125], "texture": "#1"}, + "down": {"uv": [10.375, 12.375, 10.25, 12.5], "texture": "#1"} + } + }, + { + "from": [5.975, 10.35, 4.3], + "to": [6.075, 10.4, 4.375], + "rotation": {"angle": 45, "axis": "z", "origin": [4.45, 10, 10.175]}, + "faces": { + "north": {"uv": [12.375, 10.25, 12.5, 10.375], "texture": "#1"}, + "east": {"uv": [10.375, 12.375, 10.5, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 10.375, 12.5, 10.5], "texture": "#1"}, + "west": {"uv": [10.5, 12.375, 10.625, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 10.625, 12.375, 10.5], "texture": "#1"}, + "down": {"uv": [10.75, 12.375, 10.625, 12.5], "texture": "#1"} + } + }, + { + "from": [11.325, 7.1, 7.55], + "to": [11.425, 7.175, 7.6], + "rotation": {"angle": 45, "axis": "y", "origin": [12.95, 12.975, 7.2]}, + "faces": { + "north": {"uv": [12.375, 10.625, 12.5, 10.75], "texture": "#1"}, + "east": {"uv": [10.75, 12.375, 10.875, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 10.75, 12.5, 10.875], "texture": "#1"}, + "west": {"uv": [10.875, 12.375, 11, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 11, 12.375, 10.875], "texture": "#1"}, + "down": {"uv": [11.125, 12.375, 11, 12.5], "texture": "#1"} + } + }, + { + "from": [5.975, 7.1, 7.55], + "to": [6.075, 7.175, 7.6], + "rotation": {"angle": -45, "axis": "y", "origin": [4.45, 12.975, 7.2]}, + "faces": { + "north": {"uv": [12.375, 11, 12.5, 11.125], "texture": "#1"}, + "east": {"uv": [11.125, 12.375, 11.25, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 11.125, 12.5, 11.25], "texture": "#1"}, + "west": {"uv": [11.25, 12.375, 11.375, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 11.375, 12.375, 11.25], "texture": "#1"}, + "down": {"uv": [11.5, 12.375, 11.375, 12.5], "texture": "#1"} + } + }, + { + "from": [11.325, 10.35, 10.125], + "to": [11.425, 10.4, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.95, 10, 4.325]}, + "faces": { + "north": {"uv": [12.375, 11.375, 12.5, 11.5], "texture": "#1"}, + "east": {"uv": [11.5, 12.375, 11.625, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 11.5, 12.5, 11.625], "texture": "#1"}, + "west": {"uv": [11.625, 12.375, 11.75, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 11.75, 12.375, 11.625], "texture": "#1"}, + "down": {"uv": [11.875, 12.375, 11.75, 12.5], "texture": "#1"} + } + }, + { + "from": [5.975, 10.35, 10.125], + "to": [6.075, 10.4, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.45, 10, 4.325]}, + "faces": { + "north": {"uv": [12.375, 11.75, 12.5, 11.875], "texture": "#1"}, + "east": {"uv": [11.875, 12.375, 12, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 11.875, 12.5, 12], "texture": "#1"}, + "west": {"uv": [12, 12.375, 12.125, 12.5], "texture": "#1"}, + "up": {"uv": [12.5, 12.125, 12.375, 12], "texture": "#1"}, + "down": {"uv": [12.25, 12.375, 12.125, 12.5], "texture": "#1"} + } + }, + { + "from": [11.35, 12.9, 7.975], + "to": [11.45, 13, 8.125], + "rotation": {"angle": 45, "axis": "y", "origin": [12.9, 7.1, 7.7]}, + "faces": { + "north": {"uv": [12.375, 12.125, 12.5, 12.25], "texture": "#1"}, + "east": {"uv": [12.25, 12.375, 12.375, 12.5], "texture": "#1"}, + "south": {"uv": [12.375, 12.25, 12.5, 12.375], "texture": "#1"}, + "west": {"uv": [12.375, 12.375, 12.5, 12.5], "texture": "#1"}, + "up": {"uv": [0.125, 12.625, 0, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 0, 12.5, 0.125], "texture": "#1"} + } + }, + { + "from": [5.95, 12.9, 7.975], + "to": [6.05, 13, 8.125], + "rotation": {"angle": -45, "axis": "y", "origin": [4.5, 7.1, 7.7]}, + "faces": { + "north": {"uv": [0.125, 12.5, 0.25, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 0.125, 12.625, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 12.5, 0.375, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 0.25, 12.625, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 12.625, 0.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 0.375, 12.5, 0.5], "texture": "#1"} + } + }, + { + "from": [11.35, 10.775, 4.3], + "to": [11.45, 10.925, 4.4], + "rotation": {"angle": -45, "axis": "z", "origin": [12.9, 10.5, 10.2]}, + "faces": { + "north": {"uv": [0.5, 12.5, 0.625, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 0.5, 12.625, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 12.5, 0.75, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 0.625, 12.625, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 12.625, 0.75, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 0.75, 12.5, 0.875], "texture": "#1"} + } + }, + { + "from": [5.95, 10.775, 4.3], + "to": [6.05, 10.925, 4.4], + "rotation": {"angle": 45, "axis": "z", "origin": [4.5, 10.5, 10.2]}, + "faces": { + "north": {"uv": [0.875, 12.5, 1, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 0.875, 12.625, 1], "texture": "#1"}, + "south": {"uv": [1, 12.5, 1.125, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 1, 12.625, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 12.625, 1.125, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 1.125, 12.5, 1.25], "texture": "#1"} + } + }, + { + "from": [11.35, 7.1, 7.975], + "to": [11.45, 7.2, 8.125], + "rotation": {"angle": 45, "axis": "y", "origin": [12.9, 13, 7.7]}, + "faces": { + "north": {"uv": [1.25, 12.5, 1.375, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 1.25, 12.625, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 12.5, 1.5, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 1.375, 12.625, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 12.625, 1.5, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 1.5, 12.5, 1.625], "texture": "#1"} + } + }, + { + "from": [5.95, 7.1, 7.975], + "to": [6.05, 7.2, 8.125], + "rotation": {"angle": -45, "axis": "y", "origin": [4.5, 13, 7.7]}, + "faces": { + "north": {"uv": [1.625, 12.5, 1.75, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 1.625, 12.625, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 12.5, 1.875, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 1.75, 12.625, 1.875], "texture": "#1"}, + "up": {"uv": [2, 12.625, 1.875, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 1.875, 12.5, 2], "texture": "#1"} + } + }, + { + "from": [11.35, 10.775, 10.1], + "to": [11.45, 10.925, 10.2], + "rotation": {"angle": -45, "axis": "z", "origin": [12.9, 10.5, 4.3]}, + "faces": { + "north": {"uv": [2, 12.5, 2.125, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 2, 12.625, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 12.5, 2.25, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 2.125, 12.625, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 12.625, 2.25, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 2.25, 12.5, 2.375], "texture": "#1"} + } + }, + { + "from": [5.95, 10.775, 10.1], + "to": [6.05, 10.925, 10.2], + "rotation": {"angle": 45, "axis": "z", "origin": [4.5, 10.5, 4.3]}, + "faces": { + "north": {"uv": [2.375, 12.5, 2.5, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 2.375, 12.625, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 12.5, 2.625, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 2.5, 12.625, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 12.625, 2.625, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 2.625, 12.5, 2.75], "texture": "#1"} + } + }, + { + "from": [11.8, 12.8, 5.3], + "to": [12.3, 12.9, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 7.2, 3.6]}, + "faces": { + "north": {"uv": [2.75, 12.5, 2.875, 12.625], "texture": "#1"}, + "east": {"uv": [4.5, 0, 5, 0.125], "texture": "#1"}, + "south": {"uv": [12.5, 2.75, 12.625, 2.875], "texture": "#1"}, + "west": {"uv": [4.5, 3.5, 5, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 5, 3.625, 4.5], "texture": "#1"}, + "down": {"uv": [4.625, 3.625, 4.5, 4.125], "texture": "#1"} + } + }, + { + "from": [5.1, 12.8, 5.3], + "to": [5.6, 12.9, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 7.2, 3.6]}, + "faces": { + "north": {"uv": [2.875, 12.5, 3, 12.625], "texture": "#1"}, + "east": {"uv": [4.5, 4.125, 5, 4.25], "texture": "#1"}, + "south": {"uv": [12.5, 2.875, 12.625, 3], "texture": "#1"}, + "west": {"uv": [4.5, 4.25, 5, 4.375], "texture": "#1"}, + "up": {"uv": [3.875, 5, 3.75, 4.5], "texture": "#1"}, + "down": {"uv": [4, 4.5, 3.875, 5], "texture": "#1"} + } + }, + { + "from": [11.8, 8.1, 10], + "to": [12.3, 12, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 13.7, 4.4]}, + "faces": { + "north": {"uv": [4.5, 4.375, 4.625, 4.875], "texture": "#1"}, + "east": {"uv": [0, 4.625, 0.125, 5.125], "texture": "#1"}, + "south": {"uv": [0.125, 4.625, 0.25, 5.125], "texture": "#1"}, + "west": {"uv": [0.25, 4.625, 0.375, 5.125], "texture": "#1"}, + "up": {"uv": [3.125, 12.625, 3, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 3, 12.5, 3.125], "texture": "#1"} + } + }, + { + "from": [5.1, 8.1, 10], + "to": [5.6, 12, 10.1], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 13.7, 4.4]}, + "faces": { + "north": {"uv": [0.375, 4.625, 0.5, 5.125], "texture": "#1"}, + "east": {"uv": [0.5, 4.625, 0.625, 5.125], "texture": "#1"}, + "south": {"uv": [0.625, 4.625, 0.75, 5.125], "texture": "#1"}, + "west": {"uv": [4.625, 0.625, 4.75, 1.125], "texture": "#1"}, + "up": {"uv": [3.25, 12.625, 3.125, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 3.125, 12.5, 3.25], "texture": "#1"} + } + }, + { + "from": [11.8, 8.1, 4.4], + "to": [12.3, 12, 4.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 13.7, 10.1]}, + "faces": { + "north": {"uv": [0.75, 4.625, 0.875, 5.125], "texture": "#1"}, + "east": {"uv": [0.875, 4.625, 1, 5.125], "texture": "#1"}, + "south": {"uv": [1, 4.625, 1.125, 5.125], "texture": "#1"}, + "west": {"uv": [1.125, 4.625, 1.25, 5.125], "texture": "#1"}, + "up": {"uv": [3.375, 12.625, 3.25, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 3.25, 12.5, 3.375], "texture": "#1"} + } + }, + { + "from": [5.1, 8.1, 4.4], + "to": [5.6, 12, 4.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 13.7, 10.1]}, + "faces": { + "north": {"uv": [4.625, 1.125, 4.75, 1.625], "texture": "#1"}, + "east": {"uv": [1.25, 4.625, 1.375, 5.125], "texture": "#1"}, + "south": {"uv": [1.375, 4.625, 1.5, 5.125], "texture": "#1"}, + "west": {"uv": [1.5, 4.625, 1.625, 5.125], "texture": "#1"}, + "up": {"uv": [3.5, 12.625, 3.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 3.375, 12.5, 3.5], "texture": "#1"} + } + }, + { + "from": [11.8, 7.2, 5.3], + "to": [12.3, 7.3, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [11.6, 12.9, 3.6]}, + "faces": { + "north": {"uv": [3.5, 12.5, 3.625, 12.625], "texture": "#1"}, + "east": {"uv": [4.625, 1.625, 5.125, 1.75], "texture": "#1"}, + "south": {"uv": [12.5, 3.5, 12.625, 3.625], "texture": "#1"}, + "west": {"uv": [4.625, 1.75, 5.125, 1.875], "texture": "#1"}, + "up": {"uv": [1.75, 5.125, 1.625, 4.625], "texture": "#1"}, + "down": {"uv": [1.875, 4.625, 1.75, 5.125], "texture": "#1"} + } + }, + { + "from": [5.1, 7.2, 5.3], + "to": [5.6, 7.3, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.8, 12.9, 3.6]}, + "faces": { + "north": {"uv": [3.625, 12.5, 3.75, 12.625], "texture": "#1"}, + "east": {"uv": [4.625, 1.875, 5.125, 2], "texture": "#1"}, + "south": {"uv": [12.5, 3.625, 12.625, 3.75], "texture": "#1"}, + "west": {"uv": [4.625, 2, 5.125, 2.125], "texture": "#1"}, + "up": {"uv": [2, 5.125, 1.875, 4.625], "texture": "#1"}, + "down": {"uv": [4.75, 2.125, 4.625, 2.625], "texture": "#1"} + } + }, + { + "from": [12.3, 12.725, 5.3], + "to": [12.6, 12.825, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 7.125, 3.6]}, + "faces": { + "north": {"uv": [3.75, 12.5, 3.875, 12.625], "texture": "#1"}, + "east": {"uv": [4.625, 2.625, 5.125, 2.75], "texture": "#1"}, + "south": {"uv": [12.5, 3.75, 12.625, 3.875], "texture": "#1"}, + "west": {"uv": [4.625, 2.75, 5.125, 2.875], "texture": "#1"}, + "up": {"uv": [2.75, 5.125, 2.625, 4.625], "texture": "#1"}, + "down": {"uv": [2.875, 4.625, 2.75, 5.125], "texture": "#1"} + } + }, + { + "from": [4.8, 12.725, 5.3], + "to": [5.1, 12.825, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 7.125, 3.6]}, + "faces": { + "north": {"uv": [3.875, 12.5, 4, 12.625], "texture": "#1"}, + "east": {"uv": [4.625, 3, 5.125, 3.125], "texture": "#1"}, + "south": {"uv": [12.5, 3.875, 12.625, 4], "texture": "#1"}, + "west": {"uv": [4.625, 3.125, 5.125, 3.25], "texture": "#1"}, + "up": {"uv": [4.75, 4.125, 4.625, 3.625], "texture": "#1"}, + "down": {"uv": [4.75, 4.375, 4.625, 4.875], "texture": "#1"} + } + }, + { + "from": [12.3, 8.1, 9.925], + "to": [12.6, 12, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 13.7, 4.325]}, + "faces": { + "north": {"uv": [4.75, 0.125, 4.875, 0.625], "texture": "#1"}, + "east": {"uv": [4.75, 0.625, 4.875, 1.125], "texture": "#1"}, + "south": {"uv": [4.75, 1.125, 4.875, 1.625], "texture": "#1"}, + "west": {"uv": [4.75, 2.125, 4.875, 2.625], "texture": "#1"}, + "up": {"uv": [4.125, 12.625, 4, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 4, 12.5, 4.125], "texture": "#1"} + } + }, + { + "from": [4.8, 8.1, 9.925], + "to": [5.1, 12, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 13.7, 4.325]}, + "faces": { + "north": {"uv": [2.5, 4.75, 2.625, 5.25], "texture": "#1"}, + "east": {"uv": [4.75, 3.625, 4.875, 4.125], "texture": "#1"}, + "south": {"uv": [4.375, 4.75, 4.5, 5.25], "texture": "#1"}, + "west": {"uv": [4.75, 4.375, 4.875, 4.875], "texture": "#1"}, + "up": {"uv": [4.25, 12.625, 4.125, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 4.125, 12.5, 4.25], "texture": "#1"} + } + }, + { + "from": [12.3, 8.1, 4.475], + "to": [12.6, 12, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 13.7, 10.175]}, + "faces": { + "north": {"uv": [4.875, 0.125, 5, 0.625], "texture": "#1"}, + "east": {"uv": [4.875, 0.625, 5, 1.125], "texture": "#1"}, + "south": {"uv": [4.875, 1.125, 5, 1.625], "texture": "#1"}, + "west": {"uv": [4.875, 2.125, 5, 2.625], "texture": "#1"}, + "up": {"uv": [4.375, 12.625, 4.25, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 4.25, 12.5, 4.375], "texture": "#1"} + } + }, + { + "from": [4.8, 8.1, 4.475], + "to": [5.1, 12, 4.575], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 13.7, 10.175]}, + "faces": { + "north": {"uv": [2.25, 4.875, 2.375, 5.375], "texture": "#1"}, + "east": {"uv": [2.375, 4.875, 2.5, 5.375], "texture": "#1"}, + "south": {"uv": [3.375, 4.875, 3.5, 5.375], "texture": "#1"}, + "west": {"uv": [4.875, 3.625, 5, 4.125], "texture": "#1"}, + "up": {"uv": [4.5, 12.625, 4.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 4.375, 12.5, 4.5], "texture": "#1"} + } + }, + { + "from": [12.3, 7.275, 5.3], + "to": [12.6, 7.375, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.1, 12.975, 3.6]}, + "faces": { + "north": {"uv": [4.5, 12.5, 4.625, 12.625], "texture": "#1"}, + "east": {"uv": [4.625, 3.25, 5.125, 3.375], "texture": "#1"}, + "south": {"uv": [12.5, 4.5, 12.625, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 3.375, 5.125, 3.5], "texture": "#1"}, + "up": {"uv": [4.125, 5.375, 4, 4.875], "texture": "#1"}, + "down": {"uv": [4.25, 4.875, 4.125, 5.375], "texture": "#1"} + } + }, + { + "from": [4.8, 7.275, 5.3], + "to": [5.1, 7.375, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5.3, 12.975, 3.6]}, + "faces": { + "north": {"uv": [4.625, 12.5, 4.75, 12.625], "texture": "#1"}, + "east": {"uv": [4.875, 2.875, 5.375, 3], "texture": "#1"}, + "south": {"uv": [12.5, 4.625, 12.625, 4.75], "texture": "#1"}, + "west": {"uv": [4.875, 4.375, 5.375, 4.5], "texture": "#1"}, + "up": {"uv": [4.375, 5.375, 4.25, 4.875], "texture": "#1"}, + "down": {"uv": [4.625, 4.875, 4.5, 5.375], "texture": "#1"} + } + }, + { + "from": [12.6, 12.625, 5.3], + "to": [13, 12.725, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 7.025, 3.6]}, + "faces": { + "north": {"uv": [4.75, 12.5, 4.875, 12.625], "texture": "#1"}, + "east": {"uv": [4.875, 4.5, 5.375, 4.625], "texture": "#1"}, + "south": {"uv": [12.5, 4.75, 12.625, 4.875], "texture": "#1"}, + "west": {"uv": [4.625, 4.875, 5.125, 5], "texture": "#1"}, + "up": {"uv": [5.125, 0.5, 5, 0], "texture": "#1"}, + "down": {"uv": [5.125, 0.5, 5, 1], "texture": "#1"} + } + }, + { + "from": [4.4, 12.625, 5.3], + "to": [4.8, 12.725, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 7.025, 3.6]}, + "faces": { + "north": {"uv": [4.875, 12.5, 5, 12.625], "texture": "#1"}, + "east": {"uv": [4.875, 4.625, 5.375, 4.75], "texture": "#1"}, + "south": {"uv": [12.5, 4.875, 12.625, 5], "texture": "#1"}, + "west": {"uv": [4.875, 4.75, 5.375, 4.875], "texture": "#1"}, + "up": {"uv": [5.125, 1.5, 5, 1], "texture": "#1"}, + "down": {"uv": [2.125, 5, 2, 5.5], "texture": "#1"} + } + }, + { + "from": [12.6, 8.1, 9.825], + "to": [13, 12, 9.925], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 13.7, 4.225]}, + "faces": { + "north": {"uv": [2.125, 5, 2.25, 5.5], "texture": "#1"}, + "east": {"uv": [5, 2.125, 5.125, 2.625], "texture": "#1"}, + "south": {"uv": [2.875, 5, 3, 5.5], "texture": "#1"}, + "west": {"uv": [3, 5, 3.125, 5.5], "texture": "#1"}, + "up": {"uv": [5.125, 12.625, 5, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 5, 12.5, 5.125], "texture": "#1"} + } + }, + { + "from": [4.4, 8.1, 9.825], + "to": [4.8, 12, 9.925], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 13.7, 4.225]}, + "faces": { + "north": {"uv": [3.125, 5, 3.25, 5.5], "texture": "#1"}, + "east": {"uv": [3.25, 5, 3.375, 5.5], "texture": "#1"}, + "south": {"uv": [3.5, 5, 3.625, 5.5], "texture": "#1"}, + "west": {"uv": [5, 3.5, 5.125, 4], "texture": "#1"}, + "up": {"uv": [5.25, 12.625, 5.125, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 5.125, 12.5, 5.25], "texture": "#1"} + } + }, + { + "from": [12.6, 8.1, 4.575], + "to": [13, 12, 4.675], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 13.7, 10.275]}, + "faces": { + "north": {"uv": [3.625, 5, 3.75, 5.5], "texture": "#1"}, + "east": {"uv": [3.75, 5, 3.875, 5.5], "texture": "#1"}, + "south": {"uv": [3.875, 5, 4, 5.5], "texture": "#1"}, + "west": {"uv": [4.625, 5, 4.75, 5.5], "texture": "#1"}, + "up": {"uv": [5.375, 12.625, 5.25, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 5.25, 12.5, 5.375], "texture": "#1"} + } + }, + { + "from": [4.4, 8.1, 4.575], + "to": [4.8, 12, 4.675], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 13.7, 10.275]}, + "faces": { + "north": {"uv": [4.75, 5, 4.875, 5.5], "texture": "#1"}, + "east": {"uv": [4.875, 5, 5, 5.5], "texture": "#1"}, + "south": {"uv": [5, 5, 5.125, 5.5], "texture": "#1"}, + "west": {"uv": [0, 5.125, 0.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.5, 12.625, 5.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 5.375, 12.5, 5.5], "texture": "#1"} + } + }, + { + "from": [12.6, 7.375, 5.3], + "to": [13, 7.475, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [12.4, 13.075, 3.6]}, + "faces": { + "north": {"uv": [5.5, 12.5, 5.625, 12.625], "texture": "#1"}, + "east": {"uv": [5, 1.5, 5.5, 1.625], "texture": "#1"}, + "south": {"uv": [12.5, 5.5, 12.625, 5.625], "texture": "#1"}, + "west": {"uv": [5, 4, 5.5, 4.125], "texture": "#1"}, + "up": {"uv": [5.25, 0.5, 5.125, 0], "texture": "#1"}, + "down": {"uv": [0.25, 5.125, 0.125, 5.625], "texture": "#1"} + } + }, + { + "from": [4.4, 7.375, 5.3], + "to": [4.8, 7.475, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 13.075, 3.6]}, + "faces": { + "north": {"uv": [5.625, 12.5, 5.75, 12.625], "texture": "#1"}, + "east": {"uv": [5, 4.125, 5.5, 4.25], "texture": "#1"}, + "south": {"uv": [12.5, 5.625, 12.625, 5.75], "texture": "#1"}, + "west": {"uv": [5, 4.25, 5.5, 4.375], "texture": "#1"}, + "up": {"uv": [0.375, 5.625, 0.25, 5.125], "texture": "#1"}, + "down": {"uv": [0.5, 5.125, 0.375, 5.625], "texture": "#1"} + } + }, + { + "from": [13.1, 7.6, 5.2], + "to": [13.2, 12.5, 9.35], + "rotation": {"angle": 0, "axis": "y", "origin": [15.775, 6.975, 0.025]}, + "faces": { + "north": {"uv": [2.5, 3.625, 2.625, 4.25], "texture": "#1"}, + "east": {"uv": [1.5, 0.5, 2, 1.125], "texture": "#1"}, + "south": {"uv": [2.25, 3.75, 2.375, 4.375], "texture": "#1"}, + "west": {"uv": [0.75, 1.5, 1.25, 2.125], "texture": "#1"}, + "up": {"uv": [0.625, 5.625, 0.5, 5.125], "texture": "#1"}, + "down": {"uv": [5.25, 0.5, 5.125, 1], "texture": "#1"} + } + }, + { + "from": [4.35, 7.6, 5.2], + "to": [4.45, 12.5, 9.35], + "rotation": {"angle": 0, "axis": "y", "origin": [15.775, 6.975, 0.025]}, + "faces": { + "north": {"uv": [2.5, 3.625, 2.625, 4.25], "texture": "#1"}, + "east": {"uv": [1.5, 0.5, 2, 1.125], "texture": "#1"}, + "south": {"uv": [2.25, 3.75, 2.375, 4.375], "texture": "#1"}, + "west": {"uv": [0.75, 1.5, 1.25, 2.125], "texture": "#1"}, + "up": {"uv": [0.625, 5.625, 0.5, 5.125], "texture": "#1"}, + "down": {"uv": [5.25, 0.5, 5.125, 1], "texture": "#1"} + } + }, + { + "from": [4.2, 7.6, 5.2], + "to": [4.3, 12.5, 9.35], + "rotation": {"angle": 0, "axis": "y", "origin": [1.625, 6.975, 0.025]}, + "faces": { + "north": {"uv": [2.375, 3.75, 2.5, 4.375], "texture": "#1"}, + "east": {"uv": [1.5, 1.125, 2, 1.75], "texture": "#1"}, + "south": {"uv": [3.875, 2.125, 4, 2.75], "texture": "#1"}, + "west": {"uv": [1.25, 1.75, 1.75, 2.375], "texture": "#1"}, + "up": {"uv": [0.75, 5.625, 0.625, 5.125], "texture": "#1"}, + "down": {"uv": [0.875, 5.125, 0.75, 5.625], "texture": "#1"} + } + }, + { + "from": [13.1, 12, 7.225], + "to": [13.2, 12.35, 7.525], + "rotation": {"angle": -22.5, "axis": "x", "origin": [13.7, 6.6, 6]}, + "faces": { + "north": {"uv": [5.75, 12.5, 5.875, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 5.75, 12.625, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 12.5, 6, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 5.875, 12.625, 6], "texture": "#1"}, + "up": {"uv": [6.125, 12.625, 6, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 6, 12.5, 6.125], "texture": "#1"} + } + }, + { + "from": [4.2, 12, 7.225], + "to": [4.3, 12.35, 7.525], + "rotation": {"angle": -22.5, "axis": "x", "origin": [3.7, 6.6, 6]}, + "faces": { + "north": {"uv": [6.125, 12.5, 6.25, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 6.125, 12.625, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 12.5, 6.375, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 6.25, 12.625, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 12.625, 6.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 6.375, 12.5, 6.5], "texture": "#1"} + } + }, + { + "from": [13.1, 7.75, 7.225], + "to": [13.2, 8.1, 7.525], + "rotation": {"angle": 22.5, "axis": "x", "origin": [13.7, 13.5, 6]}, + "faces": { + "north": {"uv": [6.5, 12.5, 6.625, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 6.5, 12.625, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 12.5, 6.75, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 6.625, 12.625, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 12.625, 6.75, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 6.75, 12.5, 6.875], "texture": "#1"} + } + }, + { + "from": [4.2, 7.75, 7.225], + "to": [4.3, 8.1, 7.525], + "rotation": {"angle": 22.5, "axis": "x", "origin": [3.7, 13.5, 6]}, + "faces": { + "north": {"uv": [6.875, 12.5, 7, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 6.875, 12.625, 7], "texture": "#1"}, + "south": {"uv": [7, 12.5, 7.125, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 7, 12.625, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 12.625, 7.125, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 7.125, 12.5, 7.25], "texture": "#1"} + } + }, + { + "from": [13.1, 12, 7.025], + "to": [13.2, 12.35, 7.325], + "rotation": {"angle": 22.5, "axis": "x", "origin": [13.7, 6.6, 8.55]}, + "faces": { + "north": {"uv": [7.25, 12.5, 7.375, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 7.25, 12.625, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 12.5, 7.5, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 7.375, 12.625, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 12.625, 7.5, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 7.5, 12.5, 7.625], "texture": "#1"} + } + }, + { + "from": [4.2, 12, 7.025], + "to": [4.3, 12.35, 7.325], + "rotation": {"angle": 22.5, "axis": "x", "origin": [3.7, 6.6, 8.55]}, + "faces": { + "north": {"uv": [7.625, 12.5, 7.75, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 7.625, 12.625, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 12.5, 7.875, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 7.75, 12.625, 7.875], "texture": "#1"}, + "up": {"uv": [8, 12.625, 7.875, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 7.875, 12.5, 8], "texture": "#1"} + } + }, + { + "from": [13.1, 7.75, 7.025], + "to": [13.2, 8.1, 7.325], + "rotation": {"angle": -22.5, "axis": "x", "origin": [13.7, 13.5, 8.55]}, + "faces": { + "north": {"uv": [8, 12.5, 8.125, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 8, 12.625, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 12.5, 8.25, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 8.125, 12.625, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 12.625, 8.25, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 8.25, 12.5, 8.375], "texture": "#1"} + } + }, + { + "from": [4.2, 7.75, 7.025], + "to": [4.3, 8.1, 7.325], + "rotation": {"angle": -22.5, "axis": "x", "origin": [3.7, 13.5, 8.55]}, + "faces": { + "north": {"uv": [8.375, 12.5, 8.5, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 8.375, 12.625, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 12.5, 8.625, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 8.5, 12.625, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 12.625, 8.625, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 8.625, 12.5, 8.75], "texture": "#1"} + } + }, + { + "from": [13.1, 10, 3.9], + "to": [13.2, 10.3, 4.3], + "rotation": {"angle": 22.5, "axis": "x", "origin": [13.7, 8.775, 9.65]}, + "faces": { + "north": {"uv": [8.75, 12.5, 8.875, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 8.75, 12.625, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 12.5, 9, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 8.875, 12.625, 9], "texture": "#1"}, + "up": {"uv": [9.125, 12.625, 9, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 9, 12.5, 9.125], "texture": "#1"} + } + }, + { + "from": [4.2, 10, 3.9], + "to": [4.3, 10.3, 4.3], + "rotation": {"angle": 22.5, "axis": "x", "origin": [3.7, 8.775, 9.65]}, + "faces": { + "north": {"uv": [9.125, 12.5, 9.25, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 9.125, 12.625, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 12.5, 9.375, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 9.25, 12.625, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 12.625, 9.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 9.375, 12.5, 9.5], "texture": "#1"} + } + }, + { + "from": [13.1, 9.8, 3.9], + "to": [13.2, 10.1, 4.3], + "rotation": {"angle": -22.5, "axis": "x", "origin": [13.7, 11.325, 9.65]}, + "faces": { + "north": {"uv": [9.5, 12.5, 9.625, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 9.5, 12.625, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 12.5, 9.75, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 9.625, 12.625, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 12.625, 9.75, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 9.75, 12.5, 9.875], "texture": "#1"} + } + }, + { + "from": [4.2, 9.8, 3.9], + "to": [4.3, 10.1, 4.3], + "rotation": {"angle": -22.5, "axis": "x", "origin": [3.7, 11.325, 9.65]}, + "faces": { + "north": {"uv": [9.875, 12.5, 10, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 9.875, 12.625, 10], "texture": "#1"}, + "south": {"uv": [10, 12.5, 10.125, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 10, 12.625, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 12.625, 10.125, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 10.125, 12.5, 10.25], "texture": "#1"} + } + }, + { + "from": [13.1, 10, 10.25], + "to": [13.2, 10.3, 10.65], + "rotation": {"angle": -22.5, "axis": "x", "origin": [13.7, 8.775, 4.9]}, + "faces": { + "north": {"uv": [10.25, 12.5, 10.375, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 10.25, 12.625, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 12.5, 10.5, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 10.375, 12.625, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 12.625, 10.5, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 10.5, 12.5, 10.625], "texture": "#1"} + } + }, + { + "from": [4.2, 10, 10.25], + "to": [4.3, 10.3, 10.65], + "rotation": {"angle": -22.5, "axis": "x", "origin": [3.7, 8.775, 4.9]}, + "faces": { + "north": {"uv": [10.625, 12.5, 10.75, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 10.625, 12.625, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 12.5, 10.875, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 10.75, 12.625, 10.875], "texture": "#1"}, + "up": {"uv": [11, 12.625, 10.875, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 10.875, 12.5, 11], "texture": "#1"} + } + }, + { + "from": [13.1, 9.8, 10.25], + "to": [13.2, 10.1, 10.65], + "rotation": {"angle": 22.5, "axis": "x", "origin": [13.7, 11.325, 4.9]}, + "faces": { + "north": {"uv": [11, 12.5, 11.125, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 11, 12.625, 11.125], "texture": "#1"}, + "south": {"uv": [11.125, 12.5, 11.25, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 11.125, 12.625, 11.25], "texture": "#1"}, + "up": {"uv": [11.375, 12.625, 11.25, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 11.25, 12.5, 11.375], "texture": "#1"} + } + }, + { + "from": [4.2, 9.8, 10.25], + "to": [4.3, 10.1, 10.65], + "rotation": {"angle": 22.5, "axis": "x", "origin": [3.7, 11.325, 4.9]}, + "faces": { + "north": {"uv": [11.375, 12.5, 11.5, 12.625], "texture": "#1"}, + "east": {"uv": [12.5, 11.375, 12.625, 11.5], "texture": "#1"}, + "south": {"uv": [11.5, 12.5, 11.625, 12.625], "texture": "#1"}, + "west": {"uv": [12.5, 11.5, 12.625, 11.625], "texture": "#1"}, + "up": {"uv": [11.75, 12.625, 11.625, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 11.625, 12.5, 11.75], "texture": "#1"} + } + }, + { + "from": [13.1, 8, 4.8], + "to": [13.2, 12.1, 9.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.775, 7.375, 0]}, + "faces": { + "north": {"uv": [0.875, 5.125, 1, 5.625], "texture": "#1"}, + "east": {"uv": [1.75, 1.75, 2.375, 2.25], "texture": "#1"}, + "south": {"uv": [1, 5.125, 1.125, 5.625], "texture": "#1"}, + "west": {"uv": [0, 2, 0.625, 2.5], "texture": "#1"}, + "up": {"uv": [3, 4.5, 2.875, 3.875], "texture": "#1"}, + "down": {"uv": [3.125, 3.875, 3, 4.5], "texture": "#1"} + } + }, + { + "from": [4.35, 8, 4.8], + "to": [4.45, 12.1, 9.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.775, 7.375, 0]}, + "faces": { + "north": {"uv": [0.875, 5.125, 1, 5.625], "texture": "#1"}, + "east": {"uv": [1.75, 1.75, 2.375, 2.25], "texture": "#1"}, + "south": {"uv": [1, 5.125, 1.125, 5.625], "texture": "#1"}, + "west": {"uv": [0, 2, 0.625, 2.5], "texture": "#1"}, + "up": {"uv": [3, 4.5, 2.875, 3.875], "texture": "#1"}, + "down": {"uv": [3.125, 3.875, 3, 4.5], "texture": "#1"} + } + }, + { + "from": [4.2, 7.5, 4.3], + "to": [4.3, 12.6, 10.25], + "rotation": {"angle": 0, "axis": "y", "origin": [1.625, 7.375, 0]}, + "faces": { + "north": {"uv": [5.125, 1, 5.25, 1.5], "texture": "#1"}, + "east": {"uv": [2, 0.5, 2.625, 1], "texture": "#1"}, + "south": {"uv": [1.125, 5.125, 1.25, 5.625], "texture": "#1"}, + "west": {"uv": [2, 1, 2.625, 1.5], "texture": "#1"}, + "up": {"uv": [3.25, 4.5, 3.125, 3.875], "texture": "#1"}, + "down": {"uv": [3.375, 3.875, 3.25, 4.5], "texture": "#1"} + } + }, + { + "from": [8, -4.15, 7.725], + "to": [8.1, 7.25, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 12.75, 8]}, + "faces": { + "north": {"uv": [0.625, 2, 0.75, 3.375], "texture": "#1"}, + "east": {"uv": [0.75, 2.125, 0.875, 3.5], "texture": "#1"}, + "south": {"uv": [0.875, 2.125, 1, 3.5], "texture": "#1"}, + "west": {"uv": [1, 2.125, 1.125, 3.5], "texture": "#1"}, + "up": {"uv": [11.875, 12.625, 11.75, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 11.75, 12.5, 11.875], "texture": "#1"} + } + }, + { + "from": [8, -4.15, 6.6], + "to": [9, 7.25, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [1.125, 2.125, 1.25, 3.5], "texture": "#1"}, + "east": {"uv": [1.75, 2.25, 1.875, 3.625], "texture": "#1"}, + "south": {"uv": [1.875, 2.25, 2, 3.625], "texture": "#1"}, + "west": {"uv": [2, 2.25, 2.125, 3.625], "texture": "#1"}, + "up": {"uv": [12, 12.625, 11.875, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 11.875, 12.5, 12], "texture": "#1"} + } + }, + { + "from": [8.9, -4.15, 7.725], + "to": [9, 7.25, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 12.75, 8]}, + "faces": { + "north": {"uv": [2.125, 2.25, 2.25, 3.625], "texture": "#1"}, + "east": {"uv": [2.25, 2.25, 2.375, 3.625], "texture": "#1"}, + "south": {"uv": [1.25, 2.375, 1.375, 3.75], "texture": "#1"}, + "west": {"uv": [1.375, 2.375, 1.5, 3.75], "texture": "#1"}, + "up": {"uv": [12.125, 12.625, 12, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 12, 12.5, 12.125], "texture": "#1"} + } + }, + { + "from": [9.1, -4.15, 6.8], + "to": [9.2, 7.25, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [1.5, 2.375, 1.625, 3.75], "texture": "#1"}, + "east": {"uv": [2.375, 1.5, 2.5, 2.875], "texture": "#1"}, + "south": {"uv": [1.625, 2.375, 1.75, 3.75], "texture": "#1"}, + "west": {"uv": [0, 2.5, 0.125, 3.875], "texture": "#1"}, + "up": {"uv": [12.25, 12.625, 12.125, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 12.125, 12.5, 12.25], "texture": "#1"} + } + }, + { + "from": [8.9, -4.15, 6.6], + "to": [9, 7.25, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 12.75, 6.6]}, + "faces": { + "north": {"uv": [0.125, 2.5, 0.25, 3.875], "texture": "#1"}, + "east": {"uv": [0.25, 2.5, 0.375, 3.875], "texture": "#1"}, + "south": {"uv": [0.375, 2.5, 0.5, 3.875], "texture": "#1"}, + "west": {"uv": [0.5, 2.5, 0.625, 3.875], "texture": "#1"}, + "up": {"uv": [12.375, 12.625, 12.25, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 12.25, 12.5, 12.375], "texture": "#1"} + } + }, + { + "from": [8, -4.15, 6.6], + "to": [8.1, 7.25, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 12.75, 6.6]}, + "faces": { + "north": {"uv": [2.5, 1.5, 2.625, 2.875], "texture": "#1"}, + "east": {"uv": [2.625, 0, 2.75, 1.375], "texture": "#1"}, + "south": {"uv": [2.625, 1.375, 2.75, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 0, 2.875, 1.375], "texture": "#1"}, + "up": {"uv": [12.5, 12.625, 12.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.625, 12.375, 12.5, 12.5], "texture": "#1"} + } + }, + { + "from": [7.8, -4.15, 6.8], + "to": [7.9, 7.25, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [2.75, 1.375, 2.875, 2.75], "texture": "#1"}, + "east": {"uv": [2.625, 2.75, 2.75, 4.125], "texture": "#1"}, + "south": {"uv": [2.75, 2.75, 2.875, 4.125], "texture": "#1"}, + "west": {"uv": [2.875, 0, 3, 1.375], "texture": "#1"}, + "up": {"uv": [12.625, 12.625, 12.5, 12.5], "texture": "#1"}, + "down": {"uv": [0.125, 12.625, 0, 12.75], "texture": "#1"} + } + }, + { + "from": [9.2, 6.55, 6.8], + "to": [9.3, 7.25, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.625, 0, 12.75, 0.125], "texture": "#1"}, + "east": {"uv": [0.125, 12.625, 0.25, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 0.125, 12.75, 0.25], "texture": "#1"}, + "west": {"uv": [0.25, 12.625, 0.375, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 0.375, 12.625, 0.25], "texture": "#1"}, + "down": {"uv": [0.5, 12.625, 0.375, 12.75], "texture": "#1"} + } + }, + { + "from": [8, 6.05, 6.5], + "to": [9, 7.25, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.625, 0.375, 12.75, 0.5], "texture": "#1"}, + "east": {"uv": [0.5, 12.625, 0.625, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 0.5, 12.75, 0.625], "texture": "#1"}, + "west": {"uv": [0.625, 12.625, 0.75, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 0.75, 12.625, 0.625], "texture": "#1"}, + "down": {"uv": [0.875, 12.625, 0.75, 12.75], "texture": "#1"} + } + }, + { + "from": [7.7, 6.55, 6.8], + "to": [7.8, 7.25, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.625, 0.75, 12.75, 0.875], "texture": "#1"}, + "east": {"uv": [0.875, 12.625, 1, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 0.875, 12.75, 1], "texture": "#1"}, + "west": {"uv": [1, 12.625, 1.125, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 1.125, 12.625, 1], "texture": "#1"}, + "down": {"uv": [1.25, 12.625, 1.125, 12.75], "texture": "#1"} + } + }, + { + "from": [8, 6.05, 8], + "to": [9, 7.25, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.625, 1.125, 12.75, 1.25], "texture": "#1"}, + "east": {"uv": [1.25, 12.625, 1.375, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 1.25, 12.75, 1.375], "texture": "#1"}, + "west": {"uv": [1.375, 12.625, 1.5, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 1.5, 12.625, 1.375], "texture": "#1"}, + "down": {"uv": [1.625, 12.625, 1.5, 12.75], "texture": "#1"} + } + }, + { + "from": [8.1, 5.95, 6.5], + "to": [8.9, 6.05, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.625, 1.5, 12.75, 1.625], "texture": "#1"}, + "east": {"uv": [5.375, 3.5, 5.625, 3.625], "texture": "#1"}, + "south": {"uv": [1.625, 12.625, 1.75, 12.75], "texture": "#1"}, + "west": {"uv": [5.375, 3.625, 5.625, 3.75], "texture": "#1"}, + "up": {"uv": [5.5, 4, 5.375, 3.75], "texture": "#1"}, + "down": {"uv": [4.125, 5.375, 4, 5.625], "texture": "#1"} + } + }, + { + "from": [8.2, 5.85, 6.5], + "to": [8.8, 5.95, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.65, 8]}, + "faces": { + "north": {"uv": [12.625, 1.625, 12.75, 1.75], "texture": "#1"}, + "east": {"uv": [4.125, 5.375, 4.375, 5.5], "texture": "#1"}, + "south": {"uv": [1.75, 12.625, 1.875, 12.75], "texture": "#1"}, + "west": {"uv": [5.375, 4.375, 5.625, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 5.625, 4.5, 5.375], "texture": "#1"}, + "down": {"uv": [5.5, 4.5, 5.375, 4.75], "texture": "#1"} + } + }, + { + "from": [7.7, 5.25, 6.8], + "to": [7.8, 6.25, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.625, 1.75, 12.75, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 12.625, 2, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 1.875, 12.75, 2], "texture": "#1"}, + "west": {"uv": [2, 12.625, 2.125, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 2.125, 12.625, 2], "texture": "#1"}, + "down": {"uv": [2.25, 12.625, 2.125, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 5.25, 7.65], + "to": [8.025, 6.25, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 12.75, 8]}, + "faces": { + "north": {"uv": [12.625, 2.125, 12.75, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 12.625, 2.375, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 2.25, 12.75, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 12.625, 2.5, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 2.5, 12.625, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 12.625, 2.5, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 6.55, 7.65], + "to": [8.025, 7.55, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 14.05, 8]}, + "faces": { + "north": {"uv": [12.625, 2.5, 12.75, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 12.625, 2.75, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 2.625, 12.75, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 12.625, 2.875, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 2.875, 12.625, 2.75], "texture": "#1"}, + "down": {"uv": [3, 12.625, 2.875, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 3.95, 7.65], + "to": [8.025, 4.95, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 11.45, 8]}, + "faces": { + "north": {"uv": [12.625, 2.875, 12.75, 3], "texture": "#1"}, + "east": {"uv": [3, 12.625, 3.125, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 3, 12.75, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 12.625, 3.25, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 3.25, 12.625, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 12.625, 3.25, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 1.35, 7.65], + "to": [8.025, 2.35, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8.85, 8]}, + "faces": { + "north": {"uv": [12.625, 3.25, 12.75, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 12.625, 3.5, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 3.375, 12.75, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 12.625, 3.625, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 3.625, 12.625, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 12.625, 3.625, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, -1.25, 7.65], + "to": [8.025, -0.25, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 6.25, 8]}, + "faces": { + "north": {"uv": [12.625, 3.625, 12.75, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 12.625, 3.875, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 3.75, 12.75, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 12.625, 4, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 4, 12.625, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 12.625, 4, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 2.65, 7.65], + "to": [8.025, 3.65, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 10.15, 8]}, + "faces": { + "north": {"uv": [12.625, 4, 12.75, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 12.625, 4.25, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 4.125, 12.75, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 12.625, 4.375, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 4.375, 12.625, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 12.625, 4.375, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 0.05, 7.65], + "to": [8.025, 1.05, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 7.55, 8]}, + "faces": { + "north": {"uv": [12.625, 4.375, 12.75, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 12.625, 4.625, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 4.5, 12.75, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 12.625, 4.75, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 4.75, 12.625, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 12.625, 4.75, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, -2.55, 7.65], + "to": [8.025, -1.55, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 4.95, 8]}, + "faces": { + "north": {"uv": [12.625, 4.75, 12.75, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 12.625, 5, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 4.875, 12.75, 5], "texture": "#1"}, + "west": {"uv": [5, 12.625, 5.125, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 5.125, 12.625, 5], "texture": "#1"}, + "down": {"uv": [5.25, 12.625, 5.125, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, -4.25, 7.65], + "to": [8.025, -2.85, 7.725], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 3.65, 8]}, + "faces": { + "north": {"uv": [12.625, 5.125, 12.75, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 12.625, 5.375, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 5.25, 12.75, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 12.625, 5.5, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 5.5, 12.625, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 12.625, 5.5, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 5.25, 7.65], + "to": [9.075, 6.25, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 12.75, 8]}, + "faces": { + "north": {"uv": [12.625, 5.5, 12.75, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 12.625, 5.75, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 5.625, 12.75, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 12.625, 5.875, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 5.875, 12.625, 5.75], "texture": "#1"}, + "down": {"uv": [6, 12.625, 5.875, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 6.55, 7.65], + "to": [9.075, 7.55, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 14.05, 8]}, + "faces": { + "north": {"uv": [12.625, 5.875, 12.75, 6], "texture": "#1"}, + "east": {"uv": [6, 12.625, 6.125, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 6, 12.75, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 12.625, 6.25, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 6.25, 12.625, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 12.625, 6.25, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 3.95, 7.65], + "to": [9.075, 4.95, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 11.45, 8]}, + "faces": { + "north": {"uv": [12.625, 6.25, 12.75, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 12.625, 6.5, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 6.375, 12.75, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 12.625, 6.625, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 6.625, 12.625, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 12.625, 6.625, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 1.35, 7.65], + "to": [9.075, 2.35, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 8.85, 8]}, + "faces": { + "north": {"uv": [12.625, 6.625, 12.75, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 12.625, 6.875, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 6.75, 12.75, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 12.625, 7, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 7, 12.625, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 12.625, 7, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, -1.25, 7.65], + "to": [9.075, -0.25, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 6.25, 8]}, + "faces": { + "north": {"uv": [12.625, 7, 12.75, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 12.625, 7.25, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 7.125, 12.75, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 12.625, 7.375, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 7.375, 12.625, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 12.625, 7.375, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 2.65, 7.65], + "to": [9.075, 3.65, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 10.15, 8]}, + "faces": { + "north": {"uv": [12.625, 7.375, 12.75, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 12.625, 7.625, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 7.5, 12.75, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 12.625, 7.75, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 7.75, 12.625, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 12.625, 7.75, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 0.05, 7.65], + "to": [9.075, 1.05, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 7.55, 8]}, + "faces": { + "north": {"uv": [12.625, 7.75, 12.75, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 12.625, 8, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 7.875, 12.75, 8], "texture": "#1"}, + "west": {"uv": [8, 12.625, 8.125, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 8.125, 12.625, 8], "texture": "#1"}, + "down": {"uv": [8.25, 12.625, 8.125, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, -2.55, 7.65], + "to": [9.075, -1.55, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 4.95, 8]}, + "faces": { + "north": {"uv": [12.625, 8.125, 12.75, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 12.625, 8.375, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 8.25, 12.75, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 12.625, 8.5, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 8.5, 12.625, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 12.625, 8.5, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, -4.25, 7.65], + "to": [9.075, -2.85, 7.725], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 3.65, 8]}, + "faces": { + "north": {"uv": [12.625, 8.5, 12.75, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 12.625, 8.75, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 8.625, 12.75, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 12.625, 8.875, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 8.875, 12.625, 8.75], "texture": "#1"}, + "down": {"uv": [9, 12.625, 8.875, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 5.25, 6.875], + "to": [8.025, 6.25, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 12.75, 6.6]}, + "faces": { + "north": {"uv": [12.625, 8.875, 12.75, 9], "texture": "#1"}, + "east": {"uv": [9, 12.625, 9.125, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 9, 12.75, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 12.625, 9.25, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 9.25, 12.625, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 12.625, 9.25, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 6.55, 6.875], + "to": [8.025, 7.55, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 14.05, 6.6]}, + "faces": { + "north": {"uv": [12.625, 9.25, 12.75, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 12.625, 9.5, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 9.375, 12.75, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 12.625, 9.625, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 9.625, 12.625, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 12.625, 9.625, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 3.95, 6.875], + "to": [8.025, 4.95, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 11.45, 6.6]}, + "faces": { + "north": {"uv": [12.625, 9.625, 12.75, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 12.625, 9.875, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 9.75, 12.75, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 12.625, 10, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 10, 12.625, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 12.625, 10, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 1.35, 6.875], + "to": [8.025, 2.35, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 8.85, 6.6]}, + "faces": { + "north": {"uv": [12.625, 10, 12.75, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 12.625, 10.25, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 10.125, 12.75, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 12.625, 10.375, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 10.375, 12.625, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 12.625, 10.375, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, -1.25, 6.875], + "to": [8.025, -0.25, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 6.25, 6.6]}, + "faces": { + "north": {"uv": [12.625, 10.375, 12.75, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 12.625, 10.625, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 10.5, 12.75, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 12.625, 10.75, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 10.75, 12.625, 10.625], "texture": "#1"}, + "down": {"uv": [10.875, 12.625, 10.75, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 2.65, 6.875], + "to": [8.025, 3.65, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 10.15, 6.6]}, + "faces": { + "north": {"uv": [12.625, 10.75, 12.75, 10.875], "texture": "#1"}, + "east": {"uv": [10.875, 12.625, 11, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 10.875, 12.75, 11], "texture": "#1"}, + "west": {"uv": [11, 12.625, 11.125, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 11.125, 12.625, 11], "texture": "#1"}, + "down": {"uv": [11.25, 12.625, 11.125, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, 0.05, 6.875], + "to": [8.025, 1.05, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 7.55, 6.6]}, + "faces": { + "north": {"uv": [12.625, 11.125, 12.75, 11.25], "texture": "#1"}, + "east": {"uv": [11.25, 12.625, 11.375, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 11.25, 12.75, 11.375], "texture": "#1"}, + "west": {"uv": [11.375, 12.625, 11.5, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 11.5, 12.625, 11.375], "texture": "#1"}, + "down": {"uv": [11.625, 12.625, 11.5, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, -2.55, 6.875], + "to": [8.025, -1.55, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 4.95, 6.6]}, + "faces": { + "north": {"uv": [12.625, 11.5, 12.75, 11.625], "texture": "#1"}, + "east": {"uv": [11.625, 12.625, 11.75, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 11.625, 12.75, 11.75], "texture": "#1"}, + "west": {"uv": [11.75, 12.625, 11.875, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 11.875, 12.625, 11.75], "texture": "#1"}, + "down": {"uv": [12, 12.625, 11.875, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, -4.25, 6.875], + "to": [8.025, -2.85, 6.95], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 3.65, 6.6]}, + "faces": { + "north": {"uv": [12.625, 11.875, 12.75, 12], "texture": "#1"}, + "east": {"uv": [12, 12.625, 12.125, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 12, 12.75, 12.125], "texture": "#1"}, + "west": {"uv": [12.125, 12.625, 12.25, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 12.25, 12.625, 12.125], "texture": "#1"}, + "down": {"uv": [12.375, 12.625, 12.25, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 5.25, 6.875], + "to": [9.075, 6.25, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 12.75, 6.6]}, + "faces": { + "north": {"uv": [12.625, 12.25, 12.75, 12.375], "texture": "#1"}, + "east": {"uv": [12.375, 12.625, 12.5, 12.75], "texture": "#1"}, + "south": {"uv": [12.625, 12.375, 12.75, 12.5], "texture": "#1"}, + "west": {"uv": [12.5, 12.625, 12.625, 12.75], "texture": "#1"}, + "up": {"uv": [12.75, 12.625, 12.625, 12.5], "texture": "#1"}, + "down": {"uv": [12.75, 12.625, 12.625, 12.75], "texture": "#1"} + } + }, + { + "from": [8.975, 6.55, 6.875], + "to": [9.075, 7.55, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 14.05, 6.6]}, + "faces": { + "north": {"uv": [0, 12.75, 0.125, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 0, 12.875, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 12.75, 0.25, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 0.125, 12.875, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 12.875, 0.25, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 0.25, 12.75, 0.375], "texture": "#1"} + } + }, + { + "from": [8.975, 3.95, 6.875], + "to": [9.075, 4.95, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 11.45, 6.6]}, + "faces": { + "north": {"uv": [0.375, 12.75, 0.5, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 0.375, 12.875, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 12.75, 0.625, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 0.5, 12.875, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 12.875, 0.625, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 0.625, 12.75, 0.75], "texture": "#1"} + } + }, + { + "from": [8.975, 1.35, 6.875], + "to": [9.075, 2.35, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 8.85, 6.6]}, + "faces": { + "north": {"uv": [0.75, 12.75, 0.875, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 0.75, 12.875, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 12.75, 1, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 0.875, 12.875, 1], "texture": "#1"}, + "up": {"uv": [1.125, 12.875, 1, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 1, 12.75, 1.125], "texture": "#1"} + } + }, + { + "from": [8.975, -1.25, 6.875], + "to": [9.075, -0.25, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 6.25, 6.6]}, + "faces": { + "north": {"uv": [1.125, 12.75, 1.25, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 1.125, 12.875, 1.25], "texture": "#1"}, + "south": {"uv": [1.25, 12.75, 1.375, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 1.25, 12.875, 1.375], "texture": "#1"}, + "up": {"uv": [1.5, 12.875, 1.375, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 1.375, 12.75, 1.5], "texture": "#1"} + } + }, + { + "from": [8.975, 2.65, 6.875], + "to": [9.075, 3.65, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 10.15, 6.6]}, + "faces": { + "north": {"uv": [1.5, 12.75, 1.625, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 1.5, 12.875, 1.625], "texture": "#1"}, + "south": {"uv": [1.625, 12.75, 1.75, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 1.625, 12.875, 1.75], "texture": "#1"}, + "up": {"uv": [1.875, 12.875, 1.75, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 1.75, 12.75, 1.875], "texture": "#1"} + } + }, + { + "from": [8.975, 0.05, 6.875], + "to": [9.075, 1.05, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 7.55, 6.6]}, + "faces": { + "north": {"uv": [1.875, 12.75, 2, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 1.875, 12.875, 2], "texture": "#1"}, + "south": {"uv": [2, 12.75, 2.125, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 2, 12.875, 2.125], "texture": "#1"}, + "up": {"uv": [2.25, 12.875, 2.125, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 2.125, 12.75, 2.25], "texture": "#1"} + } + }, + { + "from": [8.975, -2.55, 6.875], + "to": [9.075, -1.55, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 4.95, 6.6]}, + "faces": { + "north": {"uv": [2.25, 12.75, 2.375, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 2.25, 12.875, 2.375], "texture": "#1"}, + "south": {"uv": [2.375, 12.75, 2.5, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 2.375, 12.875, 2.5], "texture": "#1"}, + "up": {"uv": [2.625, 12.875, 2.5, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 2.5, 12.75, 2.625], "texture": "#1"} + } + }, + { + "from": [8.975, -4.25, 6.875], + "to": [9.075, -2.85, 6.95], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 3.65, 6.6]}, + "faces": { + "north": {"uv": [2.625, 12.75, 2.75, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 2.625, 12.875, 2.75], "texture": "#1"}, + "south": {"uv": [2.75, 12.75, 2.875, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 2.75, 12.875, 2.875], "texture": "#1"}, + "up": {"uv": [3, 12.875, 2.875, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 2.875, 12.75, 3], "texture": "#1"} + } + }, + { + "from": [7.925, 5.15, 7.725], + "to": [8.025, 6.15, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 12.75, 8]}, + "faces": { + "north": {"uv": [3, 12.75, 3.125, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 3, 12.875, 3.125], "texture": "#1"}, + "south": {"uv": [3.125, 12.75, 3.25, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 3.125, 12.875, 3.25], "texture": "#1"}, + "up": {"uv": [3.375, 12.875, 3.25, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 3.25, 12.75, 3.375], "texture": "#1"} + } + }, + { + "from": [7.925, 6.45, 7.725], + "to": [8.025, 7.45, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 14.05, 8]}, + "faces": { + "north": {"uv": [3.375, 12.75, 3.5, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 3.375, 12.875, 3.5], "texture": "#1"}, + "south": {"uv": [3.5, 12.75, 3.625, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 3.5, 12.875, 3.625], "texture": "#1"}, + "up": {"uv": [3.75, 12.875, 3.625, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 3.625, 12.75, 3.75], "texture": "#1"} + } + }, + { + "from": [7.925, 3.85, 7.725], + "to": [8.025, 4.85, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 11.45, 8]}, + "faces": { + "north": {"uv": [3.75, 12.75, 3.875, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 3.75, 12.875, 3.875], "texture": "#1"}, + "south": {"uv": [3.875, 12.75, 4, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 3.875, 12.875, 4], "texture": "#1"}, + "up": {"uv": [4.125, 12.875, 4, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 4, 12.75, 4.125], "texture": "#1"} + } + }, + { + "from": [7.925, 1.25, 7.725], + "to": [8.025, 2.25, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8.85, 8]}, + "faces": { + "north": {"uv": [4.125, 12.75, 4.25, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 4.125, 12.875, 4.25], "texture": "#1"}, + "south": {"uv": [4.25, 12.75, 4.375, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 4.25, 12.875, 4.375], "texture": "#1"}, + "up": {"uv": [4.5, 12.875, 4.375, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 4.375, 12.75, 4.5], "texture": "#1"} + } + }, + { + "from": [7.925, -1.35, 7.725], + "to": [8.025, -0.35, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 6.25, 8]}, + "faces": { + "north": {"uv": [4.5, 12.75, 4.625, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 4.5, 12.875, 4.625], "texture": "#1"}, + "south": {"uv": [4.625, 12.75, 4.75, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 4.625, 12.875, 4.75], "texture": "#1"}, + "up": {"uv": [4.875, 12.875, 4.75, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 4.75, 12.75, 4.875], "texture": "#1"} + } + }, + { + "from": [7.925, 2.55, 7.725], + "to": [8.025, 3.55, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 10.15, 8]}, + "faces": { + "north": {"uv": [4.875, 12.75, 5, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 4.875, 12.875, 5], "texture": "#1"}, + "south": {"uv": [5, 12.75, 5.125, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 5, 12.875, 5.125], "texture": "#1"}, + "up": {"uv": [5.25, 12.875, 5.125, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 5.125, 12.75, 5.25], "texture": "#1"} + } + }, + { + "from": [7.925, -0.05, 7.725], + "to": [8.025, 0.95, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 7.55, 8]}, + "faces": { + "north": {"uv": [5.25, 12.75, 5.375, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 5.25, 12.875, 5.375], "texture": "#1"}, + "south": {"uv": [5.375, 12.75, 5.5, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 5.375, 12.875, 5.5], "texture": "#1"}, + "up": {"uv": [5.625, 12.875, 5.5, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 5.5, 12.75, 5.625], "texture": "#1"} + } + }, + { + "from": [7.925, -2.65, 7.725], + "to": [8.025, -1.65, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 4.95, 8]}, + "faces": { + "north": {"uv": [5.625, 12.75, 5.75, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 5.625, 12.875, 5.75], "texture": "#1"}, + "south": {"uv": [5.75, 12.75, 5.875, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 5.75, 12.875, 5.875], "texture": "#1"}, + "up": {"uv": [6, 12.875, 5.875, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 5.875, 12.75, 6], "texture": "#1"} + } + }, + { + "from": [7.925, -4.35, 7.725], + "to": [8.025, -2.95, 7.875], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 3.65, 8]}, + "faces": { + "north": {"uv": [6, 12.75, 6.125, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 6, 12.875, 6.125], "texture": "#1"}, + "south": {"uv": [6.125, 12.75, 6.25, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 6.125, 12.875, 6.25], "texture": "#1"}, + "up": {"uv": [6.375, 12.875, 6.25, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 6.25, 12.75, 6.375], "texture": "#1"} + } + }, + { + "from": [8.975, 5.15, 7.725], + "to": [9.075, 6.15, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 12.75, 8]}, + "faces": { + "north": {"uv": [6.375, 12.75, 6.5, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 6.375, 12.875, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 12.75, 6.625, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 6.5, 12.875, 6.625], "texture": "#1"}, + "up": {"uv": [6.75, 12.875, 6.625, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 6.625, 12.75, 6.75], "texture": "#1"} + } + }, + { + "from": [8.975, 6.45, 7.725], + "to": [9.075, 7.45, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 14.05, 8]}, + "faces": { + "north": {"uv": [6.75, 12.75, 6.875, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 6.75, 12.875, 6.875], "texture": "#1"}, + "south": {"uv": [6.875, 12.75, 7, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 6.875, 12.875, 7], "texture": "#1"}, + "up": {"uv": [7.125, 12.875, 7, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 7, 12.75, 7.125], "texture": "#1"} + } + }, + { + "from": [8.975, 3.85, 7.725], + "to": [9.075, 4.85, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 11.45, 8]}, + "faces": { + "north": {"uv": [7.125, 12.75, 7.25, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 7.125, 12.875, 7.25], "texture": "#1"}, + "south": {"uv": [7.25, 12.75, 7.375, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 7.25, 12.875, 7.375], "texture": "#1"}, + "up": {"uv": [7.5, 12.875, 7.375, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 7.375, 12.75, 7.5], "texture": "#1"} + } + }, + { + "from": [8.975, 1.25, 7.725], + "to": [9.075, 2.25, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 8.85, 8]}, + "faces": { + "north": {"uv": [7.5, 12.75, 7.625, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 7.5, 12.875, 7.625], "texture": "#1"}, + "south": {"uv": [7.625, 12.75, 7.75, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 7.625, 12.875, 7.75], "texture": "#1"}, + "up": {"uv": [7.875, 12.875, 7.75, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 7.75, 12.75, 7.875], "texture": "#1"} + } + }, + { + "from": [8.975, -1.35, 7.725], + "to": [9.075, -0.35, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 6.25, 8]}, + "faces": { + "north": {"uv": [7.875, 12.75, 8, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 7.875, 12.875, 8], "texture": "#1"}, + "south": {"uv": [8, 12.75, 8.125, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 8, 12.875, 8.125], "texture": "#1"}, + "up": {"uv": [8.25, 12.875, 8.125, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 8.125, 12.75, 8.25], "texture": "#1"} + } + }, + { + "from": [8.975, 2.55, 7.725], + "to": [9.075, 3.55, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 10.15, 8]}, + "faces": { + "north": {"uv": [8.25, 12.75, 8.375, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 8.25, 12.875, 8.375], "texture": "#1"}, + "south": {"uv": [8.375, 12.75, 8.5, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 8.375, 12.875, 8.5], "texture": "#1"}, + "up": {"uv": [8.625, 12.875, 8.5, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 8.5, 12.75, 8.625], "texture": "#1"} + } + }, + { + "from": [8.975, -0.05, 7.725], + "to": [9.075, 0.95, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 7.55, 8]}, + "faces": { + "north": {"uv": [8.625, 12.75, 8.75, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 8.625, 12.875, 8.75], "texture": "#1"}, + "south": {"uv": [8.75, 12.75, 8.875, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 8.75, 12.875, 8.875], "texture": "#1"}, + "up": {"uv": [9, 12.875, 8.875, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 8.875, 12.75, 9], "texture": "#1"} + } + }, + { + "from": [8.975, -2.65, 7.725], + "to": [9.075, -1.65, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 4.95, 8]}, + "faces": { + "north": {"uv": [9, 12.75, 9.125, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 9, 12.875, 9.125], "texture": "#1"}, + "south": {"uv": [9.125, 12.75, 9.25, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 9.125, 12.875, 9.25], "texture": "#1"}, + "up": {"uv": [9.375, 12.875, 9.25, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 9.25, 12.75, 9.375], "texture": "#1"} + } + }, + { + "from": [8.975, -4.35, 7.725], + "to": [9.075, -2.95, 7.875], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 3.65, 8]}, + "faces": { + "north": {"uv": [9.375, 12.75, 9.5, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 9.375, 12.875, 9.5], "texture": "#1"}, + "south": {"uv": [9.5, 12.75, 9.625, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 9.5, 12.875, 9.625], "texture": "#1"}, + "up": {"uv": [9.75, 12.875, 9.625, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 9.625, 12.75, 9.75], "texture": "#1"} + } + }, + { + "from": [7.925, 5.15, 6.725], + "to": [8.025, 6.15, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 12.75, 6.6]}, + "faces": { + "north": {"uv": [9.75, 12.75, 9.875, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 9.75, 12.875, 9.875], "texture": "#1"}, + "south": {"uv": [9.875, 12.75, 10, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 9.875, 12.875, 10], "texture": "#1"}, + "up": {"uv": [10.125, 12.875, 10, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 10, 12.75, 10.125], "texture": "#1"} + } + }, + { + "from": [7.925, 6.45, 6.725], + "to": [8.025, 7.45, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 14.05, 6.6]}, + "faces": { + "north": {"uv": [10.125, 12.75, 10.25, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 10.125, 12.875, 10.25], "texture": "#1"}, + "south": {"uv": [10.25, 12.75, 10.375, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 10.25, 12.875, 10.375], "texture": "#1"}, + "up": {"uv": [10.5, 12.875, 10.375, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 10.375, 12.75, 10.5], "texture": "#1"} + } + }, + { + "from": [7.925, 3.85, 6.725], + "to": [8.025, 4.85, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 11.45, 6.6]}, + "faces": { + "north": {"uv": [10.5, 12.75, 10.625, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 10.5, 12.875, 10.625], "texture": "#1"}, + "south": {"uv": [10.625, 12.75, 10.75, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 10.625, 12.875, 10.75], "texture": "#1"}, + "up": {"uv": [10.875, 12.875, 10.75, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 10.75, 12.75, 10.875], "texture": "#1"} + } + }, + { + "from": [7.925, 1.25, 6.725], + "to": [8.025, 2.25, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 8.85, 6.6]}, + "faces": { + "north": {"uv": [10.875, 12.75, 11, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 10.875, 12.875, 11], "texture": "#1"}, + "south": {"uv": [11, 12.75, 11.125, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 11, 12.875, 11.125], "texture": "#1"}, + "up": {"uv": [11.25, 12.875, 11.125, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 11.125, 12.75, 11.25], "texture": "#1"} + } + }, + { + "from": [7.925, -1.35, 6.725], + "to": [8.025, -0.35, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 6.25, 6.6]}, + "faces": { + "north": {"uv": [11.25, 12.75, 11.375, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 11.25, 12.875, 11.375], "texture": "#1"}, + "south": {"uv": [11.375, 12.75, 11.5, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 11.375, 12.875, 11.5], "texture": "#1"}, + "up": {"uv": [11.625, 12.875, 11.5, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 11.5, 12.75, 11.625], "texture": "#1"} + } + }, + { + "from": [7.925, 2.55, 6.725], + "to": [8.025, 3.55, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 10.15, 6.6]}, + "faces": { + "north": {"uv": [11.625, 12.75, 11.75, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 11.625, 12.875, 11.75], "texture": "#1"}, + "south": {"uv": [11.75, 12.75, 11.875, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 11.75, 12.875, 11.875], "texture": "#1"}, + "up": {"uv": [12, 12.875, 11.875, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 11.875, 12.75, 12], "texture": "#1"} + } + }, + { + "from": [7.925, -0.05, 6.725], + "to": [8.025, 0.95, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 7.55, 6.6]}, + "faces": { + "north": {"uv": [12, 12.75, 12.125, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 12, 12.875, 12.125], "texture": "#1"}, + "south": {"uv": [12.125, 12.75, 12.25, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 12.125, 12.875, 12.25], "texture": "#1"}, + "up": {"uv": [12.375, 12.875, 12.25, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 12.25, 12.75, 12.375], "texture": "#1"} + } + }, + { + "from": [7.925, -2.65, 6.725], + "to": [8.025, -1.65, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 4.95, 6.6]}, + "faces": { + "north": {"uv": [12.375, 12.75, 12.5, 12.875], "texture": "#1"}, + "east": {"uv": [12.75, 12.375, 12.875, 12.5], "texture": "#1"}, + "south": {"uv": [12.5, 12.75, 12.625, 12.875], "texture": "#1"}, + "west": {"uv": [12.75, 12.5, 12.875, 12.625], "texture": "#1"}, + "up": {"uv": [12.75, 12.875, 12.625, 12.75], "texture": "#1"}, + "down": {"uv": [12.875, 12.625, 12.75, 12.75], "texture": "#1"} + } + }, + { + "from": [7.925, -4.35, 6.725], + "to": [8.025, -2.95, 6.875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 3.65, 6.6]}, + "faces": { + "north": {"uv": [12.75, 12.75, 12.875, 12.875], "texture": "#1"}, + "east": {"uv": [0, 12.875, 0.125, 13], "texture": "#1"}, + "south": {"uv": [12.875, 0, 13, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 12.875, 0.25, 13], "texture": "#1"}, + "up": {"uv": [13, 0.25, 12.875, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 12.875, 0.25, 13], "texture": "#1"} + } + }, + { + "from": [8.975, 5.15, 6.725], + "to": [9.075, 6.15, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 12.75, 6.6]}, + "faces": { + "north": {"uv": [12.875, 0.25, 13, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 12.875, 0.5, 13], "texture": "#1"}, + "south": {"uv": [12.875, 0.375, 13, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 12.875, 0.625, 13], "texture": "#1"}, + "up": {"uv": [13, 0.625, 12.875, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 12.875, 0.625, 13], "texture": "#1"} + } + }, + { + "from": [8.975, 6.45, 6.725], + "to": [9.075, 7.45, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 14.05, 6.6]}, + "faces": { + "north": {"uv": [12.875, 0.625, 13, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 12.875, 0.875, 13], "texture": "#1"}, + "south": {"uv": [12.875, 0.75, 13, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 12.875, 1, 13], "texture": "#1"}, + "up": {"uv": [13, 1, 12.875, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 12.875, 1, 13], "texture": "#1"} + } + }, + { + "from": [8.975, 3.85, 6.725], + "to": [9.075, 4.85, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 11.45, 6.6]}, + "faces": { + "north": {"uv": [12.875, 1, 13, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 12.875, 1.25, 13], "texture": "#1"}, + "south": {"uv": [12.875, 1.125, 13, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 12.875, 1.375, 13], "texture": "#1"}, + "up": {"uv": [13, 1.375, 12.875, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 12.875, 1.375, 13], "texture": "#1"} + } + }, + { + "from": [8.975, 1.25, 6.725], + "to": [9.075, 2.25, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 8.85, 6.6]}, + "faces": { + "north": {"uv": [12.875, 1.375, 13, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 12.875, 1.625, 13], "texture": "#1"}, + "south": {"uv": [12.875, 1.5, 13, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 12.875, 1.75, 13], "texture": "#1"}, + "up": {"uv": [13, 1.75, 12.875, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 12.875, 1.75, 13], "texture": "#1"} + } + }, + { + "from": [8.975, -1.35, 6.725], + "to": [9.075, -0.35, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 6.25, 6.6]}, + "faces": { + "north": {"uv": [12.875, 1.75, 13, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 12.875, 2, 13], "texture": "#1"}, + "south": {"uv": [12.875, 1.875, 13, 2], "texture": "#1"}, + "west": {"uv": [2, 12.875, 2.125, 13], "texture": "#1"}, + "up": {"uv": [13, 2.125, 12.875, 2], "texture": "#1"}, + "down": {"uv": [2.25, 12.875, 2.125, 13], "texture": "#1"} + } + }, + { + "from": [8.975, 2.55, 6.725], + "to": [9.075, 3.55, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 10.15, 6.6]}, + "faces": { + "north": {"uv": [12.875, 2.125, 13, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 12.875, 2.375, 13], "texture": "#1"}, + "south": {"uv": [12.875, 2.25, 13, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 12.875, 2.5, 13], "texture": "#1"}, + "up": {"uv": [13, 2.5, 12.875, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 12.875, 2.5, 13], "texture": "#1"} + } + }, + { + "from": [8.975, -0.05, 6.725], + "to": [9.075, 0.95, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 7.55, 6.6]}, + "faces": { + "north": {"uv": [12.875, 2.5, 13, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 12.875, 2.75, 13], "texture": "#1"}, + "south": {"uv": [12.875, 2.625, 13, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 12.875, 2.875, 13], "texture": "#1"}, + "up": {"uv": [13, 2.875, 12.875, 2.75], "texture": "#1"}, + "down": {"uv": [3, 12.875, 2.875, 13], "texture": "#1"} + } + }, + { + "from": [8.975, -2.65, 6.725], + "to": [9.075, -1.65, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 4.95, 6.6]}, + "faces": { + "north": {"uv": [12.875, 2.875, 13, 3], "texture": "#1"}, + "east": {"uv": [3, 12.875, 3.125, 13], "texture": "#1"}, + "south": {"uv": [12.875, 3, 13, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 12.875, 3.25, 13], "texture": "#1"}, + "up": {"uv": [13, 3.25, 12.875, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 12.875, 3.25, 13], "texture": "#1"} + } + }, + { + "from": [8.975, -4.35, 6.725], + "to": [9.075, -2.95, 6.875], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 3.65, 6.6]}, + "faces": { + "north": {"uv": [12.875, 3.25, 13, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 12.875, 3.5, 13], "texture": "#1"}, + "south": {"uv": [12.875, 3.375, 13, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 12.875, 3.625, 13], "texture": "#1"}, + "up": {"uv": [13, 3.625, 12.875, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 12.875, 3.625, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 4.95, 7.875], + "to": [8.15, 5.95, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 12.75, 8]}, + "faces": { + "north": {"uv": [12.875, 3.625, 13, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 12.875, 3.875, 13], "texture": "#1"}, + "south": {"uv": [12.875, 3.75, 13, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 12.875, 4, 13], "texture": "#1"}, + "up": {"uv": [13, 4, 12.875, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 12.875, 4, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 6.25, 7.875], + "to": [8.15, 7.25, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 14.05, 8]}, + "faces": { + "north": {"uv": [12.875, 4, 13, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 12.875, 4.25, 13], "texture": "#1"}, + "south": {"uv": [12.875, 4.125, 13, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 12.875, 4.375, 13], "texture": "#1"}, + "up": {"uv": [13, 4.375, 12.875, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 12.875, 4.375, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 3.65, 7.875], + "to": [8.15, 4.65, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 11.45, 8]}, + "faces": { + "north": {"uv": [12.875, 4.375, 13, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 12.875, 4.625, 13], "texture": "#1"}, + "south": {"uv": [12.875, 4.5, 13, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 12.875, 4.75, 13], "texture": "#1"}, + "up": {"uv": [13, 4.75, 12.875, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 12.875, 4.75, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 1.05, 7.875], + "to": [8.15, 2.05, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8.85, 8]}, + "faces": { + "north": {"uv": [12.875, 4.75, 13, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 12.875, 5, 13], "texture": "#1"}, + "south": {"uv": [12.875, 4.875, 13, 5], "texture": "#1"}, + "west": {"uv": [5, 12.875, 5.125, 13], "texture": "#1"}, + "up": {"uv": [13, 5.125, 12.875, 5], "texture": "#1"}, + "down": {"uv": [5.25, 12.875, 5.125, 13], "texture": "#1"} + } + }, + { + "from": [7.925, -1.55, 7.875], + "to": [8.15, -0.55, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 6.25, 8]}, + "faces": { + "north": {"uv": [12.875, 5.125, 13, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 12.875, 5.375, 13], "texture": "#1"}, + "south": {"uv": [12.875, 5.25, 13, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 12.875, 5.5, 13], "texture": "#1"}, + "up": {"uv": [13, 5.5, 12.875, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 12.875, 5.5, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 2.35, 7.875], + "to": [8.15, 3.35, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 10.15, 8]}, + "faces": { + "north": {"uv": [12.875, 5.5, 13, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 12.875, 5.75, 13], "texture": "#1"}, + "south": {"uv": [12.875, 5.625, 13, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 12.875, 5.875, 13], "texture": "#1"}, + "up": {"uv": [13, 5.875, 12.875, 5.75], "texture": "#1"}, + "down": {"uv": [6, 12.875, 5.875, 13], "texture": "#1"} + } + }, + { + "from": [7.925, -0.25, 7.875], + "to": [8.15, 0.75, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 7.55, 8]}, + "faces": { + "north": {"uv": [12.875, 5.875, 13, 6], "texture": "#1"}, + "east": {"uv": [6, 12.875, 6.125, 13], "texture": "#1"}, + "south": {"uv": [12.875, 6, 13, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 12.875, 6.25, 13], "texture": "#1"}, + "up": {"uv": [13, 6.25, 12.875, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 12.875, 6.25, 13], "texture": "#1"} + } + }, + { + "from": [7.925, -2.85, 7.875], + "to": [8.15, -1.85, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 4.95, 8]}, + "faces": { + "north": {"uv": [12.875, 6.25, 13, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 12.875, 6.5, 13], "texture": "#1"}, + "south": {"uv": [12.875, 6.375, 13, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 12.875, 6.625, 13], "texture": "#1"}, + "up": {"uv": [13, 6.625, 12.875, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 12.875, 6.625, 13], "texture": "#1"} + } + }, + { + "from": [7.925, -4.15, 7.875], + "to": [8.15, -3.15, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 3.65, 8]}, + "faces": { + "north": {"uv": [12.875, 6.625, 13, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 12.875, 6.875, 13], "texture": "#1"}, + "south": {"uv": [12.875, 6.75, 13, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 12.875, 7, 13], "texture": "#1"}, + "up": {"uv": [13, 7, 12.875, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 12.875, 7, 13], "texture": "#1"} + } + }, + { + "from": [8.85, 4.95, 7.875], + "to": [9.075, 5.95, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 12.75, 8]}, + "faces": { + "north": {"uv": [12.875, 7, 13, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 12.875, 7.25, 13], "texture": "#1"}, + "south": {"uv": [12.875, 7.125, 13, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 12.875, 7.375, 13], "texture": "#1"}, + "up": {"uv": [13, 7.375, 12.875, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 12.875, 7.375, 13], "texture": "#1"} + } + }, + { + "from": [8.85, 6.25, 7.875], + "to": [9.075, 7.25, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 14.05, 8]}, + "faces": { + "north": {"uv": [12.875, 7.375, 13, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 12.875, 7.625, 13], "texture": "#1"}, + "south": {"uv": [12.875, 7.5, 13, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 12.875, 7.75, 13], "texture": "#1"}, + "up": {"uv": [13, 7.75, 12.875, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 12.875, 7.75, 13], "texture": "#1"} + } + }, + { + "from": [8.85, 3.65, 7.875], + "to": [9.075, 4.65, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 11.45, 8]}, + "faces": { + "north": {"uv": [12.875, 7.75, 13, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 12.875, 8, 13], "texture": "#1"}, + "south": {"uv": [12.875, 7.875, 13, 8], "texture": "#1"}, + "west": {"uv": [8, 12.875, 8.125, 13], "texture": "#1"}, + "up": {"uv": [13, 8.125, 12.875, 8], "texture": "#1"}, + "down": {"uv": [8.25, 12.875, 8.125, 13], "texture": "#1"} + } + }, + { + "from": [8.85, 1.05, 7.875], + "to": [9.075, 2.05, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 8.85, 8]}, + "faces": { + "north": {"uv": [12.875, 8.125, 13, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 12.875, 8.375, 13], "texture": "#1"}, + "south": {"uv": [12.875, 8.25, 13, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 12.875, 8.5, 13], "texture": "#1"}, + "up": {"uv": [13, 8.5, 12.875, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 12.875, 8.5, 13], "texture": "#1"} + } + }, + { + "from": [8.85, -1.55, 7.875], + "to": [9.075, -0.55, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 6.25, 8]}, + "faces": { + "north": {"uv": [12.875, 8.5, 13, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 12.875, 8.75, 13], "texture": "#1"}, + "south": {"uv": [12.875, 8.625, 13, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 12.875, 8.875, 13], "texture": "#1"}, + "up": {"uv": [13, 8.875, 12.875, 8.75], "texture": "#1"}, + "down": {"uv": [9, 12.875, 8.875, 13], "texture": "#1"} + } + }, + { + "from": [8.85, 2.35, 7.875], + "to": [9.075, 3.35, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 10.15, 8]}, + "faces": { + "north": {"uv": [12.875, 8.875, 13, 9], "texture": "#1"}, + "east": {"uv": [9, 12.875, 9.125, 13], "texture": "#1"}, + "south": {"uv": [12.875, 9, 13, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 12.875, 9.25, 13], "texture": "#1"}, + "up": {"uv": [13, 9.25, 12.875, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 12.875, 9.25, 13], "texture": "#1"} + } + }, + { + "from": [8.85, -0.25, 7.875], + "to": [9.075, 0.75, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 7.55, 8]}, + "faces": { + "north": {"uv": [12.875, 9.25, 13, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 12.875, 9.5, 13], "texture": "#1"}, + "south": {"uv": [12.875, 9.375, 13, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 12.875, 9.625, 13], "texture": "#1"}, + "up": {"uv": [13, 9.625, 12.875, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 12.875, 9.625, 13], "texture": "#1"} + } + }, + { + "from": [8.85, -2.85, 7.875], + "to": [9.075, -1.85, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 4.95, 8]}, + "faces": { + "north": {"uv": [12.875, 9.625, 13, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 12.875, 9.875, 13], "texture": "#1"}, + "south": {"uv": [12.875, 9.75, 13, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 12.875, 10, 13], "texture": "#1"}, + "up": {"uv": [13, 10, 12.875, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 12.875, 10, 13], "texture": "#1"} + } + }, + { + "from": [8.85, -4.15, 7.875], + "to": [9.075, -3.15, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 3.65, 8]}, + "faces": { + "north": {"uv": [12.875, 10, 13, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 12.875, 10.25, 13], "texture": "#1"}, + "south": {"uv": [12.875, 10.125, 13, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 12.875, 10.375, 13], "texture": "#1"}, + "up": {"uv": [13, 10.375, 12.875, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 12.875, 10.375, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 4.95, 6.6], + "to": [8.15, 5.95, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 12.75, 6.6]}, + "faces": { + "north": {"uv": [12.875, 10.375, 13, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 12.875, 10.625, 13], "texture": "#1"}, + "south": {"uv": [12.875, 10.5, 13, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 12.875, 10.75, 13], "texture": "#1"}, + "up": {"uv": [13, 10.75, 12.875, 10.625], "texture": "#1"}, + "down": {"uv": [10.875, 12.875, 10.75, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 6.25, 6.6], + "to": [8.15, 7.25, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 14.05, 6.6]}, + "faces": { + "north": {"uv": [12.875, 10.75, 13, 10.875], "texture": "#1"}, + "east": {"uv": [10.875, 12.875, 11, 13], "texture": "#1"}, + "south": {"uv": [12.875, 10.875, 13, 11], "texture": "#1"}, + "west": {"uv": [11, 12.875, 11.125, 13], "texture": "#1"}, + "up": {"uv": [13, 11.125, 12.875, 11], "texture": "#1"}, + "down": {"uv": [11.25, 12.875, 11.125, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 3.65, 6.6], + "to": [8.15, 4.65, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 11.45, 6.6]}, + "faces": { + "north": {"uv": [12.875, 11.125, 13, 11.25], "texture": "#1"}, + "east": {"uv": [11.25, 12.875, 11.375, 13], "texture": "#1"}, + "south": {"uv": [12.875, 11.25, 13, 11.375], "texture": "#1"}, + "west": {"uv": [11.375, 12.875, 11.5, 13], "texture": "#1"}, + "up": {"uv": [13, 11.5, 12.875, 11.375], "texture": "#1"}, + "down": {"uv": [11.625, 12.875, 11.5, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 1.05, 6.6], + "to": [8.15, 2.05, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 8.85, 6.6]}, + "faces": { + "north": {"uv": [12.875, 11.5, 13, 11.625], "texture": "#1"}, + "east": {"uv": [11.625, 12.875, 11.75, 13], "texture": "#1"}, + "south": {"uv": [12.875, 11.625, 13, 11.75], "texture": "#1"}, + "west": {"uv": [11.75, 12.875, 11.875, 13], "texture": "#1"}, + "up": {"uv": [13, 11.875, 12.875, 11.75], "texture": "#1"}, + "down": {"uv": [12, 12.875, 11.875, 13], "texture": "#1"} + } + }, + { + "from": [7.925, -1.55, 6.6], + "to": [8.15, -0.55, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 6.25, 6.6]}, + "faces": { + "north": {"uv": [12.875, 11.875, 13, 12], "texture": "#1"}, + "east": {"uv": [12, 12.875, 12.125, 13], "texture": "#1"}, + "south": {"uv": [12.875, 12, 13, 12.125], "texture": "#1"}, + "west": {"uv": [12.125, 12.875, 12.25, 13], "texture": "#1"}, + "up": {"uv": [13, 12.25, 12.875, 12.125], "texture": "#1"}, + "down": {"uv": [12.375, 12.875, 12.25, 13], "texture": "#1"} + } + }, + { + "from": [7.925, 2.35, 6.6], + "to": [8.15, 3.35, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 10.15, 6.6]}, + "faces": { + "north": {"uv": [12.875, 12.25, 13, 12.375], "texture": "#1"}, + "east": {"uv": [12.375, 12.875, 12.5, 13], "texture": "#1"}, + "south": {"uv": [12.875, 12.375, 13, 12.5], "texture": "#1"}, + "west": {"uv": [12.5, 12.875, 12.625, 13], "texture": "#1"}, + "up": {"uv": [13, 12.625, 12.875, 12.5], "texture": "#1"}, + "down": {"uv": [12.75, 12.875, 12.625, 13], "texture": "#1"} + } + }, + { + "from": [7.925, -0.25, 6.6], + "to": [8.15, 0.75, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 7.55, 6.6]}, + "faces": { + "north": {"uv": [12.875, 12.625, 13, 12.75], "texture": "#1"}, + "east": {"uv": [12.75, 12.875, 12.875, 13], "texture": "#1"}, + "south": {"uv": [12.875, 12.75, 13, 12.875], "texture": "#1"}, + "west": {"uv": [12.875, 12.875, 13, 13], "texture": "#1"}, + "up": {"uv": [0.125, 13.125, 0, 13], "texture": "#1"}, + "down": {"uv": [13.125, 0, 13, 0.125], "texture": "#1"} + } + }, + { + "from": [7.925, -2.85, 6.6], + "to": [8.15, -1.85, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 4.95, 6.6]}, + "faces": { + "north": {"uv": [0.125, 13, 0.25, 13.125], "texture": "#1"}, + "east": {"uv": [13, 0.125, 13.125, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 13, 0.375, 13.125], "texture": "#1"}, + "west": {"uv": [13, 0.25, 13.125, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 13.125, 0.375, 13], "texture": "#1"}, + "down": {"uv": [13.125, 0.375, 13, 0.5], "texture": "#1"} + } + }, + { + "from": [7.925, -4.15, 6.6], + "to": [8.15, -3.15, 6.725], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 3.65, 6.6]}, + "faces": { + "north": {"uv": [0.5, 13, 0.625, 13.125], "texture": "#1"}, + "east": {"uv": [13, 0.5, 13.125, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 13, 0.75, 13.125], "texture": "#1"}, + "west": {"uv": [13, 0.625, 13.125, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 13.125, 0.75, 13], "texture": "#1"}, + "down": {"uv": [13.125, 0.75, 13, 0.875], "texture": "#1"} + } + }, + { + "from": [8.85, 4.95, 6.6], + "to": [9.075, 5.95, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 12.75, 6.6]}, + "faces": { + "north": {"uv": [0.875, 13, 1, 13.125], "texture": "#1"}, + "east": {"uv": [13, 0.875, 13.125, 1], "texture": "#1"}, + "south": {"uv": [1, 13, 1.125, 13.125], "texture": "#1"}, + "west": {"uv": [13, 1, 13.125, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 13.125, 1.125, 13], "texture": "#1"}, + "down": {"uv": [13.125, 1.125, 13, 1.25], "texture": "#1"} + } + }, + { + "from": [8.85, 6.25, 6.6], + "to": [9.075, 7.25, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 14.05, 6.6]}, + "faces": { + "north": {"uv": [1.25, 13, 1.375, 13.125], "texture": "#1"}, + "east": {"uv": [13, 1.25, 13.125, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 13, 1.5, 13.125], "texture": "#1"}, + "west": {"uv": [13, 1.375, 13.125, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 13.125, 1.5, 13], "texture": "#1"}, + "down": {"uv": [13.125, 1.5, 13, 1.625], "texture": "#1"} + } + }, + { + "from": [8.85, 3.65, 6.6], + "to": [9.075, 4.65, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 11.45, 6.6]}, + "faces": { + "north": {"uv": [1.625, 13, 1.75, 13.125], "texture": "#1"}, + "east": {"uv": [13, 1.625, 13.125, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 13, 1.875, 13.125], "texture": "#1"}, + "west": {"uv": [13, 1.75, 13.125, 1.875], "texture": "#1"}, + "up": {"uv": [2, 13.125, 1.875, 13], "texture": "#1"}, + "down": {"uv": [13.125, 1.875, 13, 2], "texture": "#1"} + } + }, + { + "from": [8.85, 1.05, 6.6], + "to": [9.075, 2.05, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 8.85, 6.6]}, + "faces": { + "north": {"uv": [2, 13, 2.125, 13.125], "texture": "#1"}, + "east": {"uv": [13, 2, 13.125, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 13, 2.25, 13.125], "texture": "#1"}, + "west": {"uv": [13, 2.125, 13.125, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 13.125, 2.25, 13], "texture": "#1"}, + "down": {"uv": [13.125, 2.25, 13, 2.375], "texture": "#1"} + } + }, + { + "from": [8.85, -1.55, 6.6], + "to": [9.075, -0.55, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 6.25, 6.6]}, + "faces": { + "north": {"uv": [2.375, 13, 2.5, 13.125], "texture": "#1"}, + "east": {"uv": [13, 2.375, 13.125, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 13, 2.625, 13.125], "texture": "#1"}, + "west": {"uv": [13, 2.5, 13.125, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 13.125, 2.625, 13], "texture": "#1"}, + "down": {"uv": [13.125, 2.625, 13, 2.75], "texture": "#1"} + } + }, + { + "from": [8.85, 2.35, 6.6], + "to": [9.075, 3.35, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 10.15, 6.6]}, + "faces": { + "north": {"uv": [2.75, 13, 2.875, 13.125], "texture": "#1"}, + "east": {"uv": [13, 2.75, 13.125, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 13, 3, 13.125], "texture": "#1"}, + "west": {"uv": [13, 2.875, 13.125, 3], "texture": "#1"}, + "up": {"uv": [3.125, 13.125, 3, 13], "texture": "#1"}, + "down": {"uv": [13.125, 3, 13, 3.125], "texture": "#1"} + } + }, + { + "from": [8.85, -0.25, 6.6], + "to": [9.075, 0.75, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 7.55, 6.6]}, + "faces": { + "north": {"uv": [3.125, 13, 3.25, 13.125], "texture": "#1"}, + "east": {"uv": [13, 3.125, 13.125, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 13, 3.375, 13.125], "texture": "#1"}, + "west": {"uv": [13, 3.25, 13.125, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 13.125, 3.375, 13], "texture": "#1"}, + "down": {"uv": [13.125, 3.375, 13, 3.5], "texture": "#1"} + } + }, + { + "from": [8.85, -2.85, 6.6], + "to": [9.075, -1.85, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 4.95, 6.6]}, + "faces": { + "north": {"uv": [3.5, 13, 3.625, 13.125], "texture": "#1"}, + "east": {"uv": [13, 3.5, 13.125, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 13, 3.75, 13.125], "texture": "#1"}, + "west": {"uv": [13, 3.625, 13.125, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 13.125, 3.75, 13], "texture": "#1"}, + "down": {"uv": [13.125, 3.75, 13, 3.875], "texture": "#1"} + } + }, + { + "from": [8.85, -4.15, 6.6], + "to": [9.075, -3.15, 6.725], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 3.65, 6.6]}, + "faces": { + "north": {"uv": [3.875, 13, 4, 13.125], "texture": "#1"}, + "east": {"uv": [13, 3.875, 13.125, 4], "texture": "#1"}, + "south": {"uv": [4, 13, 4.125, 13.125], "texture": "#1"}, + "west": {"uv": [13, 4, 13.125, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 13.125, 4.125, 13], "texture": "#1"}, + "down": {"uv": [13.125, 4.125, 13, 4.25], "texture": "#1"} + } + }, + { + "from": [7.925, 4.95, 8], + "to": [8.15, 5.75, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 12.75, 8]}, + "faces": { + "north": {"uv": [4.25, 13, 4.375, 13.125], "texture": "#1"}, + "east": {"uv": [13, 4.25, 13.125, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 13, 4.5, 13.125], "texture": "#1"}, + "west": {"uv": [13, 4.375, 13.125, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 13.125, 4.5, 13], "texture": "#1"}, + "down": {"uv": [13.125, 4.5, 13, 4.625], "texture": "#1"} + } + }, + { + "from": [7.925, 6.25, 8], + "to": [8.15, 7.25, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 14.05, 8]}, + "faces": { + "north": {"uv": [4.625, 13, 4.75, 13.125], "texture": "#1"}, + "east": {"uv": [13, 4.625, 13.125, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 13, 4.875, 13.125], "texture": "#1"}, + "west": {"uv": [13, 4.75, 13.125, 4.875], "texture": "#1"}, + "up": {"uv": [5, 13.125, 4.875, 13], "texture": "#1"}, + "down": {"uv": [13.125, 4.875, 13, 5], "texture": "#1"} + } + }, + { + "from": [7.925, 3.65, 8], + "to": [8.15, 4.45, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 11.45, 8]}, + "faces": { + "north": {"uv": [5, 13, 5.125, 13.125], "texture": "#1"}, + "east": {"uv": [13, 5, 13.125, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 13, 5.25, 13.125], "texture": "#1"}, + "west": {"uv": [13, 5.125, 13.125, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 13.125, 5.25, 13], "texture": "#1"}, + "down": {"uv": [13.125, 5.25, 13, 5.375], "texture": "#1"} + } + }, + { + "from": [7.925, 1.05, 8], + "to": [8.15, 1.85, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8.85, 8]}, + "faces": { + "north": {"uv": [5.375, 13, 5.5, 13.125], "texture": "#1"}, + "east": {"uv": [13, 5.375, 13.125, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 13, 5.625, 13.125], "texture": "#1"}, + "west": {"uv": [13, 5.5, 13.125, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 13.125, 5.625, 13], "texture": "#1"}, + "down": {"uv": [13.125, 5.625, 13, 5.75], "texture": "#1"} + } + }, + { + "from": [7.925, -1.55, 8], + "to": [8.15, -0.75, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 6.25, 8]}, + "faces": { + "north": {"uv": [5.75, 13, 5.875, 13.125], "texture": "#1"}, + "east": {"uv": [13, 5.75, 13.125, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 13, 6, 13.125], "texture": "#1"}, + "west": {"uv": [13, 5.875, 13.125, 6], "texture": "#1"}, + "up": {"uv": [6.125, 13.125, 6, 13], "texture": "#1"}, + "down": {"uv": [13.125, 6, 13, 6.125], "texture": "#1"} + } + }, + { + "from": [7.925, 2.35, 8], + "to": [8.15, 3.15, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 10.15, 8]}, + "faces": { + "north": {"uv": [6.125, 13, 6.25, 13.125], "texture": "#1"}, + "east": {"uv": [13, 6.125, 13.125, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 13, 6.375, 13.125], "texture": "#1"}, + "west": {"uv": [13, 6.25, 13.125, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 13.125, 6.375, 13], "texture": "#1"}, + "down": {"uv": [13.125, 6.375, 13, 6.5], "texture": "#1"} + } + }, + { + "from": [7.925, -0.25, 8], + "to": [8.15, 0.55, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 7.55, 8]}, + "faces": { + "north": {"uv": [6.5, 13, 6.625, 13.125], "texture": "#1"}, + "east": {"uv": [13, 6.5, 13.125, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 13, 6.75, 13.125], "texture": "#1"}, + "west": {"uv": [13, 6.625, 13.125, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 13.125, 6.75, 13], "texture": "#1"}, + "down": {"uv": [13.125, 6.75, 13, 6.875], "texture": "#1"} + } + }, + { + "from": [7.925, -2.85, 8], + "to": [8.15, -2.05, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 4.95, 8]}, + "faces": { + "north": {"uv": [6.875, 13, 7, 13.125], "texture": "#1"}, + "east": {"uv": [13, 6.875, 13.125, 7], "texture": "#1"}, + "south": {"uv": [7, 13, 7.125, 13.125], "texture": "#1"}, + "west": {"uv": [13, 7, 13.125, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 13.125, 7.125, 13], "texture": "#1"}, + "down": {"uv": [13.125, 7.125, 13, 7.25], "texture": "#1"} + } + }, + { + "from": [7.925, -4.15, 8], + "to": [8.15, -3.35, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 3.65, 8]}, + "faces": { + "north": {"uv": [7.25, 13, 7.375, 13.125], "texture": "#1"}, + "east": {"uv": [13, 7.25, 13.125, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 13, 7.5, 13.125], "texture": "#1"}, + "west": {"uv": [13, 7.375, 13.125, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 13.125, 7.5, 13], "texture": "#1"}, + "down": {"uv": [13.125, 7.5, 13, 7.625], "texture": "#1"} + } + }, + { + "from": [8.85, 4.95, 8], + "to": [9.075, 5.75, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 12.75, 8]}, + "faces": { + "north": {"uv": [7.625, 13, 7.75, 13.125], "texture": "#1"}, + "east": {"uv": [13, 7.625, 13.125, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 13, 7.875, 13.125], "texture": "#1"}, + "west": {"uv": [13, 7.75, 13.125, 7.875], "texture": "#1"}, + "up": {"uv": [8, 13.125, 7.875, 13], "texture": "#1"}, + "down": {"uv": [13.125, 7.875, 13, 8], "texture": "#1"} + } + }, + { + "from": [8.85, 6.25, 8], + "to": [9.075, 7.25, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 14.05, 8]}, + "faces": { + "north": {"uv": [8, 13, 8.125, 13.125], "texture": "#1"}, + "east": {"uv": [13, 8, 13.125, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 13, 8.25, 13.125], "texture": "#1"}, + "west": {"uv": [13, 8.125, 13.125, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 13.125, 8.25, 13], "texture": "#1"}, + "down": {"uv": [13.125, 8.25, 13, 8.375], "texture": "#1"} + } + }, + { + "from": [8.85, 3.65, 8], + "to": [9.075, 4.45, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 11.45, 8]}, + "faces": { + "north": {"uv": [8.375, 13, 8.5, 13.125], "texture": "#1"}, + "east": {"uv": [13, 8.375, 13.125, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 13, 8.625, 13.125], "texture": "#1"}, + "west": {"uv": [13, 8.5, 13.125, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 13.125, 8.625, 13], "texture": "#1"}, + "down": {"uv": [13.125, 8.625, 13, 8.75], "texture": "#1"} + } + }, + { + "from": [8.85, 1.05, 8], + "to": [9.075, 1.85, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 8.85, 8]}, + "faces": { + "north": {"uv": [8.75, 13, 8.875, 13.125], "texture": "#1"}, + "east": {"uv": [13, 8.75, 13.125, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 13, 9, 13.125], "texture": "#1"}, + "west": {"uv": [13, 8.875, 13.125, 9], "texture": "#1"}, + "up": {"uv": [9.125, 13.125, 9, 13], "texture": "#1"}, + "down": {"uv": [13.125, 9, 13, 9.125], "texture": "#1"} + } + }, + { + "from": [8.85, -1.55, 8], + "to": [9.075, -0.75, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 6.25, 8]}, + "faces": { + "north": {"uv": [9.125, 13, 9.25, 13.125], "texture": "#1"}, + "east": {"uv": [13, 9.125, 13.125, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 13, 9.375, 13.125], "texture": "#1"}, + "west": {"uv": [13, 9.25, 13.125, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 13.125, 9.375, 13], "texture": "#1"}, + "down": {"uv": [13.125, 9.375, 13, 9.5], "texture": "#1"} + } + }, + { + "from": [8.85, 2.35, 8], + "to": [9.075, 3.15, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 10.15, 8]}, + "faces": { + "north": {"uv": [9.5, 13, 9.625, 13.125], "texture": "#1"}, + "east": {"uv": [13, 9.5, 13.125, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 13, 9.75, 13.125], "texture": "#1"}, + "west": {"uv": [13, 9.625, 13.125, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 13.125, 9.75, 13], "texture": "#1"}, + "down": {"uv": [13.125, 9.75, 13, 9.875], "texture": "#1"} + } + }, + { + "from": [8.85, -0.25, 8], + "to": [9.075, 0.55, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 7.55, 8]}, + "faces": { + "north": {"uv": [9.875, 13, 10, 13.125], "texture": "#1"}, + "east": {"uv": [13, 9.875, 13.125, 10], "texture": "#1"}, + "south": {"uv": [10, 13, 10.125, 13.125], "texture": "#1"}, + "west": {"uv": [13, 10, 13.125, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 13.125, 10.125, 13], "texture": "#1"}, + "down": {"uv": [13.125, 10.125, 13, 10.25], "texture": "#1"} + } + }, + { + "from": [8.85, -2.85, 8], + "to": [9.075, -2.05, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 4.95, 8]}, + "faces": { + "north": {"uv": [10.25, 13, 10.375, 13.125], "texture": "#1"}, + "east": {"uv": [13, 10.25, 13.125, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 13, 10.5, 13.125], "texture": "#1"}, + "west": {"uv": [13, 10.375, 13.125, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 13.125, 10.5, 13], "texture": "#1"}, + "down": {"uv": [13.125, 10.5, 13, 10.625], "texture": "#1"} + } + }, + { + "from": [8.85, -4.15, 8], + "to": [9.075, -3.35, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 3.65, 8]}, + "faces": { + "north": {"uv": [10.625, 13, 10.75, 13.125], "texture": "#1"}, + "east": {"uv": [13, 10.625, 13.125, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 13, 10.875, 13.125], "texture": "#1"}, + "west": {"uv": [13, 10.75, 13.125, 10.875], "texture": "#1"}, + "up": {"uv": [11, 13.125, 10.875, 13], "texture": "#1"}, + "down": {"uv": [13.125, 10.875, 13, 11], "texture": "#1"} + } + }, + { + "from": [7.925, 4.95, 6.525], + "to": [8.15, 5.75, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 12.75, 6.6]}, + "faces": { + "north": {"uv": [11, 13, 11.125, 13.125], "texture": "#1"}, + "east": {"uv": [13, 11, 13.125, 11.125], "texture": "#1"}, + "south": {"uv": [11.125, 13, 11.25, 13.125], "texture": "#1"}, + "west": {"uv": [13, 11.125, 13.125, 11.25], "texture": "#1"}, + "up": {"uv": [11.375, 13.125, 11.25, 13], "texture": "#1"}, + "down": {"uv": [13.125, 11.25, 13, 11.375], "texture": "#1"} + } + }, + { + "from": [7.925, 6.25, 6.525], + "to": [8.15, 7.25, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 14.05, 6.6]}, + "faces": { + "north": {"uv": [11.375, 13, 11.5, 13.125], "texture": "#1"}, + "east": {"uv": [13, 11.375, 13.125, 11.5], "texture": "#1"}, + "south": {"uv": [11.5, 13, 11.625, 13.125], "texture": "#1"}, + "west": {"uv": [13, 11.5, 13.125, 11.625], "texture": "#1"}, + "up": {"uv": [11.75, 13.125, 11.625, 13], "texture": "#1"}, + "down": {"uv": [13.125, 11.625, 13, 11.75], "texture": "#1"} + } + }, + { + "from": [7.925, 3.65, 6.525], + "to": [8.15, 4.45, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 11.45, 6.6]}, + "faces": { + "north": {"uv": [11.75, 13, 11.875, 13.125], "texture": "#1"}, + "east": {"uv": [13, 11.75, 13.125, 11.875], "texture": "#1"}, + "south": {"uv": [11.875, 13, 12, 13.125], "texture": "#1"}, + "west": {"uv": [13, 11.875, 13.125, 12], "texture": "#1"}, + "up": {"uv": [12.125, 13.125, 12, 13], "texture": "#1"}, + "down": {"uv": [13.125, 12, 13, 12.125], "texture": "#1"} + } + }, + { + "from": [7.925, 1.05, 6.525], + "to": [8.15, 1.85, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 8.85, 6.6]}, + "faces": { + "north": {"uv": [12.125, 13, 12.25, 13.125], "texture": "#1"}, + "east": {"uv": [13, 12.125, 13.125, 12.25], "texture": "#1"}, + "south": {"uv": [12.25, 13, 12.375, 13.125], "texture": "#1"}, + "west": {"uv": [13, 12.25, 13.125, 12.375], "texture": "#1"}, + "up": {"uv": [12.5, 13.125, 12.375, 13], "texture": "#1"}, + "down": {"uv": [13.125, 12.375, 13, 12.5], "texture": "#1"} + } + }, + { + "from": [7.925, -1.55, 6.525], + "to": [8.15, -0.75, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 6.25, 6.6]}, + "faces": { + "north": {"uv": [12.5, 13, 12.625, 13.125], "texture": "#1"}, + "east": {"uv": [13, 12.5, 13.125, 12.625], "texture": "#1"}, + "south": {"uv": [12.625, 13, 12.75, 13.125], "texture": "#1"}, + "west": {"uv": [13, 12.625, 13.125, 12.75], "texture": "#1"}, + "up": {"uv": [12.875, 13.125, 12.75, 13], "texture": "#1"}, + "down": {"uv": [13.125, 12.75, 13, 12.875], "texture": "#1"} + } + }, + { + "from": [7.925, 2.35, 6.525], + "to": [8.15, 3.15, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 10.15, 6.6]}, + "faces": { + "north": {"uv": [12.875, 13, 13, 13.125], "texture": "#1"}, + "east": {"uv": [13, 12.875, 13.125, 13], "texture": "#1"}, + "south": {"uv": [13, 13, 13.125, 13.125], "texture": "#1"}, + "west": {"uv": [0, 13.125, 0.125, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 0.125, 13.125, 0], "texture": "#1"}, + "down": {"uv": [0.25, 13.125, 0.125, 13.25], "texture": "#1"} + } + }, + { + "from": [7.925, -0.25, 6.525], + "to": [8.15, 0.55, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 7.55, 6.6]}, + "faces": { + "north": {"uv": [13.125, 0.125, 13.25, 0.25], "texture": "#1"}, + "east": {"uv": [0.25, 13.125, 0.375, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 0.25, 13.25, 0.375], "texture": "#1"}, + "west": {"uv": [0.375, 13.125, 0.5, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 0.5, 13.125, 0.375], "texture": "#1"}, + "down": {"uv": [0.625, 13.125, 0.5, 13.25], "texture": "#1"} + } + }, + { + "from": [7.925, -2.85, 6.525], + "to": [8.15, -2.05, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 4.95, 6.6]}, + "faces": { + "north": {"uv": [13.125, 0.5, 13.25, 0.625], "texture": "#1"}, + "east": {"uv": [0.625, 13.125, 0.75, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 0.625, 13.25, 0.75], "texture": "#1"}, + "west": {"uv": [0.75, 13.125, 0.875, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 0.875, 13.125, 0.75], "texture": "#1"}, + "down": {"uv": [1, 13.125, 0.875, 13.25], "texture": "#1"} + } + }, + { + "from": [7.925, -4.15, 6.525], + "to": [8.15, -3.35, 6.6], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 3.65, 6.6]}, + "faces": { + "north": {"uv": [13.125, 0.875, 13.25, 1], "texture": "#1"}, + "east": {"uv": [1, 13.125, 1.125, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 1, 13.25, 1.125], "texture": "#1"}, + "west": {"uv": [1.125, 13.125, 1.25, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 1.25, 13.125, 1.125], "texture": "#1"}, + "down": {"uv": [1.375, 13.125, 1.25, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, 4.95, 6.525], + "to": [9.075, 5.75, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 12.75, 6.6]}, + "faces": { + "north": {"uv": [13.125, 1.25, 13.25, 1.375], "texture": "#1"}, + "east": {"uv": [1.375, 13.125, 1.5, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 1.375, 13.25, 1.5], "texture": "#1"}, + "west": {"uv": [1.5, 13.125, 1.625, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 1.625, 13.125, 1.5], "texture": "#1"}, + "down": {"uv": [1.75, 13.125, 1.625, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, 6.25, 6.525], + "to": [9.075, 7.25, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 14.05, 6.6]}, + "faces": { + "north": {"uv": [13.125, 1.625, 13.25, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 13.125, 1.875, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 1.75, 13.25, 1.875], "texture": "#1"}, + "west": {"uv": [1.875, 13.125, 2, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 2, 13.125, 1.875], "texture": "#1"}, + "down": {"uv": [2.125, 13.125, 2, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, 3.65, 6.525], + "to": [9.075, 4.45, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 11.45, 6.6]}, + "faces": { + "north": {"uv": [13.125, 2, 13.25, 2.125], "texture": "#1"}, + "east": {"uv": [2.125, 13.125, 2.25, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 2.125, 13.25, 2.25], "texture": "#1"}, + "west": {"uv": [2.25, 13.125, 2.375, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 2.375, 13.125, 2.25], "texture": "#1"}, + "down": {"uv": [2.5, 13.125, 2.375, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, 1.05, 6.525], + "to": [9.075, 1.85, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 8.85, 6.6]}, + "faces": { + "north": {"uv": [13.125, 2.375, 13.25, 2.5], "texture": "#1"}, + "east": {"uv": [2.5, 13.125, 2.625, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 2.5, 13.25, 2.625], "texture": "#1"}, + "west": {"uv": [2.625, 13.125, 2.75, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 2.75, 13.125, 2.625], "texture": "#1"}, + "down": {"uv": [2.875, 13.125, 2.75, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, -1.55, 6.525], + "to": [9.075, -0.75, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 6.25, 6.6]}, + "faces": { + "north": {"uv": [13.125, 2.75, 13.25, 2.875], "texture": "#1"}, + "east": {"uv": [2.875, 13.125, 3, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 2.875, 13.25, 3], "texture": "#1"}, + "west": {"uv": [3, 13.125, 3.125, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 3.125, 13.125, 3], "texture": "#1"}, + "down": {"uv": [3.25, 13.125, 3.125, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, 2.35, 6.525], + "to": [9.075, 3.15, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 10.15, 6.6]}, + "faces": { + "north": {"uv": [13.125, 3.125, 13.25, 3.25], "texture": "#1"}, + "east": {"uv": [3.25, 13.125, 3.375, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 3.25, 13.25, 3.375], "texture": "#1"}, + "west": {"uv": [3.375, 13.125, 3.5, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 3.5, 13.125, 3.375], "texture": "#1"}, + "down": {"uv": [3.625, 13.125, 3.5, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, -0.25, 6.525], + "to": [9.075, 0.55, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 7.55, 6.6]}, + "faces": { + "north": {"uv": [13.125, 3.5, 13.25, 3.625], "texture": "#1"}, + "east": {"uv": [3.625, 13.125, 3.75, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 3.625, 13.25, 3.75], "texture": "#1"}, + "west": {"uv": [3.75, 13.125, 3.875, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 3.875, 13.125, 3.75], "texture": "#1"}, + "down": {"uv": [4, 13.125, 3.875, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, -2.85, 6.525], + "to": [9.075, -2.05, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 4.95, 6.6]}, + "faces": { + "north": {"uv": [13.125, 3.875, 13.25, 4], "texture": "#1"}, + "east": {"uv": [4, 13.125, 4.125, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 4, 13.25, 4.125], "texture": "#1"}, + "west": {"uv": [4.125, 13.125, 4.25, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 4.25, 13.125, 4.125], "texture": "#1"}, + "down": {"uv": [4.375, 13.125, 4.25, 13.25], "texture": "#1"} + } + }, + { + "from": [8.85, -4.15, 6.525], + "to": [9.075, -3.35, 6.6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 3.65, 6.6]}, + "faces": { + "north": {"uv": [13.125, 4.25, 13.25, 4.375], "texture": "#1"}, + "east": {"uv": [4.375, 13.125, 4.5, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 4.375, 13.25, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 13.125, 4.625, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 4.625, 13.125, 4.5], "texture": "#1"}, + "down": {"uv": [4.75, 13.125, 4.625, 13.25], "texture": "#1"} + } + }, + { + "from": [8, 4.75, 8], + "to": [8.1, 5.75, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 4.625, 13.25, 4.75], "texture": "#1"}, + "east": {"uv": [4.75, 13.125, 4.875, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 4.75, 13.25, 4.875], "texture": "#1"}, + "west": {"uv": [4.875, 13.125, 5, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 5, 13.125, 4.875], "texture": "#1"}, + "down": {"uv": [5.125, 13.125, 5, 13.25], "texture": "#1"} + } + }, + { + "from": [8.9, 4.75, 8], + "to": [9, 5.75, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 5, 13.25, 5.125], "texture": "#1"}, + "east": {"uv": [5.125, 13.125, 5.25, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 5.125, 13.25, 5.25], "texture": "#1"}, + "west": {"uv": [5.25, 13.125, 5.375, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 5.375, 13.125, 5.25], "texture": "#1"}, + "down": {"uv": [5.5, 13.125, 5.375, 13.25], "texture": "#1"} + } + }, + { + "from": [8.8, 4.65, 8], + "to": [8.9, 5.65, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 5.375, 13.25, 5.5], "texture": "#1"}, + "east": {"uv": [5.5, 13.125, 5.625, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 5.5, 13.25, 5.625], "texture": "#1"}, + "west": {"uv": [5.625, 13.125, 5.75, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 5.75, 13.125, 5.625], "texture": "#1"}, + "down": {"uv": [5.875, 13.125, 5.75, 13.25], "texture": "#1"} + } + }, + { + "from": [8.1, 4.65, 8], + "to": [8.2, 5.65, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 5.75, 13.25, 5.875], "texture": "#1"}, + "east": {"uv": [5.875, 13.125, 6, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 5.875, 13.25, 6], "texture": "#1"}, + "west": {"uv": [6, 13.125, 6.125, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 6.125, 13.125, 6], "texture": "#1"}, + "down": {"uv": [6.25, 13.125, 6.125, 13.25], "texture": "#1"} + } + }, + { + "from": [8.2, 4.55, 8], + "to": [8.8, 5.55, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 6.125, 13.25, 6.25], "texture": "#1"}, + "east": {"uv": [6.25, 13.125, 6.375, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 6.25, 13.25, 6.375], "texture": "#1"}, + "west": {"uv": [6.375, 13.125, 6.5, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 6.5, 13.125, 6.375], "texture": "#1"}, + "down": {"uv": [6.625, 13.125, 6.5, 13.25], "texture": "#1"} + } + }, + { + "from": [9.2, 5.25, 6.8], + "to": [9.3, 6.35, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 6.5, 13.25, 6.625], "texture": "#1"}, + "east": {"uv": [6.625, 13.125, 6.75, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 6.625, 13.25, 6.75], "texture": "#1"}, + "west": {"uv": [6.75, 13.125, 6.875, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 6.875, 13.125, 6.75], "texture": "#1"}, + "down": {"uv": [7, 13.125, 6.875, 13.25], "texture": "#1"} + } + }, + { + "from": [8, 4.75, 6.5], + "to": [8.1, 5.75, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 6.875, 13.25, 7], "texture": "#1"}, + "east": {"uv": [7, 13.125, 7.125, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 7, 13.25, 7.125], "texture": "#1"}, + "west": {"uv": [7.125, 13.125, 7.25, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 7.25, 13.125, 7.125], "texture": "#1"}, + "down": {"uv": [7.375, 13.125, 7.25, 13.25], "texture": "#1"} + } + }, + { + "from": [8.1, 4.65, 6.5], + "to": [8.2, 5.65, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 7.25, 13.25, 7.375], "texture": "#1"}, + "east": {"uv": [7.375, 13.125, 7.5, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 7.375, 13.25, 7.5], "texture": "#1"}, + "west": {"uv": [7.5, 13.125, 7.625, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 7.625, 13.125, 7.5], "texture": "#1"}, + "down": {"uv": [7.75, 13.125, 7.625, 13.25], "texture": "#1"} + } + }, + { + "from": [8.2, 4.55, 6.5], + "to": [8.8, 5.55, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 7.625, 13.25, 7.75], "texture": "#1"}, + "east": {"uv": [7.75, 13.125, 7.875, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 7.75, 13.25, 7.875], "texture": "#1"}, + "west": {"uv": [7.875, 13.125, 8, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 8, 13.125, 7.875], "texture": "#1"}, + "down": {"uv": [8.125, 13.125, 8, 13.25], "texture": "#1"} + } + }, + { + "from": [8.8, 4.65, 6.5], + "to": [8.9, 5.65, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 8, 13.25, 8.125], "texture": "#1"}, + "east": {"uv": [8.125, 13.125, 8.25, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 8.125, 13.25, 8.25], "texture": "#1"}, + "west": {"uv": [8.25, 13.125, 8.375, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 8.375, 13.125, 8.25], "texture": "#1"}, + "down": {"uv": [8.5, 13.125, 8.375, 13.25], "texture": "#1"} + } + }, + { + "from": [8.9, 4.75, 6.5], + "to": [9, 5.75, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 8.375, 13.25, 8.5], "texture": "#1"}, + "east": {"uv": [8.5, 13.125, 8.625, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 8.5, 13.25, 8.625], "texture": "#1"}, + "west": {"uv": [8.625, 13.125, 8.75, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 8.75, 13.125, 8.625], "texture": "#1"}, + "down": {"uv": [8.875, 13.125, 8.75, 13.25], "texture": "#1"} + } + }, + { + "from": [8, 3.45, 8], + "to": [8.1, 4.45, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 8.75, 13.25, 8.875], "texture": "#1"}, + "east": {"uv": [8.875, 13.125, 9, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 8.875, 13.25, 9], "texture": "#1"}, + "west": {"uv": [9, 13.125, 9.125, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 9.125, 13.125, 9], "texture": "#1"}, + "down": {"uv": [9.25, 13.125, 9.125, 13.25], "texture": "#1"} + } + }, + { + "from": [8.1, 3.35, 8], + "to": [8.2, 4.35, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 9.125, 13.25, 9.25], "texture": "#1"}, + "east": {"uv": [9.25, 13.125, 9.375, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 9.25, 13.25, 9.375], "texture": "#1"}, + "west": {"uv": [9.375, 13.125, 9.5, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 9.5, 13.125, 9.375], "texture": "#1"}, + "down": {"uv": [9.625, 13.125, 9.5, 13.25], "texture": "#1"} + } + }, + { + "from": [8.2, 3.25, 8], + "to": [8.8, 4.25, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 9.5, 13.25, 9.625], "texture": "#1"}, + "east": {"uv": [9.625, 13.125, 9.75, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 9.625, 13.25, 9.75], "texture": "#1"}, + "west": {"uv": [9.75, 13.125, 9.875, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 9.875, 13.125, 9.75], "texture": "#1"}, + "down": {"uv": [10, 13.125, 9.875, 13.25], "texture": "#1"} + } + }, + { + "from": [8.9, 3.45, 8], + "to": [9, 4.45, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 9.875, 13.25, 10], "texture": "#1"}, + "east": {"uv": [10, 13.125, 10.125, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 10, 13.25, 10.125], "texture": "#1"}, + "west": {"uv": [10.125, 13.125, 10.25, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 10.25, 13.125, 10.125], "texture": "#1"}, + "down": {"uv": [10.375, 13.125, 10.25, 13.25], "texture": "#1"} + } + }, + { + "from": [8.8, 3.35, 8], + "to": [8.9, 4.35, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 10.25, 13.25, 10.375], "texture": "#1"}, + "east": {"uv": [10.375, 13.125, 10.5, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 10.375, 13.25, 10.5], "texture": "#1"}, + "west": {"uv": [10.5, 13.125, 10.625, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 10.625, 13.125, 10.5], "texture": "#1"}, + "down": {"uv": [10.75, 13.125, 10.625, 13.25], "texture": "#1"} + } + }, + { + "from": [9.2, 3.95, 6.8], + "to": [9.3, 5.05, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 10.625, 13.25, 10.75], "texture": "#1"}, + "east": {"uv": [10.75, 13.125, 10.875, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 10.75, 13.25, 10.875], "texture": "#1"}, + "west": {"uv": [10.875, 13.125, 11, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 11, 13.125, 10.875], "texture": "#1"}, + "down": {"uv": [11.125, 13.125, 11, 13.25], "texture": "#1"} + } + }, + { + "from": [8.9, 3.45, 6.5], + "to": [9, 4.45, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 11, 13.25, 11.125], "texture": "#1"}, + "east": {"uv": [11.125, 13.125, 11.25, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 11.125, 13.25, 11.25], "texture": "#1"}, + "west": {"uv": [11.25, 13.125, 11.375, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 11.375, 13.125, 11.25], "texture": "#1"}, + "down": {"uv": [11.5, 13.125, 11.375, 13.25], "texture": "#1"} + } + }, + { + "from": [8.8, 3.35, 6.5], + "to": [8.9, 4.35, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 11.375, 13.25, 11.5], "texture": "#1"}, + "east": {"uv": [11.5, 13.125, 11.625, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 11.5, 13.25, 11.625], "texture": "#1"}, + "west": {"uv": [11.625, 13.125, 11.75, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 11.75, 13.125, 11.625], "texture": "#1"}, + "down": {"uv": [11.875, 13.125, 11.75, 13.25], "texture": "#1"} + } + }, + { + "from": [8, 3.45, 6.5], + "to": [8.1, 4.45, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 11.75, 13.25, 11.875], "texture": "#1"}, + "east": {"uv": [11.875, 13.125, 12, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 11.875, 13.25, 12], "texture": "#1"}, + "west": {"uv": [12, 13.125, 12.125, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 12.125, 13.125, 12], "texture": "#1"}, + "down": {"uv": [12.25, 13.125, 12.125, 13.25], "texture": "#1"} + } + }, + { + "from": [8.1, 3.35, 6.5], + "to": [8.2, 4.35, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 12.125, 13.25, 12.25], "texture": "#1"}, + "east": {"uv": [12.25, 13.125, 12.375, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 12.25, 13.25, 12.375], "texture": "#1"}, + "west": {"uv": [12.375, 13.125, 12.5, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 12.5, 13.125, 12.375], "texture": "#1"}, + "down": {"uv": [12.625, 13.125, 12.5, 13.25], "texture": "#1"} + } + }, + { + "from": [8.2, 3.25, 6.5], + "to": [8.8, 4.25, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 12.5, 13.25, 12.625], "texture": "#1"}, + "east": {"uv": [12.625, 13.125, 12.75, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 12.625, 13.25, 12.75], "texture": "#1"}, + "west": {"uv": [12.75, 13.125, 12.875, 13.25], "texture": "#1"}, + "up": {"uv": [13.25, 12.875, 13.125, 12.75], "texture": "#1"}, + "down": {"uv": [13, 13.125, 12.875, 13.25], "texture": "#1"} + } + }, + { + "from": [7.7, 3.95, 6.8], + "to": [7.8, 5.05, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.125, 12.875, 13.25, 13], "texture": "#1"}, + "east": {"uv": [13, 13.125, 13.125, 13.25], "texture": "#1"}, + "south": {"uv": [13.125, 13, 13.25, 13.125], "texture": "#1"}, + "west": {"uv": [13.125, 13.125, 13.25, 13.25], "texture": "#1"}, + "up": {"uv": [0.125, 13.375, 0, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 0, 13.25, 0.125], "texture": "#1"} + } + }, + { + "from": [8, 2.15, 8], + "to": [8.1, 3.15, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [0.125, 13.25, 0.25, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 0.125, 13.375, 0.25], "texture": "#1"}, + "south": {"uv": [0.25, 13.25, 0.375, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 0.25, 13.375, 0.375], "texture": "#1"}, + "up": {"uv": [0.5, 13.375, 0.375, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 0.375, 13.25, 0.5], "texture": "#1"} + } + }, + { + "from": [8.1, 2.05, 8], + "to": [8.2, 3.05, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [0.5, 13.25, 0.625, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 0.5, 13.375, 0.625], "texture": "#1"}, + "south": {"uv": [0.625, 13.25, 0.75, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 0.625, 13.375, 0.75], "texture": "#1"}, + "up": {"uv": [0.875, 13.375, 0.75, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 0.75, 13.25, 0.875], "texture": "#1"} + } + }, + { + "from": [8.2, 1.95, 8], + "to": [8.8, 2.95, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [0.875, 13.25, 1, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 0.875, 13.375, 1], "texture": "#1"}, + "south": {"uv": [1, 13.25, 1.125, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 1, 13.375, 1.125], "texture": "#1"}, + "up": {"uv": [1.25, 13.375, 1.125, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 1.125, 13.25, 1.25], "texture": "#1"} + } + }, + { + "from": [8.9, 2.15, 8], + "to": [9, 3.15, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [1.25, 13.25, 1.375, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 1.25, 13.375, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 13.25, 1.5, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 1.375, 13.375, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 13.375, 1.5, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 1.5, 13.25, 1.625], "texture": "#1"} + } + }, + { + "from": [8.8, 2.05, 8], + "to": [8.9, 3.05, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [1.625, 13.25, 1.75, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 1.625, 13.375, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 13.25, 1.875, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 1.75, 13.375, 1.875], "texture": "#1"}, + "up": {"uv": [2, 13.375, 1.875, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 1.875, 13.25, 2], "texture": "#1"} + } + }, + { + "from": [9.2, 2.65, 6.8], + "to": [9.3, 3.75, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [2, 13.25, 2.125, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 2, 13.375, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 13.25, 2.25, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 2.125, 13.375, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 13.375, 2.25, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 2.25, 13.25, 2.375], "texture": "#1"} + } + }, + { + "from": [8.9, 2.15, 6.5], + "to": [9, 3.15, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [2.375, 13.25, 2.5, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 2.375, 13.375, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 13.25, 2.625, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 2.5, 13.375, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 13.375, 2.625, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 2.625, 13.25, 2.75], "texture": "#1"} + } + }, + { + "from": [8.8, 2.05, 6.5], + "to": [8.9, 3.05, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [2.75, 13.25, 2.875, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 2.75, 13.375, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 13.25, 3, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 2.875, 13.375, 3], "texture": "#1"}, + "up": {"uv": [3.125, 13.375, 3, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 3, 13.25, 3.125], "texture": "#1"} + } + }, + { + "from": [8, 2.15, 6.5], + "to": [8.1, 3.15, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [3.125, 13.25, 3.25, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 3.125, 13.375, 3.25], "texture": "#1"}, + "south": {"uv": [3.25, 13.25, 3.375, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 3.25, 13.375, 3.375], "texture": "#1"}, + "up": {"uv": [3.5, 13.375, 3.375, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 3.375, 13.25, 3.5], "texture": "#1"} + } + }, + { + "from": [8.1, 2.05, 6.5], + "to": [8.2, 3.05, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [3.5, 13.25, 3.625, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 3.5, 13.375, 3.625], "texture": "#1"}, + "south": {"uv": [3.625, 13.25, 3.75, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 3.625, 13.375, 3.75], "texture": "#1"}, + "up": {"uv": [3.875, 13.375, 3.75, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 3.75, 13.25, 3.875], "texture": "#1"} + } + }, + { + "from": [8.2, 1.95, 6.5], + "to": [8.8, 2.95, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [3.875, 13.25, 4, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 3.875, 13.375, 4], "texture": "#1"}, + "south": {"uv": [4, 13.25, 4.125, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 4, 13.375, 4.125], "texture": "#1"}, + "up": {"uv": [4.25, 13.375, 4.125, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 4.125, 13.25, 4.25], "texture": "#1"} + } + }, + { + "from": [7.7, 2.65, 6.8], + "to": [7.8, 3.75, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [4.25, 13.25, 4.375, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 4.25, 13.375, 4.375], "texture": "#1"}, + "south": {"uv": [4.375, 13.25, 4.5, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 4.375, 13.375, 4.5], "texture": "#1"}, + "up": {"uv": [4.625, 13.375, 4.5, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 4.5, 13.25, 4.625], "texture": "#1"} + } + }, + { + "from": [8, 0.85, 8], + "to": [8.1, 1.85, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [4.625, 13.25, 4.75, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 4.625, 13.375, 4.75], "texture": "#1"}, + "south": {"uv": [4.75, 13.25, 4.875, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 4.75, 13.375, 4.875], "texture": "#1"}, + "up": {"uv": [5, 13.375, 4.875, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 4.875, 13.25, 5], "texture": "#1"} + } + }, + { + "from": [8.1, 0.75, 8], + "to": [8.2, 1.75, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [5, 13.25, 5.125, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 5, 13.375, 5.125], "texture": "#1"}, + "south": {"uv": [5.125, 13.25, 5.25, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 5.125, 13.375, 5.25], "texture": "#1"}, + "up": {"uv": [5.375, 13.375, 5.25, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 5.25, 13.25, 5.375], "texture": "#1"} + } + }, + { + "from": [8.2, 0.65, 8], + "to": [8.8, 1.65, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [5.375, 13.25, 5.5, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 5.375, 13.375, 5.5], "texture": "#1"}, + "south": {"uv": [5.5, 13.25, 5.625, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 5.5, 13.375, 5.625], "texture": "#1"}, + "up": {"uv": [5.75, 13.375, 5.625, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 5.625, 13.25, 5.75], "texture": "#1"} + } + }, + { + "from": [8.9, 0.85, 8], + "to": [9, 1.85, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [5.75, 13.25, 5.875, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 5.75, 13.375, 5.875], "texture": "#1"}, + "south": {"uv": [5.875, 13.25, 6, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 5.875, 13.375, 6], "texture": "#1"}, + "up": {"uv": [6.125, 13.375, 6, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 6, 13.25, 6.125], "texture": "#1"} + } + }, + { + "from": [8.8, 0.75, 8], + "to": [8.9, 1.75, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [6.125, 13.25, 6.25, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 6.125, 13.375, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 13.25, 6.375, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 6.25, 13.375, 6.375], "texture": "#1"}, + "up": {"uv": [6.5, 13.375, 6.375, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 6.375, 13.25, 6.5], "texture": "#1"} + } + }, + { + "from": [9.2, 1.35, 6.8], + "to": [9.3, 2.45, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [6.5, 13.25, 6.625, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 6.5, 13.375, 6.625], "texture": "#1"}, + "south": {"uv": [6.625, 13.25, 6.75, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 6.625, 13.375, 6.75], "texture": "#1"}, + "up": {"uv": [6.875, 13.375, 6.75, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 6.75, 13.25, 6.875], "texture": "#1"} + } + }, + { + "from": [8.9, 0.85, 6.5], + "to": [9, 1.85, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [6.875, 13.25, 7, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 6.875, 13.375, 7], "texture": "#1"}, + "south": {"uv": [7, 13.25, 7.125, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 7, 13.375, 7.125], "texture": "#1"}, + "up": {"uv": [7.25, 13.375, 7.125, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 7.125, 13.25, 7.25], "texture": "#1"} + } + }, + { + "from": [8.8, 0.75, 6.5], + "to": [8.9, 1.75, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [7.25, 13.25, 7.375, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 7.25, 13.375, 7.375], "texture": "#1"}, + "south": {"uv": [7.375, 13.25, 7.5, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 7.375, 13.375, 7.5], "texture": "#1"}, + "up": {"uv": [7.625, 13.375, 7.5, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 7.5, 13.25, 7.625], "texture": "#1"} + } + }, + { + "from": [8, 0.85, 6.5], + "to": [8.1, 1.85, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [7.625, 13.25, 7.75, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 7.625, 13.375, 7.75], "texture": "#1"}, + "south": {"uv": [7.75, 13.25, 7.875, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 7.75, 13.375, 7.875], "texture": "#1"}, + "up": {"uv": [8, 13.375, 7.875, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 7.875, 13.25, 8], "texture": "#1"} + } + }, + { + "from": [8.1, 0.75, 6.5], + "to": [8.2, 1.75, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [8, 13.25, 8.125, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 8, 13.375, 8.125], "texture": "#1"}, + "south": {"uv": [8.125, 13.25, 8.25, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 8.125, 13.375, 8.25], "texture": "#1"}, + "up": {"uv": [8.375, 13.375, 8.25, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 8.25, 13.25, 8.375], "texture": "#1"} + } + }, + { + "from": [8.2, 0.65, 6.5], + "to": [8.8, 1.65, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [8.375, 13.25, 8.5, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 8.375, 13.375, 8.5], "texture": "#1"}, + "south": {"uv": [8.5, 13.25, 8.625, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 8.5, 13.375, 8.625], "texture": "#1"}, + "up": {"uv": [8.75, 13.375, 8.625, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 8.625, 13.25, 8.75], "texture": "#1"} + } + }, + { + "from": [7.7, 1.35, 6.8], + "to": [7.8, 2.45, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [8.75, 13.25, 8.875, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 8.75, 13.375, 8.875], "texture": "#1"}, + "south": {"uv": [8.875, 13.25, 9, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 8.875, 13.375, 9], "texture": "#1"}, + "up": {"uv": [9.125, 13.375, 9, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 9, 13.25, 9.125], "texture": "#1"} + } + }, + { + "from": [8, -0.45, 8], + "to": [8.1, 0.55, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [9.125, 13.25, 9.25, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 9.125, 13.375, 9.25], "texture": "#1"}, + "south": {"uv": [9.25, 13.25, 9.375, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 9.25, 13.375, 9.375], "texture": "#1"}, + "up": {"uv": [9.5, 13.375, 9.375, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 9.375, 13.25, 9.5], "texture": "#1"} + } + }, + { + "from": [8.1, -0.55, 8], + "to": [8.2, 0.45, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [9.5, 13.25, 9.625, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 9.5, 13.375, 9.625], "texture": "#1"}, + "south": {"uv": [9.625, 13.25, 9.75, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 9.625, 13.375, 9.75], "texture": "#1"}, + "up": {"uv": [9.875, 13.375, 9.75, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 9.75, 13.25, 9.875], "texture": "#1"} + } + }, + { + "from": [8.2, -0.65, 8], + "to": [8.8, 0.35, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [9.875, 13.25, 10, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 9.875, 13.375, 10], "texture": "#1"}, + "south": {"uv": [10, 13.25, 10.125, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 10, 13.375, 10.125], "texture": "#1"}, + "up": {"uv": [10.25, 13.375, 10.125, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 10.125, 13.25, 10.25], "texture": "#1"} + } + }, + { + "from": [8.9, -0.45, 8], + "to": [9, 0.55, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [10.25, 13.25, 10.375, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 10.25, 13.375, 10.375], "texture": "#1"}, + "south": {"uv": [10.375, 13.25, 10.5, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 10.375, 13.375, 10.5], "texture": "#1"}, + "up": {"uv": [10.625, 13.375, 10.5, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 10.5, 13.25, 10.625], "texture": "#1"} + } + }, + { + "from": [8.8, -0.55, 8], + "to": [8.9, 0.45, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [10.625, 13.25, 10.75, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 10.625, 13.375, 10.75], "texture": "#1"}, + "south": {"uv": [10.75, 13.25, 10.875, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 10.75, 13.375, 10.875], "texture": "#1"}, + "up": {"uv": [11, 13.375, 10.875, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 10.875, 13.25, 11], "texture": "#1"} + } + }, + { + "from": [9.2, 0.05, 6.8], + "to": [9.3, 1.15, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [11, 13.25, 11.125, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 11, 13.375, 11.125], "texture": "#1"}, + "south": {"uv": [11.125, 13.25, 11.25, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 11.125, 13.375, 11.25], "texture": "#1"}, + "up": {"uv": [11.375, 13.375, 11.25, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 11.25, 13.25, 11.375], "texture": "#1"} + } + }, + { + "from": [8.9, -0.45, 6.5], + "to": [9, 0.55, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [11.375, 13.25, 11.5, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 11.375, 13.375, 11.5], "texture": "#1"}, + "south": {"uv": [11.5, 13.25, 11.625, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 11.5, 13.375, 11.625], "texture": "#1"}, + "up": {"uv": [11.75, 13.375, 11.625, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 11.625, 13.25, 11.75], "texture": "#1"} + } + }, + { + "from": [8.8, -0.55, 6.5], + "to": [8.9, 0.45, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [11.75, 13.25, 11.875, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 11.75, 13.375, 11.875], "texture": "#1"}, + "south": {"uv": [11.875, 13.25, 12, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 11.875, 13.375, 12], "texture": "#1"}, + "up": {"uv": [12.125, 13.375, 12, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 12, 13.25, 12.125], "texture": "#1"} + } + }, + { + "from": [8, -0.45, 6.5], + "to": [8.1, 0.55, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.125, 13.25, 12.25, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 12.125, 13.375, 12.25], "texture": "#1"}, + "south": {"uv": [12.25, 13.25, 12.375, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 12.25, 13.375, 12.375], "texture": "#1"}, + "up": {"uv": [12.5, 13.375, 12.375, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 12.375, 13.25, 12.5], "texture": "#1"} + } + }, + { + "from": [8.1, -0.55, 6.5], + "to": [8.2, 0.45, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.5, 13.25, 12.625, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 12.5, 13.375, 12.625], "texture": "#1"}, + "south": {"uv": [12.625, 13.25, 12.75, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 12.625, 13.375, 12.75], "texture": "#1"}, + "up": {"uv": [12.875, 13.375, 12.75, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 12.75, 13.25, 12.875], "texture": "#1"} + } + }, + { + "from": [8.2, -0.65, 6.5], + "to": [8.8, 0.35, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [12.875, 13.25, 13, 13.375], "texture": "#1"}, + "east": {"uv": [13.25, 12.875, 13.375, 13], "texture": "#1"}, + "south": {"uv": [13, 13.25, 13.125, 13.375], "texture": "#1"}, + "west": {"uv": [13.25, 13, 13.375, 13.125], "texture": "#1"}, + "up": {"uv": [13.25, 13.375, 13.125, 13.25], "texture": "#1"}, + "down": {"uv": [13.375, 13.125, 13.25, 13.25], "texture": "#1"} + } + }, + { + "from": [7.7, 0.05, 6.8], + "to": [7.8, 1.15, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.25, 13.25, 13.375, 13.375], "texture": "#1"}, + "east": {"uv": [0, 13.375, 0.125, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 0, 13.5, 0.125], "texture": "#1"}, + "west": {"uv": [0.125, 13.375, 0.25, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 0.25, 13.375, 0.125], "texture": "#1"}, + "down": {"uv": [0.375, 13.375, 0.25, 13.5], "texture": "#1"} + } + }, + { + "from": [8, -1.75, 8], + "to": [8.1, -0.75, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 0.25, 13.5, 0.375], "texture": "#1"}, + "east": {"uv": [0.375, 13.375, 0.5, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 0.375, 13.5, 0.5], "texture": "#1"}, + "west": {"uv": [0.5, 13.375, 0.625, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 0.625, 13.375, 0.5], "texture": "#1"}, + "down": {"uv": [0.75, 13.375, 0.625, 13.5], "texture": "#1"} + } + }, + { + "from": [8.1, -1.85, 8], + "to": [8.2, -0.85, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 0.625, 13.5, 0.75], "texture": "#1"}, + "east": {"uv": [0.75, 13.375, 0.875, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 0.75, 13.5, 0.875], "texture": "#1"}, + "west": {"uv": [0.875, 13.375, 1, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 1, 13.375, 0.875], "texture": "#1"}, + "down": {"uv": [1.125, 13.375, 1, 13.5], "texture": "#1"} + } + }, + { + "from": [8.2, -1.95, 8], + "to": [8.8, -0.95, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 1, 13.5, 1.125], "texture": "#1"}, + "east": {"uv": [1.125, 13.375, 1.25, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 1.125, 13.5, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 13.375, 1.375, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 1.375, 13.375, 1.25], "texture": "#1"}, + "down": {"uv": [1.5, 13.375, 1.375, 13.5], "texture": "#1"} + } + }, + { + "from": [8.9, -1.75, 8], + "to": [9, -0.75, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 1.375, 13.5, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 13.375, 1.625, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 1.5, 13.5, 1.625], "texture": "#1"}, + "west": {"uv": [1.625, 13.375, 1.75, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 1.75, 13.375, 1.625], "texture": "#1"}, + "down": {"uv": [1.875, 13.375, 1.75, 13.5], "texture": "#1"} + } + }, + { + "from": [8.8, -1.85, 8], + "to": [8.9, -0.85, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 1.75, 13.5, 1.875], "texture": "#1"}, + "east": {"uv": [1.875, 13.375, 2, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 1.875, 13.5, 2], "texture": "#1"}, + "west": {"uv": [2, 13.375, 2.125, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 2.125, 13.375, 2], "texture": "#1"}, + "down": {"uv": [2.25, 13.375, 2.125, 13.5], "texture": "#1"} + } + }, + { + "from": [9.2, -1.25, 6.8], + "to": [9.3, -0.15, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 2.125, 13.5, 2.25], "texture": "#1"}, + "east": {"uv": [2.25, 13.375, 2.375, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 2.25, 13.5, 2.375], "texture": "#1"}, + "west": {"uv": [2.375, 13.375, 2.5, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 2.5, 13.375, 2.375], "texture": "#1"}, + "down": {"uv": [2.625, 13.375, 2.5, 13.5], "texture": "#1"} + } + }, + { + "from": [8.9, -1.75, 6.5], + "to": [9, -0.75, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 2.5, 13.5, 2.625], "texture": "#1"}, + "east": {"uv": [2.625, 13.375, 2.75, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 2.625, 13.5, 2.75], "texture": "#1"}, + "west": {"uv": [2.75, 13.375, 2.875, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 2.875, 13.375, 2.75], "texture": "#1"}, + "down": {"uv": [3, 13.375, 2.875, 13.5], "texture": "#1"} + } + }, + { + "from": [8.8, -1.85, 6.5], + "to": [8.9, -0.85, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 2.875, 13.5, 3], "texture": "#1"}, + "east": {"uv": [3, 13.375, 3.125, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 3, 13.5, 3.125], "texture": "#1"}, + "west": {"uv": [3.125, 13.375, 3.25, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 3.25, 13.375, 3.125], "texture": "#1"}, + "down": {"uv": [3.375, 13.375, 3.25, 13.5], "texture": "#1"} + } + }, + { + "from": [8, -1.75, 6.5], + "to": [8.1, -0.75, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 3.25, 13.5, 3.375], "texture": "#1"}, + "east": {"uv": [3.375, 13.375, 3.5, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 3.375, 13.5, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 13.375, 3.625, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 3.625, 13.375, 3.5], "texture": "#1"}, + "down": {"uv": [3.75, 13.375, 3.625, 13.5], "texture": "#1"} + } + }, + { + "from": [8.1, -1.85, 6.5], + "to": [8.2, -0.85, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 3.625, 13.5, 3.75], "texture": "#1"}, + "east": {"uv": [3.75, 13.375, 3.875, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 3.75, 13.5, 3.875], "texture": "#1"}, + "west": {"uv": [3.875, 13.375, 4, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 4, 13.375, 3.875], "texture": "#1"}, + "down": {"uv": [4.125, 13.375, 4, 13.5], "texture": "#1"} + } + }, + { + "from": [8.2, -1.95, 6.5], + "to": [8.8, -0.95, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 4, 13.5, 4.125], "texture": "#1"}, + "east": {"uv": [4.125, 13.375, 4.25, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 4.125, 13.5, 4.25], "texture": "#1"}, + "west": {"uv": [4.25, 13.375, 4.375, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 4.375, 13.375, 4.25], "texture": "#1"}, + "down": {"uv": [4.5, 13.375, 4.375, 13.5], "texture": "#1"} + } + }, + { + "from": [7.7, -1.25, 6.8], + "to": [7.8, -0.15, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 4.375, 13.5, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 13.375, 4.625, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 4.5, 13.5, 4.625], "texture": "#1"}, + "west": {"uv": [4.625, 13.375, 4.75, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 4.75, 13.375, 4.625], "texture": "#1"}, + "down": {"uv": [4.875, 13.375, 4.75, 13.5], "texture": "#1"} + } + }, + { + "from": [8, -3.05, 8], + "to": [8.1, -2.05, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 4.75, 13.5, 4.875], "texture": "#1"}, + "east": {"uv": [4.875, 13.375, 5, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 4.875, 13.5, 5], "texture": "#1"}, + "west": {"uv": [5, 13.375, 5.125, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 5.125, 13.375, 5], "texture": "#1"}, + "down": {"uv": [5.25, 13.375, 5.125, 13.5], "texture": "#1"} + } + }, + { + "from": [8.1, -3.15, 8], + "to": [8.2, -2.15, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 5.125, 13.5, 5.25], "texture": "#1"}, + "east": {"uv": [5.25, 13.375, 5.375, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 5.25, 13.5, 5.375], "texture": "#1"}, + "west": {"uv": [5.375, 13.375, 5.5, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 5.5, 13.375, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 13.375, 5.5, 13.5], "texture": "#1"} + } + }, + { + "from": [8.2, -3.25, 8], + "to": [8.8, -2.25, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 5.5, 13.5, 5.625], "texture": "#1"}, + "east": {"uv": [5.625, 13.375, 5.75, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 5.625, 13.5, 5.75], "texture": "#1"}, + "west": {"uv": [5.75, 13.375, 5.875, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 5.875, 13.375, 5.75], "texture": "#1"}, + "down": {"uv": [6, 13.375, 5.875, 13.5], "texture": "#1"} + } + }, + { + "from": [8.9, -3.05, 8], + "to": [9, -2.05, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 5.875, 13.5, 6], "texture": "#1"}, + "east": {"uv": [6, 13.375, 6.125, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 6, 13.5, 6.125], "texture": "#1"}, + "west": {"uv": [6.125, 13.375, 6.25, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 6.25, 13.375, 6.125], "texture": "#1"}, + "down": {"uv": [6.375, 13.375, 6.25, 13.5], "texture": "#1"} + } + }, + { + "from": [8.8, -3.15, 8], + "to": [8.9, -2.15, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 6.25, 13.5, 6.375], "texture": "#1"}, + "east": {"uv": [6.375, 13.375, 6.5, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 6.375, 13.5, 6.5], "texture": "#1"}, + "west": {"uv": [6.5, 13.375, 6.625, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 6.625, 13.375, 6.5], "texture": "#1"}, + "down": {"uv": [6.75, 13.375, 6.625, 13.5], "texture": "#1"} + } + }, + { + "from": [9.2, -2.55, 6.8], + "to": [9.3, -1.45, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 6.625, 13.5, 6.75], "texture": "#1"}, + "east": {"uv": [6.75, 13.375, 6.875, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 6.75, 13.5, 6.875], "texture": "#1"}, + "west": {"uv": [6.875, 13.375, 7, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 7, 13.375, 6.875], "texture": "#1"}, + "down": {"uv": [7.125, 13.375, 7, 13.5], "texture": "#1"} + } + }, + { + "from": [8.9, -3.05, 6.5], + "to": [9, -2.05, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 7, 13.5, 7.125], "texture": "#1"}, + "east": {"uv": [7.125, 13.375, 7.25, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 7.125, 13.5, 7.25], "texture": "#1"}, + "west": {"uv": [7.25, 13.375, 7.375, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 7.375, 13.375, 7.25], "texture": "#1"}, + "down": {"uv": [7.5, 13.375, 7.375, 13.5], "texture": "#1"} + } + }, + { + "from": [8.8, -3.15, 6.5], + "to": [8.9, -2.15, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 7.375, 13.5, 7.5], "texture": "#1"}, + "east": {"uv": [7.5, 13.375, 7.625, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 7.5, 13.5, 7.625], "texture": "#1"}, + "west": {"uv": [7.625, 13.375, 7.75, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 7.75, 13.375, 7.625], "texture": "#1"}, + "down": {"uv": [7.875, 13.375, 7.75, 13.5], "texture": "#1"} + } + }, + { + "from": [8, -3.05, 6.5], + "to": [8.1, -2.05, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 7.75, 13.5, 7.875], "texture": "#1"}, + "east": {"uv": [7.875, 13.375, 8, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 7.875, 13.5, 8], "texture": "#1"}, + "west": {"uv": [8, 13.375, 8.125, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 8.125, 13.375, 8], "texture": "#1"}, + "down": {"uv": [8.25, 13.375, 8.125, 13.5], "texture": "#1"} + } + }, + { + "from": [8.1, -3.15, 6.5], + "to": [8.2, -2.15, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 8.125, 13.5, 8.25], "texture": "#1"}, + "east": {"uv": [8.25, 13.375, 8.375, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 8.25, 13.5, 8.375], "texture": "#1"}, + "west": {"uv": [8.375, 13.375, 8.5, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 8.5, 13.375, 8.375], "texture": "#1"}, + "down": {"uv": [8.625, 13.375, 8.5, 13.5], "texture": "#1"} + } + }, + { + "from": [8.2, -3.25, 6.5], + "to": [8.8, -2.25, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 8.5, 13.5, 8.625], "texture": "#1"}, + "east": {"uv": [8.625, 13.375, 8.75, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 8.625, 13.5, 8.75], "texture": "#1"}, + "west": {"uv": [8.75, 13.375, 8.875, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 8.875, 13.375, 8.75], "texture": "#1"}, + "down": {"uv": [9, 13.375, 8.875, 13.5], "texture": "#1"} + } + }, + { + "from": [7.7, -2.55, 6.8], + "to": [7.8, -1.45, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 8.875, 13.5, 9], "texture": "#1"}, + "east": {"uv": [9, 13.375, 9.125, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 9, 13.5, 9.125], "texture": "#1"}, + "west": {"uv": [9.125, 13.375, 9.25, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 9.25, 13.375, 9.125], "texture": "#1"}, + "down": {"uv": [9.375, 13.375, 9.25, 13.5], "texture": "#1"} + } + }, + { + "from": [8, -4.15, 8], + "to": [8.1, -3.35, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 9.25, 13.5, 9.375], "texture": "#1"}, + "east": {"uv": [9.375, 13.375, 9.5, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 9.375, 13.5, 9.5], "texture": "#1"}, + "west": {"uv": [9.5, 13.375, 9.625, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 9.625, 13.375, 9.5], "texture": "#1"}, + "down": {"uv": [9.75, 13.375, 9.625, 13.5], "texture": "#1"} + } + }, + { + "from": [8.1, -4.15, 8], + "to": [8.2, -3.45, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 9.625, 13.5, 9.75], "texture": "#1"}, + "east": {"uv": [9.75, 13.375, 9.875, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 9.75, 13.5, 9.875], "texture": "#1"}, + "west": {"uv": [9.875, 13.375, 10, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 10, 13.375, 9.875], "texture": "#1"}, + "down": {"uv": [10.125, 13.375, 10, 13.5], "texture": "#1"} + } + }, + { + "from": [8.2, -4.15, 8], + "to": [8.8, -3.55, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 10, 13.5, 10.125], "texture": "#1"}, + "east": {"uv": [10.125, 13.375, 10.25, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 10.125, 13.5, 10.25], "texture": "#1"}, + "west": {"uv": [10.25, 13.375, 10.375, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 10.375, 13.375, 10.25], "texture": "#1"}, + "down": {"uv": [10.5, 13.375, 10.375, 13.5], "texture": "#1"} + } + }, + { + "from": [8.9, -4.15, 8], + "to": [9, -3.35, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 10.375, 13.5, 10.5], "texture": "#1"}, + "east": {"uv": [10.5, 13.375, 10.625, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 10.5, 13.5, 10.625], "texture": "#1"}, + "west": {"uv": [10.625, 13.375, 10.75, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 10.75, 13.375, 10.625], "texture": "#1"}, + "down": {"uv": [10.875, 13.375, 10.75, 13.5], "texture": "#1"} + } + }, + { + "from": [8.8, -4.15, 8], + "to": [8.9, -3.45, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 10.75, 13.5, 10.875], "texture": "#1"}, + "east": {"uv": [10.875, 13.375, 11, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 10.875, 13.5, 11], "texture": "#1"}, + "west": {"uv": [11, 13.375, 11.125, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 11.125, 13.375, 11], "texture": "#1"}, + "down": {"uv": [11.25, 13.375, 11.125, 13.5], "texture": "#1"} + } + }, + { + "from": [9.2, -4.15, 6.8], + "to": [9.3, -2.75, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 11.125, 13.5, 11.25], "texture": "#1"}, + "east": {"uv": [11.25, 13.375, 11.375, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 11.25, 13.5, 11.375], "texture": "#1"}, + "west": {"uv": [11.375, 13.375, 11.5, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 11.5, 13.375, 11.375], "texture": "#1"}, + "down": {"uv": [11.625, 13.375, 11.5, 13.5], "texture": "#1"} + } + }, + { + "from": [8.9, -4.15, 6.5], + "to": [9, -3.35, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 11.5, 13.5, 11.625], "texture": "#1"}, + "east": {"uv": [11.625, 13.375, 11.75, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 11.625, 13.5, 11.75], "texture": "#1"}, + "west": {"uv": [11.75, 13.375, 11.875, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 11.875, 13.375, 11.75], "texture": "#1"}, + "down": {"uv": [12, 13.375, 11.875, 13.5], "texture": "#1"} + } + }, + { + "from": [8.8, -4.15, 6.5], + "to": [8.9, -3.45, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 11.875, 13.5, 12], "texture": "#1"}, + "east": {"uv": [12, 13.375, 12.125, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 12, 13.5, 12.125], "texture": "#1"}, + "west": {"uv": [12.125, 13.375, 12.25, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 12.25, 13.375, 12.125], "texture": "#1"}, + "down": {"uv": [12.375, 13.375, 12.25, 13.5], "texture": "#1"} + } + }, + { + "from": [8, -4.15, 6.5], + "to": [8.1, -3.35, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 12.25, 13.5, 12.375], "texture": "#1"}, + "east": {"uv": [12.375, 13.375, 12.5, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 12.375, 13.5, 12.5], "texture": "#1"}, + "west": {"uv": [12.5, 13.375, 12.625, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 12.625, 13.375, 12.5], "texture": "#1"}, + "down": {"uv": [12.75, 13.375, 12.625, 13.5], "texture": "#1"} + } + }, + { + "from": [8.1, -4.15, 6.5], + "to": [8.2, -3.45, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 12.625, 13.5, 12.75], "texture": "#1"}, + "east": {"uv": [12.75, 13.375, 12.875, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 12.75, 13.5, 12.875], "texture": "#1"}, + "west": {"uv": [12.875, 13.375, 13, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 13, 13.375, 12.875], "texture": "#1"}, + "down": {"uv": [13.125, 13.375, 13, 13.5], "texture": "#1"} + } + }, + { + "from": [8.2, -4.15, 6.5], + "to": [8.8, -3.55, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [13.375, 13, 13.5, 13.125], "texture": "#1"}, + "east": {"uv": [13.125, 13.375, 13.25, 13.5], "texture": "#1"}, + "south": {"uv": [13.375, 13.125, 13.5, 13.25], "texture": "#1"}, + "west": {"uv": [13.25, 13.375, 13.375, 13.5], "texture": "#1"}, + "up": {"uv": [13.5, 13.375, 13.375, 13.25], "texture": "#1"}, + "down": {"uv": [13.5, 13.375, 13.375, 13.5], "texture": "#1"} + } + }, + { + "from": [7.7, -4.15, 6.8], + "to": [7.8, -2.75, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [0, 13.5, 0.125, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 0, 13.625, 0.125], "texture": "#1"}, + "south": {"uv": [0.125, 13.5, 0.25, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 0.125, 13.625, 0.25], "texture": "#1"}, + "up": {"uv": [0.375, 13.625, 0.25, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 0.25, 13.5, 0.375], "texture": "#1"} + } + }, + { + "from": [8, -5.55, 8.1], + "to": [9, -4.15, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [0.375, 13.5, 0.5, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 0.375, 13.625, 0.5], "texture": "#1"}, + "south": {"uv": [0.5, 13.5, 0.625, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 0.5, 13.625, 0.625], "texture": "#1"}, + "up": {"uv": [0.75, 13.625, 0.625, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 0.625, 13.5, 0.75], "texture": "#1"} + } + }, + { + "from": [8, -5.55, 6.4], + "to": [9, -4.15, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [0.75, 13.5, 0.875, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 0.75, 13.625, 0.875], "texture": "#1"}, + "south": {"uv": [0.875, 13.5, 1, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 0.875, 13.625, 1], "texture": "#1"}, + "up": {"uv": [1.125, 13.625, 1, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 1, 13.5, 1.125], "texture": "#1"} + } + }, + { + "from": [7.6, -5.55, 6.8], + "to": [9.2, -4.15, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [5.375, 4.75, 5.625, 4.875], "texture": "#1"}, + "east": {"uv": [1.125, 13.5, 1.25, 13.625], "texture": "#1"}, + "south": {"uv": [5.375, 4.875, 5.625, 5], "texture": "#1"}, + "west": {"uv": [13.5, 1.125, 13.625, 1.25], "texture": "#1"}, + "up": {"uv": [5.625, 5.125, 5.375, 5], "texture": "#1"}, + "down": {"uv": [5.625, 5.25, 5.375, 5.375], "texture": "#1"} + } + }, + { + "from": [8.625, -5.55, 6.525], + "to": [9.425, -4.15, 7.075], + "rotation": {"angle": 45, "axis": "y", "origin": [9.075, 12.75, 6.975]}, + "faces": { + "north": {"uv": [1.25, 13.5, 1.375, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 1.25, 13.625, 1.375], "texture": "#1"}, + "south": {"uv": [1.375, 13.5, 1.5, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 1.375, 13.625, 1.5], "texture": "#1"}, + "up": {"uv": [1.625, 13.625, 1.5, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 1.5, 13.5, 1.625], "texture": "#1"} + } + }, + { + "from": [7.575, -5.55, 6.525], + "to": [8.5, -4.15, 7.075], + "rotation": {"angle": -45, "axis": "y", "origin": [7.925, 12.75, 6.975]}, + "faces": { + "north": {"uv": [1.625, 13.5, 1.75, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 1.625, 13.625, 1.75], "texture": "#1"}, + "south": {"uv": [1.75, 13.5, 1.875, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 1.75, 13.625, 1.875], "texture": "#1"}, + "up": {"uv": [2, 13.625, 1.875, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 1.875, 13.5, 2], "texture": "#1"} + } + }, + { + "from": [8.05, -5.55, 7.525], + "to": [9.425, -4.15, 8.075], + "rotation": {"angle": -45, "axis": "y", "origin": [9.075, 12.75, 7.625]}, + "faces": { + "north": {"uv": [2, 13.5, 2.125, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 2, 13.625, 2.125], "texture": "#1"}, + "south": {"uv": [2.125, 13.5, 2.25, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 2.125, 13.625, 2.25], "texture": "#1"}, + "up": {"uv": [2.375, 13.625, 2.25, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 2.25, 13.5, 2.375], "texture": "#1"} + } + }, + { + "from": [7.575, -5.55, 7.525], + "to": [8.875, -4.15, 8.075], + "rotation": {"angle": 45, "axis": "y", "origin": [7.925, 12.75, 7.625]}, + "faces": { + "north": {"uv": [2.375, 13.5, 2.5, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 2.375, 13.625, 2.5], "texture": "#1"}, + "south": {"uv": [2.5, 13.5, 2.625, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 2.5, 13.625, 2.625], "texture": "#1"}, + "up": {"uv": [2.75, 13.625, 2.625, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 2.625, 13.5, 2.75], "texture": "#1"} + } + }, + { + "from": [9.225, -5.55, 6.8], + "to": [9.4, -4.15, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [2.75, 13.5, 2.875, 13.625], "texture": "#1"}, + "east": {"uv": [13.5, 2.75, 13.625, 2.875], "texture": "#1"}, + "south": {"uv": [2.875, 13.5, 3, 13.625], "texture": "#1"}, + "west": {"uv": [13.5, 2.875, 13.625, 3], "texture": "#1"}, + "up": {"uv": [3.125, 13.625, 3, 13.5], "texture": "#1"}, + "down": {"uv": [13.625, 3, 13.5, 3.125], "texture": "#1"} + } + }, + { + "from": [8, -5.55, 6.5], + "to": [9, -5.45, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 4.75, 0]}, + "faces": { + "north": {"uv": [3.125, 13.5, 3.25, 13.625], "texture": "#1"}, + "east": {"uv": [5.375, 5.375, 5.625, 5.5], "texture": "#1"}, + "south": {"uv": [13.5, 3.125, 13.625, 3.25], "texture": "#1"}, + "west": {"uv": [5.5, 0, 5.75, 0.125], "texture": "#1"}, + "up": {"uv": [5.25, 5.625, 5.125, 5.375], "texture": "#1"}, + "down": {"uv": [5.625, 0.125, 5.5, 0.375], "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [0, 90, 0], + "translation": [0.5, 5.25, 2.25], + "scale": [0.75, 0.75, 0.75] + }, + "thirdperson_lefthand": { + "rotation": [0, -90, 0], + "translation": [-0.25, 5.5, 2.25], + "scale": [0.75, 0.75, 0.75] + }, + "firstperson_righthand": { + "rotation": [0, 106, 0], + "translation": [0, 7.5, 0.5], + "scale": [0.75, 0.75, 0.75] + }, + "firstperson_lefthand": { + "rotation": [0, -87.5, 0], + "translation": [0, 7.5, 0.5], + "scale": [0.75, 0.75, 0.75] + }, + "ground": { + "rotation": [-72.49, 8.66, 33.18], + "translation": [-1.75, 2, 0.5], + "scale": [0.75, 0.75, 0.75] + }, + "gui": { + "rotation": [3.29, 3.09, -0.06], + "translation": [-0.75, 3.25, 0], + "scale": [0.80078, 0.80078, 1] + }, + "fixed": { + "rotation": [-177.75, 0, -180], + "translation": [0, 5.5, -8] + } + }, + "groups": [ + { + "name": "The middle part", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Серая часть", + "origin": [8, 3.1, 9.15], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21] + }, + { + "name": "Тёмная часть", + "origin": [8, 8, 8], + "color": 0, + "children": [22, 23] + }, + { + "name": "Кольцо", + "origin": [9.8, 7.875, 8], + "color": 0, + "children": [24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36] + } + ] + }, + { + "name": "Side part", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Серая часть", + "origin": [9.4, 3.1, 5.35], + "color": 0, + "children": [ + 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 + ] + }, + { + "name": "Узор", + "origin": [11.6, 2.6, 7.25], + "color": 0, + "children": [ + 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, + 1025, + 1026, + 1027, + 1028, + 1029, + 1030, + 1031, + 1032, + 1033, + 1034, + 1035, + 1036, + 1037, + 1038, + 1039, + 1040, + 1041, + 1042, + 1043, + 1044, + 1045, + 1046, + 1047, + 1048, + 1049, + 1050, + 1051, + 1052, + 1053, + 1054, + 1055, + 1056, + 1057, + 1058, + 1059, + 1060, + 1061, + 1062, + 1063, + 1064, + 1065, + 1066, + 1067, + 1068, + 1069, + 1070, + 1071, + 1072, + 1073, + 1074, + 1075, + 1076, + 1077, + 1078, + 1079, + 1080, + 1081, + 1082, + 1083, + 1084, + 1085, + 1086, + 1087, + 1088, + 1089, + 1090, + 1091, + 1092, + 1093, + 1094, + 1095, + 1096, + 1097, + 1098, + 1099, + 1100, + 1101, + 1102, + 1103, + 1104, + 1105, + 1106, + 1107, + 1108, + 1109, + 1110, + 1111, + 1112, + 1113, + 1114, + 1115, + 1116, + 1117, + 1118, + 1119, + 1120, + 1121, + 1122, + 1123, + 1124, + 1125, + 1126, + 1127, + 1128, + 1129, + 1130, + 1131, + 1132, + 1133, + 1134, + 1135, + 1136, + 1137, + 1138, + 1139, + 1140, + 1141, + 1142, + 1143, + 1144, + 1145, + 1146, + 1147, + 1148, + 1149, + 1150, + 1151, + 1152, + 1153, + 1154, + 1155, + 1156, + 1157, + 1158, + 1159, + 1160, + 1161, + 1162, + 1163, + 1164, + 1165, + 1166, + 1167, + 1168, + 1169, + 1170, + 1171, + 1172, + 1173, + 1174, + 1175, + 1176, + 1177, + 1178, + 1179, + 1180, + 1181, + 1182, + 1183, + 1184, + 1185, + 1186, + 1187, + 1188, + 1189, + 1190, + 1191, + 1192, + 1193, + 1194, + 1195, + 1196, + 1197, + 1198, + 1199, + 1200, + 1201, + 1202, + 1203, + 1204, + 1205, + 1206, + 1207, + 1208, + 1209, + 1210, + 1211, + 1212, + 1213, + 1214, + 1215, + 1216, + 1217, + 1218, + 1219, + 1220, + 1221, + 1222, + 1223, + 1224, + 1225, + 1226, + 1227, + 1228, + 1229, + 1230, + 1231, + 1232, + 1233, + 1234, + 1235, + 1236, + 1237, + 1238, + 1239, + 1240, + 1241, + 1242, + 1243, + 1244, + 1245, + 1246, + 1247, + 1248, + 1249, + 1250, + 1251, + 1252, + 1253, + 1254, + 1255, + 1256, + 1257, + 1258, + 1259, + 1260, + 1261, + 1262, + 1263, + 1264, + 1265, + 1266, + 1267, + 1268, + 1269, + 1270, + 1271, + 1272, + 1273, + 1274, + 1275, + 1276, + 1277, + 1278, + 1279, + 1280, + 1281, + 1282, + 1283, + 1284, + 1285, + 1286, + 1287, + 1288, + 1289, + 1290, + 1291, + 1292, + 1293, + 1294, + 1295, + 1296, + 1297, + 1298, + 1299, + 1300, + 1301, + 1302, + 1303, + 1304, + 1305, + 1306, + 1307, + 1308, + 1309, + 1310, + 1311, + 1312, + 1313, + 1314, + 1315, + 1316, + 1317, + 1318, + 1319, + 1320, + 1321, + 1322, + 1323, + 1324, + 1325, + 1326, + 1327, + 1328, + 1329, + 1330, + 1331, + 1332, + 1333, + 1334, + 1335, + 1336, + 1337, + 1338, + 1339, + 1340, + 1341, + 1342, + 1343, + 1344, + 1345, + 1346, + 1347, + 1348, + 1349, + 1350, + 1351, + 1352, + 1353, + 1354, + 1355, + 1356, + 1357, + 1358, + 1359, + 1360, + 1361, + 1362, + 1363, + 1364, + 1365, + 1366, + 1367, + 1368, + 1369, + 1370, + 1371, + 1372, + 1373, + 1374, + 1375, + 1376, + 1377, + 1378, + 1379, + 1380 + ] + }, + { + "name": "Тёмная часть", + "origin": [14.675, 2.525, 3.1], + "color": 0, + "children": [1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404] + }, + { + "name": "Ударная часть", + "origin": [8, 8, 8], + "color": 0, + "children": [1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426] + } + ] + }, + { + "name": "handle", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "gray part", + "origin": [8, 8, 8], + "color": 0, + "children": [1427, 1428, 1429, 1430, 1431, 1432, 1433] + }, + 1434, + 1435, + 1436, + 1437, + 1438, + 1439, + 1440, + 1441, + 1442, + 1443, + 1444, + 1445, + 1446, + 1447, + 1448, + 1449, + 1450, + 1451, + 1452, + 1453, + 1454, + 1455, + 1456, + 1457, + 1458, + 1459, + 1460, + 1461, + 1462, + 1463, + 1464, + 1465, + 1466, + 1467, + 1468, + 1469, + 1470, + 1471, + 1472, + 1473, + 1474, + 1475, + 1476, + 1477, + 1478, + 1479, + 1480, + 1481, + 1482, + 1483, + 1484, + 1485, + 1486, + 1487, + 1488, + 1489, + 1490, + 1491, + 1492, + 1493, + 1494, + 1495, + 1496, + 1497, + 1498, + 1499, + 1500, + 1501, + 1502, + 1503, + 1504, + 1505, + 1506, + 1507, + 1508, + 1509, + 1510, + 1511, + 1512, + 1513, + 1514, + 1515, + 1516, + 1517, + 1518, + 1519, + 1520, + 1521, + 1522, + 1523, + 1524, + 1525, + 1526, + 1527, + 1528, + 1529, + 1530, + 1531, + 1532, + 1533, + 1534, + 1535, + 1536, + 1537, + 1538, + 1539, + 1540, + 1541, + 1542, + 1543, + 1544, + 1545, + 1546, + 1547, + 1548, + 1549, + 1550, + 1551, + 1552, + 1553, + 1554, + 1555, + 1556, + 1557, + 1558, + 1559, + 1560, + 1561, + 1562, + 1563, + 1564, + 1565, + 1566, + 1567, + 1568, + 1569, + 1570, + 1571, + 1572, + 1573, + 1574, + 1575, + 1576, + 1577, + 1578, + 1579, + 1580, + 1581, + 1582, + 1583, + 1584, + 1585, + 1586, + 1587, + 1588, + 1589, + 1590, + 1591, + 1592, + 1593, + 1594, + 1595, + 1596, + 1597, + 1598, + 1599, + 1600, + 1601, + 1602, + 1603, + 1604, + 1605, + 1606, + 1607, + 1608, + 1609, + 1610, + 1611, + 1612, + 1613, + 1614, + 1615, + 1616, + 1617, + 1618, + 1619, + 1620, + 1621, + 1622, + 1623, + 1624, + 1625, + 1626, + 1627, + 1628, + 1629, + 1630, + 1631, + 1632, + 1633, + 1634, + 1635, + 1636, + 1637, + 1638, + 1639, + 1640, + 1641, + 1642, + 1643, + 1644, + 1645, + 1646, + 1647, + 1648, + 1649, + 1650, + 1651, + 1652, + 1653, + 1654, + 1655, + 1656, + 1657, + 1658, + 1659, + 1660, + 1661, + 1662, + 1663, + 1664, + 1665, + 1666, + 1667, + 1668, + 1669, + 1670, + 1671, + 1672, + 1673, + 1674, + 1675, + 1676, + 1677, + 1678, + 1679, + 1680, + 1681, + 1682, + 1683, + 1684, + 1685, + 1686, + 1687, + 1688 + ] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/old_blue_lightsaber.json b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/old_blue_lightsaber.json new file mode 100644 index 00000000..ebed3f59 --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/old_blue_lightsaber.json @@ -0,0 +1,2086 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "0": "armourandtoolsmod:item/lightsaber/blue_lightsaber", + "particle": "armourandtoolsmod:item/lightsaber/blue_lightsaber" + }, + "elements": [ + { + "from": [7.64071, 6, 10.13114], + "to": [7.84071, 11.1, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [0, 0, 0.25, 1.25], "texture": "#0"}, + "east": {"uv": [0.25, 0, 0.5, 1.25], "texture": "#0"}, + "south": {"uv": [0.5, 0, 0.75, 1.25], "texture": "#0"}, + "west": {"uv": [0.75, 0, 1, 1.25], "texture": "#0"}, + "up": {"uv": [4.25, 3.25, 4, 3], "texture": "#0"}, + "down": {"uv": [4.25, 3.25, 4, 3.5], "texture": "#0"} + } + }, + { + "from": [7.27452, 6, 10.49733], + "to": [7.35733, 11.1, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [1, 0, 1.25, 1.25], "texture": "#0"}, + "east": {"uv": [0, 1.25, 0.25, 2.5], "texture": "#0"}, + "south": {"uv": [1.25, 0, 1.5, 1.25], "texture": "#0"}, + "west": {"uv": [0.25, 1.25, 0.5, 2.5], "texture": "#0"}, + "up": {"uv": [4.25, 3.75, 4, 3.5], "texture": "#0"}, + "down": {"uv": [4.25, 3.75, 4, 4], "texture": "#0"} + } + }, + { + "from": [8.5672, 6, 6.01615], + "to": [8.7672, 11.1, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [0.5, 1.25, 0.75, 2.5], "texture": "#0"}, + "east": {"uv": [0.75, 1.25, 1, 2.5], "texture": "#0"}, + "south": {"uv": [1, 1.25, 1.25, 2.5], "texture": "#0"}, + "west": {"uv": [1.25, 1.25, 1.5, 2.5], "texture": "#0"}, + "up": {"uv": [4.25, 4.25, 4, 4], "texture": "#0"}, + "down": {"uv": [4.5, 0, 4.25, 0.25], "texture": "#0"} + } + }, + { + "from": [9.05058, 6, 6.38234], + "to": [9.13339, 11.1, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [1.5, 0, 1.75, 1.25], "texture": "#0"}, + "east": {"uv": [1.5, 1.25, 1.75, 2.5], "texture": "#0"}, + "south": {"uv": [1.75, 0, 2, 1.25], "texture": "#0"}, + "west": {"uv": [1.75, 1.25, 2, 2.5], "texture": "#0"}, + "up": {"uv": [4.5, 0.5, 4.25, 0.25], "texture": "#0"}, + "down": {"uv": [4.5, 0.5, 4.25, 0.75], "texture": "#0"} + } + }, + { + "from": [8.76562, 6, 8.99219], + "to": [9.28594, 11.1, 9.10625], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [2, 0, 2.25, 1.25], "texture": "#0"}, + "east": {"uv": [2, 1.25, 2.25, 2.5], "texture": "#0"}, + "south": {"uv": [2.25, 0, 2.5, 1.25], "texture": "#0"}, + "west": {"uv": [2.25, 1.25, 2.5, 2.5], "texture": "#0"}, + "up": {"uv": [4.5, 1, 4.25, 0.75], "texture": "#0"}, + "down": {"uv": [4.5, 1, 4.25, 1.25], "texture": "#0"} + } + }, + { + "from": [9.31641, 6, 8.44531], + "to": [9.43047, 11.1, 8.96563], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.36562, 8.53359]}, + "faces": { + "north": {"uv": [0, 2.5, 0.25, 3.75], "texture": "#0"}, + "east": {"uv": [2.5, 0, 2.75, 1.25], "texture": "#0"}, + "south": {"uv": [0.25, 2.5, 0.5, 3.75], "texture": "#0"}, + "west": {"uv": [0.5, 2.5, 0.75, 3.75], "texture": "#0"}, + "up": {"uv": [4.5, 1.5, 4.25, 1.25], "texture": "#0"}, + "down": {"uv": [4.5, 1.5, 4.25, 1.75], "texture": "#0"} + } + }, + { + "from": [8.62891, 6, 8.44531], + "to": [8.74297, 11.1, 8.96563], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.36562, 8.53359]}, + "faces": { + "north": {"uv": [0.75, 2.5, 1, 3.75], "texture": "#0"}, + "east": {"uv": [1, 2.5, 1.25, 3.75], "texture": "#0"}, + "south": {"uv": [1.25, 2.5, 1.5, 3.75], "texture": "#0"}, + "west": {"uv": [2.5, 1.25, 2.75, 2.5], "texture": "#0"}, + "up": {"uv": [4.5, 2, 4.25, 1.75], "texture": "#0"}, + "down": {"uv": [4.5, 2, 4.25, 2.25], "texture": "#0"} + } + }, + { + "from": [8.76562, 6, 8.30394], + "to": [9.28594, 11.1, 8.418], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [1.5, 2.5, 1.75, 3.75], "texture": "#0"}, + "east": {"uv": [1.75, 2.5, 2, 3.75], "texture": "#0"}, + "south": {"uv": [2, 2.5, 2.25, 3.75], "texture": "#0"}, + "west": {"uv": [2.25, 2.5, 2.5, 3.75], "texture": "#0"}, + "up": {"uv": [4.5, 2.5, 4.25, 2.25], "texture": "#0"}, + "down": {"uv": [4.5, 2.5, 4.25, 2.75], "texture": "#0"} + } + }, + { + "from": [7.64071, 10.76172, 10.01396], + "to": [7.84071, 11.0749, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [4.25, 2.75, 4.5, 3], "texture": "#0"}, + "east": {"uv": [4.25, 3, 4.5, 3.25], "texture": "#0"}, + "south": {"uv": [4.25, 3.25, 4.5, 3.5], "texture": "#0"}, + "west": {"uv": [4.25, 3.5, 4.5, 3.75], "texture": "#0"}, + "up": {"uv": [4.5, 4, 4.25, 3.75], "texture": "#0"}, + "down": {"uv": [4.25, 4.25, 4, 4.5], "texture": "#0"} + } + }, + { + "from": [7.15733, 10.76172, 10.49733], + "to": [7.35733, 11.0749, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [4.25, 4, 4.5, 4.25], "texture": "#0"}, + "east": {"uv": [4.25, 4.25, 4.5, 4.5], "texture": "#0"}, + "south": {"uv": [4.5, 0, 4.75, 0.25], "texture": "#0"}, + "west": {"uv": [4.5, 0.25, 4.75, 0.5], "texture": "#0"}, + "up": {"uv": [4.75, 0.75, 4.5, 0.5], "texture": "#0"}, + "down": {"uv": [4.75, 0.75, 4.5, 1], "texture": "#0"} + } + }, + { + "from": [8.5672, 10.76172, 5.89897], + "to": [8.7672, 11.0749, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [4.5, 1, 4.75, 1.25], "texture": "#0"}, + "east": {"uv": [4.5, 1.25, 4.75, 1.5], "texture": "#0"}, + "south": {"uv": [4.5, 1.5, 4.75, 1.75], "texture": "#0"}, + "west": {"uv": [4.5, 1.75, 4.75, 2], "texture": "#0"}, + "up": {"uv": [4.75, 2.25, 4.5, 2], "texture": "#0"}, + "down": {"uv": [4.75, 2.25, 4.5, 2.5], "texture": "#0"} + } + }, + { + "from": [9.05058, 10.76172, 6.38234], + "to": [9.25058, 11.0749, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [4.5, 2.5, 4.75, 2.75], "texture": "#0"}, + "east": {"uv": [4.5, 2.75, 4.75, 3], "texture": "#0"}, + "south": {"uv": [4.5, 3, 4.75, 3.25], "texture": "#0"}, + "west": {"uv": [4.5, 3.25, 4.75, 3.5], "texture": "#0"}, + "up": {"uv": [4.75, 3.75, 4.5, 3.5], "texture": "#0"}, + "down": {"uv": [4.75, 3.75, 4.5, 4], "texture": "#0"} + } + }, + { + "from": [8.68359, 10.76172, 8.22266], + "to": [9.36797, 11.075, 8.33672], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [4, 4.5, 4.25, 4.75], "texture": "#0"}, + "east": {"uv": [4.5, 4, 4.75, 4.25], "texture": "#0"}, + "south": {"uv": [4.25, 4.5, 4.5, 4.75], "texture": "#0"}, + "west": {"uv": [4.5, 4.25, 4.75, 4.5], "texture": "#0"}, + "up": {"uv": [4.75, 4.75, 4.5, 4.5], "texture": "#0"}, + "down": {"uv": [5, 0, 4.75, 0.25], "texture": "#0"} + } + }, + { + "from": [8.68359, 10.76172, 9.07422], + "to": [9.36797, 11.075, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [4.75, 0.25, 5, 0.5], "texture": "#0"}, + "east": {"uv": [4.75, 0.5, 5, 0.75], "texture": "#0"}, + "south": {"uv": [4.75, 0.75, 5, 1], "texture": "#0"}, + "west": {"uv": [4.75, 1, 5, 1.25], "texture": "#0"}, + "up": {"uv": [5, 1.5, 4.75, 1.25], "texture": "#0"}, + "down": {"uv": [5, 1.5, 4.75, 1.75], "texture": "#0"} + } + }, + { + "from": [9.42253, 10.76172, 8.36328], + "to": [9.51316, 11.075, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [4.75, 1.75, 5, 2], "texture": "#0"}, + "east": {"uv": [4.75, 2, 5, 2.25], "texture": "#0"}, + "south": {"uv": [4.75, 2.25, 5, 2.5], "texture": "#0"}, + "west": {"uv": [4.75, 2.5, 5, 2.75], "texture": "#0"}, + "up": {"uv": [5, 3, 4.75, 2.75], "texture": "#0"}, + "down": {"uv": [5, 3, 4.75, 3.25], "texture": "#0"} + } + }, + { + "from": [8.54253, 10.76172, 8.36328], + "to": [8.63316, 11.075, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [4.75, 3.25, 5, 3.5], "texture": "#0"}, + "east": {"uv": [4.75, 3.5, 5, 3.75], "texture": "#0"}, + "south": {"uv": [4.75, 3.75, 5, 4], "texture": "#0"}, + "west": {"uv": [4, 4.75, 4.25, 5], "texture": "#0"}, + "up": {"uv": [5, 4.25, 4.75, 4], "texture": "#0"}, + "down": {"uv": [4.5, 4.75, 4.25, 5], "texture": "#0"} + } + }, + { + "from": [8.54362, 10.76172, 8.36328], + "to": [9.51316, 10.90703, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [4.75, 4.25, 5, 4.5], "texture": "#0"}, + "east": {"uv": [4.5, 4.75, 4.75, 5], "texture": "#0"}, + "south": {"uv": [4.75, 4.5, 5, 4.75], "texture": "#0"}, + "west": {"uv": [4.75, 4.75, 5, 5], "texture": "#0"}, + "up": {"uv": [0.25, 5.25, 0, 5], "texture": "#0"}, + "down": {"uv": [5.25, 0, 5, 0.25], "texture": "#0"} + } + }, + { + "from": [8.68359, 10.76172, 8.22266], + "to": [9.36797, 10.907, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [0.25, 5, 0.5, 5.25], "texture": "#0"}, + "east": {"uv": [5, 0.25, 5.25, 0.5], "texture": "#0"}, + "south": {"uv": [0.5, 5, 0.75, 5.25], "texture": "#0"}, + "west": {"uv": [5, 0.5, 5.25, 0.75], "texture": "#0"}, + "up": {"uv": [1, 5.25, 0.75, 5], "texture": "#0"}, + "down": {"uv": [5.25, 0.75, 5, 1], "texture": "#0"} + } + }, + { + "from": [8.5672, 10.76172, 5.89897], + "to": [8.7672, 10.90699, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [1, 5, 1.25, 5.25], "texture": "#0"}, + "east": {"uv": [5, 1, 5.25, 1.25], "texture": "#0"}, + "south": {"uv": [1.25, 5, 1.5, 5.25], "texture": "#0"}, + "west": {"uv": [5, 1.25, 5.25, 1.5], "texture": "#0"}, + "up": {"uv": [1.75, 5.25, 1.5, 5], "texture": "#0"}, + "down": {"uv": [5.25, 1.5, 5, 1.75], "texture": "#0"} + } + }, + { + "from": [8.08107, 10.76172, 6.3851], + "to": [8.28107, 10.90699, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [1.75, 5, 2, 5.25], "texture": "#0"}, + "east": {"uv": [5, 1.75, 5.25, 2], "texture": "#0"}, + "south": {"uv": [2, 5, 2.25, 5.25], "texture": "#0"}, + "west": {"uv": [5, 2, 5.25, 2.25], "texture": "#0"}, + "up": {"uv": [2.5, 5.25, 2.25, 5], "texture": "#0"}, + "down": {"uv": [5.25, 2.25, 5, 2.5], "texture": "#0"} + } + }, + { + "from": [8.68359, 10.76172, 9.02344], + "to": [9.36797, 10.907, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [2.5, 5, 2.75, 5.25], "texture": "#0"}, + "east": {"uv": [5, 2.5, 5.25, 2.75], "texture": "#0"}, + "south": {"uv": [2.75, 5, 3, 5.25], "texture": "#0"}, + "west": {"uv": [5, 2.75, 5.25, 3], "texture": "#0"}, + "up": {"uv": [3.25, 5.25, 3, 5], "texture": "#0"}, + "down": {"uv": [5.25, 3, 5, 3.25], "texture": "#0"} + } + }, + { + "from": [8.56444, 10.76172, 6.86848], + "to": [8.76444, 10.90699, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [3.25, 5, 3.5, 5.25], "texture": "#0"}, + "east": {"uv": [5, 3.25, 5.25, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 5, 3.75, 5.25], "texture": "#0"}, + "west": {"uv": [5, 3.5, 5.25, 3.75], "texture": "#0"}, + "up": {"uv": [4, 5.25, 3.75, 5], "texture": "#0"}, + "down": {"uv": [5.25, 3.75, 5, 4], "texture": "#0"} + } + }, + { + "from": [9.05058, 10.76172, 6.38234], + "to": [9.25058, 10.90699, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [4, 5, 4.25, 5.25], "texture": "#0"}, + "east": {"uv": [5, 4, 5.25, 4.25], "texture": "#0"}, + "south": {"uv": [4.25, 5, 4.5, 5.25], "texture": "#0"}, + "west": {"uv": [5, 4.25, 5.25, 4.5], "texture": "#0"}, + "up": {"uv": [4.75, 5.25, 4.5, 5], "texture": "#0"}, + "down": {"uv": [5.25, 4.5, 5, 4.75], "texture": "#0"} + } + }, + { + "from": [8.54362, 10.76172, 8.36328], + "to": [9.51316, 10.90703, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [4.75, 5, 5, 5.25], "texture": "#0"}, + "east": {"uv": [5, 4.75, 5.25, 5], "texture": "#0"}, + "south": {"uv": [5, 5, 5.25, 5.25], "texture": "#0"}, + "west": {"uv": [0, 5.25, 0.25, 5.5], "texture": "#0"}, + "up": {"uv": [5.5, 0.25, 5.25, 0], "texture": "#0"}, + "down": {"uv": [0.5, 5.25, 0.25, 5.5], "texture": "#0"} + } + }, + { + "from": [8.68359, 10.76172, 8.22266], + "to": [9.36797, 10.907, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [5.25, 0.25, 5.5, 0.5], "texture": "#0"}, + "east": {"uv": [0.5, 5.25, 0.75, 5.5], "texture": "#0"}, + "south": {"uv": [5.25, 0.5, 5.5, 0.75], "texture": "#0"}, + "west": {"uv": [0.75, 5.25, 1, 5.5], "texture": "#0"}, + "up": {"uv": [5.5, 1, 5.25, 0.75], "texture": "#0"}, + "down": {"uv": [1.25, 5.25, 1, 5.5], "texture": "#0"} + } + }, + { + "from": [8.5672, 10.76172, 5.89897], + "to": [8.7672, 10.90699, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.25, 1, 5.5, 1.25], "texture": "#0"}, + "east": {"uv": [1.25, 5.25, 1.5, 5.5], "texture": "#0"}, + "south": {"uv": [5.25, 1.25, 5.5, 1.5], "texture": "#0"}, + "west": {"uv": [1.5, 5.25, 1.75, 5.5], "texture": "#0"}, + "up": {"uv": [5.5, 1.75, 5.25, 1.5], "texture": "#0"}, + "down": {"uv": [2, 5.25, 1.75, 5.5], "texture": "#0"} + } + }, + { + "from": [8.08107, 10.76172, 6.3851], + "to": [8.28107, 10.90699, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.25, 1.75, 5.5, 2], "texture": "#0"}, + "east": {"uv": [2, 5.25, 2.25, 5.5], "texture": "#0"}, + "south": {"uv": [5.25, 2, 5.5, 2.25], "texture": "#0"}, + "west": {"uv": [2.25, 5.25, 2.5, 5.5], "texture": "#0"}, + "up": {"uv": [5.5, 2.5, 5.25, 2.25], "texture": "#0"}, + "down": {"uv": [2.75, 5.25, 2.5, 5.5], "texture": "#0"} + } + }, + { + "from": [8.68359, 10.76172, 9.02344], + "to": [9.36797, 10.907, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [5.25, 2.5, 5.5, 2.75], "texture": "#0"}, + "east": {"uv": [2.75, 5.25, 3, 5.5], "texture": "#0"}, + "south": {"uv": [5.25, 2.75, 5.5, 3], "texture": "#0"}, + "west": {"uv": [3, 5.25, 3.25, 5.5], "texture": "#0"}, + "up": {"uv": [5.5, 3.25, 5.25, 3], "texture": "#0"}, + "down": {"uv": [3.5, 5.25, 3.25, 5.5], "texture": "#0"} + } + }, + { + "from": [8.56444, 10.76172, 6.86848], + "to": [8.76444, 10.90699, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.25, 3.25, 5.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 5.25, 3.75, 5.5], "texture": "#0"}, + "south": {"uv": [5.25, 3.5, 5.5, 3.75], "texture": "#0"}, + "west": {"uv": [3.75, 5.25, 4, 5.5], "texture": "#0"}, + "up": {"uv": [5.5, 4, 5.25, 3.75], "texture": "#0"}, + "down": {"uv": [4.25, 5.25, 4, 5.5], "texture": "#0"} + } + }, + { + "from": [9.05058, 10.76172, 6.38234], + "to": [9.25058, 10.90699, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.25, 4, 5.5, 4.25], "texture": "#0"}, + "east": {"uv": [4.25, 5.25, 4.5, 5.5], "texture": "#0"}, + "south": {"uv": [5.25, 4.25, 5.5, 4.5], "texture": "#0"}, + "west": {"uv": [4.5, 5.25, 4.75, 5.5], "texture": "#0"}, + "up": {"uv": [5.5, 4.75, 5.25, 4.5], "texture": "#0"}, + "down": {"uv": [5, 5.25, 4.75, 5.5], "texture": "#0"} + } + }, + { + "from": [7.64071, 10.32422, 10.01396], + "to": [7.84071, 10.58662, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [5.25, 4.75, 5.5, 5], "texture": "#0"}, + "east": {"uv": [5, 5.25, 5.25, 5.5], "texture": "#0"}, + "south": {"uv": [5.25, 5, 5.5, 5.25], "texture": "#0"}, + "west": {"uv": [5.25, 5.25, 5.5, 5.5], "texture": "#0"}, + "up": {"uv": [0.25, 5.75, 0, 5.5], "texture": "#0"}, + "down": {"uv": [5.75, 0, 5.5, 0.25], "texture": "#0"} + } + }, + { + "from": [7.15733, 10.32422, 10.49733], + "to": [7.35733, 10.58662, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [0.25, 5.5, 0.5, 5.75], "texture": "#0"}, + "east": {"uv": [5.5, 0.25, 5.75, 0.5], "texture": "#0"}, + "south": {"uv": [0.5, 5.5, 0.75, 5.75], "texture": "#0"}, + "west": {"uv": [5.5, 0.5, 5.75, 0.75], "texture": "#0"}, + "up": {"uv": [1, 5.75, 0.75, 5.5], "texture": "#0"}, + "down": {"uv": [5.75, 0.75, 5.5, 1], "texture": "#0"} + } + }, + { + "from": [8.5672, 10.32422, 5.89897], + "to": [8.7672, 10.58662, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [1, 5.5, 1.25, 5.75], "texture": "#0"}, + "east": {"uv": [5.5, 1, 5.75, 1.25], "texture": "#0"}, + "south": {"uv": [1.25, 5.5, 1.5, 5.75], "texture": "#0"}, + "west": {"uv": [5.5, 1.25, 5.75, 1.5], "texture": "#0"}, + "up": {"uv": [1.75, 5.75, 1.5, 5.5], "texture": "#0"}, + "down": {"uv": [5.75, 1.5, 5.5, 1.75], "texture": "#0"} + } + }, + { + "from": [9.05058, 10.32422, 6.38234], + "to": [9.25058, 10.58662, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [1.75, 5.5, 2, 5.75], "texture": "#0"}, + "east": {"uv": [5.5, 1.75, 5.75, 2], "texture": "#0"}, + "south": {"uv": [2, 5.5, 2.25, 5.75], "texture": "#0"}, + "west": {"uv": [5.5, 2, 5.75, 2.25], "texture": "#0"}, + "up": {"uv": [2.5, 5.75, 2.25, 5.5], "texture": "#0"}, + "down": {"uv": [5.75, 2.25, 5.5, 2.5], "texture": "#0"} + } + }, + { + "from": [8.68359, 10.32422, 8.22266], + "to": [9.36797, 10.58672, 8.33672], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [2.5, 5.5, 2.75, 5.75], "texture": "#0"}, + "east": {"uv": [5.5, 2.5, 5.75, 2.75], "texture": "#0"}, + "south": {"uv": [2.75, 5.5, 3, 5.75], "texture": "#0"}, + "west": {"uv": [5.5, 2.75, 5.75, 3], "texture": "#0"}, + "up": {"uv": [3.25, 5.75, 3, 5.5], "texture": "#0"}, + "down": {"uv": [5.75, 3, 5.5, 3.25], "texture": "#0"} + } + }, + { + "from": [8.68359, 10.32422, 9.07422], + "to": [9.36797, 10.58672, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [3.25, 5.5, 3.5, 5.75], "texture": "#0"}, + "east": {"uv": [5.5, 3.25, 5.75, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 5.5, 3.75, 5.75], "texture": "#0"}, + "west": {"uv": [5.5, 3.5, 5.75, 3.75], "texture": "#0"}, + "up": {"uv": [4, 5.75, 3.75, 5.5], "texture": "#0"}, + "down": {"uv": [5.75, 3.75, 5.5, 4], "texture": "#0"} + } + }, + { + "from": [8.54253, 10.32422, 8.36328], + "to": [8.63316, 10.58672, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [4, 5.5, 4.25, 5.75], "texture": "#0"}, + "east": {"uv": [5.5, 4, 5.75, 4.25], "texture": "#0"}, + "south": {"uv": [4.25, 5.5, 4.5, 5.75], "texture": "#0"}, + "west": {"uv": [5.5, 4.25, 5.75, 4.5], "texture": "#0"}, + "up": {"uv": [4.75, 5.75, 4.5, 5.5], "texture": "#0"}, + "down": {"uv": [5.75, 4.5, 5.5, 4.75], "texture": "#0"} + } + }, + { + "from": [8.54362, 10.32422, 8.36328], + "to": [9.51316, 10.58422, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [4.75, 5.5, 5, 5.75], "texture": "#0"}, + "east": {"uv": [5.5, 4.75, 5.75, 5], "texture": "#0"}, + "south": {"uv": [5, 5.5, 5.25, 5.75], "texture": "#0"}, + "west": {"uv": [5.5, 5, 5.75, 5.25], "texture": "#0"}, + "up": {"uv": [5.5, 5.75, 5.25, 5.5], "texture": "#0"}, + "down": {"uv": [5.75, 5.25, 5.5, 5.5], "texture": "#0"} + } + }, + { + "from": [8.68359, 10.32422, 8.22266], + "to": [9.36797, 10.41872, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [5.5, 5.5, 5.75, 5.75], "texture": "#0"}, + "east": {"uv": [0, 5.75, 0.25, 6], "texture": "#0"}, + "south": {"uv": [5.75, 0, 6, 0.25], "texture": "#0"}, + "west": {"uv": [0.25, 5.75, 0.5, 6], "texture": "#0"}, + "up": {"uv": [6, 0.5, 5.75, 0.25], "texture": "#0"}, + "down": {"uv": [0.75, 5.75, 0.5, 6], "texture": "#0"} + } + }, + { + "from": [8.5672, 10.32422, 5.89897], + "to": [8.7672, 10.41871, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.75, 0.5, 6, 0.75], "texture": "#0"}, + "east": {"uv": [0.75, 5.75, 1, 6], "texture": "#0"}, + "south": {"uv": [5.75, 0.75, 6, 1], "texture": "#0"}, + "west": {"uv": [1, 5.75, 1.25, 6], "texture": "#0"}, + "up": {"uv": [6, 1.25, 5.75, 1], "texture": "#0"}, + "down": {"uv": [1.5, 5.75, 1.25, 6], "texture": "#0"} + } + }, + { + "from": [8.08107, 10.32422, 6.3851], + "to": [8.28107, 10.41871, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.75, 1.25, 6, 1.5], "texture": "#0"}, + "east": {"uv": [1.5, 5.75, 1.75, 6], "texture": "#0"}, + "south": {"uv": [5.75, 1.5, 6, 1.75], "texture": "#0"}, + "west": {"uv": [1.75, 5.75, 2, 6], "texture": "#0"}, + "up": {"uv": [6, 2, 5.75, 1.75], "texture": "#0"}, + "down": {"uv": [2.25, 5.75, 2, 6], "texture": "#0"} + } + }, + { + "from": [8.68359, 10.32422, 9.02344], + "to": [9.36797, 10.41872, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [5.75, 2, 6, 2.25], "texture": "#0"}, + "east": {"uv": [2.25, 5.75, 2.5, 6], "texture": "#0"}, + "south": {"uv": [5.75, 2.25, 6, 2.5], "texture": "#0"}, + "west": {"uv": [2.5, 5.75, 2.75, 6], "texture": "#0"}, + "up": {"uv": [6, 2.75, 5.75, 2.5], "texture": "#0"}, + "down": {"uv": [3, 5.75, 2.75, 6], "texture": "#0"} + } + }, + { + "from": [8.56444, 10.32422, 6.86848], + "to": [8.76444, 10.41871, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.75, 2.75, 6, 3], "texture": "#0"}, + "east": {"uv": [3, 5.75, 3.25, 6], "texture": "#0"}, + "south": {"uv": [5.75, 3, 6, 3.25], "texture": "#0"}, + "west": {"uv": [3.25, 5.75, 3.5, 6], "texture": "#0"}, + "up": {"uv": [6, 3.5, 5.75, 3.25], "texture": "#0"}, + "down": {"uv": [3.75, 5.75, 3.5, 6], "texture": "#0"} + } + }, + { + "from": [9.05058, 10.32422, 6.38234], + "to": [9.25058, 10.41871, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.75, 3.5, 6, 3.75], "texture": "#0"}, + "east": {"uv": [3.75, 5.75, 4, 6], "texture": "#0"}, + "south": {"uv": [5.75, 3.75, 6, 4], "texture": "#0"}, + "west": {"uv": [4, 5.75, 4.25, 6], "texture": "#0"}, + "up": {"uv": [6, 4.25, 5.75, 4], "texture": "#0"}, + "down": {"uv": [4.5, 5.75, 4.25, 6], "texture": "#0"} + } + }, + { + "from": [8.68359, 10.32422, 8.22266], + "to": [9.36797, 10.41872, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [5.75, 4.25, 6, 4.5], "texture": "#0"}, + "east": {"uv": [4.5, 5.75, 4.75, 6], "texture": "#0"}, + "south": {"uv": [5.75, 4.5, 6, 4.75], "texture": "#0"}, + "west": {"uv": [4.75, 5.75, 5, 6], "texture": "#0"}, + "up": {"uv": [6, 5, 5.75, 4.75], "texture": "#0"}, + "down": {"uv": [5.25, 5.75, 5, 6], "texture": "#0"} + } + }, + { + "from": [8.5672, 10.32422, 5.89897], + "to": [8.7672, 10.41871, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.75, 5, 6, 5.25], "texture": "#0"}, + "east": {"uv": [5.25, 5.75, 5.5, 6], "texture": "#0"}, + "south": {"uv": [5.75, 5.25, 6, 5.5], "texture": "#0"}, + "west": {"uv": [5.5, 5.75, 5.75, 6], "texture": "#0"}, + "up": {"uv": [6, 5.75, 5.75, 5.5], "texture": "#0"}, + "down": {"uv": [6, 5.75, 5.75, 6], "texture": "#0"} + } + }, + { + "from": [8.08107, 10.32422, 6.3851], + "to": [8.28107, 10.41871, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [0, 6, 0.25, 6.25], "texture": "#0"}, + "east": {"uv": [6, 0, 6.25, 0.25], "texture": "#0"}, + "south": {"uv": [0.25, 6, 0.5, 6.25], "texture": "#0"}, + "west": {"uv": [6, 0.25, 6.25, 0.5], "texture": "#0"}, + "up": {"uv": [0.75, 6.25, 0.5, 6], "texture": "#0"}, + "down": {"uv": [6.25, 0.5, 6, 0.75], "texture": "#0"} + } + }, + { + "from": [8.68359, 10.32422, 9.02344], + "to": [9.36797, 10.41872, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [0.75, 6, 1, 6.25], "texture": "#0"}, + "east": {"uv": [6, 0.75, 6.25, 1], "texture": "#0"}, + "south": {"uv": [1, 6, 1.25, 6.25], "texture": "#0"}, + "west": {"uv": [6, 1, 6.25, 1.25], "texture": "#0"}, + "up": {"uv": [1.5, 6.25, 1.25, 6], "texture": "#0"}, + "down": {"uv": [6.25, 1.25, 6, 1.5], "texture": "#0"} + } + }, + { + "from": [8.56444, 10.32422, 6.86848], + "to": [8.76444, 10.41871, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [1.5, 6, 1.75, 6.25], "texture": "#0"}, + "east": {"uv": [6, 1.5, 6.25, 1.75], "texture": "#0"}, + "south": {"uv": [1.75, 6, 2, 6.25], "texture": "#0"}, + "west": {"uv": [6, 1.75, 6.25, 2], "texture": "#0"}, + "up": {"uv": [2.25, 6.25, 2, 6], "texture": "#0"}, + "down": {"uv": [6.25, 2, 6, 2.25], "texture": "#0"} + } + }, + { + "from": [9.05058, 10.32422, 6.38234], + "to": [9.25058, 10.41871, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [2.25, 6, 2.5, 6.25], "texture": "#0"}, + "east": {"uv": [6, 2.25, 6.25, 2.5], "texture": "#0"}, + "south": {"uv": [2.5, 6, 2.75, 6.25], "texture": "#0"}, + "west": {"uv": [6, 2.5, 6.25, 2.75], "texture": "#0"}, + "up": {"uv": [3, 6.25, 2.75, 6], "texture": "#0"}, + "down": {"uv": [6.25, 2.75, 6, 3], "texture": "#0"} + } + }, + { + "from": [7.64071, 5.82813, 10.01396], + "to": [7.84071, 6.14131, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [3, 6, 3.25, 6.25], "texture": "#0"}, + "east": {"uv": [6, 3, 6.25, 3.25], "texture": "#0"}, + "south": {"uv": [3.25, 6, 3.5, 6.25], "texture": "#0"}, + "west": {"uv": [6, 3.25, 6.25, 3.5], "texture": "#0"}, + "up": {"uv": [3.75, 6.25, 3.5, 6], "texture": "#0"}, + "down": {"uv": [6.25, 3.5, 6, 3.75], "texture": "#0"} + } + }, + { + "from": [7.15733, 5.82813, 10.49733], + "to": [7.35733, 6.14131, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [3.75, 6, 4, 6.25], "texture": "#0"}, + "east": {"uv": [6, 3.75, 6.25, 4], "texture": "#0"}, + "south": {"uv": [4, 6, 4.25, 6.25], "texture": "#0"}, + "west": {"uv": [6, 4, 6.25, 4.25], "texture": "#0"}, + "up": {"uv": [4.5, 6.25, 4.25, 6], "texture": "#0"}, + "down": {"uv": [6.25, 4.25, 6, 4.5], "texture": "#0"} + } + }, + { + "from": [8.5672, 5.82813, 5.89897], + "to": [8.7672, 6.14131, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [4.5, 6, 4.75, 6.25], "texture": "#0"}, + "east": {"uv": [6, 4.5, 6.25, 4.75], "texture": "#0"}, + "south": {"uv": [4.75, 6, 5, 6.25], "texture": "#0"}, + "west": {"uv": [6, 4.75, 6.25, 5], "texture": "#0"}, + "up": {"uv": [5.25, 6.25, 5, 6], "texture": "#0"}, + "down": {"uv": [6.25, 5, 6, 5.25], "texture": "#0"} + } + }, + { + "from": [9.05058, 5.82813, 6.38234], + "to": [9.25058, 6.14131, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.25, 6, 5.5, 6.25], "texture": "#0"}, + "east": {"uv": [6, 5.25, 6.25, 5.5], "texture": "#0"}, + "south": {"uv": [5.5, 6, 5.75, 6.25], "texture": "#0"}, + "west": {"uv": [6, 5.5, 6.25, 5.75], "texture": "#0"}, + "up": {"uv": [6, 6.25, 5.75, 6], "texture": "#0"}, + "down": {"uv": [6.25, 5.75, 6, 6], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.82813, 8.22266], + "to": [9.36797, 6.14141, 8.33672], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [6, 6, 6.25, 6.25], "texture": "#0"}, + "east": {"uv": [0, 6.25, 0.25, 6.5], "texture": "#0"}, + "south": {"uv": [6.25, 0, 6.5, 0.25], "texture": "#0"}, + "west": {"uv": [0.25, 6.25, 0.5, 6.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 6.25, 0.25], "texture": "#0"}, + "down": {"uv": [0.75, 6.25, 0.5, 6.5], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.82813, 9.07422], + "to": [9.36797, 6.14141, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [6.25, 0.5, 6.5, 0.75], "texture": "#0"}, + "east": {"uv": [0.75, 6.25, 1, 6.5], "texture": "#0"}, + "south": {"uv": [6.25, 0.75, 6.5, 1], "texture": "#0"}, + "west": {"uv": [1, 6.25, 1.25, 6.5], "texture": "#0"}, + "up": {"uv": [6.5, 1.25, 6.25, 1], "texture": "#0"}, + "down": {"uv": [1.5, 6.25, 1.25, 6.5], "texture": "#0"} + } + }, + { + "from": [9.42253, 5.82813, 8.36328], + "to": [9.51316, 6.14141, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [6.25, 1.25, 6.5, 1.5], "texture": "#0"}, + "east": {"uv": [1.5, 6.25, 1.75, 6.5], "texture": "#0"}, + "south": {"uv": [6.25, 1.5, 6.5, 1.75], "texture": "#0"}, + "west": {"uv": [1.75, 6.25, 2, 6.5], "texture": "#0"}, + "up": {"uv": [6.5, 2, 6.25, 1.75], "texture": "#0"}, + "down": {"uv": [2.25, 6.25, 2, 6.5], "texture": "#0"} + } + }, + { + "from": [8.54253, 5.82813, 8.36328], + "to": [8.63316, 6.14141, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [6.25, 2, 6.5, 2.25], "texture": "#0"}, + "east": {"uv": [2.25, 6.25, 2.5, 6.5], "texture": "#0"}, + "south": {"uv": [6.25, 2.25, 6.5, 2.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.25, 2.75, 6.5], "texture": "#0"}, + "up": {"uv": [6.5, 2.75, 6.25, 2.5], "texture": "#0"}, + "down": {"uv": [3, 6.25, 2.75, 6.5], "texture": "#0"} + } + }, + { + "from": [8.54362, 5.82813, 8.36328], + "to": [9.51316, 5.97344, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [6.25, 2.75, 6.5, 3], "texture": "#0"}, + "east": {"uv": [3, 6.25, 3.25, 6.5], "texture": "#0"}, + "south": {"uv": [6.25, 3, 6.5, 3.25], "texture": "#0"}, + "west": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#0"}, + "up": {"uv": [6.5, 3.5, 6.25, 3.25], "texture": "#0"}, + "down": {"uv": [3.75, 6.25, 3.5, 6.5], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.82813, 8.22266], + "to": [9.36797, 5.97341, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [6.25, 3.5, 6.5, 3.75], "texture": "#0"}, + "east": {"uv": [3.75, 6.25, 4, 6.5], "texture": "#0"}, + "south": {"uv": [6.25, 3.75, 6.5, 4], "texture": "#0"}, + "west": {"uv": [4, 6.25, 4.25, 6.5], "texture": "#0"}, + "up": {"uv": [6.5, 4.25, 6.25, 4], "texture": "#0"}, + "down": {"uv": [4.5, 6.25, 4.25, 6.5], "texture": "#0"} + } + }, + { + "from": [8.5672, 5.82813, 5.89897], + "to": [8.7672, 5.9734, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [6.25, 4.25, 6.5, 4.5], "texture": "#0"}, + "east": {"uv": [4.5, 6.25, 4.75, 6.5], "texture": "#0"}, + "south": {"uv": [6.25, 4.5, 6.5, 4.75], "texture": "#0"}, + "west": {"uv": [4.75, 6.25, 5, 6.5], "texture": "#0"}, + "up": {"uv": [6.5, 5, 6.25, 4.75], "texture": "#0"}, + "down": {"uv": [5.25, 6.25, 5, 6.5], "texture": "#0"} + } + }, + { + "from": [8.08107, 5.82813, 6.3851], + "to": [8.28107, 5.9734, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [6.25, 5, 6.5, 5.25], "texture": "#0"}, + "east": {"uv": [5.25, 6.25, 5.5, 6.5], "texture": "#0"}, + "south": {"uv": [6.25, 5.25, 6.5, 5.5], "texture": "#0"}, + "west": {"uv": [5.5, 6.25, 5.75, 6.5], "texture": "#0"}, + "up": {"uv": [6.5, 5.75, 6.25, 5.5], "texture": "#0"}, + "down": {"uv": [6, 6.25, 5.75, 6.5], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.82813, 9.02344], + "to": [9.36797, 5.97341, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [6.25, 5.75, 6.5, 6], "texture": "#0"}, + "east": {"uv": [6, 6.25, 6.25, 6.5], "texture": "#0"}, + "south": {"uv": [6.25, 6, 6.5, 6.25], "texture": "#0"}, + "west": {"uv": [6.25, 6.25, 6.5, 6.5], "texture": "#0"}, + "up": {"uv": [0.25, 6.75, 0, 6.5], "texture": "#0"}, + "down": {"uv": [6.75, 0, 6.5, 0.25], "texture": "#0"} + } + }, + { + "from": [8.56444, 5.82813, 6.86848], + "to": [8.76444, 5.9734, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [0.25, 6.5, 0.5, 6.75], "texture": "#0"}, + "east": {"uv": [6.5, 0.25, 6.75, 0.5], "texture": "#0"}, + "south": {"uv": [0.5, 6.5, 0.75, 6.75], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 6.75, 0.75], "texture": "#0"}, + "up": {"uv": [1, 6.75, 0.75, 6.5], "texture": "#0"}, + "down": {"uv": [6.75, 0.75, 6.5, 1], "texture": "#0"} + } + }, + { + "from": [8.54362, 5.82813, 8.36328], + "to": [9.51316, 5.97344, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [1, 6.5, 1.25, 6.75], "texture": "#0"}, + "east": {"uv": [6.5, 1, 6.75, 1.25], "texture": "#0"}, + "south": {"uv": [1.25, 6.5, 1.5, 6.75], "texture": "#0"}, + "west": {"uv": [6.5, 1.25, 6.75, 1.5], "texture": "#0"}, + "up": {"uv": [1.75, 6.75, 1.5, 6.5], "texture": "#0"}, + "down": {"uv": [6.75, 1.5, 6.5, 1.75], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.82813, 8.22266], + "to": [9.36797, 5.97341, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [1.75, 6.5, 2, 6.75], "texture": "#0"}, + "east": {"uv": [6.5, 1.75, 6.75, 2], "texture": "#0"}, + "south": {"uv": [2, 6.5, 2.25, 6.75], "texture": "#0"}, + "west": {"uv": [6.5, 2, 6.75, 2.25], "texture": "#0"}, + "up": {"uv": [2.5, 6.75, 2.25, 6.5], "texture": "#0"}, + "down": {"uv": [6.75, 2.25, 6.5, 2.5], "texture": "#0"} + } + }, + { + "from": [8.5672, 5.82813, 5.89897], + "to": [8.7672, 5.9734, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [2.5, 6.5, 2.75, 6.75], "texture": "#0"}, + "east": {"uv": [6.5, 2.5, 6.75, 2.75], "texture": "#0"}, + "south": {"uv": [2.75, 6.5, 3, 6.75], "texture": "#0"}, + "west": {"uv": [6.5, 2.75, 6.75, 3], "texture": "#0"}, + "up": {"uv": [3.25, 6.75, 3, 6.5], "texture": "#0"}, + "down": {"uv": [6.75, 3, 6.5, 3.25], "texture": "#0"} + } + }, + { + "from": [8.08107, 5.82813, 6.3851], + "to": [8.28107, 5.9734, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [3.25, 6.5, 3.5, 6.75], "texture": "#0"}, + "east": {"uv": [6.5, 3.25, 6.75, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 6.5, 3.75, 6.75], "texture": "#0"}, + "west": {"uv": [6.5, 3.5, 6.75, 3.75], "texture": "#0"}, + "up": {"uv": [4, 6.75, 3.75, 6.5], "texture": "#0"}, + "down": {"uv": [6.75, 3.75, 6.5, 4], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.82813, 9.02344], + "to": [9.36797, 5.97341, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [4, 6.5, 4.25, 6.75], "texture": "#0"}, + "east": {"uv": [6.5, 4, 6.75, 4.25], "texture": "#0"}, + "south": {"uv": [4.25, 6.5, 4.5, 6.75], "texture": "#0"}, + "west": {"uv": [6.5, 4.25, 6.75, 4.5], "texture": "#0"}, + "up": {"uv": [4.75, 6.75, 4.5, 6.5], "texture": "#0"}, + "down": {"uv": [6.75, 4.5, 6.5, 4.75], "texture": "#0"} + } + }, + { + "from": [8.56444, 5.82813, 6.86848], + "to": [8.76444, 5.9734, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [4.75, 6.5, 5, 6.75], "texture": "#0"}, + "east": {"uv": [6.5, 4.75, 6.75, 5], "texture": "#0"}, + "south": {"uv": [5, 6.5, 5.25, 6.75], "texture": "#0"}, + "west": {"uv": [6.5, 5, 6.75, 5.25], "texture": "#0"}, + "up": {"uv": [5.5, 6.75, 5.25, 6.5], "texture": "#0"}, + "down": {"uv": [6.75, 5.25, 6.5, 5.5], "texture": "#0"} + } + }, + { + "from": [9.05058, 5.82813, 6.38234], + "to": [9.25058, 5.9734, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.5, 6.5, 5.75, 6.75], "texture": "#0"}, + "east": {"uv": [6.5, 5.5, 6.75, 5.75], "texture": "#0"}, + "south": {"uv": [5.75, 6.5, 6, 6.75], "texture": "#0"}, + "west": {"uv": [6.5, 5.75, 6.75, 6], "texture": "#0"}, + "up": {"uv": [6.25, 6.75, 6, 6.5], "texture": "#0"}, + "down": {"uv": [6.75, 6, 6.5, 6.25], "texture": "#0"} + } + }, + { + "from": [7.64071, 1, 10.13114], + "to": [7.84071, 6.1, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [2.5, 2.5, 2.75, 3.75], "texture": "#0"}, + "east": {"uv": [2.75, 0, 3, 1.25], "texture": "#0"}, + "south": {"uv": [2.75, 1.25, 3, 2.5], "texture": "#0"}, + "west": {"uv": [2.75, 2.5, 3, 3.75], "texture": "#0"}, + "up": {"uv": [6.5, 6.75, 6.25, 6.5], "texture": "#0"}, + "down": {"uv": [6.75, 6.25, 6.5, 6.5], "texture": "#0"} + } + }, + { + "from": [7.27452, 1, 10.49733], + "to": [7.35733, 6.1, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [3, 0, 3.25, 1.25], "texture": "#0"}, + "east": {"uv": [3, 1.25, 3.25, 2.5], "texture": "#0"}, + "south": {"uv": [3, 2.5, 3.25, 3.75], "texture": "#0"}, + "west": {"uv": [3.25, 0, 3.5, 1.25], "texture": "#0"}, + "up": {"uv": [6.75, 6.75, 6.5, 6.5], "texture": "#0"}, + "down": {"uv": [0.25, 6.75, 0, 7], "texture": "#0"} + } + }, + { + "from": [8.5672, 1, 6.01615], + "to": [8.7672, 6.1, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [3.25, 1.25, 3.5, 2.5], "texture": "#0"}, + "east": {"uv": [3.25, 2.5, 3.5, 3.75], "texture": "#0"}, + "south": {"uv": [3.5, 0, 3.75, 1.25], "texture": "#0"}, + "west": {"uv": [3.5, 1.25, 3.75, 2.5], "texture": "#0"}, + "up": {"uv": [7, 0.25, 6.75, 0], "texture": "#0"}, + "down": {"uv": [0.5, 6.75, 0.25, 7], "texture": "#0"} + } + }, + { + "from": [9.05058, 1, 6.38234], + "to": [9.13339, 6.1, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [3.5, 2.5, 3.75, 3.75], "texture": "#0"}, + "east": {"uv": [0, 3.75, 0.25, 5], "texture": "#0"}, + "south": {"uv": [3.75, 0, 4, 1.25], "texture": "#0"}, + "west": {"uv": [0.25, 3.75, 0.5, 5], "texture": "#0"}, + "up": {"uv": [7, 0.5, 6.75, 0.25], "texture": "#0"}, + "down": {"uv": [0.75, 6.75, 0.5, 7], "texture": "#0"} + } + }, + { + "from": [8.76562, 1, 8.99219], + "to": [9.28594, 6.1, 9.10625], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [0.5, 3.75, 0.75, 5], "texture": "#0"}, + "east": {"uv": [0.75, 3.75, 1, 5], "texture": "#0"}, + "south": {"uv": [1, 3.75, 1.25, 5], "texture": "#0"}, + "west": {"uv": [1.25, 3.75, 1.5, 5], "texture": "#0"}, + "up": {"uv": [7, 0.75, 6.75, 0.5], "texture": "#0"}, + "down": {"uv": [1, 6.75, 0.75, 7], "texture": "#0"} + } + }, + { + "from": [9.31641, 1, 8.44531], + "to": [9.43047, 6.1, 8.96563], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.36562, 8.53359]}, + "faces": { + "north": {"uv": [3.75, 1.25, 4, 2.5], "texture": "#0"}, + "east": {"uv": [1.5, 3.75, 1.75, 5], "texture": "#0"}, + "south": {"uv": [1.75, 3.75, 2, 5], "texture": "#0"}, + "west": {"uv": [2, 3.75, 2.25, 5], "texture": "#0"}, + "up": {"uv": [7, 1, 6.75, 0.75], "texture": "#0"}, + "down": {"uv": [1.25, 6.75, 1, 7], "texture": "#0"} + } + }, + { + "from": [8.62891, 1, 8.44531], + "to": [8.74297, 6.1, 8.96563], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.36562, 8.53359]}, + "faces": { + "north": {"uv": [2.25, 3.75, 2.5, 5], "texture": "#0"}, + "east": {"uv": [2.5, 3.75, 2.75, 5], "texture": "#0"}, + "south": {"uv": [3.75, 2.5, 4, 3.75], "texture": "#0"}, + "west": {"uv": [2.75, 3.75, 3, 5], "texture": "#0"}, + "up": {"uv": [7, 1.25, 6.75, 1], "texture": "#0"}, + "down": {"uv": [1.5, 6.75, 1.25, 7], "texture": "#0"} + } + }, + { + "from": [8.76562, 1, 8.30394], + "to": [9.28594, 6.1, 8.418], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [3, 3.75, 3.25, 5], "texture": "#0"}, + "east": {"uv": [3.25, 3.75, 3.5, 5], "texture": "#0"}, + "south": {"uv": [3.5, 3.75, 3.75, 5], "texture": "#0"}, + "west": {"uv": [3.75, 3.75, 4, 5], "texture": "#0"}, + "up": {"uv": [7, 1.5, 6.75, 1.25], "texture": "#0"}, + "down": {"uv": [1.75, 6.75, 1.5, 7], "texture": "#0"} + } + }, + { + "from": [7.64071, 5.76172, 10.01396], + "to": [7.84071, 6.0749, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [6.75, 1.5, 7, 1.75], "texture": "#0"}, + "east": {"uv": [1.75, 6.75, 2, 7], "texture": "#0"}, + "south": {"uv": [6.75, 1.75, 7, 2], "texture": "#0"}, + "west": {"uv": [2, 6.75, 2.25, 7], "texture": "#0"}, + "up": {"uv": [7, 2.25, 6.75, 2], "texture": "#0"}, + "down": {"uv": [2.5, 6.75, 2.25, 7], "texture": "#0"} + } + }, + { + "from": [7.15733, 5.76172, 10.49733], + "to": [7.35733, 6.0749, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [6.75, 2.25, 7, 2.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.75, 2.75, 7], "texture": "#0"}, + "south": {"uv": [6.75, 2.5, 7, 2.75], "texture": "#0"}, + "west": {"uv": [2.75, 6.75, 3, 7], "texture": "#0"}, + "up": {"uv": [7, 3, 6.75, 2.75], "texture": "#0"}, + "down": {"uv": [3.25, 6.75, 3, 7], "texture": "#0"} + } + }, + { + "from": [8.5672, 5.76172, 5.89897], + "to": [8.7672, 6.0749, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [6.75, 3, 7, 3.25], "texture": "#0"}, + "east": {"uv": [3.25, 6.75, 3.5, 7], "texture": "#0"}, + "south": {"uv": [6.75, 3.25, 7, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 6.75, 3.75, 7], "texture": "#0"}, + "up": {"uv": [7, 3.75, 6.75, 3.5], "texture": "#0"}, + "down": {"uv": [4, 6.75, 3.75, 7], "texture": "#0"} + } + }, + { + "from": [9.05058, 5.76172, 6.38234], + "to": [9.25058, 6.0749, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [6.75, 3.75, 7, 4], "texture": "#0"}, + "east": {"uv": [4, 6.75, 4.25, 7], "texture": "#0"}, + "south": {"uv": [6.75, 4, 7, 4.25], "texture": "#0"}, + "west": {"uv": [4.25, 6.75, 4.5, 7], "texture": "#0"}, + "up": {"uv": [7, 4.5, 6.75, 4.25], "texture": "#0"}, + "down": {"uv": [4.75, 6.75, 4.5, 7], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.76172, 8.22266], + "to": [9.36797, 6.075, 8.33672], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [6.75, 4.5, 7, 4.75], "texture": "#0"}, + "east": {"uv": [4.75, 6.75, 5, 7], "texture": "#0"}, + "south": {"uv": [6.75, 4.75, 7, 5], "texture": "#0"}, + "west": {"uv": [5, 6.75, 5.25, 7], "texture": "#0"}, + "up": {"uv": [7, 5.25, 6.75, 5], "texture": "#0"}, + "down": {"uv": [5.5, 6.75, 5.25, 7], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.76172, 9.07422], + "to": [9.36797, 6.075, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [6.75, 5.25, 7, 5.5], "texture": "#0"}, + "east": {"uv": [5.5, 6.75, 5.75, 7], "texture": "#0"}, + "south": {"uv": [6.75, 5.5, 7, 5.75], "texture": "#0"}, + "west": {"uv": [5.75, 6.75, 6, 7], "texture": "#0"}, + "up": {"uv": [7, 6, 6.75, 5.75], "texture": "#0"}, + "down": {"uv": [6.25, 6.75, 6, 7], "texture": "#0"} + } + }, + { + "from": [9.42253, 5.76172, 8.36328], + "to": [9.51316, 6.075, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [6.75, 6, 7, 6.25], "texture": "#0"}, + "east": {"uv": [6.25, 6.75, 6.5, 7], "texture": "#0"}, + "south": {"uv": [6.75, 6.25, 7, 6.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.75, 6.75, 7], "texture": "#0"}, + "up": {"uv": [7, 6.75, 6.75, 6.5], "texture": "#0"}, + "down": {"uv": [7, 6.75, 6.75, 7], "texture": "#0"} + } + }, + { + "from": [8.54253, 5.76172, 8.36328], + "to": [8.63316, 6.075, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [0, 7, 0.25, 7.25], "texture": "#0"}, + "east": {"uv": [7, 0, 7.25, 0.25], "texture": "#0"}, + "south": {"uv": [0.25, 7, 0.5, 7.25], "texture": "#0"}, + "west": {"uv": [7, 0.25, 7.25, 0.5], "texture": "#0"}, + "up": {"uv": [0.75, 7.25, 0.5, 7], "texture": "#0"}, + "down": {"uv": [7.25, 0.5, 7, 0.75], "texture": "#0"} + } + }, + { + "from": [8.54362, 5.76172, 8.36328], + "to": [9.51316, 5.90703, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [0.75, 7, 1, 7.25], "texture": "#0"}, + "east": {"uv": [7, 0.75, 7.25, 1], "texture": "#0"}, + "south": {"uv": [1, 7, 1.25, 7.25], "texture": "#0"}, + "west": {"uv": [7, 1, 7.25, 1.25], "texture": "#0"}, + "up": {"uv": [1.5, 7.25, 1.25, 7], "texture": "#0"}, + "down": {"uv": [7.25, 1.25, 7, 1.5], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.76172, 8.22266], + "to": [9.36797, 5.907, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [1.5, 7, 1.75, 7.25], "texture": "#0"}, + "east": {"uv": [7, 1.5, 7.25, 1.75], "texture": "#0"}, + "south": {"uv": [1.75, 7, 2, 7.25], "texture": "#0"}, + "west": {"uv": [7, 1.75, 7.25, 2], "texture": "#0"}, + "up": {"uv": [2.25, 7.25, 2, 7], "texture": "#0"}, + "down": {"uv": [7.25, 2, 7, 2.25], "texture": "#0"} + } + }, + { + "from": [8.5672, 5.76172, 5.89897], + "to": [8.7672, 5.90699, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [2.25, 7, 2.5, 7.25], "texture": "#0"}, + "east": {"uv": [7, 2.25, 7.25, 2.5], "texture": "#0"}, + "south": {"uv": [2.5, 7, 2.75, 7.25], "texture": "#0"}, + "west": {"uv": [7, 2.5, 7.25, 2.75], "texture": "#0"}, + "up": {"uv": [3, 7.25, 2.75, 7], "texture": "#0"}, + "down": {"uv": [7.25, 2.75, 7, 3], "texture": "#0"} + } + }, + { + "from": [8.08107, 5.76172, 6.3851], + "to": [8.28107, 5.90699, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [3, 7, 3.25, 7.25], "texture": "#0"}, + "east": {"uv": [7, 3, 7.25, 3.25], "texture": "#0"}, + "south": {"uv": [3.25, 7, 3.5, 7.25], "texture": "#0"}, + "west": {"uv": [7, 3.25, 7.25, 3.5], "texture": "#0"}, + "up": {"uv": [3.75, 7.25, 3.5, 7], "texture": "#0"}, + "down": {"uv": [7.25, 3.5, 7, 3.75], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.76172, 9.02344], + "to": [9.36797, 5.907, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [3.75, 7, 4, 7.25], "texture": "#0"}, + "east": {"uv": [7, 3.75, 7.25, 4], "texture": "#0"}, + "south": {"uv": [4, 7, 4.25, 7.25], "texture": "#0"}, + "west": {"uv": [7, 4, 7.25, 4.25], "texture": "#0"}, + "up": {"uv": [4.5, 7.25, 4.25, 7], "texture": "#0"}, + "down": {"uv": [7.25, 4.25, 7, 4.5], "texture": "#0"} + } + }, + { + "from": [8.56444, 5.76172, 6.86848], + "to": [8.76444, 5.90699, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [4.5, 7, 4.75, 7.25], "texture": "#0"}, + "east": {"uv": [7, 4.5, 7.25, 4.75], "texture": "#0"}, + "south": {"uv": [4.75, 7, 5, 7.25], "texture": "#0"}, + "west": {"uv": [7, 4.75, 7.25, 5], "texture": "#0"}, + "up": {"uv": [5.25, 7.25, 5, 7], "texture": "#0"}, + "down": {"uv": [7.25, 5, 7, 5.25], "texture": "#0"} + } + }, + { + "from": [9.05058, 5.76172, 6.38234], + "to": [9.25058, 5.90699, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.25, 7, 5.5, 7.25], "texture": "#0"}, + "east": {"uv": [7, 5.25, 7.25, 5.5], "texture": "#0"}, + "south": {"uv": [5.5, 7, 5.75, 7.25], "texture": "#0"}, + "west": {"uv": [7, 5.5, 7.25, 5.75], "texture": "#0"}, + "up": {"uv": [6, 7.25, 5.75, 7], "texture": "#0"}, + "down": {"uv": [7.25, 5.75, 7, 6], "texture": "#0"} + } + }, + { + "from": [8.54362, 5.76172, 8.36328], + "to": [9.51316, 5.90703, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [6, 7, 6.25, 7.25], "texture": "#0"}, + "east": {"uv": [7, 6, 7.25, 6.25], "texture": "#0"}, + "south": {"uv": [6.25, 7, 6.5, 7.25], "texture": "#0"}, + "west": {"uv": [7, 6.25, 7.25, 6.5], "texture": "#0"}, + "up": {"uv": [6.75, 7.25, 6.5, 7], "texture": "#0"}, + "down": {"uv": [7.25, 6.5, 7, 6.75], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.76172, 8.22266], + "to": [9.36797, 5.907, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [6.75, 7, 7, 7.25], "texture": "#0"}, + "east": {"uv": [7, 6.75, 7.25, 7], "texture": "#0"}, + "south": {"uv": [7, 7, 7.25, 7.25], "texture": "#0"}, + "west": {"uv": [0, 7.25, 0.25, 7.5], "texture": "#0"}, + "up": {"uv": [7.5, 0.25, 7.25, 0], "texture": "#0"}, + "down": {"uv": [0.5, 7.25, 0.25, 7.5], "texture": "#0"} + } + }, + { + "from": [8.5672, 5.76172, 5.89897], + "to": [8.7672, 5.90699, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.25, 0.25, 7.5, 0.5], "texture": "#0"}, + "east": {"uv": [0.5, 7.25, 0.75, 7.5], "texture": "#0"}, + "south": {"uv": [7.25, 0.5, 7.5, 0.75], "texture": "#0"}, + "west": {"uv": [0.75, 7.25, 1, 7.5], "texture": "#0"}, + "up": {"uv": [7.5, 1, 7.25, 0.75], "texture": "#0"}, + "down": {"uv": [1.25, 7.25, 1, 7.5], "texture": "#0"} + } + }, + { + "from": [8.08107, 5.76172, 6.3851], + "to": [8.28107, 5.90699, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.25, 1, 7.5, 1.25], "texture": "#0"}, + "east": {"uv": [1.25, 7.25, 1.5, 7.5], "texture": "#0"}, + "south": {"uv": [7.25, 1.25, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [1.5, 7.25, 1.75, 7.5], "texture": "#0"}, + "up": {"uv": [7.5, 1.75, 7.25, 1.5], "texture": "#0"}, + "down": {"uv": [2, 7.25, 1.75, 7.5], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.76172, 9.02344], + "to": [9.36797, 5.907, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [7.25, 1.75, 7.5, 2], "texture": "#0"}, + "east": {"uv": [2, 7.25, 2.25, 7.5], "texture": "#0"}, + "south": {"uv": [7.25, 2, 7.5, 2.25], "texture": "#0"}, + "west": {"uv": [2.25, 7.25, 2.5, 7.5], "texture": "#0"}, + "up": {"uv": [7.5, 2.5, 7.25, 2.25], "texture": "#0"}, + "down": {"uv": [2.75, 7.25, 2.5, 7.5], "texture": "#0"} + } + }, + { + "from": [8.56444, 5.76172, 6.86848], + "to": [8.76444, 5.90699, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.25, 2.5, 7.5, 2.75], "texture": "#0"}, + "east": {"uv": [2.75, 7.25, 3, 7.5], "texture": "#0"}, + "south": {"uv": [7.25, 2.75, 7.5, 3], "texture": "#0"}, + "west": {"uv": [3, 7.25, 3.25, 7.5], "texture": "#0"}, + "up": {"uv": [7.5, 3.25, 7.25, 3], "texture": "#0"}, + "down": {"uv": [3.5, 7.25, 3.25, 7.5], "texture": "#0"} + } + }, + { + "from": [9.05058, 5.76172, 6.38234], + "to": [9.25058, 5.90699, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.25, 3.25, 7.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 7.25, 3.75, 7.5], "texture": "#0"}, + "south": {"uv": [7.25, 3.5, 7.5, 3.75], "texture": "#0"}, + "west": {"uv": [3.75, 7.25, 4, 7.5], "texture": "#0"}, + "up": {"uv": [7.5, 4, 7.25, 3.75], "texture": "#0"}, + "down": {"uv": [4.25, 7.25, 4, 7.5], "texture": "#0"} + } + }, + { + "from": [7.64071, 5.32422, 10.01396], + "to": [7.84071, 5.58662, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [7.25, 4, 7.5, 4.25], "texture": "#0"}, + "east": {"uv": [4.25, 7.25, 4.5, 7.5], "texture": "#0"}, + "south": {"uv": [7.25, 4.25, 7.5, 4.5], "texture": "#0"}, + "west": {"uv": [4.5, 7.25, 4.75, 7.5], "texture": "#0"}, + "up": {"uv": [7.5, 4.75, 7.25, 4.5], "texture": "#0"}, + "down": {"uv": [5, 7.25, 4.75, 7.5], "texture": "#0"} + } + }, + { + "from": [7.15733, 5.32422, 10.49733], + "to": [7.35733, 5.58662, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [7.25, 4.75, 7.5, 5], "texture": "#0"}, + "east": {"uv": [5, 7.25, 5.25, 7.5], "texture": "#0"}, + "south": {"uv": [7.25, 5, 7.5, 5.25], "texture": "#0"}, + "west": {"uv": [5.25, 7.25, 5.5, 7.5], "texture": "#0"}, + "up": {"uv": [7.5, 5.5, 7.25, 5.25], "texture": "#0"}, + "down": {"uv": [5.75, 7.25, 5.5, 7.5], "texture": "#0"} + } + }, + { + "from": [8.5672, 5.32422, 5.89897], + "to": [8.7672, 5.58662, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.25, 5.5, 7.5, 5.75], "texture": "#0"}, + "east": {"uv": [5.75, 7.25, 6, 7.5], "texture": "#0"}, + "south": {"uv": [7.25, 5.75, 7.5, 6], "texture": "#0"}, + "west": {"uv": [6, 7.25, 6.25, 7.5], "texture": "#0"}, + "up": {"uv": [7.5, 6.25, 7.25, 6], "texture": "#0"}, + "down": {"uv": [6.5, 7.25, 6.25, 7.5], "texture": "#0"} + } + }, + { + "from": [9.05058, 5.32422, 6.38234], + "to": [9.25058, 5.58662, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.25, 6.25, 7.5, 6.5], "texture": "#0"}, + "east": {"uv": [6.5, 7.25, 6.75, 7.5], "texture": "#0"}, + "south": {"uv": [7.25, 6.5, 7.5, 6.75], "texture": "#0"}, + "west": {"uv": [6.75, 7.25, 7, 7.5], "texture": "#0"}, + "up": {"uv": [7.5, 7, 7.25, 6.75], "texture": "#0"}, + "down": {"uv": [7.25, 7.25, 7, 7.5], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.32422, 8.22266], + "to": [9.36797, 5.58672, 8.33672], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [7.25, 7, 7.5, 7.25], "texture": "#0"}, + "east": {"uv": [7.25, 7.25, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [0, 7.5, 0.25, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 0, 7.75, 0.25], "texture": "#0"}, + "up": {"uv": [0.5, 7.75, 0.25, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 0.25, 7.5, 0.5], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.32422, 9.07422], + "to": [9.36797, 5.58672, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [0.5, 7.5, 0.75, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 0.5, 7.75, 0.75], "texture": "#0"}, + "south": {"uv": [0.75, 7.5, 1, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 0.75, 7.75, 1], "texture": "#0"}, + "up": {"uv": [1.25, 7.75, 1, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 1, 7.5, 1.25], "texture": "#0"} + } + }, + { + "from": [8.54253, 5.32422, 8.36328], + "to": [8.63316, 5.58672, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [1.25, 7.5, 1.5, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 1.25, 7.75, 1.5], "texture": "#0"}, + "south": {"uv": [1.5, 7.5, 1.75, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 1.5, 7.75, 1.75], "texture": "#0"}, + "up": {"uv": [2, 7.75, 1.75, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 1.75, 7.5, 2], "texture": "#0"} + } + }, + { + "from": [8.54362, 5.32422, 8.36328], + "to": [9.51316, 5.58422, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [2, 7.5, 2.25, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 2, 7.75, 2.25], "texture": "#0"}, + "south": {"uv": [2.25, 7.5, 2.5, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 2.25, 7.75, 2.5], "texture": "#0"}, + "up": {"uv": [2.75, 7.75, 2.5, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 2.5, 7.5, 2.75], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.32422, 8.22266], + "to": [9.36797, 5.41872, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [2.75, 7.5, 3, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 2.75, 7.75, 3], "texture": "#0"}, + "south": {"uv": [3, 7.5, 3.25, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 3, 7.75, 3.25], "texture": "#0"}, + "up": {"uv": [3.5, 7.75, 3.25, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 3.25, 7.5, 3.5], "texture": "#0"} + } + }, + { + "from": [8.5672, 5.32422, 5.89897], + "to": [8.7672, 5.41871, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [3.5, 7.5, 3.75, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 3.5, 7.75, 3.75], "texture": "#0"}, + "south": {"uv": [3.75, 7.5, 4, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 3.75, 7.75, 4], "texture": "#0"}, + "up": {"uv": [4.25, 7.75, 4, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 4, 7.5, 4.25], "texture": "#0"} + } + }, + { + "from": [8.08107, 5.32422, 6.3851], + "to": [8.28107, 5.41871, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [4.25, 7.5, 4.5, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 4.25, 7.75, 4.5], "texture": "#0"}, + "south": {"uv": [4.5, 7.5, 4.75, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 4.5, 7.75, 4.75], "texture": "#0"}, + "up": {"uv": [5, 7.75, 4.75, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 4.75, 7.5, 5], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.32422, 9.02344], + "to": [9.36797, 5.41872, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [5, 7.5, 5.25, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 5, 7.75, 5.25], "texture": "#0"}, + "south": {"uv": [5.25, 7.5, 5.5, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 5.25, 7.75, 5.5], "texture": "#0"}, + "up": {"uv": [5.75, 7.75, 5.5, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 5.5, 7.5, 5.75], "texture": "#0"} + } + }, + { + "from": [8.56444, 5.32422, 6.86848], + "to": [8.76444, 5.41871, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.75, 7.5, 6, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 5.75, 7.75, 6], "texture": "#0"}, + "south": {"uv": [6, 7.5, 6.25, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 6, 7.75, 6.25], "texture": "#0"}, + "up": {"uv": [6.5, 7.75, 6.25, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 6.25, 7.5, 6.5], "texture": "#0"} + } + }, + { + "from": [9.05058, 5.32422, 6.38234], + "to": [9.25058, 5.41871, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [6.5, 7.5, 6.75, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 6.5, 7.75, 6.75], "texture": "#0"}, + "south": {"uv": [6.75, 7.5, 7, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 6.75, 7.75, 7], "texture": "#0"}, + "up": {"uv": [7.25, 7.75, 7, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 7, 7.5, 7.25], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.32422, 8.22266], + "to": [9.36797, 5.41872, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [7.25, 7.5, 7.5, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 7.25, 7.75, 7.5], "texture": "#0"}, + "south": {"uv": [7.5, 7.5, 7.75, 7.75], "texture": "#0"}, + "west": {"uv": [0, 7.75, 0.25, 8], "texture": "#0"}, + "up": {"uv": [8, 0.25, 7.75, 0], "texture": "#0"}, + "down": {"uv": [0.5, 7.75, 0.25, 8], "texture": "#0"} + } + }, + { + "from": [8.5672, 5.32422, 5.89897], + "to": [8.7672, 5.41871, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.75, 0.25, 8, 0.5], "texture": "#0"}, + "east": {"uv": [0.5, 7.75, 0.75, 8], "texture": "#0"}, + "south": {"uv": [7.75, 0.5, 8, 0.75], "texture": "#0"}, + "west": {"uv": [0.75, 7.75, 1, 8], "texture": "#0"}, + "up": {"uv": [8, 1, 7.75, 0.75], "texture": "#0"}, + "down": {"uv": [1.25, 7.75, 1, 8], "texture": "#0"} + } + }, + { + "from": [8.08107, 5.32422, 6.3851], + "to": [8.28107, 5.41871, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.75, 1, 8, 1.25], "texture": "#0"}, + "east": {"uv": [1.25, 7.75, 1.5, 8], "texture": "#0"}, + "south": {"uv": [7.75, 1.25, 8, 1.5], "texture": "#0"}, + "west": {"uv": [1.5, 7.75, 1.75, 8], "texture": "#0"}, + "up": {"uv": [8, 1.75, 7.75, 1.5], "texture": "#0"}, + "down": {"uv": [2, 7.75, 1.75, 8], "texture": "#0"} + } + }, + { + "from": [8.68359, 5.32422, 9.02344], + "to": [9.36797, 5.41872, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [7.75, 1.75, 8, 2], "texture": "#0"}, + "east": {"uv": [2, 7.75, 2.25, 8], "texture": "#0"}, + "south": {"uv": [7.75, 2, 8, 2.25], "texture": "#0"}, + "west": {"uv": [2.25, 7.75, 2.5, 8], "texture": "#0"}, + "up": {"uv": [8, 2.5, 7.75, 2.25], "texture": "#0"}, + "down": {"uv": [2.75, 7.75, 2.5, 8], "texture": "#0"} + } + }, + { + "from": [8.56444, 5.32422, 6.86848], + "to": [8.76444, 5.41871, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.75, 2.5, 8, 2.75], "texture": "#0"}, + "east": {"uv": [2.75, 7.75, 3, 8], "texture": "#0"}, + "south": {"uv": [7.75, 2.75, 8, 3], "texture": "#0"}, + "west": {"uv": [3, 7.75, 3.25, 8], "texture": "#0"}, + "up": {"uv": [8, 3.25, 7.75, 3], "texture": "#0"}, + "down": {"uv": [3.5, 7.75, 3.25, 8], "texture": "#0"} + } + }, + { + "from": [9.05058, 5.32422, 6.38234], + "to": [9.25058, 5.41871, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.75, 3.25, 8, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 7.75, 3.75, 8], "texture": "#0"}, + "south": {"uv": [7.75, 3.5, 8, 3.75], "texture": "#0"}, + "west": {"uv": [3.75, 7.75, 4, 8], "texture": "#0"}, + "up": {"uv": [8, 4, 7.75, 3.75], "texture": "#0"}, + "down": {"uv": [4.25, 7.75, 4, 8], "texture": "#0"} + } + }, + { + "from": [7.64071, 0.82813, 10.01396], + "to": [7.84071, 1.14131, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [7.75, 4, 8, 4.25], "texture": "#0"}, + "east": {"uv": [4.25, 7.75, 4.5, 8], "texture": "#0"}, + "south": {"uv": [7.75, 4.25, 8, 4.5], "texture": "#0"}, + "west": {"uv": [4.5, 7.75, 4.75, 8], "texture": "#0"}, + "up": {"uv": [8, 4.75, 7.75, 4.5], "texture": "#0"}, + "down": {"uv": [5, 7.75, 4.75, 8], "texture": "#0"} + } + }, + { + "from": [7.15733, 0.82813, 10.49733], + "to": [7.35733, 1.14131, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [7.75, 4.75, 8, 5], "texture": "#0"}, + "east": {"uv": [5, 7.75, 5.25, 8], "texture": "#0"}, + "south": {"uv": [7.75, 5, 8, 5.25], "texture": "#0"}, + "west": {"uv": [5.25, 7.75, 5.5, 8], "texture": "#0"}, + "up": {"uv": [8, 5.5, 7.75, 5.25], "texture": "#0"}, + "down": {"uv": [5.75, 7.75, 5.5, 8], "texture": "#0"} + } + }, + { + "from": [8.5672, 0.82813, 5.89897], + "to": [8.7672, 1.14131, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.75, 5.5, 8, 5.75], "texture": "#0"}, + "east": {"uv": [5.75, 7.75, 6, 8], "texture": "#0"}, + "south": {"uv": [7.75, 5.75, 8, 6], "texture": "#0"}, + "west": {"uv": [6, 7.75, 6.25, 8], "texture": "#0"}, + "up": {"uv": [8, 6.25, 7.75, 6], "texture": "#0"}, + "down": {"uv": [6.5, 7.75, 6.25, 8], "texture": "#0"} + } + }, + { + "from": [9.05058, 0.82813, 6.38234], + "to": [9.25058, 1.14131, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.75, 6.25, 8, 6.5], "texture": "#0"}, + "east": {"uv": [6.5, 7.75, 6.75, 8], "texture": "#0"}, + "south": {"uv": [7.75, 6.5, 8, 6.75], "texture": "#0"}, + "west": {"uv": [6.75, 7.75, 7, 8], "texture": "#0"}, + "up": {"uv": [8, 7, 7.75, 6.75], "texture": "#0"}, + "down": {"uv": [7.25, 7.75, 7, 8], "texture": "#0"} + } + }, + { + "from": [8.68359, 0.82813, 8.22266], + "to": [9.36797, 1.14141, 8.33672], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [7.75, 7, 8, 7.25], "texture": "#0"}, + "east": {"uv": [7.25, 7.75, 7.5, 8], "texture": "#0"}, + "south": {"uv": [7.75, 7.25, 8, 7.5], "texture": "#0"}, + "west": {"uv": [7.5, 7.75, 7.75, 8], "texture": "#0"}, + "up": {"uv": [8, 7.75, 7.75, 7.5], "texture": "#0"}, + "down": {"uv": [8, 7.75, 7.75, 8], "texture": "#0"} + } + }, + { + "from": [8.68359, 0.82813, 9.07422], + "to": [9.36797, 1.14141, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [0, 8, 0.25, 8.25], "texture": "#0"}, + "east": {"uv": [8, 0, 8.25, 0.25], "texture": "#0"}, + "south": {"uv": [0.25, 8, 0.5, 8.25], "texture": "#0"}, + "west": {"uv": [8, 0.25, 8.25, 0.5], "texture": "#0"}, + "up": {"uv": [0.75, 8.25, 0.5, 8], "texture": "#0"}, + "down": {"uv": [8.25, 0.5, 8, 0.75], "texture": "#0"} + } + }, + { + "from": [9.42253, 0.82813, 8.36328], + "to": [9.51316, 1.14141, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [0.75, 8, 1, 8.25], "texture": "#0"}, + "east": {"uv": [8, 0.75, 8.25, 1], "texture": "#0"}, + "south": {"uv": [1, 8, 1.25, 8.25], "texture": "#0"}, + "west": {"uv": [8, 1, 8.25, 1.25], "texture": "#0"}, + "up": {"uv": [1.5, 8.25, 1.25, 8], "texture": "#0"}, + "down": {"uv": [8.25, 1.25, 8, 1.5], "texture": "#0"} + } + }, + { + "from": [8.54253, 0.82813, 8.36328], + "to": [8.63316, 1.14141, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [1.5, 8, 1.75, 8.25], "texture": "#0"}, + "east": {"uv": [8, 1.5, 8.25, 1.75], "texture": "#0"}, + "south": {"uv": [1.75, 8, 2, 8.25], "texture": "#0"}, + "west": {"uv": [8, 1.75, 8.25, 2], "texture": "#0"}, + "up": {"uv": [2.25, 8.25, 2, 8], "texture": "#0"}, + "down": {"uv": [8.25, 2, 8, 2.25], "texture": "#0"} + } + }, + { + "from": [8.54362, 0.82813, 8.36328], + "to": [9.51316, 0.97344, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [2.25, 8, 2.5, 8.25], "texture": "#0"}, + "east": {"uv": [8, 2.25, 8.25, 2.5], "texture": "#0"}, + "south": {"uv": [2.5, 8, 2.75, 8.25], "texture": "#0"}, + "west": {"uv": [8, 2.5, 8.25, 2.75], "texture": "#0"}, + "up": {"uv": [3, 8.25, 2.75, 8], "texture": "#0"}, + "down": {"uv": [8.25, 2.75, 8, 3], "texture": "#0"} + } + }, + { + "from": [8.68359, 0.82813, 8.22266], + "to": [9.36797, 0.97341, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [3, 8, 3.25, 8.25], "texture": "#0"}, + "east": {"uv": [8, 3, 8.25, 3.25], "texture": "#0"}, + "south": {"uv": [3.25, 8, 3.5, 8.25], "texture": "#0"}, + "west": {"uv": [8, 3.25, 8.25, 3.5], "texture": "#0"}, + "up": {"uv": [3.75, 8.25, 3.5, 8], "texture": "#0"}, + "down": {"uv": [8.25, 3.5, 8, 3.75], "texture": "#0"} + } + }, + { + "from": [8.5672, 0.82813, 5.89897], + "to": [8.7672, 0.9734, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [3.75, 8, 4, 8.25], "texture": "#0"}, + "east": {"uv": [8, 3.75, 8.25, 4], "texture": "#0"}, + "south": {"uv": [4, 8, 4.25, 8.25], "texture": "#0"}, + "west": {"uv": [8, 4, 8.25, 4.25], "texture": "#0"}, + "up": {"uv": [4.5, 8.25, 4.25, 8], "texture": "#0"}, + "down": {"uv": [8.25, 4.25, 8, 4.5], "texture": "#0"} + } + }, + { + "from": [8.08107, 0.82813, 6.3851], + "to": [8.28107, 0.9734, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [4.5, 8, 4.75, 8.25], "texture": "#0"}, + "east": {"uv": [8, 4.5, 8.25, 4.75], "texture": "#0"}, + "south": {"uv": [4.75, 8, 5, 8.25], "texture": "#0"}, + "west": {"uv": [8, 4.75, 8.25, 5], "texture": "#0"}, + "up": {"uv": [5.25, 8.25, 5, 8], "texture": "#0"}, + "down": {"uv": [8.25, 5, 8, 5.25], "texture": "#0"} + } + }, + { + "from": [8.68359, 0.82813, 9.02344], + "to": [9.36797, 0.97341, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [5.25, 8, 5.5, 8.25], "texture": "#0"}, + "east": {"uv": [8, 5.25, 8.25, 5.5], "texture": "#0"}, + "south": {"uv": [5.5, 8, 5.75, 8.25], "texture": "#0"}, + "west": {"uv": [8, 5.5, 8.25, 5.75], "texture": "#0"}, + "up": {"uv": [6, 8.25, 5.75, 8], "texture": "#0"}, + "down": {"uv": [8.25, 5.75, 8, 6], "texture": "#0"} + } + }, + { + "from": [8.56444, 0.82813, 6.86848], + "to": [8.76444, 0.9734, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [6, 8, 6.25, 8.25], "texture": "#0"}, + "east": {"uv": [8, 6, 8.25, 6.25], "texture": "#0"}, + "south": {"uv": [6.25, 8, 6.5, 8.25], "texture": "#0"}, + "west": {"uv": [8, 6.25, 8.25, 6.5], "texture": "#0"}, + "up": {"uv": [6.75, 8.25, 6.5, 8], "texture": "#0"}, + "down": {"uv": [8.25, 6.5, 8, 6.75], "texture": "#0"} + } + }, + { + "from": [8.54362, 0.82813, 8.36328], + "to": [9.51316, 0.97344, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [6.75, 8, 7, 8.25], "texture": "#0"}, + "east": {"uv": [8, 6.75, 8.25, 7], "texture": "#0"}, + "south": {"uv": [7, 8, 7.25, 8.25], "texture": "#0"}, + "west": {"uv": [8, 7, 8.25, 7.25], "texture": "#0"}, + "up": {"uv": [7.5, 8.25, 7.25, 8], "texture": "#0"}, + "down": {"uv": [8.25, 7.25, 8, 7.5], "texture": "#0"} + } + }, + { + "from": [8.68359, 0.82813, 8.22266], + "to": [9.36797, 0.97341, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [7.5, 8, 7.75, 8.25], "texture": "#0"}, + "east": {"uv": [8, 7.5, 8.25, 7.75], "texture": "#0"}, + "south": {"uv": [7.75, 8, 8, 8.25], "texture": "#0"}, + "west": {"uv": [8, 7.75, 8.25, 8], "texture": "#0"}, + "up": {"uv": [8.25, 8.25, 8, 8], "texture": "#0"}, + "down": {"uv": [0.25, 8.25, 0, 8.5], "texture": "#0"} + } + }, + { + "from": [8.5672, 0.82813, 5.89897], + "to": [8.7672, 0.9734, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.25, 0, 8.5, 0.25], "texture": "#0"}, + "east": {"uv": [0.25, 8.25, 0.5, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 0.25, 8.5, 0.5], "texture": "#0"}, + "west": {"uv": [0.5, 8.25, 0.75, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 0.75, 8.25, 0.5], "texture": "#0"}, + "down": {"uv": [1, 8.25, 0.75, 8.5], "texture": "#0"} + } + }, + { + "from": [8.08107, 0.82813, 6.3851], + "to": [8.28107, 0.9734, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.25, 0.75, 8.5, 1], "texture": "#0"}, + "east": {"uv": [1, 8.25, 1.25, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 1, 8.5, 1.25], "texture": "#0"}, + "west": {"uv": [1.25, 8.25, 1.5, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 1.5, 8.25, 1.25], "texture": "#0"}, + "down": {"uv": [1.75, 8.25, 1.5, 8.5], "texture": "#0"} + } + }, + { + "from": [8.68359, 0.82813, 9.02344], + "to": [9.36797, 0.97341, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [8.25, 1.5, 8.5, 1.75], "texture": "#0"}, + "east": {"uv": [1.75, 8.25, 2, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 1.75, 8.5, 2], "texture": "#0"}, + "west": {"uv": [2, 8.25, 2.25, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 2.25, 8.25, 2], "texture": "#0"}, + "down": {"uv": [2.5, 8.25, 2.25, 8.5], "texture": "#0"} + } + }, + { + "from": [8.56444, 0.82813, 6.86848], + "to": [8.76444, 0.9734, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.25, 2.25, 8.5, 2.5], "texture": "#0"}, + "east": {"uv": [2.5, 8.25, 2.75, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 2.5, 8.5, 2.75], "texture": "#0"}, + "west": {"uv": [2.75, 8.25, 3, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 3, 8.25, 2.75], "texture": "#0"}, + "down": {"uv": [3.25, 8.25, 3, 8.5], "texture": "#0"} + } + }, + { + "from": [9.05058, 0.82813, 6.38234], + "to": [9.25058, 0.9734, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.25, 3, 8.5, 3.25], "texture": "#0"}, + "east": {"uv": [3.25, 8.25, 3.5, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 3.25, 8.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 8.25, 3.75, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 3.75, 8.25, 3.5], "texture": "#0"}, + "down": {"uv": [4, 8.25, 3.75, 8.5], "texture": "#0"} + } + }, + { + "from": [8.8, 10.7617, 8.3633], + "to": [9.25, 23.1117, 9.0333], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5062, 0.1, 8.3422]}, + "faces": { + "north": {"uv": [4, 0, 4.25, 0.75], "texture": "#0"}, + "east": {"uv": [4, 0.75, 4.25, 1.5], "texture": "#0"}, + "south": {"uv": [4, 1.5, 4.25, 2.25], "texture": "#0"}, + "west": {"uv": [4, 2.25, 4.25, 3], "texture": "#0"}, + "up": {"uv": [8.5, 4, 8.25, 3.75], "texture": "#0"}, + "down": {"uv": [4.25, 8.25, 4, 8.5], "texture": "#0"} + } + }, + { + "from": [9.44, 7.575, 8.44], + "to": [9.69, 8.075, 8.9603], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.48684, 3.075, -0.63672]}, + "faces": { + "north": {"uv": [0, 0, 0.0625, 0.125], "texture": "#0"}, + "east": {"uv": [0, 0, 0.13008, 0.125], "texture": "#0"}, + "south": {"uv": [0, 0, 0.0625, 0.125], "texture": "#0"}, + "west": {"uv": [0, 0, 0.13008, 0.125], "texture": "#0"}, + "up": {"uv": [0, 0, 0.0625, 0.13008], "texture": "#0"}, + "down": {"uv": [0, 0, 0.0625, 0.13008], "texture": "#0"} + } + } + ], + "display": { + "ground": { + "rotation": [-54.75, 22.67, -57.07], + "translation": [0, 1.25, 0] + }, + "gui": { + "translation": [-0.75, 0, 0], + "scale": [0.94922, 0.94922, 0.94922] + }, + "fixed": { + "translation": [0, -2.25, -2.25], + "scale": [0.86523, 0.86523, 0.86523] + } + }, + "groups": [ + { + "name": "Handle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7] + }, + { + "name": "Top Pommel", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [8, 9, 10, 11, 12, 13, 14, 15] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [16, 17, 18, 19, 20, 21, 22] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [23, 24, 25, 26, 27, 28, 29] + } + ] + }, + { + "name": "Top Pommel 2", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [30, 31, 32, 33, 34, 35, 36] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [37, 38, 39, 40, 41, 42, 43] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [44, 45, 46, 47, 48, 49] + } + ] + }, + { + "name": "Bottom Pommel", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [50, 51, 52, 53, 54, 55, 56, 57] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [58, 59, 60, 61, 62, 63] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [64, 65, 66, 67, 68, 69, 70] + } + ] + }, + { + "name": "Handle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [71, 72, 73, 74, 75, 76, 77, 78] + }, + { + "name": "Top Pommel", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [79, 80, 81, 82, 83, 84, 85, 86] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [87, 88, 89, 90, 91, 92, 93] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [94, 95, 96, 97, 98, 99, 100] + } + ] + }, + { + "name": "Top Pommel 2", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [101, 102, 103, 104, 105, 106, 107] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [108, 109, 110, 111, 112, 113, 114] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [115, 116, 117, 118, 119, 120] + } + ] + }, + { + "name": "Bottom Pommel", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [121, 122, 123, 124, 125, 126, 127, 128] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [129, 130, 131, 132, 133, 134] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [135, 136, 137, 138, 139, 140, 141] + } + ] + } + ] + }, + { + "name": "connect bit", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [142] + } + ] + }, + { + "name": "buttons", + "origin": [8, 8, 8], + "color": 0, + "children": [143] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/old_mjolnir.json b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/old_mjolnir.json new file mode 100644 index 00000000..f4531944 --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/old_mjolnir.json @@ -0,0 +1,2244 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "5": "armourandtoolsmod:item/old_mjolnir/all" + }, + "elements": [ + { + "from": [7.64071, 6, 10.13114], + "to": [7.84071, 11.1, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [4.5, 0.25, 4.625, 1.5], "texture": "#5"}, + "east": {"uv": [4.5, 1.5, 4.625, 2.75], "texture": "#5"}, + "south": {"uv": [4.5, 2.75, 4.625, 4], "texture": "#5"}, + "west": {"uv": [4.5, 4, 4.625, 5.25], "texture": "#5"}, + "up": {"uv": [6.875, 3.375, 6.75, 3.25], "texture": "#5"}, + "down": {"uv": [3.625, 6.75, 3.5, 6.875], "texture": "#5"} + } + }, + { + "from": [7.27452, 6, 10.49733], + "to": [7.35733, 11.1, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [4.75, 0.25, 4.875, 1.5], "texture": "#5"}, + "east": {"uv": [4.75, 1.5, 4.875, 2.75], "texture": "#5"}, + "south": {"uv": [4.75, 2.75, 4.875, 4], "texture": "#5"}, + "west": {"uv": [4.75, 4, 4.875, 5.25], "texture": "#5"}, + "up": {"uv": [6.875, 3.625, 6.75, 3.5], "texture": "#5"}, + "down": {"uv": [3.875, 6.75, 3.75, 6.875], "texture": "#5"} + } + }, + { + "from": [8.5672, 6, 6.01615], + "to": [8.7672, 11.1, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [5, 0.25, 5.125, 1.5], "texture": "#5"}, + "east": {"uv": [1.5, 5, 1.625, 6.25], "texture": "#5"}, + "south": {"uv": [5, 1.5, 5.125, 2.75], "texture": "#5"}, + "west": {"uv": [1.75, 5, 1.875, 6.25], "texture": "#5"}, + "up": {"uv": [6.875, 3.875, 6.75, 3.75], "texture": "#5"}, + "down": {"uv": [4.125, 6.75, 4, 6.875], "texture": "#5"} + } + }, + { + "from": [9.05058, 6, 6.38234], + "to": [9.13339, 11.1, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [2, 5, 2.125, 6.25], "texture": "#5"}, + "east": {"uv": [2.25, 5, 2.375, 6.25], "texture": "#5"}, + "south": {"uv": [5, 2.75, 5.125, 4], "texture": "#5"}, + "west": {"uv": [5, 4, 5.125, 5.25], "texture": "#5"}, + "up": {"uv": [6.875, 4.125, 6.75, 4], "texture": "#5"}, + "down": {"uv": [4.375, 6.75, 4.25, 6.875], "texture": "#5"} + } + }, + { + "from": [8.76562, 6, 8.99219], + "to": [9.28594, 11.1, 9.10625], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [0, 5.25, 0.125, 6.5], "texture": "#5"}, + "east": {"uv": [0.25, 5.25, 0.375, 6.5], "texture": "#5"}, + "south": {"uv": [5.25, 0.25, 5.375, 1.5], "texture": "#5"}, + "west": {"uv": [0.5, 5.25, 0.625, 6.5], "texture": "#5"}, + "up": {"uv": [6.875, 4.375, 6.75, 4.25], "texture": "#5"}, + "down": {"uv": [4.625, 6.75, 4.5, 6.875], "texture": "#5"} + } + }, + { + "from": [9.31641, 6, 8.44531], + "to": [9.43047, 11.1, 8.96563], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.36562, 8.53359]}, + "faces": { + "north": {"uv": [0.75, 5.25, 0.875, 6.5], "texture": "#5"}, + "east": {"uv": [1, 5.25, 1.125, 6.5], "texture": "#5"}, + "south": {"uv": [1.25, 5.25, 1.375, 6.5], "texture": "#5"}, + "west": {"uv": [5.25, 1.5, 5.375, 2.75], "texture": "#5"}, + "up": {"uv": [6.875, 4.625, 6.75, 4.5], "texture": "#5"}, + "down": {"uv": [4.875, 6.75, 4.75, 6.875], "texture": "#5"} + } + }, + { + "from": [8.62891, 6, 8.44531], + "to": [8.74297, 11.1, 8.96563], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.36562, 8.53359]}, + "faces": { + "north": {"uv": [2.5, 5.25, 2.625, 6.5], "texture": "#5"}, + "east": {"uv": [2.75, 5.25, 2.875, 6.5], "texture": "#5"}, + "south": {"uv": [5.25, 2.75, 5.375, 4], "texture": "#5"}, + "west": {"uv": [3, 5.25, 3.125, 6.5], "texture": "#5"}, + "up": {"uv": [6.875, 4.875, 6.75, 4.75], "texture": "#5"}, + "down": {"uv": [5.125, 6.75, 5, 6.875], "texture": "#5"} + } + }, + { + "from": [8.76562, 6, 8.30394], + "to": [9.28594, 11.1, 8.418], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [3.25, 5.25, 3.375, 6.5], "texture": "#5"}, + "east": {"uv": [3.5, 5.25, 3.625, 6.5], "texture": "#5"}, + "south": {"uv": [3.75, 5.25, 3.875, 6.5], "texture": "#5"}, + "west": {"uv": [4, 5.25, 4.125, 6.5], "texture": "#5"}, + "up": {"uv": [6.875, 5.125, 6.75, 5], "texture": "#5"}, + "down": {"uv": [5.375, 6.75, 5.25, 6.875], "texture": "#5"} + } + }, + { + "from": [7.64071, 10.76172, 10.01396], + "to": [7.84071, 11.0749, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [6.75, 5.25, 6.875, 5.375], "texture": "#5"}, + "east": {"uv": [5.5, 6.75, 5.625, 6.875], "texture": "#5"}, + "south": {"uv": [6.75, 5.5, 6.875, 5.625], "texture": "#5"}, + "west": {"uv": [5.75, 6.75, 5.875, 6.875], "texture": "#5"}, + "up": {"uv": [6.875, 5.875, 6.75, 5.75], "texture": "#5"}, + "down": {"uv": [6.875, 6, 6.75, 6.125], "texture": "#5"} + } + }, + { + "from": [7.15733, 10.76172, 10.49733], + "to": [7.35733, 11.0749, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [6.75, 6.25, 6.875, 6.375], "texture": "#5"}, + "east": {"uv": [6.5, 6.75, 6.625, 6.875], "texture": "#5"}, + "south": {"uv": [6.75, 6.5, 6.875, 6.625], "texture": "#5"}, + "west": {"uv": [6.75, 6.75, 6.875, 6.875], "texture": "#5"}, + "up": {"uv": [0.125, 7.125, 0, 7], "texture": "#5"}, + "down": {"uv": [0.375, 7, 0.25, 7.125], "texture": "#5"} + } + }, + { + "from": [8.5672, 10.76172, 5.89897], + "to": [8.7672, 11.0749, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [7, 0.25, 7.125, 0.375], "texture": "#5"}, + "east": {"uv": [0.5, 7, 0.625, 7.125], "texture": "#5"}, + "south": {"uv": [7, 0.5, 7.125, 0.625], "texture": "#5"}, + "west": {"uv": [7, 2.25, 7.125, 2.375], "texture": "#5"}, + "up": {"uv": [2.625, 7.125, 2.5, 7], "texture": "#5"}, + "down": {"uv": [7.125, 2.5, 7, 2.625], "texture": "#5"} + } + }, + { + "from": [9.05058, 10.76172, 6.38234], + "to": [9.25058, 11.0749, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [2.75, 7, 2.875, 7.125], "texture": "#5"}, + "east": {"uv": [7, 2.75, 7.125, 2.875], "texture": "#5"}, + "south": {"uv": [3, 7, 3.125, 7.125], "texture": "#5"}, + "west": {"uv": [7, 3, 7.125, 3.125], "texture": "#5"}, + "up": {"uv": [3.375, 7.125, 3.25, 7], "texture": "#5"}, + "down": {"uv": [7.125, 3.25, 7, 3.375], "texture": "#5"} + } + }, + { + "from": [8.68359, 10.76172, 8.22266], + "to": [9.36797, 11.075, 8.33672], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [3.5, 7, 3.625, 7.125], "texture": "#5"}, + "east": {"uv": [7, 3.5, 7.125, 3.625], "texture": "#5"}, + "south": {"uv": [3.75, 7, 3.875, 7.125], "texture": "#5"}, + "west": {"uv": [7, 3.75, 7.125, 3.875], "texture": "#5"}, + "up": {"uv": [4.125, 7.125, 4, 7], "texture": "#5"}, + "down": {"uv": [7.125, 4, 7, 4.125], "texture": "#5"} + } + }, + { + "from": [8.68359, 10.76172, 9.07422], + "to": [9.36797, 11.075, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [4.25, 7, 4.375, 7.125], "texture": "#5"}, + "east": {"uv": [7, 4.25, 7.125, 4.375], "texture": "#5"}, + "south": {"uv": [4.5, 7, 4.625, 7.125], "texture": "#5"}, + "west": {"uv": [7, 4.5, 7.125, 4.625], "texture": "#5"}, + "up": {"uv": [4.875, 7.125, 4.75, 7], "texture": "#5"}, + "down": {"uv": [7.125, 4.75, 7, 4.875], "texture": "#5"} + } + }, + { + "from": [9.42253, 10.76172, 8.36328], + "to": [9.51316, 11.075, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [5, 7, 5.125, 7.125], "texture": "#5"}, + "east": {"uv": [7, 5, 7.125, 5.125], "texture": "#5"}, + "south": {"uv": [5.25, 7, 5.375, 7.125], "texture": "#5"}, + "west": {"uv": [7, 5.25, 7.125, 5.375], "texture": "#5"}, + "up": {"uv": [5.625, 7.125, 5.5, 7], "texture": "#5"}, + "down": {"uv": [7.125, 5.5, 7, 5.625], "texture": "#5"} + } + }, + { + "from": [8.54253, 10.76172, 8.36328], + "to": [8.63316, 11.075, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [5.75, 7, 5.875, 7.125], "texture": "#5"}, + "east": {"uv": [7, 5.75, 7.125, 5.875], "texture": "#5"}, + "south": {"uv": [7, 6, 7.125, 6.125], "texture": "#5"}, + "west": {"uv": [7, 6.25, 7.125, 6.375], "texture": "#5"}, + "up": {"uv": [6.625, 7.125, 6.5, 7], "texture": "#5"}, + "down": {"uv": [7.125, 6.5, 7, 6.625], "texture": "#5"} + } + }, + { + "from": [8.54362, 10.76172, 8.36328], + "to": [9.51316, 10.90703, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [2.5, 6.5, 2.75, 6.625], "texture": "#5"}, + "east": {"uv": [6.75, 7, 6.875, 7.125], "texture": "#5"}, + "south": {"uv": [2.75, 6.5, 3, 6.625], "texture": "#5"}, + "west": {"uv": [7, 6.75, 7.125, 6.875], "texture": "#5"}, + "up": {"uv": [3.25, 6.625, 3, 6.5], "texture": "#5"}, + "down": {"uv": [6.75, 3, 6.5, 3.125], "texture": "#5"} + } + }, + { + "from": [8.68359, 10.76172, 8.22266], + "to": [9.36797, 10.907, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [7, 7, 7.125, 7.125], "texture": "#5"}, + "east": {"uv": [0, 7.25, 0.125, 7.375], "texture": "#5"}, + "south": {"uv": [7.25, 0, 7.375, 0.125], "texture": "#5"}, + "west": {"uv": [0.25, 7.25, 0.375, 7.375], "texture": "#5"}, + "up": {"uv": [7.375, 0.375, 7.25, 0.25], "texture": "#5"}, + "down": {"uv": [0.625, 7.25, 0.5, 7.375], "texture": "#5"} + } + }, + { + "from": [8.5672, 10.76172, 5.89897], + "to": [8.7672, 10.90699, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.25, 0.5, 7.375, 0.625], "texture": "#5"}, + "east": {"uv": [0.75, 7.25, 0.875, 7.375], "texture": "#5"}, + "south": {"uv": [1, 7.25, 1.125, 7.375], "texture": "#5"}, + "west": {"uv": [1.25, 7.25, 1.375, 7.375], "texture": "#5"}, + "up": {"uv": [7.375, 2.375, 7.25, 2.25], "texture": "#5"}, + "down": {"uv": [2.625, 7.25, 2.5, 7.375], "texture": "#5"} + } + }, + { + "from": [8.08107, 10.76172, 6.3851], + "to": [8.28107, 10.90699, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.25, 2.5, 7.375, 2.625], "texture": "#5"}, + "east": {"uv": [2.75, 7.25, 2.875, 7.375], "texture": "#5"}, + "south": {"uv": [7.25, 2.75, 7.375, 2.875], "texture": "#5"}, + "west": {"uv": [3, 7.25, 3.125, 7.375], "texture": "#5"}, + "up": {"uv": [7.375, 3.125, 7.25, 3], "texture": "#5"}, + "down": {"uv": [3.375, 7.25, 3.25, 7.375], "texture": "#5"} + } + }, + { + "from": [8.68359, 10.76172, 9.02344], + "to": [9.36797, 10.907, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [7.25, 3.25, 7.375, 3.375], "texture": "#5"}, + "east": {"uv": [3.5, 7.25, 3.625, 7.375], "texture": "#5"}, + "south": {"uv": [7.25, 3.5, 7.375, 3.625], "texture": "#5"}, + "west": {"uv": [3.75, 7.25, 3.875, 7.375], "texture": "#5"}, + "up": {"uv": [7.375, 3.875, 7.25, 3.75], "texture": "#5"}, + "down": {"uv": [4.125, 7.25, 4, 7.375], "texture": "#5"} + } + }, + { + "from": [8.56444, 10.76172, 6.86848], + "to": [8.76444, 10.90699, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.25, 4, 7.375, 4.125], "texture": "#5"}, + "east": {"uv": [4.25, 7.25, 4.375, 7.375], "texture": "#5"}, + "south": {"uv": [7.25, 4.25, 7.375, 4.375], "texture": "#5"}, + "west": {"uv": [4.5, 7.25, 4.625, 7.375], "texture": "#5"}, + "up": {"uv": [7.375, 4.625, 7.25, 4.5], "texture": "#5"}, + "down": {"uv": [4.875, 7.25, 4.75, 7.375], "texture": "#5"} + } + }, + { + "from": [9.05058, 10.76172, 6.38234], + "to": [9.25058, 10.90699, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.25, 4.75, 7.375, 4.875], "texture": "#5"}, + "east": {"uv": [5, 7.25, 5.125, 7.375], "texture": "#5"}, + "south": {"uv": [7.25, 5, 7.375, 5.125], "texture": "#5"}, + "west": {"uv": [5.25, 7.25, 5.375, 7.375], "texture": "#5"}, + "up": {"uv": [7.375, 5.375, 7.25, 5.25], "texture": "#5"}, + "down": {"uv": [5.625, 7.25, 5.5, 7.375], "texture": "#5"} + } + }, + { + "from": [8.54362, 10.76172, 8.36328], + "to": [9.51316, 10.90703, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [3.25, 6.5, 3.5, 6.625], "texture": "#5"}, + "east": {"uv": [7.25, 5.5, 7.375, 5.625], "texture": "#5"}, + "south": {"uv": [6.5, 3.25, 6.75, 3.375], "texture": "#5"}, + "west": {"uv": [5.75, 7.25, 5.875, 7.375], "texture": "#5"}, + "up": {"uv": [3.75, 6.625, 3.5, 6.5], "texture": "#5"}, + "down": {"uv": [6.75, 3.5, 6.5, 3.625], "texture": "#5"} + } + }, + { + "from": [8.68359, 10.76172, 8.22266], + "to": [9.36797, 10.907, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [7.25, 5.75, 7.375, 5.875], "texture": "#5"}, + "east": {"uv": [7.25, 6, 7.375, 6.125], "texture": "#5"}, + "south": {"uv": [7.25, 6.25, 7.375, 6.375], "texture": "#5"}, + "west": {"uv": [6.5, 7.25, 6.625, 7.375], "texture": "#5"}, + "up": {"uv": [7.375, 6.625, 7.25, 6.5], "texture": "#5"}, + "down": {"uv": [6.875, 7.25, 6.75, 7.375], "texture": "#5"} + } + }, + { + "from": [8.5672, 10.76172, 5.89897], + "to": [8.7672, 10.90699, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.25, 6.75, 7.375, 6.875], "texture": "#5"}, + "east": {"uv": [7, 7.25, 7.125, 7.375], "texture": "#5"}, + "south": {"uv": [7.25, 7, 7.375, 7.125], "texture": "#5"}, + "west": {"uv": [7.25, 7.25, 7.375, 7.375], "texture": "#5"}, + "up": {"uv": [0.125, 7.625, 0, 7.5], "texture": "#5"}, + "down": {"uv": [7.625, 0, 7.5, 0.125], "texture": "#5"} + } + }, + { + "from": [8.08107, 10.76172, 6.3851], + "to": [8.28107, 10.90699, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [0.25, 7.5, 0.375, 7.625], "texture": "#5"}, + "east": {"uv": [7.5, 0.25, 7.625, 0.375], "texture": "#5"}, + "south": {"uv": [0.5, 7.5, 0.625, 7.625], "texture": "#5"}, + "west": {"uv": [7.5, 0.5, 7.625, 0.625], "texture": "#5"}, + "up": {"uv": [0.875, 7.625, 0.75, 7.5], "texture": "#5"}, + "down": {"uv": [7.625, 0.75, 7.5, 0.875], "texture": "#5"} + } + }, + { + "from": [8.68359, 10.76172, 9.02344], + "to": [9.36797, 10.907, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [1, 7.5, 1.125, 7.625], "texture": "#5"}, + "east": {"uv": [7.5, 1, 7.625, 1.125], "texture": "#5"}, + "south": {"uv": [1.25, 7.5, 1.375, 7.625], "texture": "#5"}, + "west": {"uv": [7.5, 1.25, 7.625, 1.375], "texture": "#5"}, + "up": {"uv": [1.625, 7.625, 1.5, 7.5], "texture": "#5"}, + "down": {"uv": [7.625, 1.5, 7.5, 1.625], "texture": "#5"} + } + }, + { + "from": [8.56444, 10.76172, 6.86848], + "to": [8.76444, 10.90699, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [1.75, 7.5, 1.875, 7.625], "texture": "#5"}, + "east": {"uv": [7.5, 1.75, 7.625, 1.875], "texture": "#5"}, + "south": {"uv": [2, 7.5, 2.125, 7.625], "texture": "#5"}, + "west": {"uv": [7.5, 2, 7.625, 2.125], "texture": "#5"}, + "up": {"uv": [2.375, 7.625, 2.25, 7.5], "texture": "#5"}, + "down": {"uv": [7.625, 2.25, 7.5, 2.375], "texture": "#5"} + } + }, + { + "from": [9.05058, 10.76172, 6.38234], + "to": [9.25058, 10.90699, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [2.5, 7.5, 2.625, 7.625], "texture": "#5"}, + "east": {"uv": [7.5, 2.5, 7.625, 2.625], "texture": "#5"}, + "south": {"uv": [2.75, 7.5, 2.875, 7.625], "texture": "#5"}, + "west": {"uv": [7.5, 2.75, 7.625, 2.875], "texture": "#5"}, + "up": {"uv": [3.125, 7.625, 3, 7.5], "texture": "#5"}, + "down": {"uv": [7.625, 3, 7.5, 3.125], "texture": "#5"} + } + }, + { + "from": [7.64071, 10.32422, 10.01396], + "to": [7.84071, 10.58662, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [3.25, 7.5, 3.375, 7.625], "texture": "#5"}, + "east": {"uv": [7.5, 3.25, 7.625, 3.375], "texture": "#5"}, + "south": {"uv": [3.5, 7.5, 3.625, 7.625], "texture": "#5"}, + "west": {"uv": [7.5, 3.5, 7.625, 3.625], "texture": "#5"}, + "up": {"uv": [3.875, 7.625, 3.75, 7.5], "texture": "#5"}, + "down": {"uv": [7.625, 3.75, 7.5, 3.875], "texture": "#5"} + } + }, + { + "from": [7.15733, 10.32422, 10.49733], + "to": [7.35733, 10.58662, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [4, 7.5, 4.125, 7.625], "texture": "#5"}, + "east": {"uv": [7.5, 4, 7.625, 4.125], "texture": "#5"}, + "south": {"uv": [4.25, 7.5, 4.375, 7.625], "texture": "#5"}, + "west": {"uv": [7.5, 4.25, 7.625, 4.375], "texture": "#5"}, + "up": {"uv": [4.625, 7.625, 4.5, 7.5], "texture": "#5"}, + "down": {"uv": [7.625, 4.5, 7.5, 4.625], "texture": "#5"} + } + }, + { + "from": [8.5672, 10.32422, 5.89897], + "to": [8.7672, 10.58662, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [4.75, 7.5, 4.875, 7.625], "texture": "#5"}, + "east": {"uv": [7.5, 4.75, 7.625, 4.875], "texture": "#5"}, + "south": {"uv": [5, 7.5, 5.125, 7.625], "texture": "#5"}, + "west": {"uv": [7.5, 5, 7.625, 5.125], "texture": "#5"}, + "up": {"uv": [5.375, 7.625, 5.25, 7.5], "texture": "#5"}, + "down": {"uv": [7.625, 5.25, 7.5, 5.375], "texture": "#5"} + } + }, + { + "from": [9.05058, 10.32422, 6.38234], + "to": [9.25058, 10.58662, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.5, 7.5, 5.625, 7.625], "texture": "#5"}, + "east": {"uv": [7.5, 5.5, 7.625, 5.625], "texture": "#5"}, + "south": {"uv": [5.75, 7.5, 5.875, 7.625], "texture": "#5"}, + "west": {"uv": [7.5, 5.75, 7.625, 5.875], "texture": "#5"}, + "up": {"uv": [6.125, 7.625, 6, 7.5], "texture": "#5"}, + "down": {"uv": [7.625, 6, 7.5, 6.125], "texture": "#5"} + } + }, + { + "from": [8.68359, 10.32422, 8.22266], + "to": [9.36797, 10.58672, 8.33672], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [6.25, 7.5, 6.375, 7.625], "texture": "#5"}, + "east": {"uv": [7.5, 6.25, 7.625, 6.375], "texture": "#5"}, + "south": {"uv": [6.5, 7.5, 6.625, 7.625], "texture": "#5"}, + "west": {"uv": [7.5, 6.5, 7.625, 6.625], "texture": "#5"}, + "up": {"uv": [6.875, 7.625, 6.75, 7.5], "texture": "#5"}, + "down": {"uv": [7.625, 6.75, 7.5, 6.875], "texture": "#5"} + } + }, + { + "from": [8.68359, 10.32422, 9.07422], + "to": [9.36797, 10.58672, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [7, 7.5, 7.125, 7.625], "texture": "#5"}, + "east": {"uv": [7.5, 7, 7.625, 7.125], "texture": "#5"}, + "south": {"uv": [7.25, 7.5, 7.375, 7.625], "texture": "#5"}, + "west": {"uv": [7.5, 7.25, 7.625, 7.375], "texture": "#5"}, + "up": {"uv": [7.625, 7.625, 7.5, 7.5], "texture": "#5"}, + "down": {"uv": [0.125, 7.75, 0, 7.875], "texture": "#5"} + } + }, + { + "from": [8.54253, 10.32422, 8.36328], + "to": [8.63316, 10.58672, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [7.75, 0, 7.875, 0.125], "texture": "#5"}, + "east": {"uv": [0.25, 7.75, 0.375, 7.875], "texture": "#5"}, + "south": {"uv": [7.75, 0.25, 7.875, 0.375], "texture": "#5"}, + "west": {"uv": [0.5, 7.75, 0.625, 7.875], "texture": "#5"}, + "up": {"uv": [7.875, 0.625, 7.75, 0.5], "texture": "#5"}, + "down": {"uv": [0.875, 7.75, 0.75, 7.875], "texture": "#5"} + } + }, + { + "from": [8.54362, 10.32422, 8.36328], + "to": [9.51316, 10.58422, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [3.75, 6.5, 4, 6.625], "texture": "#5"}, + "east": {"uv": [7.75, 0.75, 7.875, 0.875], "texture": "#5"}, + "south": {"uv": [6.5, 3.75, 6.75, 3.875], "texture": "#5"}, + "west": {"uv": [1, 7.75, 1.125, 7.875], "texture": "#5"}, + "up": {"uv": [4.25, 6.625, 4, 6.5], "texture": "#5"}, + "down": {"uv": [6.75, 4, 6.5, 4.125], "texture": "#5"} + } + }, + { + "from": [8.68359, 10.32422, 8.22266], + "to": [9.36797, 10.41872, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [7.75, 1, 7.875, 1.125], "texture": "#5"}, + "east": {"uv": [1.25, 7.75, 1.375, 7.875], "texture": "#5"}, + "south": {"uv": [7.75, 1.25, 7.875, 1.375], "texture": "#5"}, + "west": {"uv": [1.5, 7.75, 1.625, 7.875], "texture": "#5"}, + "up": {"uv": [7.875, 1.625, 7.75, 1.5], "texture": "#5"}, + "down": {"uv": [1.875, 7.75, 1.75, 7.875], "texture": "#5"} + } + }, + { + "from": [8.5672, 10.32422, 5.89897], + "to": [8.7672, 10.41871, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.75, 1.75, 7.875, 1.875], "texture": "#5"}, + "east": {"uv": [2, 7.75, 2.125, 7.875], "texture": "#5"}, + "south": {"uv": [7.75, 2, 7.875, 2.125], "texture": "#5"}, + "west": {"uv": [2.25, 7.75, 2.375, 7.875], "texture": "#5"}, + "up": {"uv": [7.875, 2.375, 7.75, 2.25], "texture": "#5"}, + "down": {"uv": [2.625, 7.75, 2.5, 7.875], "texture": "#5"} + } + }, + { + "from": [8.08107, 10.32422, 6.3851], + "to": [8.28107, 10.41871, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.75, 2.5, 7.875, 2.625], "texture": "#5"}, + "east": {"uv": [2.75, 7.75, 2.875, 7.875], "texture": "#5"}, + "south": {"uv": [7.75, 2.75, 7.875, 2.875], "texture": "#5"}, + "west": {"uv": [3, 7.75, 3.125, 7.875], "texture": "#5"}, + "up": {"uv": [7.875, 3.125, 7.75, 3], "texture": "#5"}, + "down": {"uv": [3.375, 7.75, 3.25, 7.875], "texture": "#5"} + } + }, + { + "from": [8.68359, 10.32422, 9.02344], + "to": [9.36797, 10.41872, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [7.75, 3.25, 7.875, 3.375], "texture": "#5"}, + "east": {"uv": [3.5, 7.75, 3.625, 7.875], "texture": "#5"}, + "south": {"uv": [7.75, 3.5, 7.875, 3.625], "texture": "#5"}, + "west": {"uv": [3.75, 7.75, 3.875, 7.875], "texture": "#5"}, + "up": {"uv": [7.875, 3.875, 7.75, 3.75], "texture": "#5"}, + "down": {"uv": [4.125, 7.75, 4, 7.875], "texture": "#5"} + } + }, + { + "from": [8.56444, 10.32422, 6.86848], + "to": [8.76444, 10.41871, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.75, 4, 7.875, 4.125], "texture": "#5"}, + "east": {"uv": [4.25, 7.75, 4.375, 7.875], "texture": "#5"}, + "south": {"uv": [7.75, 4.25, 7.875, 4.375], "texture": "#5"}, + "west": {"uv": [4.5, 7.75, 4.625, 7.875], "texture": "#5"}, + "up": {"uv": [7.875, 4.625, 7.75, 4.5], "texture": "#5"}, + "down": {"uv": [4.875, 7.75, 4.75, 7.875], "texture": "#5"} + } + }, + { + "from": [9.05058, 10.32422, 6.38234], + "to": [9.25058, 10.41871, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.75, 4.75, 7.875, 4.875], "texture": "#5"}, + "east": {"uv": [5, 7.75, 5.125, 7.875], "texture": "#5"}, + "south": {"uv": [7.75, 5, 7.875, 5.125], "texture": "#5"}, + "west": {"uv": [5.25, 7.75, 5.375, 7.875], "texture": "#5"}, + "up": {"uv": [7.875, 5.375, 7.75, 5.25], "texture": "#5"}, + "down": {"uv": [5.625, 7.75, 5.5, 7.875], "texture": "#5"} + } + }, + { + "from": [8.68359, 10.32422, 8.22266], + "to": [9.36797, 10.41872, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [7.75, 5.5, 7.875, 5.625], "texture": "#5"}, + "east": {"uv": [5.75, 7.75, 5.875, 7.875], "texture": "#5"}, + "south": {"uv": [7.75, 5.75, 7.875, 5.875], "texture": "#5"}, + "west": {"uv": [6, 7.75, 6.125, 7.875], "texture": "#5"}, + "up": {"uv": [7.875, 6.125, 7.75, 6], "texture": "#5"}, + "down": {"uv": [6.375, 7.75, 6.25, 7.875], "texture": "#5"} + } + }, + { + "from": [8.5672, 10.32422, 5.89897], + "to": [8.7672, 10.41871, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.75, 6.25, 7.875, 6.375], "texture": "#5"}, + "east": {"uv": [6.5, 7.75, 6.625, 7.875], "texture": "#5"}, + "south": {"uv": [7.75, 6.5, 7.875, 6.625], "texture": "#5"}, + "west": {"uv": [6.75, 7.75, 6.875, 7.875], "texture": "#5"}, + "up": {"uv": [7.875, 6.875, 7.75, 6.75], "texture": "#5"}, + "down": {"uv": [7.125, 7.75, 7, 7.875], "texture": "#5"} + } + }, + { + "from": [8.08107, 10.32422, 6.3851], + "to": [8.28107, 10.41871, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.75, 7, 7.875, 7.125], "texture": "#5"}, + "east": {"uv": [7.25, 7.75, 7.375, 7.875], "texture": "#5"}, + "south": {"uv": [7.75, 7.25, 7.875, 7.375], "texture": "#5"}, + "west": {"uv": [7.5, 7.75, 7.625, 7.875], "texture": "#5"}, + "up": {"uv": [7.875, 7.625, 7.75, 7.5], "texture": "#5"}, + "down": {"uv": [7.875, 7.75, 7.75, 7.875], "texture": "#5"} + } + }, + { + "from": [8.68359, 10.32422, 9.02344], + "to": [9.36797, 10.41872, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [0, 8, 0.125, 8.125], "texture": "#5"}, + "east": {"uv": [8, 0, 8.125, 0.125], "texture": "#5"}, + "south": {"uv": [0.25, 8, 0.375, 8.125], "texture": "#5"}, + "west": {"uv": [8, 0.25, 8.125, 0.375], "texture": "#5"}, + "up": {"uv": [0.625, 8.125, 0.5, 8], "texture": "#5"}, + "down": {"uv": [8.125, 0.5, 8, 0.625], "texture": "#5"} + } + }, + { + "from": [8.56444, 10.32422, 6.86848], + "to": [8.76444, 10.41871, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [0.75, 8, 0.875, 8.125], "texture": "#5"}, + "east": {"uv": [8, 0.75, 8.125, 0.875], "texture": "#5"}, + "south": {"uv": [1, 8, 1.125, 8.125], "texture": "#5"}, + "west": {"uv": [8, 1, 8.125, 1.125], "texture": "#5"}, + "up": {"uv": [1.375, 8.125, 1.25, 8], "texture": "#5"}, + "down": {"uv": [8.125, 1.25, 8, 1.375], "texture": "#5"} + } + }, + { + "from": [9.05058, 10.32422, 6.38234], + "to": [9.25058, 10.41871, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [1.5, 8, 1.625, 8.125], "texture": "#5"}, + "east": {"uv": [8, 1.5, 8.125, 1.625], "texture": "#5"}, + "south": {"uv": [1.75, 8, 1.875, 8.125], "texture": "#5"}, + "west": {"uv": [8, 1.75, 8.125, 1.875], "texture": "#5"}, + "up": {"uv": [2.125, 8.125, 2, 8], "texture": "#5"}, + "down": {"uv": [8.125, 2, 8, 2.125], "texture": "#5"} + } + }, + { + "from": [7.64071, 5.82813, 10.01396], + "to": [7.84071, 6.14131, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [2.25, 8, 2.375, 8.125], "texture": "#5"}, + "east": {"uv": [8, 2.25, 8.125, 2.375], "texture": "#5"}, + "south": {"uv": [2.5, 8, 2.625, 8.125], "texture": "#5"}, + "west": {"uv": [8, 2.5, 8.125, 2.625], "texture": "#5"}, + "up": {"uv": [2.875, 8.125, 2.75, 8], "texture": "#5"}, + "down": {"uv": [8.125, 2.75, 8, 2.875], "texture": "#5"} + } + }, + { + "from": [7.15733, 5.82813, 10.49733], + "to": [7.35733, 6.14131, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 6.1, 8.1]}, + "faces": { + "north": {"uv": [3, 8, 3.125, 8.125], "texture": "#5"}, + "east": {"uv": [8, 3, 8.125, 3.125], "texture": "#5"}, + "south": {"uv": [3.25, 8, 3.375, 8.125], "texture": "#5"}, + "west": {"uv": [8, 3.25, 8.125, 3.375], "texture": "#5"}, + "up": {"uv": [3.625, 8.125, 3.5, 8], "texture": "#5"}, + "down": {"uv": [8.125, 3.5, 8, 3.625], "texture": "#5"} + } + }, + { + "from": [8.5672, 5.82813, 5.89897], + "to": [8.7672, 6.14131, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [3.75, 8, 3.875, 8.125], "texture": "#5"}, + "east": {"uv": [8, 3.75, 8.125, 3.875], "texture": "#5"}, + "south": {"uv": [4, 8, 4.125, 8.125], "texture": "#5"}, + "west": {"uv": [8, 4, 8.125, 4.125], "texture": "#5"}, + "up": {"uv": [4.375, 8.125, 4.25, 8], "texture": "#5"}, + "down": {"uv": [8.125, 4.25, 8, 4.375], "texture": "#5"} + } + }, + { + "from": [9.05058, 5.82813, 6.38234], + "to": [9.25058, 6.14131, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [4.5, 8, 4.625, 8.125], "texture": "#5"}, + "east": {"uv": [8, 4.5, 8.125, 4.625], "texture": "#5"}, + "south": {"uv": [4.75, 8, 4.875, 8.125], "texture": "#5"}, + "west": {"uv": [8, 4.75, 8.125, 4.875], "texture": "#5"}, + "up": {"uv": [5.125, 8.125, 5, 8], "texture": "#5"}, + "down": {"uv": [8.125, 5, 8, 5.125], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.82813, 8.22266], + "to": [9.36797, 6.14141, 8.33672], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [5.25, 8, 5.375, 8.125], "texture": "#5"}, + "east": {"uv": [8, 5.25, 8.125, 5.375], "texture": "#5"}, + "south": {"uv": [5.5, 8, 5.625, 8.125], "texture": "#5"}, + "west": {"uv": [8, 5.5, 8.125, 5.625], "texture": "#5"}, + "up": {"uv": [5.875, 8.125, 5.75, 8], "texture": "#5"}, + "down": {"uv": [8.125, 5.75, 8, 5.875], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.82813, 9.07422], + "to": [9.36797, 6.14141, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [6, 8, 6.125, 8.125], "texture": "#5"}, + "east": {"uv": [8, 6, 8.125, 6.125], "texture": "#5"}, + "south": {"uv": [6.25, 8, 6.375, 8.125], "texture": "#5"}, + "west": {"uv": [8, 6.25, 8.125, 6.375], "texture": "#5"}, + "up": {"uv": [6.625, 8.125, 6.5, 8], "texture": "#5"}, + "down": {"uv": [8.125, 6.5, 8, 6.625], "texture": "#5"} + } + }, + { + "from": [9.42253, 5.82813, 8.36328], + "to": [9.51316, 6.14141, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [6.75, 8, 6.875, 8.125], "texture": "#5"}, + "east": {"uv": [8, 6.75, 8.125, 6.875], "texture": "#5"}, + "south": {"uv": [7, 8, 7.125, 8.125], "texture": "#5"}, + "west": {"uv": [8, 7, 8.125, 7.125], "texture": "#5"}, + "up": {"uv": [7.375, 8.125, 7.25, 8], "texture": "#5"}, + "down": {"uv": [8.125, 7.25, 8, 7.375], "texture": "#5"} + } + }, + { + "from": [8.54253, 5.82813, 8.36328], + "to": [8.63316, 6.14141, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [7.5, 8, 7.625, 8.125], "texture": "#5"}, + "east": {"uv": [8, 7.5, 8.125, 7.625], "texture": "#5"}, + "south": {"uv": [7.75, 8, 7.875, 8.125], "texture": "#5"}, + "west": {"uv": [8, 7.75, 8.125, 7.875], "texture": "#5"}, + "up": {"uv": [8.125, 8.125, 8, 8], "texture": "#5"}, + "down": {"uv": [0.125, 8.25, 0, 8.375], "texture": "#5"} + } + }, + { + "from": [8.54362, 5.82813, 8.36328], + "to": [9.51316, 5.97344, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [4.25, 6.5, 4.5, 6.625], "texture": "#5"}, + "east": {"uv": [8.25, 0, 8.375, 0.125], "texture": "#5"}, + "south": {"uv": [6.5, 4.25, 6.75, 4.375], "texture": "#5"}, + "west": {"uv": [0.25, 8.25, 0.375, 8.375], "texture": "#5"}, + "up": {"uv": [4.75, 6.625, 4.5, 6.5], "texture": "#5"}, + "down": {"uv": [6.75, 4.5, 6.5, 4.625], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.82813, 8.22266], + "to": [9.36797, 5.97341, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [8.25, 0.25, 8.375, 0.375], "texture": "#5"}, + "east": {"uv": [0.5, 8.25, 0.625, 8.375], "texture": "#5"}, + "south": {"uv": [8.25, 0.5, 8.375, 0.625], "texture": "#5"}, + "west": {"uv": [0.75, 8.25, 0.875, 8.375], "texture": "#5"}, + "up": {"uv": [8.375, 0.875, 8.25, 0.75], "texture": "#5"}, + "down": {"uv": [1.125, 8.25, 1, 8.375], "texture": "#5"} + } + }, + { + "from": [8.5672, 5.82813, 5.89897], + "to": [8.7672, 5.9734, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.25, 1, 8.375, 1.125], "texture": "#5"}, + "east": {"uv": [1.25, 8.25, 1.375, 8.375], "texture": "#5"}, + "south": {"uv": [8.25, 1.25, 8.375, 1.375], "texture": "#5"}, + "west": {"uv": [1.5, 8.25, 1.625, 8.375], "texture": "#5"}, + "up": {"uv": [8.375, 1.625, 8.25, 1.5], "texture": "#5"}, + "down": {"uv": [1.875, 8.25, 1.75, 8.375], "texture": "#5"} + } + }, + { + "from": [8.08107, 5.82813, 6.3851], + "to": [8.28107, 5.9734, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.25, 1.75, 8.375, 1.875], "texture": "#5"}, + "east": {"uv": [2, 8.25, 2.125, 8.375], "texture": "#5"}, + "south": {"uv": [8.25, 2, 8.375, 2.125], "texture": "#5"}, + "west": {"uv": [2.25, 8.25, 2.375, 8.375], "texture": "#5"}, + "up": {"uv": [8.375, 2.375, 8.25, 2.25], "texture": "#5"}, + "down": {"uv": [2.625, 8.25, 2.5, 8.375], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.82813, 9.02344], + "to": [9.36797, 5.97341, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [8.25, 2.5, 8.375, 2.625], "texture": "#5"}, + "east": {"uv": [2.75, 8.25, 2.875, 8.375], "texture": "#5"}, + "south": {"uv": [8.25, 2.75, 8.375, 2.875], "texture": "#5"}, + "west": {"uv": [3, 8.25, 3.125, 8.375], "texture": "#5"}, + "up": {"uv": [8.375, 3.125, 8.25, 3], "texture": "#5"}, + "down": {"uv": [3.375, 8.25, 3.25, 8.375], "texture": "#5"} + } + }, + { + "from": [8.56444, 5.82813, 6.86848], + "to": [8.76444, 5.9734, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.25, 3.25, 8.375, 3.375], "texture": "#5"}, + "east": {"uv": [3.5, 8.25, 3.625, 8.375], "texture": "#5"}, + "south": {"uv": [8.25, 3.5, 8.375, 3.625], "texture": "#5"}, + "west": {"uv": [3.75, 8.25, 3.875, 8.375], "texture": "#5"}, + "up": {"uv": [8.375, 3.875, 8.25, 3.75], "texture": "#5"}, + "down": {"uv": [4.125, 8.25, 4, 8.375], "texture": "#5"} + } + }, + { + "from": [8.54362, 5.82813, 8.36328], + "to": [9.51316, 5.97344, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 6.1, 8.34219]}, + "faces": { + "north": {"uv": [4.75, 6.5, 5, 6.625], "texture": "#5"}, + "east": {"uv": [8.25, 4, 8.375, 4.125], "texture": "#5"}, + "south": {"uv": [6.5, 4.75, 6.75, 4.875], "texture": "#5"}, + "west": {"uv": [4.25, 8.25, 4.375, 8.375], "texture": "#5"}, + "up": {"uv": [5.25, 6.625, 5, 6.5], "texture": "#5"}, + "down": {"uv": [6.75, 5, 6.5, 5.125], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.82813, 8.22266], + "to": [9.36797, 5.97341, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [8.25, 4.25, 8.375, 4.375], "texture": "#5"}, + "east": {"uv": [4.5, 8.25, 4.625, 8.375], "texture": "#5"}, + "south": {"uv": [8.25, 4.5, 8.375, 4.625], "texture": "#5"}, + "west": {"uv": [4.75, 8.25, 4.875, 8.375], "texture": "#5"}, + "up": {"uv": [8.375, 4.875, 8.25, 4.75], "texture": "#5"}, + "down": {"uv": [5.125, 8.25, 5, 8.375], "texture": "#5"} + } + }, + { + "from": [8.5672, 5.82813, 5.89897], + "to": [8.7672, 5.9734, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.25, 5, 8.375, 5.125], "texture": "#5"}, + "east": {"uv": [5.25, 8.25, 5.375, 8.375], "texture": "#5"}, + "south": {"uv": [8.25, 5.25, 8.375, 5.375], "texture": "#5"}, + "west": {"uv": [5.5, 8.25, 5.625, 8.375], "texture": "#5"}, + "up": {"uv": [8.375, 5.625, 8.25, 5.5], "texture": "#5"}, + "down": {"uv": [5.875, 8.25, 5.75, 8.375], "texture": "#5"} + } + }, + { + "from": [8.08107, 5.82813, 6.3851], + "to": [8.28107, 5.9734, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.25, 5.75, 8.375, 5.875], "texture": "#5"}, + "east": {"uv": [6, 8.25, 6.125, 8.375], "texture": "#5"}, + "south": {"uv": [8.25, 6, 8.375, 6.125], "texture": "#5"}, + "west": {"uv": [6.25, 8.25, 6.375, 8.375], "texture": "#5"}, + "up": {"uv": [8.375, 6.375, 8.25, 6.25], "texture": "#5"}, + "down": {"uv": [6.625, 8.25, 6.5, 8.375], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.82813, 9.02344], + "to": [9.36797, 5.97341, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 1]}, + "faces": { + "north": {"uv": [8.25, 6.5, 8.375, 6.625], "texture": "#5"}, + "east": {"uv": [6.75, 8.25, 6.875, 8.375], "texture": "#5"}, + "south": {"uv": [8.25, 6.75, 8.375, 6.875], "texture": "#5"}, + "west": {"uv": [7, 8.25, 7.125, 8.375], "texture": "#5"}, + "up": {"uv": [8.375, 7.125, 8.25, 7], "texture": "#5"}, + "down": {"uv": [7.375, 8.25, 7.25, 8.375], "texture": "#5"} + } + }, + { + "from": [8.56444, 5.82813, 6.86848], + "to": [8.76444, 5.9734, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.25, 7.25, 8.375, 7.375], "texture": "#5"}, + "east": {"uv": [7.5, 8.25, 7.625, 8.375], "texture": "#5"}, + "south": {"uv": [8.25, 7.5, 8.375, 7.625], "texture": "#5"}, + "west": {"uv": [7.75, 8.25, 7.875, 8.375], "texture": "#5"}, + "up": {"uv": [8.375, 7.875, 8.25, 7.75], "texture": "#5"}, + "down": {"uv": [8.125, 8.25, 8, 8.375], "texture": "#5"} + } + }, + { + "from": [9.05058, 5.82813, 6.38234], + "to": [9.25058, 5.9734, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 6.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.25, 8, 8.375, 8.125], "texture": "#5"}, + "east": {"uv": [8.25, 8.25, 8.375, 8.375], "texture": "#5"}, + "south": {"uv": [0, 8.5, 0.125, 8.625], "texture": "#5"}, + "west": {"uv": [8.5, 0, 8.625, 0.125], "texture": "#5"}, + "up": {"uv": [0.375, 8.625, 0.25, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 0.25, 8.5, 0.375], "texture": "#5"} + } + }, + { + "from": [7.64071, 1, 10.13114], + "to": [7.84071, 6.1, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [5.25, 4, 5.375, 5.25], "texture": "#5"}, + "east": {"uv": [4.25, 5.25, 4.375, 6.5], "texture": "#5"}, + "south": {"uv": [4.5, 5.25, 4.625, 6.5], "texture": "#5"}, + "west": {"uv": [4.75, 5.25, 4.875, 6.5], "texture": "#5"}, + "up": {"uv": [0.625, 8.625, 0.5, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 0.5, 8.5, 0.625], "texture": "#5"} + } + }, + { + "from": [7.27452, 1, 10.49733], + "to": [7.35733, 6.1, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [5, 5.25, 5.125, 6.5], "texture": "#5"}, + "east": {"uv": [5.25, 5.25, 5.375, 6.5], "texture": "#5"}, + "south": {"uv": [5.5, 0.25, 5.625, 1.5], "texture": "#5"}, + "west": {"uv": [5.5, 1.5, 5.625, 2.75], "texture": "#5"}, + "up": {"uv": [0.875, 8.625, 0.75, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 0.75, 8.5, 0.875], "texture": "#5"} + } + }, + { + "from": [8.5672, 1, 6.01615], + "to": [8.7672, 6.1, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.5, 2.75, 5.625, 4], "texture": "#5"}, + "east": {"uv": [5.5, 4, 5.625, 5.25], "texture": "#5"}, + "south": {"uv": [5.5, 5.25, 5.625, 6.5], "texture": "#5"}, + "west": {"uv": [5.75, 0.25, 5.875, 1.5], "texture": "#5"}, + "up": {"uv": [1.125, 8.625, 1, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 1, 8.5, 1.125], "texture": "#5"} + } + }, + { + "from": [9.05058, 1, 6.38234], + "to": [9.13339, 6.1, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.75, 1.5, 5.875, 2.75], "texture": "#5"}, + "east": {"uv": [5.75, 2.75, 5.875, 4], "texture": "#5"}, + "south": {"uv": [5.75, 4, 5.875, 5.25], "texture": "#5"}, + "west": {"uv": [5.75, 5.25, 5.875, 6.5], "texture": "#5"}, + "up": {"uv": [1.375, 8.625, 1.25, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 1.25, 8.5, 1.375], "texture": "#5"} + } + }, + { + "from": [8.76562, 1, 8.99219], + "to": [9.28594, 6.1, 9.10625], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [6, 0, 6.125, 1.25], "texture": "#5"}, + "east": {"uv": [6, 1.25, 6.125, 2.5], "texture": "#5"}, + "south": {"uv": [6, 2.5, 6.125, 3.75], "texture": "#5"}, + "west": {"uv": [6, 3.75, 6.125, 5], "texture": "#5"}, + "up": {"uv": [1.625, 8.625, 1.5, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 1.5, 8.5, 1.625], "texture": "#5"} + } + }, + { + "from": [9.31641, 1, 8.44531], + "to": [9.43047, 6.1, 8.96563], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.36562, 8.53359]}, + "faces": { + "north": {"uv": [6, 5, 6.125, 6.25], "texture": "#5"}, + "east": {"uv": [6.25, 0, 6.375, 1.25], "texture": "#5"}, + "south": {"uv": [6.25, 1.25, 6.375, 2.5], "texture": "#5"}, + "west": {"uv": [1.5, 6.25, 1.625, 7.5], "texture": "#5"}, + "up": {"uv": [1.875, 8.625, 1.75, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 1.75, 8.5, 1.875], "texture": "#5"} + } + }, + { + "from": [8.62891, 1, 8.44531], + "to": [8.74297, 6.1, 8.96563], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.36562, 8.53359]}, + "faces": { + "north": {"uv": [1.75, 6.25, 1.875, 7.5], "texture": "#5"}, + "east": {"uv": [2, 6.25, 2.125, 7.5], "texture": "#5"}, + "south": {"uv": [2.25, 6.25, 2.375, 7.5], "texture": "#5"}, + "west": {"uv": [6.25, 2.5, 6.375, 3.75], "texture": "#5"}, + "up": {"uv": [2.125, 8.625, 2, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 2, 8.5, 2.125], "texture": "#5"} + } + }, + { + "from": [8.76562, 1, 8.30394], + "to": [9.28594, 6.1, 8.418], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [6.25, 3.75, 6.375, 5], "texture": "#5"}, + "east": {"uv": [6.25, 5, 6.375, 6.25], "texture": "#5"}, + "south": {"uv": [6, 6.25, 6.125, 7.5], "texture": "#5"}, + "west": {"uv": [6.25, 6.25, 6.375, 7.5], "texture": "#5"}, + "up": {"uv": [2.375, 8.625, 2.25, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 2.25, 8.5, 2.375], "texture": "#5"} + } + }, + { + "from": [7.64071, 5.76172, 10.01396], + "to": [7.84071, 6.0749, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [2.5, 8.5, 2.625, 8.625], "texture": "#5"}, + "east": {"uv": [8.5, 2.5, 8.625, 2.625], "texture": "#5"}, + "south": {"uv": [2.75, 8.5, 2.875, 8.625], "texture": "#5"}, + "west": {"uv": [8.5, 2.75, 8.625, 2.875], "texture": "#5"}, + "up": {"uv": [3.125, 8.625, 3, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 3, 8.5, 3.125], "texture": "#5"} + } + }, + { + "from": [7.15733, 5.76172, 10.49733], + "to": [7.35733, 6.0749, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [3.25, 8.5, 3.375, 8.625], "texture": "#5"}, + "east": {"uv": [8.5, 3.25, 8.625, 3.375], "texture": "#5"}, + "south": {"uv": [3.5, 8.5, 3.625, 8.625], "texture": "#5"}, + "west": {"uv": [8.5, 3.5, 8.625, 3.625], "texture": "#5"}, + "up": {"uv": [3.875, 8.625, 3.75, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 3.75, 8.5, 3.875], "texture": "#5"} + } + }, + { + "from": [8.5672, 5.76172, 5.89897], + "to": [8.7672, 6.0749, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [4, 8.5, 4.125, 8.625], "texture": "#5"}, + "east": {"uv": [8.5, 4, 8.625, 4.125], "texture": "#5"}, + "south": {"uv": [4.25, 8.5, 4.375, 8.625], "texture": "#5"}, + "west": {"uv": [8.5, 4.25, 8.625, 4.375], "texture": "#5"}, + "up": {"uv": [4.625, 8.625, 4.5, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 4.5, 8.5, 4.625], "texture": "#5"} + } + }, + { + "from": [9.05058, 5.76172, 6.38234], + "to": [9.25058, 6.0749, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [4.75, 8.5, 4.875, 8.625], "texture": "#5"}, + "east": {"uv": [8.5, 4.75, 8.625, 4.875], "texture": "#5"}, + "south": {"uv": [5, 8.5, 5.125, 8.625], "texture": "#5"}, + "west": {"uv": [8.5, 5, 8.625, 5.125], "texture": "#5"}, + "up": {"uv": [5.375, 8.625, 5.25, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 5.25, 8.5, 5.375], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.76172, 8.22266], + "to": [9.36797, 6.075, 8.33672], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [5.5, 8.5, 5.625, 8.625], "texture": "#5"}, + "east": {"uv": [8.5, 5.5, 8.625, 5.625], "texture": "#5"}, + "south": {"uv": [5.75, 8.5, 5.875, 8.625], "texture": "#5"}, + "west": {"uv": [8.5, 5.75, 8.625, 5.875], "texture": "#5"}, + "up": {"uv": [6.125, 8.625, 6, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 6, 8.5, 6.125], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.76172, 9.07422], + "to": [9.36797, 6.075, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [6.25, 8.5, 6.375, 8.625], "texture": "#5"}, + "east": {"uv": [8.5, 6.25, 8.625, 6.375], "texture": "#5"}, + "south": {"uv": [6.5, 8.5, 6.625, 8.625], "texture": "#5"}, + "west": {"uv": [8.5, 6.5, 8.625, 6.625], "texture": "#5"}, + "up": {"uv": [6.875, 8.625, 6.75, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 6.75, 8.5, 6.875], "texture": "#5"} + } + }, + { + "from": [9.42253, 5.76172, 8.36328], + "to": [9.51316, 6.075, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [7, 8.5, 7.125, 8.625], "texture": "#5"}, + "east": {"uv": [8.5, 7, 8.625, 7.125], "texture": "#5"}, + "south": {"uv": [7.25, 8.5, 7.375, 8.625], "texture": "#5"}, + "west": {"uv": [8.5, 7.25, 8.625, 7.375], "texture": "#5"}, + "up": {"uv": [7.625, 8.625, 7.5, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 7.5, 8.5, 7.625], "texture": "#5"} + } + }, + { + "from": [8.54253, 5.76172, 8.36328], + "to": [8.63316, 6.075, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [7.75, 8.5, 7.875, 8.625], "texture": "#5"}, + "east": {"uv": [8.5, 7.75, 8.625, 7.875], "texture": "#5"}, + "south": {"uv": [8, 8.5, 8.125, 8.625], "texture": "#5"}, + "west": {"uv": [8.5, 8, 8.625, 8.125], "texture": "#5"}, + "up": {"uv": [8.375, 8.625, 8.25, 8.5], "texture": "#5"}, + "down": {"uv": [8.625, 8.25, 8.5, 8.375], "texture": "#5"} + } + }, + { + "from": [8.54362, 5.76172, 8.36328], + "to": [9.51316, 5.90703, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [5.25, 6.5, 5.5, 6.625], "texture": "#5"}, + "east": {"uv": [8.5, 8.5, 8.625, 8.625], "texture": "#5"}, + "south": {"uv": [6.5, 5.25, 6.75, 5.375], "texture": "#5"}, + "west": {"uv": [0, 8.75, 0.125, 8.875], "texture": "#5"}, + "up": {"uv": [5.75, 6.625, 5.5, 6.5], "texture": "#5"}, + "down": {"uv": [6.75, 5.5, 6.5, 5.625], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.76172, 8.22266], + "to": [9.36797, 5.907, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [8.75, 0, 8.875, 0.125], "texture": "#5"}, + "east": {"uv": [0.25, 8.75, 0.375, 8.875], "texture": "#5"}, + "south": {"uv": [8.75, 0.25, 8.875, 0.375], "texture": "#5"}, + "west": {"uv": [0.5, 8.75, 0.625, 8.875], "texture": "#5"}, + "up": {"uv": [8.875, 0.625, 8.75, 0.5], "texture": "#5"}, + "down": {"uv": [0.875, 8.75, 0.75, 8.875], "texture": "#5"} + } + }, + { + "from": [8.5672, 5.76172, 5.89897], + "to": [8.7672, 5.90699, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.75, 0.75, 8.875, 0.875], "texture": "#5"}, + "east": {"uv": [1, 8.75, 1.125, 8.875], "texture": "#5"}, + "south": {"uv": [8.75, 1, 8.875, 1.125], "texture": "#5"}, + "west": {"uv": [1.25, 8.75, 1.375, 8.875], "texture": "#5"}, + "up": {"uv": [8.875, 1.375, 8.75, 1.25], "texture": "#5"}, + "down": {"uv": [1.625, 8.75, 1.5, 8.875], "texture": "#5"} + } + }, + { + "from": [8.08107, 5.76172, 6.3851], + "to": [8.28107, 5.90699, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.75, 1.5, 8.875, 1.625], "texture": "#5"}, + "east": {"uv": [1.75, 8.75, 1.875, 8.875], "texture": "#5"}, + "south": {"uv": [8.75, 1.75, 8.875, 1.875], "texture": "#5"}, + "west": {"uv": [2, 8.75, 2.125, 8.875], "texture": "#5"}, + "up": {"uv": [8.875, 2.125, 8.75, 2], "texture": "#5"}, + "down": {"uv": [2.375, 8.75, 2.25, 8.875], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.76172, 9.02344], + "to": [9.36797, 5.907, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [8.75, 2.25, 8.875, 2.375], "texture": "#5"}, + "east": {"uv": [2.5, 8.75, 2.625, 8.875], "texture": "#5"}, + "south": {"uv": [8.75, 2.5, 8.875, 2.625], "texture": "#5"}, + "west": {"uv": [2.75, 8.75, 2.875, 8.875], "texture": "#5"}, + "up": {"uv": [8.875, 2.875, 8.75, 2.75], "texture": "#5"}, + "down": {"uv": [3.125, 8.75, 3, 8.875], "texture": "#5"} + } + }, + { + "from": [8.56444, 5.76172, 6.86848], + "to": [8.76444, 5.90699, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.75, 3, 8.875, 3.125], "texture": "#5"}, + "east": {"uv": [3.25, 8.75, 3.375, 8.875], "texture": "#5"}, + "south": {"uv": [8.75, 3.25, 8.875, 3.375], "texture": "#5"}, + "west": {"uv": [3.5, 8.75, 3.625, 8.875], "texture": "#5"}, + "up": {"uv": [8.875, 3.625, 8.75, 3.5], "texture": "#5"}, + "down": {"uv": [3.875, 8.75, 3.75, 8.875], "texture": "#5"} + } + }, + { + "from": [9.05058, 5.76172, 6.38234], + "to": [9.25058, 5.90699, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.75, 3.75, 8.875, 3.875], "texture": "#5"}, + "east": {"uv": [4, 8.75, 4.125, 8.875], "texture": "#5"}, + "south": {"uv": [8.75, 4, 8.875, 4.125], "texture": "#5"}, + "west": {"uv": [4.25, 8.75, 4.375, 8.875], "texture": "#5"}, + "up": {"uv": [8.875, 4.375, 8.75, 4.25], "texture": "#5"}, + "down": {"uv": [4.625, 8.75, 4.5, 8.875], "texture": "#5"} + } + }, + { + "from": [8.54362, 5.76172, 8.36328], + "to": [9.51316, 5.90703, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [5.75, 6.5, 6, 6.625], "texture": "#5"}, + "east": {"uv": [8.75, 4.5, 8.875, 4.625], "texture": "#5"}, + "south": {"uv": [6.5, 5.75, 6.75, 5.875], "texture": "#5"}, + "west": {"uv": [4.75, 8.75, 4.875, 8.875], "texture": "#5"}, + "up": {"uv": [6.75, 6.125, 6.5, 6], "texture": "#5"}, + "down": {"uv": [6.75, 6.25, 6.5, 6.375], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.76172, 8.22266], + "to": [9.36797, 5.907, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [8.75, 4.75, 8.875, 4.875], "texture": "#5"}, + "east": {"uv": [5, 8.75, 5.125, 8.875], "texture": "#5"}, + "south": {"uv": [8.75, 5, 8.875, 5.125], "texture": "#5"}, + "west": {"uv": [5.25, 8.75, 5.375, 8.875], "texture": "#5"}, + "up": {"uv": [8.875, 5.375, 8.75, 5.25], "texture": "#5"}, + "down": {"uv": [5.625, 8.75, 5.5, 8.875], "texture": "#5"} + } + }, + { + "from": [8.5672, 5.76172, 5.89897], + "to": [8.7672, 5.90699, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.75, 5.5, 8.875, 5.625], "texture": "#5"}, + "east": {"uv": [5.75, 8.75, 5.875, 8.875], "texture": "#5"}, + "south": {"uv": [8.75, 5.75, 8.875, 5.875], "texture": "#5"}, + "west": {"uv": [6, 8.75, 6.125, 8.875], "texture": "#5"}, + "up": {"uv": [8.875, 6.125, 8.75, 6], "texture": "#5"}, + "down": {"uv": [6.375, 8.75, 6.25, 8.875], "texture": "#5"} + } + }, + { + "from": [8.08107, 5.76172, 6.3851], + "to": [8.28107, 5.90699, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.75, 6.25, 8.875, 6.375], "texture": "#5"}, + "east": {"uv": [6.5, 8.75, 6.625, 8.875], "texture": "#5"}, + "south": {"uv": [8.75, 6.5, 8.875, 6.625], "texture": "#5"}, + "west": {"uv": [6.75, 8.75, 6.875, 8.875], "texture": "#5"}, + "up": {"uv": [8.875, 6.875, 8.75, 6.75], "texture": "#5"}, + "down": {"uv": [7.125, 8.75, 7, 8.875], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.76172, 9.02344], + "to": [9.36797, 5.907, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [8.75, 7, 8.875, 7.125], "texture": "#5"}, + "east": {"uv": [7.25, 8.75, 7.375, 8.875], "texture": "#5"}, + "south": {"uv": [8.75, 7.25, 8.875, 7.375], "texture": "#5"}, + "west": {"uv": [7.5, 8.75, 7.625, 8.875], "texture": "#5"}, + "up": {"uv": [8.875, 7.625, 8.75, 7.5], "texture": "#5"}, + "down": {"uv": [7.875, 8.75, 7.75, 8.875], "texture": "#5"} + } + }, + { + "from": [8.56444, 5.76172, 6.86848], + "to": [8.76444, 5.90699, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.75, 7.75, 8.875, 7.875], "texture": "#5"}, + "east": {"uv": [8, 8.75, 8.125, 8.875], "texture": "#5"}, + "south": {"uv": [8.75, 8, 8.875, 8.125], "texture": "#5"}, + "west": {"uv": [8.25, 8.75, 8.375, 8.875], "texture": "#5"}, + "up": {"uv": [8.875, 8.375, 8.75, 8.25], "texture": "#5"}, + "down": {"uv": [8.625, 8.75, 8.5, 8.875], "texture": "#5"} + } + }, + { + "from": [9.05058, 5.76172, 6.38234], + "to": [9.25058, 5.90699, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.75, 8.5, 8.875, 8.625], "texture": "#5"}, + "east": {"uv": [8.75, 8.75, 8.875, 8.875], "texture": "#5"}, + "south": {"uv": [0, 9, 0.125, 9.125], "texture": "#5"}, + "west": {"uv": [9, 0, 9.125, 0.125], "texture": "#5"}, + "up": {"uv": [0.375, 9.125, 0.25, 9], "texture": "#5"}, + "down": {"uv": [9.125, 0.25, 9, 0.375], "texture": "#5"} + } + }, + { + "from": [7.64071, 5.32422, 10.01396], + "to": [7.84071, 5.58662, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [0.5, 9, 0.625, 9.125], "texture": "#5"}, + "east": {"uv": [9, 0.5, 9.125, 0.625], "texture": "#5"}, + "south": {"uv": [0.75, 9, 0.875, 9.125], "texture": "#5"}, + "west": {"uv": [9, 0.75, 9.125, 0.875], "texture": "#5"}, + "up": {"uv": [1.125, 9.125, 1, 9], "texture": "#5"}, + "down": {"uv": [9.125, 1, 9, 1.125], "texture": "#5"} + } + }, + { + "from": [7.15733, 5.32422, 10.49733], + "to": [7.35733, 5.58662, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [1.25, 9, 1.375, 9.125], "texture": "#5"}, + "east": {"uv": [9, 1.25, 9.125, 1.375], "texture": "#5"}, + "south": {"uv": [1.5, 9, 1.625, 9.125], "texture": "#5"}, + "west": {"uv": [9, 1.5, 9.125, 1.625], "texture": "#5"}, + "up": {"uv": [1.875, 9.125, 1.75, 9], "texture": "#5"}, + "down": {"uv": [9.125, 1.75, 9, 1.875], "texture": "#5"} + } + }, + { + "from": [8.5672, 5.32422, 5.89897], + "to": [8.7672, 5.58662, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [2, 9, 2.125, 9.125], "texture": "#5"}, + "east": {"uv": [9, 2, 9.125, 2.125], "texture": "#5"}, + "south": {"uv": [2.25, 9, 2.375, 9.125], "texture": "#5"}, + "west": {"uv": [9, 2.25, 9.125, 2.375], "texture": "#5"}, + "up": {"uv": [2.625, 9.125, 2.5, 9], "texture": "#5"}, + "down": {"uv": [9.125, 2.5, 9, 2.625], "texture": "#5"} + } + }, + { + "from": [9.05058, 5.32422, 6.38234], + "to": [9.25058, 5.58662, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [2.75, 9, 2.875, 9.125], "texture": "#5"}, + "east": {"uv": [9, 2.75, 9.125, 2.875], "texture": "#5"}, + "south": {"uv": [3, 9, 3.125, 9.125], "texture": "#5"}, + "west": {"uv": [9, 3, 9.125, 3.125], "texture": "#5"}, + "up": {"uv": [3.375, 9.125, 3.25, 9], "texture": "#5"}, + "down": {"uv": [9.125, 3.25, 9, 3.375], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.32422, 8.22266], + "to": [9.36797, 5.58672, 8.33672], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [3.5, 9, 3.625, 9.125], "texture": "#5"}, + "east": {"uv": [9, 3.5, 9.125, 3.625], "texture": "#5"}, + "south": {"uv": [3.75, 9, 3.875, 9.125], "texture": "#5"}, + "west": {"uv": [9, 3.75, 9.125, 3.875], "texture": "#5"}, + "up": {"uv": [4.125, 9.125, 4, 9], "texture": "#5"}, + "down": {"uv": [9.125, 4, 9, 4.125], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.32422, 9.07422], + "to": [9.36797, 5.58672, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [4.25, 9, 4.375, 9.125], "texture": "#5"}, + "east": {"uv": [9, 4.25, 9.125, 4.375], "texture": "#5"}, + "south": {"uv": [4.5, 9, 4.625, 9.125], "texture": "#5"}, + "west": {"uv": [9, 4.5, 9.125, 4.625], "texture": "#5"}, + "up": {"uv": [4.875, 9.125, 4.75, 9], "texture": "#5"}, + "down": {"uv": [9.125, 4.75, 9, 4.875], "texture": "#5"} + } + }, + { + "from": [8.54253, 5.32422, 8.36328], + "to": [8.63316, 5.58672, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [5, 9, 5.125, 9.125], "texture": "#5"}, + "east": {"uv": [9, 5, 9.125, 5.125], "texture": "#5"}, + "south": {"uv": [5.25, 9, 5.375, 9.125], "texture": "#5"}, + "west": {"uv": [9, 5.25, 9.125, 5.375], "texture": "#5"}, + "up": {"uv": [5.625, 9.125, 5.5, 9], "texture": "#5"}, + "down": {"uv": [9.125, 5.5, 9, 5.625], "texture": "#5"} + } + }, + { + "from": [8.54362, 5.32422, 8.36328], + "to": [9.51316, 5.58422, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [6.5, 6.5, 6.75, 6.625], "texture": "#5"}, + "east": {"uv": [5.75, 9, 5.875, 9.125], "texture": "#5"}, + "south": {"uv": [0, 6.75, 0.25, 6.875], "texture": "#5"}, + "west": {"uv": [9, 5.75, 9.125, 5.875], "texture": "#5"}, + "up": {"uv": [0.5, 6.875, 0.25, 6.75], "texture": "#5"}, + "down": {"uv": [0.75, 6.75, 0.5, 6.875], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.32422, 8.22266], + "to": [9.36797, 5.41872, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [6, 9, 6.125, 9.125], "texture": "#5"}, + "east": {"uv": [9, 6, 9.125, 6.125], "texture": "#5"}, + "south": {"uv": [6.25, 9, 6.375, 9.125], "texture": "#5"}, + "west": {"uv": [9, 6.25, 9.125, 6.375], "texture": "#5"}, + "up": {"uv": [6.625, 9.125, 6.5, 9], "texture": "#5"}, + "down": {"uv": [9.125, 6.5, 9, 6.625], "texture": "#5"} + } + }, + { + "from": [8.5672, 5.32422, 5.89897], + "to": [8.7672, 5.41871, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [6.75, 9, 6.875, 9.125], "texture": "#5"}, + "east": {"uv": [9, 6.75, 9.125, 6.875], "texture": "#5"}, + "south": {"uv": [7, 9, 7.125, 9.125], "texture": "#5"}, + "west": {"uv": [9, 7, 9.125, 7.125], "texture": "#5"}, + "up": {"uv": [7.375, 9.125, 7.25, 9], "texture": "#5"}, + "down": {"uv": [9.125, 7.25, 9, 7.375], "texture": "#5"} + } + }, + { + "from": [8.08107, 5.32422, 6.3851], + "to": [8.28107, 5.41871, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.5, 9, 7.625, 9.125], "texture": "#5"}, + "east": {"uv": [9, 7.5, 9.125, 7.625], "texture": "#5"}, + "south": {"uv": [7.75, 9, 7.875, 9.125], "texture": "#5"}, + "west": {"uv": [9, 7.75, 9.125, 7.875], "texture": "#5"}, + "up": {"uv": [8.125, 9.125, 8, 9], "texture": "#5"}, + "down": {"uv": [9.125, 8, 9, 8.125], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.32422, 9.02344], + "to": [9.36797, 5.41872, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [8.25, 9, 8.375, 9.125], "texture": "#5"}, + "east": {"uv": [9, 8.25, 9.125, 8.375], "texture": "#5"}, + "south": {"uv": [8.5, 9, 8.625, 9.125], "texture": "#5"}, + "west": {"uv": [9, 8.5, 9.125, 8.625], "texture": "#5"}, + "up": {"uv": [8.875, 9.125, 8.75, 9], "texture": "#5"}, + "down": {"uv": [9.125, 8.75, 9, 8.875], "texture": "#5"} + } + }, + { + "from": [8.56444, 5.32422, 6.86848], + "to": [8.76444, 5.41871, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [9, 9, 9.125, 9.125], "texture": "#5"}, + "east": {"uv": [0, 9.25, 0.125, 9.375], "texture": "#5"}, + "south": {"uv": [9.25, 0, 9.375, 0.125], "texture": "#5"}, + "west": {"uv": [0.25, 9.25, 0.375, 9.375], "texture": "#5"}, + "up": {"uv": [9.375, 0.375, 9.25, 0.25], "texture": "#5"}, + "down": {"uv": [0.625, 9.25, 0.5, 9.375], "texture": "#5"} + } + }, + { + "from": [9.05058, 5.32422, 6.38234], + "to": [9.25058, 5.41871, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [9.25, 0.5, 9.375, 0.625], "texture": "#5"}, + "east": {"uv": [0.75, 9.25, 0.875, 9.375], "texture": "#5"}, + "south": {"uv": [9.25, 0.75, 9.375, 0.875], "texture": "#5"}, + "west": {"uv": [1, 9.25, 1.125, 9.375], "texture": "#5"}, + "up": {"uv": [9.375, 1.125, 9.25, 1], "texture": "#5"}, + "down": {"uv": [1.375, 9.25, 1.25, 9.375], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.32422, 8.22266], + "to": [9.36797, 5.41872, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [9.25, 1.25, 9.375, 1.375], "texture": "#5"}, + "east": {"uv": [1.5, 9.25, 1.625, 9.375], "texture": "#5"}, + "south": {"uv": [9.25, 1.5, 9.375, 1.625], "texture": "#5"}, + "west": {"uv": [1.75, 9.25, 1.875, 9.375], "texture": "#5"}, + "up": {"uv": [9.375, 1.875, 9.25, 1.75], "texture": "#5"}, + "down": {"uv": [2.125, 9.25, 2, 9.375], "texture": "#5"} + } + }, + { + "from": [8.5672, 5.32422, 5.89897], + "to": [8.7672, 5.41871, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [9.25, 2, 9.375, 2.125], "texture": "#5"}, + "east": {"uv": [2.25, 9.25, 2.375, 9.375], "texture": "#5"}, + "south": {"uv": [9.25, 2.25, 9.375, 2.375], "texture": "#5"}, + "west": {"uv": [2.5, 9.25, 2.625, 9.375], "texture": "#5"}, + "up": {"uv": [9.375, 2.625, 9.25, 2.5], "texture": "#5"}, + "down": {"uv": [2.875, 9.25, 2.75, 9.375], "texture": "#5"} + } + }, + { + "from": [8.08107, 5.32422, 6.3851], + "to": [8.28107, 5.41871, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [9.25, 2.75, 9.375, 2.875], "texture": "#5"}, + "east": {"uv": [3, 9.25, 3.125, 9.375], "texture": "#5"}, + "south": {"uv": [9.25, 3, 9.375, 3.125], "texture": "#5"}, + "west": {"uv": [3.25, 9.25, 3.375, 9.375], "texture": "#5"}, + "up": {"uv": [9.375, 3.375, 9.25, 3.25], "texture": "#5"}, + "down": {"uv": [3.625, 9.25, 3.5, 9.375], "texture": "#5"} + } + }, + { + "from": [8.68359, 5.32422, 9.02344], + "to": [9.36797, 5.41872, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [9.25, 3.5, 9.375, 3.625], "texture": "#5"}, + "east": {"uv": [3.75, 9.25, 3.875, 9.375], "texture": "#5"}, + "south": {"uv": [9.25, 3.75, 9.375, 3.875], "texture": "#5"}, + "west": {"uv": [4, 9.25, 4.125, 9.375], "texture": "#5"}, + "up": {"uv": [9.375, 4.125, 9.25, 4], "texture": "#5"}, + "down": {"uv": [4.375, 9.25, 4.25, 9.375], "texture": "#5"} + } + }, + { + "from": [8.56444, 5.32422, 6.86848], + "to": [8.76444, 5.41871, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [9.25, 4.25, 9.375, 4.375], "texture": "#5"}, + "east": {"uv": [4.5, 9.25, 4.625, 9.375], "texture": "#5"}, + "south": {"uv": [9.25, 4.5, 9.375, 4.625], "texture": "#5"}, + "west": {"uv": [4.75, 9.25, 4.875, 9.375], "texture": "#5"}, + "up": {"uv": [9.375, 4.875, 9.25, 4.75], "texture": "#5"}, + "down": {"uv": [5.125, 9.25, 5, 9.375], "texture": "#5"} + } + }, + { + "from": [9.05058, 5.32422, 6.38234], + "to": [9.25058, 5.41871, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [9.25, 5, 9.375, 5.125], "texture": "#5"}, + "east": {"uv": [5.25, 9.25, 5.375, 9.375], "texture": "#5"}, + "south": {"uv": [9.25, 5.25, 9.375, 5.375], "texture": "#5"}, + "west": {"uv": [5.5, 9.25, 5.625, 9.375], "texture": "#5"}, + "up": {"uv": [9.375, 5.625, 9.25, 5.5], "texture": "#5"}, + "down": {"uv": [5.875, 9.25, 5.75, 9.375], "texture": "#5"} + } + }, + { + "from": [7.64071, 0.82813, 10.01396], + "to": [7.84071, 1.14131, 10.21396], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [9.25, 5.75, 9.375, 5.875], "texture": "#5"}, + "east": {"uv": [6, 9.25, 6.125, 9.375], "texture": "#5"}, + "south": {"uv": [9.25, 6, 9.375, 6.125], "texture": "#5"}, + "west": {"uv": [6.25, 9.25, 6.375, 9.375], "texture": "#5"}, + "up": {"uv": [9.375, 6.375, 9.25, 6.25], "texture": "#5"}, + "down": {"uv": [6.625, 9.25, 6.5, 9.375], "texture": "#5"} + } + }, + { + "from": [7.15733, 0.82813, 10.49733], + "to": [7.35733, 1.14131, 10.69733], + "rotation": {"angle": 45, "axis": "y", "origin": [6.1, 1.1, 8.1]}, + "faces": { + "north": {"uv": [9.25, 6.5, 9.375, 6.625], "texture": "#5"}, + "east": {"uv": [6.75, 9.25, 6.875, 9.375], "texture": "#5"}, + "south": {"uv": [9.25, 6.75, 9.375, 6.875], "texture": "#5"}, + "west": {"uv": [7, 9.25, 7.125, 9.375], "texture": "#5"}, + "up": {"uv": [9.375, 7.125, 9.25, 7], "texture": "#5"}, + "down": {"uv": [7.375, 9.25, 7.25, 9.375], "texture": "#5"} + } + }, + { + "from": [8.5672, 0.82813, 5.89897], + "to": [8.7672, 1.14131, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [9.25, 7.25, 9.375, 7.375], "texture": "#5"}, + "east": {"uv": [7.5, 9.25, 7.625, 9.375], "texture": "#5"}, + "south": {"uv": [9.25, 7.5, 9.375, 7.625], "texture": "#5"}, + "west": {"uv": [7.75, 9.25, 7.875, 9.375], "texture": "#5"}, + "up": {"uv": [9.375, 7.875, 9.25, 7.75], "texture": "#5"}, + "down": {"uv": [8.125, 9.25, 8, 9.375], "texture": "#5"} + } + }, + { + "from": [9.05058, 0.82813, 6.38234], + "to": [9.25058, 1.14131, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [9.25, 8, 9.375, 8.125], "texture": "#5"}, + "east": {"uv": [8.25, 9.25, 8.375, 9.375], "texture": "#5"}, + "south": {"uv": [9.25, 8.25, 9.375, 8.375], "texture": "#5"}, + "west": {"uv": [8.5, 9.25, 8.625, 9.375], "texture": "#5"}, + "up": {"uv": [9.375, 8.625, 9.25, 8.5], "texture": "#5"}, + "down": {"uv": [8.875, 9.25, 8.75, 9.375], "texture": "#5"} + } + }, + { + "from": [8.68359, 0.82813, 8.22266], + "to": [9.36797, 1.14141, 8.33672], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [9.25, 8.75, 9.375, 8.875], "texture": "#5"}, + "east": {"uv": [9, 9.25, 9.125, 9.375], "texture": "#5"}, + "south": {"uv": [9.25, 9, 9.375, 9.125], "texture": "#5"}, + "west": {"uv": [9.25, 9.25, 9.375, 9.375], "texture": "#5"}, + "up": {"uv": [0.125, 9.625, 0, 9.5], "texture": "#5"}, + "down": {"uv": [9.625, 0, 9.5, 0.125], "texture": "#5"} + } + }, + { + "from": [8.68359, 0.82813, 9.07422], + "to": [9.36797, 1.14141, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [0.25, 9.5, 0.375, 9.625], "texture": "#5"}, + "east": {"uv": [9.5, 0.25, 9.625, 0.375], "texture": "#5"}, + "south": {"uv": [0.5, 9.5, 0.625, 9.625], "texture": "#5"}, + "west": {"uv": [9.5, 0.5, 9.625, 0.625], "texture": "#5"}, + "up": {"uv": [0.875, 9.625, 0.75, 9.5], "texture": "#5"}, + "down": {"uv": [9.625, 0.75, 9.5, 0.875], "texture": "#5"} + } + }, + { + "from": [9.42253, 0.82813, 8.36328], + "to": [9.51316, 1.14141, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [1, 9.5, 1.125, 9.625], "texture": "#5"}, + "east": {"uv": [9.5, 1, 9.625, 1.125], "texture": "#5"}, + "south": {"uv": [1.25, 9.5, 1.375, 9.625], "texture": "#5"}, + "west": {"uv": [9.5, 1.25, 9.625, 1.375], "texture": "#5"}, + "up": {"uv": [1.625, 9.625, 1.5, 9.5], "texture": "#5"}, + "down": {"uv": [9.625, 1.5, 9.5, 1.625], "texture": "#5"} + } + }, + { + "from": [8.54253, 0.82813, 8.36328], + "to": [8.63316, 1.14141, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [1.75, 9.5, 1.875, 9.625], "texture": "#5"}, + "east": {"uv": [9.5, 1.75, 9.625, 1.875], "texture": "#5"}, + "south": {"uv": [2, 9.5, 2.125, 9.625], "texture": "#5"}, + "west": {"uv": [9.5, 2, 9.625, 2.125], "texture": "#5"}, + "up": {"uv": [2.375, 9.625, 2.25, 9.5], "texture": "#5"}, + "down": {"uv": [9.625, 2.25, 9.5, 2.375], "texture": "#5"} + } + }, + { + "from": [8.54362, 0.82813, 8.36328], + "to": [9.51316, 0.97344, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [6.75, 2.25, 7, 2.375], "texture": "#5"}, + "east": {"uv": [2.5, 9.5, 2.625, 9.625], "texture": "#5"}, + "south": {"uv": [2.5, 6.75, 2.75, 6.875], "texture": "#5"}, + "west": {"uv": [9.5, 2.5, 9.625, 2.625], "texture": "#5"}, + "up": {"uv": [7, 2.625, 6.75, 2.5], "texture": "#5"}, + "down": {"uv": [3, 6.75, 2.75, 6.875], "texture": "#5"} + } + }, + { + "from": [8.68359, 0.82813, 8.22266], + "to": [9.36797, 0.97341, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [2.75, 9.5, 2.875, 9.625], "texture": "#5"}, + "east": {"uv": [9.5, 2.75, 9.625, 2.875], "texture": "#5"}, + "south": {"uv": [3, 9.5, 3.125, 9.625], "texture": "#5"}, + "west": {"uv": [9.5, 3, 9.625, 3.125], "texture": "#5"}, + "up": {"uv": [3.375, 9.625, 3.25, 9.5], "texture": "#5"}, + "down": {"uv": [9.625, 3.25, 9.5, 3.375], "texture": "#5"} + } + }, + { + "from": [8.5672, 0.82813, 5.89897], + "to": [8.7672, 0.9734, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [3.5, 9.5, 3.625, 9.625], "texture": "#5"}, + "east": {"uv": [9.5, 3.5, 9.625, 3.625], "texture": "#5"}, + "south": {"uv": [3.75, 9.5, 3.875, 9.625], "texture": "#5"}, + "west": {"uv": [9.5, 3.75, 9.625, 3.875], "texture": "#5"}, + "up": {"uv": [4.125, 9.625, 4, 9.5], "texture": "#5"}, + "down": {"uv": [9.625, 4, 9.5, 4.125], "texture": "#5"} + } + }, + { + "from": [8.08107, 0.82813, 6.3851], + "to": [8.28107, 0.9734, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [4.25, 9.5, 4.375, 9.625], "texture": "#5"}, + "east": {"uv": [9.5, 4.25, 9.625, 4.375], "texture": "#5"}, + "south": {"uv": [4.5, 9.5, 4.625, 9.625], "texture": "#5"}, + "west": {"uv": [9.5, 4.5, 9.625, 4.625], "texture": "#5"}, + "up": {"uv": [4.875, 9.625, 4.75, 9.5], "texture": "#5"}, + "down": {"uv": [9.625, 4.75, 9.5, 4.875], "texture": "#5"} + } + }, + { + "from": [8.68359, 0.82813, 9.02344], + "to": [9.36797, 0.97341, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [5, 9.5, 5.125, 9.625], "texture": "#5"}, + "east": {"uv": [9.5, 5, 9.625, 5.125], "texture": "#5"}, + "south": {"uv": [5.25, 9.5, 5.375, 9.625], "texture": "#5"}, + "west": {"uv": [9.5, 5.25, 9.625, 5.375], "texture": "#5"}, + "up": {"uv": [5.625, 9.625, 5.5, 9.5], "texture": "#5"}, + "down": {"uv": [9.625, 5.5, 9.5, 5.625], "texture": "#5"} + } + }, + { + "from": [8.56444, 0.82813, 6.86848], + "to": [8.76444, 0.9734, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [5.75, 9.5, 5.875, 9.625], "texture": "#5"}, + "east": {"uv": [9.5, 5.75, 9.625, 5.875], "texture": "#5"}, + "south": {"uv": [6, 9.5, 6.125, 9.625], "texture": "#5"}, + "west": {"uv": [9.5, 6, 9.625, 6.125], "texture": "#5"}, + "up": {"uv": [6.375, 9.625, 6.25, 9.5], "texture": "#5"}, + "down": {"uv": [9.625, 6.25, 9.5, 6.375], "texture": "#5"} + } + }, + { + "from": [8.54362, 0.82813, 8.36328], + "to": [9.51316, 0.97344, 9.04766], + "rotation": {"angle": 0, "axis": "y", "origin": [6.50625, 1.1, 8.34219]}, + "faces": { + "north": {"uv": [6.75, 2.75, 7, 2.875], "texture": "#5"}, + "east": {"uv": [6.5, 9.5, 6.625, 9.625], "texture": "#5"}, + "south": {"uv": [3, 6.75, 3.25, 6.875], "texture": "#5"}, + "west": {"uv": [9.5, 6.5, 9.625, 6.625], "texture": "#5"}, + "up": {"uv": [7, 3.125, 6.75, 3], "texture": "#5"}, + "down": {"uv": [3.5, 6.75, 3.25, 6.875], "texture": "#5"} + } + }, + { + "from": [8.68359, 0.82813, 8.22266], + "to": [9.36797, 0.97341, 8.3875], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [6.75, 9.5, 6.875, 9.625], "texture": "#5"}, + "east": {"uv": [9.5, 6.75, 9.625, 6.875], "texture": "#5"}, + "south": {"uv": [7, 9.5, 7.125, 9.625], "texture": "#5"}, + "west": {"uv": [9.5, 7, 9.625, 7.125], "texture": "#5"}, + "up": {"uv": [7.375, 9.625, 7.25, 9.5], "texture": "#5"}, + "down": {"uv": [9.625, 7.25, 9.5, 7.375], "texture": "#5"} + } + }, + { + "from": [8.5672, 0.82813, 5.89897], + "to": [8.7672, 0.9734, 6.09897], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [7.5, 9.5, 7.625, 9.625], "texture": "#5"}, + "east": {"uv": [9.5, 7.5, 9.625, 7.625], "texture": "#5"}, + "south": {"uv": [7.75, 9.5, 7.875, 9.625], "texture": "#5"}, + "west": {"uv": [9.5, 7.75, 9.625, 7.875], "texture": "#5"}, + "up": {"uv": [8.125, 9.625, 8, 9.5], "texture": "#5"}, + "down": {"uv": [9.625, 8, 9.5, 8.125], "texture": "#5"} + } + }, + { + "from": [8.08107, 0.82813, 6.3851], + "to": [8.28107, 0.9734, 6.5851], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [8.25, 9.5, 8.375, 9.625], "texture": "#5"}, + "east": {"uv": [9.5, 8.25, 9.625, 8.375], "texture": "#5"}, + "south": {"uv": [8.5, 9.5, 8.625, 9.625], "texture": "#5"}, + "west": {"uv": [9.5, 8.5, 9.625, 8.625], "texture": "#5"}, + "up": {"uv": [8.875, 9.625, 8.75, 9.5], "texture": "#5"}, + "down": {"uv": [9.625, 8.75, 9.5, 8.875], "texture": "#5"} + } + }, + { + "from": [8.68359, 0.82813, 9.02344], + "to": [9.36797, 0.97341, 9.18828], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 1]}, + "faces": { + "north": {"uv": [9, 9.5, 9.125, 9.625], "texture": "#5"}, + "east": {"uv": [9.5, 9, 9.625, 9.125], "texture": "#5"}, + "south": {"uv": [9.25, 9.5, 9.375, 9.625], "texture": "#5"}, + "west": {"uv": [9.5, 9.25, 9.625, 9.375], "texture": "#5"}, + "up": {"uv": [9.625, 9.625, 9.5, 9.5], "texture": "#5"}, + "down": {"uv": [0.125, 9.75, 0, 9.875], "texture": "#5"} + } + }, + { + "from": [8.56444, 0.82813, 6.86848], + "to": [8.76444, 0.9734, 7.06848], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [9.75, 0, 9.875, 0.125], "texture": "#5"}, + "east": {"uv": [0.25, 9.75, 0.375, 9.875], "texture": "#5"}, + "south": {"uv": [9.75, 0.25, 9.875, 0.375], "texture": "#5"}, + "west": {"uv": [0.5, 9.75, 0.625, 9.875], "texture": "#5"}, + "up": {"uv": [9.875, 0.625, 9.75, 0.5], "texture": "#5"}, + "down": {"uv": [0.875, 9.75, 0.75, 9.875], "texture": "#5"} + } + }, + { + "from": [9.05058, 0.82813, 6.38234], + "to": [9.25058, 0.9734, 6.58234], + "rotation": {"angle": -45, "axis": "y", "origin": [6.16471, 1.09995, 8.0319]}, + "faces": { + "north": {"uv": [9.75, 0.75, 9.875, 0.875], "texture": "#5"}, + "east": {"uv": [1, 9.75, 1.125, 9.875], "texture": "#5"}, + "south": {"uv": [9.75, 1, 9.875, 1.125], "texture": "#5"}, + "west": {"uv": [1.25, 9.75, 1.375, 9.875], "texture": "#5"}, + "up": {"uv": [9.875, 1.375, 9.75, 1.25], "texture": "#5"}, + "down": {"uv": [1.625, 9.75, 1.5, 9.875], "texture": "#5"} + } + }, + { + "from": [8.8, 10.7617, 8.3633], + "to": [9.25, 13.8617, 9.0333], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5062, 0.1, 8.3422]}, + "faces": { + "north": {"uv": [0.75, 6.5, 0.875, 7.25], "texture": "#5"}, + "east": {"uv": [1, 6.5, 1.125, 7.25], "texture": "#5"}, + "south": {"uv": [1.25, 6.5, 1.375, 7.25], "texture": "#5"}, + "west": {"uv": [6.5, 2.25, 6.625, 3], "texture": "#5"}, + "up": {"uv": [9.875, 1.625, 9.75, 1.5], "texture": "#5"}, + "down": {"uv": [1.875, 9.75, 1.75, 9.875], "texture": "#5"} + } + }, + { + "from": [5.9, 13.93, 4.3633], + "to": [11.9, 18.03, 13.0333], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5062, 0.1, 7.3422]}, + "faces": { + "north": {"uv": [3, 0, 4.5, 1], "texture": "#5"}, + "east": {"uv": [0, 2.25, 2.125, 3.25], "texture": "#5"}, + "south": {"uv": [3, 1, 4.5, 2], "texture": "#5"}, + "west": {"uv": [2.25, 2.25, 4.375, 3.25], "texture": "#5"}, + "up": {"uv": [1.5, 2.125, 0, 0], "texture": "#5"}, + "down": {"uv": [3, 0, 1.5, 2.125], "texture": "#5"} + } + }, + { + "from": [7.9, 17.93, 7.3633], + "to": [9.9, 19.03, 10.0333], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5062, 0.1, 7.3422]}, + "faces": { + "north": {"uv": [6.5, 0.25, 7, 0.5], "texture": "#5"}, + "east": {"uv": [0, 6.5, 0.625, 6.75], "texture": "#5"}, + "south": {"uv": [6.5, 0.5, 7, 0.75], "texture": "#5"}, + "west": {"uv": [6.5, 0, 7.125, 0.25], "texture": "#5"}, + "up": {"uv": [2, 4.875, 1.5, 4.25], "texture": "#5"}, + "down": {"uv": [2.5, 4.25, 2, 4.875], "texture": "#5"} + } + }, + { + "from": [6.21066, 13.95, 3.61229], + "to": [11.58066, 18.05, 3.61229], + "rotation": {"angle": 0, "axis": "y", "origin": [0.29066, 0.31262, 3.75229]}, + "faces": { + "north": {"uv": [0, 3.25, 1.375, 4.25], "texture": "#5"}, + "east": {"uv": [0, 0, 0, 1], "texture": "#5"}, + "south": {"uv": [1.5, 3.25, 2.875, 4.25], "texture": "#5"}, + "west": {"uv": [0, 0, 0, 1], "texture": "#5"}, + "up": {"uv": [1.375, 0, 0, 0], "texture": "#5"}, + "down": {"uv": [1.375, 0, 0, 0], "texture": "#5"} + } + }, + { + "from": [6.21066, 18.02859, 3.82039], + "to": [11.59066, 18.02859, 4.34039], + "rotation": {"angle": 0, "axis": "x", "origin": [9.21066, 18.02859, 4.32039], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 1.375, 0], "texture": "#5"}, + "east": {"uv": [0, 0, 0.125, 0], "texture": "#5"}, + "south": {"uv": [0, 0, 1.375, 0], "texture": "#5"}, + "west": {"uv": [0, 0, 0.125, 0], "texture": "#5"}, + "up": {"uv": [4.375, 2.125, 3, 2], "texture": "#5"}, + "down": {"uv": [5.875, 0, 4.5, 0.125], "texture": "#5"} + } + }, + { + "from": [7.03906, 13.93, 3.82039], + "to": [10.83906, 13.93, 4.34039], + "rotation": {"angle": 0, "axis": "y", "origin": [9.03906, 18.93, 4.32039], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 1, 0], "texture": "#5"}, + "east": {"uv": [0, 0, 0.125, 0], "texture": "#5"}, + "south": {"uv": [0, 0, 1, 0], "texture": "#5"}, + "west": {"uv": [0, 0, 0.125, 0], "texture": "#5"}, + "up": {"uv": [7.5, 0.875, 6.5, 0.75], "texture": "#5"}, + "down": {"uv": [7.5, 1, 6.5, 1.125], "texture": "#5"} + } + }, + { + "from": [6.00358, 13.93, 4.85595], + "to": [6.00358, 18.03, 5.60595], + "rotation": {"angle": -22.5, "axis": "y", "origin": [9.00358, 18.03, 5.35595], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 0, 1], "texture": "#5"}, + "east": {"uv": [2.5, 4.25, 2.75, 5.25], "texture": "#5"}, + "south": {"uv": [0, 0, 0, 1], "texture": "#5"}, + "west": {"uv": [2.75, 4.25, 3, 5.25], "texture": "#5"}, + "up": {"uv": [0, 0.25, 0, 0], "texture": "#5"}, + "down": {"uv": [0, 0, 0, 0.25], "texture": "#5"} + } + }, + { + "from": [11.79544, 13.93, 4.02793], + "to": [11.79544, 18.03, 4.77793], + "rotation": {"angle": 22.5, "axis": "y", "origin": [10.79544, 18.03, 4.52793], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 0, 1], "texture": "#5"}, + "east": {"uv": [3, 4.25, 3.25, 5.25], "texture": "#5"}, + "south": {"uv": [0, 0, 0, 1], "texture": "#5"}, + "west": {"uv": [3.25, 4.25, 3.5, 5.25], "texture": "#5"}, + "up": {"uv": [0, 0.25, 0, 0], "texture": "#5"}, + "down": {"uv": [0, 0, 0, 0.25], "texture": "#5"} + } + }, + { + "from": [9.02, 18.029, 13.2404], + "to": [12.82, 18.029, 13.7604], + "rotation": {"angle": 0, "axis": "y", "origin": [15.7994, 18.029, 13.7404], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 1, 0], "texture": "#5"}, + "east": {"uv": [0, 0, 0.125, 0], "texture": "#5"}, + "south": {"uv": [0, 0, 1, 0], "texture": "#5"}, + "west": {"uv": [0, 0, 0.125, 0], "texture": "#5"}, + "up": {"uv": [7.5, 1.375, 6.5, 1.25], "texture": "#5"}, + "down": {"uv": [7.5, 1.5, 6.5, 1.625], "texture": "#5"} + } + }, + { + "from": [9.02, 13.93, 13.2404], + "to": [12.82, 13.93, 13.7604], + "rotation": {"angle": 0, "axis": "y", "origin": [15.7994, 18.029, 13.7404], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 1, 0], "texture": "#5"}, + "east": {"uv": [0, 0, 0.125, 0], "texture": "#5"}, + "south": {"uv": [0, 0, 1, 0], "texture": "#5"}, + "west": {"uv": [0, 0, 0.125, 0], "texture": "#5"}, + "up": {"uv": [7.5, 1.875, 6.5, 1.75], "texture": "#5"}, + "down": {"uv": [7.5, 2, 6.5, 2.125], "texture": "#5"} + } + }, + { + "from": [6.10713, 13.93, 11.79065], + "to": [6.10713, 18.03, 12.54065], + "rotation": {"angle": 22.5, "axis": "y", "origin": [9.10713, 11.03, 12.29065], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 0, 1], "texture": "#5"}, + "east": {"uv": [3.5, 4.25, 3.75, 5.25], "texture": "#5"}, + "south": {"uv": [0, 0, 0, 1], "texture": "#5"}, + "west": {"uv": [3.75, 4.25, 4, 5.25], "texture": "#5"}, + "up": {"uv": [0, 0.25, 0, 0], "texture": "#5"}, + "down": {"uv": [0, 0, 0, 0.25], "texture": "#5"} + } + }, + { + "from": [12.52035, 13.93, 14.68974], + "to": [12.52035, 18.03, 15.43974], + "rotation": {"angle": -22.5, "axis": "y", "origin": [16.52035, 11.03, 13.18974], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 0, 1], "texture": "#5"}, + "east": {"uv": [4, 4.25, 4.25, 5.25], "texture": "#5"}, + "south": {"uv": [0, 0, 0, 1], "texture": "#5"}, + "west": {"uv": [4.25, 4.25, 4.5, 5.25], "texture": "#5"}, + "up": {"uv": [0, 0.25, 0, 0], "texture": "#5"}, + "down": {"uv": [0, 0, 0, 0.25], "texture": "#5"} + } + }, + { + "from": [6.21066, 13.95, 13.79], + "to": [11.58066, 18.05, 13.79], + "rotation": {"angle": 0, "axis": "y", "origin": [0.29066, 0.31262, 3.75229]}, + "faces": { + "north": {"uv": [3, 3.25, 4.375, 4.25], "texture": "#5"}, + "east": {"uv": [0, 0, 0, 1], "texture": "#5"}, + "south": {"uv": [0, 4.25, 1.375, 5.25], "texture": "#5"}, + "west": {"uv": [0, 0, 0, 1], "texture": "#5"}, + "up": {"uv": [1.375, 0, 0, 0], "texture": "#5"}, + "down": {"uv": [1.375, 0, 0, 0], "texture": "#5"} + } + } + ], + "display": { + "ground": { + "rotation": [-2.1, 36, -76.66], + "translation": [0, 1, 0] + }, + "gui": { + "rotation": [180, -88.75, 180], + "translation": [0.75, -2, 0], + "scale": [0.77735, 0.77735, 0.77735] + }, + "fixed": { + "rotation": [0, 83.5, 0], + "translation": [0, -1.25, -0.75] + } + }, + "groups": [ + { + "name": "Handle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7] + }, + { + "name": "Top Pommel", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [8, 9, 10, 11, 12, 13, 14, 15] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [16, 17, 18, 19, 20, 21, 22] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [23, 24, 25, 26, 27, 28, 29] + } + ] + }, + { + "name": "Top Pommel 2", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [30, 31, 32, 33, 34, 35, 36] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [37, 38, 39, 40, 41, 42, 43] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [44, 45, 46, 47, 48, 49] + } + ] + }, + { + "name": "Bottom Pommel", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [50, 51, 52, 53, 54, 55, 56, 57] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [58, 59, 60, 61, 62, 63] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [64, 65, 66, 67, 68, 69, 70] + } + ] + }, + { + "name": "Handle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [71, 72, 73, 74, 75, 76, 77, 78] + }, + { + "name": "Top Pommel", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [79, 80, 81, 82, 83, 84, 85, 86] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [87, 88, 89, 90, 91, 92, 93] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [94, 95, 96, 97, 98, 99, 100] + } + ] + }, + { + "name": "Top Pommel 2", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [101, 102, 103, 104, 105, 106, 107] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [108, 109, 110, 111, 112, 113, 114] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [115, 116, 117, 118, 119, 120] + } + ] + }, + { + "name": "Bottom Pommel", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [ + { + "name": "Middle", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [121, 122, 123, 124, 125, 126, 127, 128] + }, + { + "name": "Bottom", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [129, 130, 131, 132, 133, 134] + }, + { + "name": "Lid", + "origin": [6.16471, 0.09995, 7.0319], + "color": 0, + "children": [135, 136, 137, 138, 139, 140, 141] + } + ] + } + ] + }, + { + "name": "connect bit", + "origin": [6.50625, 0.1, 7.34219], + "color": 0, + "children": [142] + } + ] + }, + { + "name": "hammer", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 143, + 144, + { + "name": "outthingone", + "origin": [8, 8, 8], + "color": 0, + "children": [145, 146, 147, 148, 149] + }, + { + "name": "outthingtwo", + "origin": [8, 8, 8], + "color": 0, + "children": [150, 151, 152, 153, 154] + } + ] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/orange_lightsaber.json b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/orange_lightsaber.json new file mode 100644 index 00000000..dbbdaa2b --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/orange_lightsaber.json @@ -0,0 +1,3028 @@ +{ + "credit": "Made by Dunkan", + "textures": { + "0": "armourandtoolsmod:item/lightsaber/orange/texture30", + "1": "armourandtoolsmod:item/lightsaber/orange/texture31", + "2": "armourandtoolsmod:item/lightsaber/orange/texture32", + "6": "armourandtoolsmod:item/lightsaber/orange/texture17", + "7": "armourandtoolsmod:item/lightsaber/orange/texture36", + "9": "armourandtoolsmod:item/lightsaber/orange/orange_stained_glass", + "10": "armourandtoolsmod:item/lightsaber/orange/texture19", + "particle": "armourandtoolsmod:item/lightsaber/orange/orange_stained_glass" + }, + "elements": [ + { + "from": [7.35, 4.275, 8.15], + "to": [8.65, 4.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.45, 3.925, 8.25], + "to": [8.55, 4.075, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.85, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.45, 3.725, 8.25], + "to": [8.55, 3.85, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.625, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.4, 3.525, 8.2], + "to": [8.6, 3.725, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.5, 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.425, 3.2, 8.225], + "to": [8.575, 3.525, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.3, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.45, 2.95, 8.25], + "to": [8.55, 3.2, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [8.55, 2.15, 8.325], + "to": [8.6, 2.8, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [8.55, 2.8, 8.325], + "to": [8.575, 2.95, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [8.55, 2.1, 8.35], + "to": [8.6, 2.15, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [8.55, 2.05, 8.375], + "to": [8.6, 2.1, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [8.55, 2, 8.4], + "to": [8.6, 2.05, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [8.55, 2.125, 8.35], + "to": [8.6, 2.15, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.45, 2.775, 8.25], + "to": [8.55, 2.95, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 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.425, 1.375, 8.225], + "to": [8.575, 2.775, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.55, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.4, -0.75, 8.2], + "to": [8.6, 1.375, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.15, 8]}, + "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.425, -0.825, 8.225], + "to": [8.575, -0.75, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.025, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.45, -0.9, 8.25], + "to": [8.55, -0.825, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.95, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.375, 0.8, 8.175], + "to": [8.625, 1.2, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.375, 0.325, 8.175], + "to": [8.625, 0.725, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.375, -0.15, 8.175], + "to": [8.625, 0.25, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.375, -0.65, 8.175], + "to": [8.625, -0.25, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.475, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.4, 4.275, 8.1], + "to": [8.6, 4.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.5, 3.925, 8.2], + "to": [8.5, 4.075, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.85, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.5, 3.725, 8.2], + "to": [8.5, 3.85, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.625, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.45, 3.525, 8.15], + "to": [8.55, 3.725, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.5, 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.475, 3.2, 8.175], + "to": [8.525, 3.525, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.3, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.5, 2.95, 8.2], + "to": [8.5, 3.2, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.5, 2.775, 8.2], + "to": [8.5, 2.95, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 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.475, 1.375, 8.175], + "to": [8.525, 2.775, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.55, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.45, -0.75, 8.15], + "to": [8.55, 1.375, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.15, 8]}, + "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.475, -0.825, 8.175], + "to": [8.525, -0.75, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.025, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.5, -0.9, 8.2], + "to": [8.5, -0.825, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.95, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.575, -1.05, 8.275], + "to": [8.425, -0.9, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.875, 8]}, + "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.575, -1.175, 8.275], + "to": [8.425, -1.05, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.725, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.425, 0.8, 8.125], + "to": [8.575, 1.2, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.425, 0.325, 8.125], + "to": [8.575, 0.725, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.425, -0.15, 8.125], + "to": [8.575, 0.25, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.425, -0.65, 8.125], + "to": [8.575, -0.25, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.475, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.6, 3.85, 8.3], + "to": [8.4, 4.275, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 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.45, 4.275, 8.05], + "to": [8.55, 4.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.55, 3.925, 8.15], + "to": [8.45, 4.075, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.85, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.55, 3.725, 8.15], + "to": [8.45, 3.85, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.625, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.5, 3.525, 8.1], + "to": [8.5, 3.725, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.5, 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.525, 3.2, 8.125], + "to": [8.475, 3.525, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.3, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.55, 2.95, 8.15], + "to": [8.45, 3.2, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.55, 2.775, 8.15], + "to": [8.45, 2.95, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 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.525, 1.375, 8.125], + "to": [8.475, 2.775, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.55, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.5, -0.75, 8.1], + "to": [8.5, 1.375, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.15, 8]}, + "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.525, -0.825, 8.125], + "to": [8.475, -0.75, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.025, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.55, -0.9, 8.15], + "to": [8.45, -0.825, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.95, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.625, -1.05, 8.225], + "to": [8.375, -0.9, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.875, 8]}, + "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.625, -1.175, 8.225], + "to": [8.375, -1.05, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.725, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.825, -1.25, 8.425], + "to": [8.175, -1.175, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.6, 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.75, -1.3, 8.35], + "to": [8.25, -1.25, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.525, 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.7, -1.3, 8.4], + "to": [8.3, -1.25, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.525, 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.475, 0.8, 8.075], + "to": [8.525, 1.2, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.475, 0.325, 8.075], + "to": [8.525, 0.725, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.475, -0.15, 8.075], + "to": [8.525, 0.25, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.475, -0.65, 8.075], + "to": [8.525, -0.25, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.475, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.65, 3.85, 8.25], + "to": [8.35, 4.275, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 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, 4.275, 8], + "to": [8.5, 4.525, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.6, 3.925, 8.1], + "to": [8.4, 4.075, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.85, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.6, 3.725, 8.1], + "to": [8.4, 3.85, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.625, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.55, 3.525, 8.05], + "to": [8.45, 3.725, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.5, 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.575, 3.2, 8.075], + "to": [8.425, 3.525, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.3, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.6, 2.95, 8.1], + "to": [8.4, 3.2, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.6, 2.775, 8.1], + "to": [8.4, 2.95, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 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.575, 1.375, 8.075], + "to": [8.425, 2.775, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.55, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.55, -0.75, 8.05], + "to": [8.45, 1.375, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.15, 8]}, + "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.575, -0.825, 8.075], + "to": [8.425, -0.75, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.025, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.6, -0.9, 8.1], + "to": [8.4, -0.825, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.95, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.675, -1.05, 8.175], + "to": [8.325, -0.9, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.875, 8]}, + "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.675, -1.175, 8.175], + "to": [8.325, -1.05, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.725, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.875, -1.25, 8.375], + "to": [8.125, -1.175, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.6, 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.8, -1.3, 8.3], + "to": [8.2, -1.25, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.525, 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.525, 0.8, 8.025], + "to": [8.475, 1.2, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.525, 0.325, 8.025], + "to": [8.475, 0.725, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.525, -0.15, 8.025], + "to": [8.475, 0.25, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.525, -0.65, 8.025], + "to": [8.475, -0.25, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.475, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.7, 3.85, 8.2], + "to": [8.3, 4.275, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 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.55, 4.275, 7.95], + "to": [8.45, 4.525, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.65, 3.925, 8.05], + "to": [8.35, 4.075, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.85, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.65, 3.725, 8.05], + "to": [8.35, 3.85, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.625, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.6, 3.525, 8], + "to": [8.4, 3.725, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.5, 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.625, 3.2, 8.025], + "to": [8.375, 3.525, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.3, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.65, 2.95, 8.05], + "to": [8.35, 3.2, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.65, 2.775, 8.05], + "to": [8.35, 2.95, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 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.625, 1.375, 8.025], + "to": [8.375, 2.775, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.55, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.6, -0.75, 8], + "to": [8.4, 1.375, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.15, 8]}, + "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.625, -0.825, 8.025], + "to": [8.375, -0.75, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.025, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.65, -0.9, 8.05], + "to": [8.35, -0.825, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.95, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.725, -1.05, 8.125], + "to": [8.275, -0.9, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.875, 8]}, + "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.725, -1.175, 8.125], + "to": [8.275, -1.05, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.725, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.925, -1.25, 8.325], + "to": [8.075, -1.175, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.6, 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.85, -1.3, 8.25], + "to": [8.15, -1.25, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.525, 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.9, -1.3, 8.2], + "to": [8.1, -1.25, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.525, 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.575, 0.8, 7.975], + "to": [8.425, 1.2, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.575, 0.325, 7.975], + "to": [8.425, 0.725, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.575, -0.15, 7.975], + "to": [8.425, 0.25, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.575, -0.65, 7.975], + "to": [8.425, -0.25, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.475, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.75, 3.85, 8.15], + "to": [8.25, 4.275, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 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.6, 4.275, 7.9], + "to": [8.4, 4.525, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.7, 3.925, 8], + "to": [8.3, 4.075, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.85, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.7, 3.725, 8], + "to": [8.3, 3.85, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.625, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.65, 3.525, 7.95], + "to": [8.35, 3.725, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.5, 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.675, 3.2, 7.975], + "to": [8.325, 3.525, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.3, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.7, 2.95, 8], + "to": [8.3, 3.2, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.7, 2.775, 8], + "to": [8.3, 2.95, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 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.675, 1.375, 7.975], + "to": [8.325, 2.775, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.55, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.65, -0.75, 7.95], + "to": [8.35, 1.375, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.15, 8]}, + "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.675, -0.825, 7.975], + "to": [8.325, -0.75, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.025, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.7, -0.9, 8], + "to": [8.3, -0.825, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.95, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.775, -1.05, 8.075], + "to": [8.225, -0.9, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.875, 8]}, + "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.775, -1.175, 8.075], + "to": [8.225, -1.05, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.725, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.625, 0.8, 7.925], + "to": [8.375, 1.2, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.625, 0.325, 7.925], + "to": [8.375, 0.725, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.625, -0.15, 7.925], + "to": [8.375, 0.25, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.625, -0.65, 7.925], + "to": [8.375, -0.25, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.475, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.8, 3.85, 8.1], + "to": [8.2, 4.275, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.05, 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.65, 4.275, 7.85], + "to": [8.35, 4.525, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.75, 3.925, 7.95], + "to": [8.25, 4.075, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.85, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.75, 3.725, 7.95], + "to": [8.25, 3.85, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.625, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.7, 3.525, 7.9], + "to": [8.3, 3.725, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.5, 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.725, 3.2, 7.925], + "to": [8.275, 3.525, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.3, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.75, 2.95, 7.95], + "to": [8.25, 3.2, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.75, 2.775, 7.95], + "to": [8.25, 2.95, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 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.725, 1.375, 7.925], + "to": [8.275, 2.775, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.55, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.7, -0.75, 7.9], + "to": [8.3, 1.375, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.15, 8]}, + "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.725, -0.825, 7.925], + "to": [8.275, -0.75, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.025, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.75, -0.9, 7.95], + "to": [8.25, -0.825, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.95, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.675, 0.8, 7.875], + "to": [8.325, 1.2, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.675, 0.325, 7.875], + "to": [8.325, 0.725, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.675, -0.15, 7.875], + "to": [8.325, 0.25, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [7.675, -0.65, 7.875], + "to": [8.325, -0.25, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.475, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#10"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#10"} + } + }, + { + "from": [8.45, 2.325, 8.425], + "to": [8.625, 2.575, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8.35, 10.2, 8.475]}, + "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": [8.45, 2.35, 8.4], + "to": [8.625, 2.55, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.35, 10.2, 8.475]}, + "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": [8.45, 2.375, 8.375], + "to": [8.625, 2.525, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8.35, 10.2, 8.475]}, + "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": [8.6, 2.4, 8.4], + "to": [8.65, 2.5, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 10.25, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [8.65, 2.425, 8.425], + "to": [8.675, 2.475, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 10.25, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [8.6, 2.35, 8.45], + "to": [8.65, 2.55, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 10.25, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [8.65, 2.375, 8.475], + "to": [8.675, 2.525, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 10.25, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [8.6, 2.375, 8.425], + "to": [8.65, 2.525, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 10.25, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "from": [8.65, 2.4, 8.45], + "to": [8.675, 2.5, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 10.25, 8.475]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#6"} + } + }, + { + "name": "cube2", + "from": [7.7, 4.45, 8.2], + "to": [8.3, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#7"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.675, 8.2], + "to": [8.3, 22.7, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.65, 8.8], + "to": [8.3, 22.675, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.65, 22.65, 8.2], + "to": [7.7, 22.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.65, 8.15], + "to": [8.3, 22.675, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.65, 8.2], + "to": [8.35, 22.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.6, 8.15], + "to": [8.35, 22.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.35, 22.6, 8.2], + "to": [8.4, 22.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.6, 8.8], + "to": [8.35, 22.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.6, 8.85], + "to": [8.3, 22.65, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.6, 8.8], + "to": [7.7, 22.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.6, 8.2], + "to": [7.65, 22.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.6, 8.15], + "to": [7.7, 22.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.6, 8.1], + "to": [8.3, 22.65, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.525, 8.1], + "to": [8.35, 22.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.525, 8.15], + "to": [8.4, 22.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.525, 8.2], + "to": [8.45, 22.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.525, 8.8], + "to": [8.4, 22.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.525, 8.85], + "to": [8.35, 22.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.525, 8.9], + "to": [8.3, 22.6, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.525, 8.85], + "to": [7.7, 22.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.525, 8.8], + "to": [7.65, 22.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.525, 8.2], + "to": [7.6, 22.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.525, 8.15], + "to": [7.65, 22.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.525, 8.1], + "to": [7.7, 22.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.525, 8.05], + "to": [8.3, 22.6, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.425, 8.8], + "to": [8.45, 22.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.425, 8.85], + "to": [8.4, 22.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.425, 8.9], + "to": [8.35, 22.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.425, 8.95], + "to": [8.3, 22.525, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.425, 8.9], + "to": [7.7, 22.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.425, 8.85], + "to": [7.65, 22.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.425, 8.8], + "to": [7.6, 22.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 22.425, 8.2], + "to": [7.55, 22.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.425, 8.15], + "to": [7.6, 22.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.425, 8.1], + "to": [7.65, 22.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.425, 8.05], + "to": [7.7, 22.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.425, 8], + "to": [8.3, 22.525, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.425, 8.05], + "to": [8.35, 22.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.425, 8.1], + "to": [8.4, 22.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.425, 8.15], + "to": [8.45, 22.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 22.425, 8.2], + "to": [8.5, 22.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 4.45, 8], + "to": [8.35, 22.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 4.45, 8.05], + "to": [8.4, 22.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 4.45, 8.1], + "to": [8.45, 22.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 4.45, 8.15], + "to": [8.5, 22.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.5, 4.45, 8.2], + "to": [8.55, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 4.45, 8.8], + "to": [8.5, 22.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 4.45, 8.85], + "to": [8.45, 22.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 4.45, 8.9], + "to": [8.4, 22.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 4.45, 8.95], + "to": [8.35, 22.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 4.45, 9], + "to": [8.3, 22.425, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 4.45, 8.95], + "to": [7.7, 22.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 4.45, 8.9], + "to": [7.65, 22.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 4.45, 8.85], + "to": [7.6, 22.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 4.45, 8.8], + "to": [7.55, 22.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "rotation": 90, "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.45, 4.45, 8.2], + "to": [7.5, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 4.45, 8.15], + "to": [7.55, 22.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 4.45, 8.1], + "to": [7.6, 22.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 4.45, 8.05], + "to": [7.65, 22.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 4.45, 8], + "to": [7.7, 22.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 4.45, 7.95], + "to": [8.3, 22.425, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [0, -90, 0], + "translation": [0.5, 4.25, 1.5] + }, + "thirdperson_lefthand": { + "rotation": [0, 90, 0], + "translation": [-0.5, 4.25, 1.5] + }, + "firstperson_righthand": { + "rotation": [0, -153.25, 0], + "translation": [0.5, 3.75, 0] + }, + "firstperson_lefthand": { + "rotation": [0, 19.75, 0], + "translation": [0.5, 4, -0.5] + }, + "ground": { + "rotation": [0, 0, 90], + "translation": [0, -3, -0.75] + }, + "gui": { + "rotation": [90, -135, 90], + "translation": [-1, -1.75, 0], + "scale": [0.75, 0.75, 0.75] + }, + "fixed": { + "rotation": [0, 90, 0], + "translation": [-0.5, -3.25, -2.75], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "handle", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "нижня часть", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + { + "name": "середня часть", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "чорна часть", + "origin": [8, 8, 8], + "color": 0, + "children": [] + } + ] + }, + { + "name": "часть з кнопками", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 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 + ] + }, + { + "name": "верхня часть", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + { + "name": "внутріння часть", + "origin": [8, 8, 8], + "color": 0, + "children": [] + } + ] + }, + { + "name": "other", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "кнопка на нижній часті", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + { + "name": "кнопки на верхній часті", + "origin": [8, 8, 8], + "color": 0, + "children": [134, 135, 136] + }, + { + "name": "часть під кнопками", + "origin": [8, 12.225, 8], + "color": 0, + "children": [] + }, + { + "name": "кнопка 1", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + { + "name": "кнопка 2", + "origin": [8.55, 13.05, 8.475], + "color": 0, + "children": [] + }, + { + "name": "кнопка 3", + "origin": [8.55, 13.05, 8.475], + "color": 0, + "children": [137, 138, 139, 140, 141, 142] + } + ] + }, + { + "name": "saber", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "цвєт меча", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + { + "name": "біла часть", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 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 + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/purple_lightsaber.json b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/purple_lightsaber.json new file mode 100644 index 00000000..17159096 --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/purple_lightsaber.json @@ -0,0 +1,4258 @@ +{ + "credit": "Made by Dunkan", + "textures": { + "0": "armourandtoolsmod:item/lightsaber/purple/texture30", + "1": "armourandtoolsmod:item/lightsaber/purple/texture31", + "2": "armourandtoolsmod:item/lightsaber/purple/texture32", + "3": "armourandtoolsmod:item/lightsaber/purple/texture11", + "4": "armourandtoolsmod:item/lightsaber/purple/texture51", + "5": "armourandtoolsmod:item/lightsaber/purple/texture28", + "7": "armourandtoolsmod:item/lightsaber/purple/texture36", + "9": "armourandtoolsmod:item/lightsaber/purple/purple_stained_glass", + "10": "armourandtoolsmod:item/lightsaber/purple/texture63", + "11": "armourandtoolsmod:item/lightsaber/purple/texture6", + "particle": "armourandtoolsmod:item/lightsaber/purple/purple_stained_glass" + }, + "elements": [ + { + "from": [7.6, -0.675, 8.4], + "to": [8.4, 1.1, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.45, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.75, -0.675, 8.25], + "to": [8.25, 1.1, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.45, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.7, -0.675, 8.3], + "to": [8.3, 1.1, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.45, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.8, -0.675, 8.2], + "to": [8.2, 1.1, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.45, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.85, -0.675, 8.15], + "to": [8.15, 1.1, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.45, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.9, -0.675, 8.1], + "to": [8.1, 1.1, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.45, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.65, -0.675, 8.35], + "to": [8.35, 1.1, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.45, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.375, 4.425, 8.175], + "to": [8.625, 4.475, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.375, 4.1, 8.175], + "to": [8.625, 4.15, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.925, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.425, 3.15, 8.225], + "to": [8.575, 3.2, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.425, 2.925, 8.225], + "to": [8.575, 2.975, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.75, 8]}, + "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.425, 2.05, 8.225], + "to": [8.575, 2.1, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.875, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, -1.575, 8.225], + "to": [8.575, -1.125, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.45, 4.375, 8.25], + "to": [8.55, 4.425, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.45, 4.15, 8.25], + "to": [8.55, 4.2, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.5, 3.1, 8.3], + "to": [8.5, 3.15, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.925, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.5, 2.875, 8.3], + "to": [8.5, 2.925, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.7, 8]}, + "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.5, 2, 8.3], + "to": [8.5, 2.05, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.825, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.5, -1.125, 8.3], + "to": [8.5, -1.075, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.7, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 3.05, 8.375], + "to": [8.425, 3.1, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.875, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.575, 2.825, 8.375], + "to": [8.425, 2.875, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.575, 1.95, 8.375], + "to": [8.425, 2, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, -1.075, 8.375], + "to": [8.425, -1.025, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, -1.625, 8.375], + "to": [8.425, -1.575, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 0.75, 8.375], + "to": [8.425, 1.95, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.725, 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.575, 0.05, 8.375], + "to": [8.425, 0.725, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 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.575, -0.65, 8.375], + "to": [8.425, 0.025, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.8, 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.575, -1.025, 8.375], + "to": [8.425, -0.675, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.1, 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.525, 4.2, 8.325], + "to": [8.475, 4.375, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.15, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 4.425, 8.125], + "to": [8.575, 4.475, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 4.1, 8.125], + "to": [8.575, 4.15, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.925, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.475, 3.15, 8.175], + "to": [8.525, 3.2, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.475, 2.925, 8.175], + "to": [8.525, 2.975, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.75, 8]}, + "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.475, 2.05, 8.175], + "to": [8.525, 2.1, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.875, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, -1.575, 8.175], + "to": [8.525, -1.125, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.5, 4.375, 8.2], + "to": [8.5, 4.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.5, 4.15, 8.2], + "to": [8.5, 4.2, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.55, 3.1, 8.25], + "to": [8.45, 3.15, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.925, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.55, 2.875, 8.25], + "to": [8.45, 2.925, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.7, 8]}, + "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.55, 2, 8.25], + "to": [8.45, 2.05, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.825, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.55, -1.125, 8.25], + "to": [8.45, -1.075, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.7, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 3.05, 8.325], + "to": [8.375, 3.1, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.875, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.625, 2.825, 8.325], + "to": [8.375, 2.875, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.625, 1.95, 8.325], + "to": [8.375, 2, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, -1.075, 8.325], + "to": [8.375, -1.025, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, -1.625, 8.325], + "to": [8.375, -1.575, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, -1.725, 8.425], + "to": [8.275, -1.625, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.125, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 0.75, 8.325], + "to": [8.375, 1.95, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.725, 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.625, 0.05, 8.325], + "to": [8.375, 0.725, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 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.625, -0.65, 8.325], + "to": [8.375, 0.025, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.8, 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.625, -1.025, 8.325], + "to": [8.375, -0.675, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.1, 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.575, 4.2, 8.275], + "to": [8.425, 4.375, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.15, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 4.425, 8.075], + "to": [8.525, 4.475, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 4.1, 8.075], + "to": [8.525, 4.15, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.925, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.525, 3.15, 8.125], + "to": [8.475, 3.2, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.525, 2.925, 8.125], + "to": [8.475, 2.975, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.75, 8]}, + "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.525, 2.05, 8.125], + "to": [8.475, 2.1, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.875, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, -1.575, 8.125], + "to": [8.475, -1.125, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.55, 4.375, 8.15], + "to": [8.45, 4.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.55, 4.15, 8.15], + "to": [8.45, 4.2, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.6, 3.1, 8.2], + "to": [8.4, 3.15, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.925, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.6, 2.875, 8.2], + "to": [8.4, 2.925, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.7, 8]}, + "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.6, 2, 8.2], + "to": [8.4, 2.05, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.825, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, -1.125, 8.2], + "to": [8.4, -1.075, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.7, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 3.05, 8.275], + "to": [8.325, 3.1, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.875, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.675, 2.825, 8.275], + "to": [8.325, 2.875, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.675, 1.95, 8.275], + "to": [8.325, 2, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, -1.075, 8.275], + "to": [8.325, -1.025, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, -1.625, 8.275], + "to": [8.325, -1.575, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.775, -1.725, 8.375], + "to": [8.225, -1.625, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.125, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.825, -1.825, 8.425], + "to": [8.175, -1.725, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 0.75, 8.275], + "to": [8.325, 1.95, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.725, 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.675, 0.05, 8.275], + "to": [8.325, 0.725, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 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.675, -0.65, 8.275], + "to": [8.325, 0.025, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.8, 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.675, -1.025, 8.275], + "to": [8.325, -0.675, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.1, 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.625, 4.2, 8.225], + "to": [8.375, 4.375, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.15, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 4.425, 8.025], + "to": [8.475, 4.475, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 4.1, 8.025], + "to": [8.475, 4.15, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.925, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.575, 3.15, 8.075], + "to": [8.425, 3.2, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.575, 2.925, 8.075], + "to": [8.425, 2.975, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.75, 8]}, + "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.575, 2.05, 8.075], + "to": [8.425, 2.1, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.875, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, -1.575, 8.075], + "to": [8.425, -1.125, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, 4.375, 8.1], + "to": [8.4, 4.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, 4.15, 8.1], + "to": [8.4, 4.2, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.65, 3.1, 8.15], + "to": [8.35, 3.15, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.925, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.65, 2.875, 8.15], + "to": [8.35, 2.925, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.7, 8]}, + "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.65, 2, 8.15], + "to": [8.35, 2.05, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.825, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, -1.125, 8.15], + "to": [8.35, -1.075, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.7, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, 3.05, 8.225], + "to": [8.275, 3.1, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.875, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.725, 2.825, 8.225], + "to": [8.275, 2.875, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.725, 1.95, 8.225], + "to": [8.275, 2, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, -1.075, 8.225], + "to": [8.275, -1.025, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, -1.625, 8.225], + "to": [8.275, -1.575, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.825, -1.725, 8.325], + "to": [8.175, -1.625, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.125, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.875, -1.825, 8.375], + "to": [8.125, -1.725, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.925, -1.85, 8.425], + "to": [8.075, -1.825, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, 0.75, 8.225], + "to": [8.275, 1.95, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.725, 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.725, 0.05, 8.225], + "to": [8.275, 0.725, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 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.725, -0.65, 8.225], + "to": [8.275, 0.025, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.8, 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.725, -1.025, 8.225], + "to": [8.275, -0.675, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.1, 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.675, 4.2, 8.175], + "to": [8.325, 4.375, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.15, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 4.425, 7.975], + "to": [8.425, 4.475, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 4.1, 7.975], + "to": [8.425, 4.15, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.925, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.625, 3.15, 8.025], + "to": [8.375, 3.2, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.625, 2.925, 8.025], + "to": [8.375, 2.975, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.75, 8]}, + "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.625, 2.05, 8.025], + "to": [8.375, 2.1, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.875, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, -1.575, 8.025], + "to": [8.375, -1.125, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 4.375, 8.05], + "to": [8.35, 4.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 4.15, 8.05], + "to": [8.35, 4.2, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.7, 3.1, 8.1], + "to": [8.3, 3.15, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.925, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.7, 2.875, 8.1], + "to": [8.3, 2.925, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.7, 8]}, + "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.7, 2, 8.1], + "to": [8.3, 2.05, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.825, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.7, -1.125, 8.1], + "to": [8.3, -1.075, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.7, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.775, 3.05, 8.175], + "to": [8.225, 3.1, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.875, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.775, 2.825, 8.175], + "to": [8.225, 2.875, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.775, 1.95, 8.175], + "to": [8.225, 2, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.775, -1.075, 8.175], + "to": [8.225, -1.025, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.775, -1.625, 8.175], + "to": [8.225, -1.575, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.875, -1.725, 8.275], + "to": [8.125, -1.625, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.125, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.925, -1.825, 8.325], + "to": [8.075, -1.725, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.05, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.775, 0.75, 8.175], + "to": [8.225, 1.95, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.725, 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.775, 0.05, 8.175], + "to": [8.225, 0.725, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 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.775, -0.65, 8.175], + "to": [8.225, 0.025, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.8, 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.775, -1.025, 8.175], + "to": [8.225, -0.675, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.1, 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.725, 4.2, 8.125], + "to": [8.275, 4.375, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.15, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 4.425, 7.925], + "to": [8.375, 4.475, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 4.1, 7.925], + "to": [8.375, 4.15, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.925, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.675, 3.15, 7.975], + "to": [8.325, 3.2, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.675, 2.925, 7.975], + "to": [8.325, 2.975, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.75, 8]}, + "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.675, 2.05, 7.975], + "to": [8.325, 2.1, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.875, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, -1.575, 7.975], + "to": [8.325, -1.125, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.7, 4.375, 8], + "to": [8.3, 4.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.7, 4.15, 8], + "to": [8.3, 4.2, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.75, 3.1, 8.05], + "to": [8.25, 3.15, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.925, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.75, 2.875, 8.05], + "to": [8.25, 2.925, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.7, 8]}, + "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.75, 2, 8.05], + "to": [8.25, 2.05, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.825, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.75, -1.125, 8.05], + "to": [8.25, -1.075, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.7, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.825, 3.05, 8.125], + "to": [8.175, 3.1, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.875, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.825, 2.825, 8.125], + "to": [8.175, 2.875, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.825, 1.95, 8.125], + "to": [8.175, 2, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.825, -1.075, 8.125], + "to": [8.175, -1.025, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.825, -1.625, 8.125], + "to": [8.175, -1.575, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.925, -1.725, 8.225], + "to": [8.075, -1.625, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.125, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.825, 0.75, 8.125], + "to": [8.175, 1.95, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.725, 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.825, 0.05, 8.125], + "to": [8.175, 0.725, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 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.825, -0.65, 8.125], + "to": [8.175, 0.025, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.8, 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.825, -1.025, 8.125], + "to": [8.175, -0.675, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.1, 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.775, 4.2, 8.075], + "to": [8.225, 4.375, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.15, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 4.425, 7.875], + "to": [8.325, 4.475, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.25, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 4.1, 7.875], + "to": [8.325, 4.15, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.925, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.725, 3.15, 7.925], + "to": [8.275, 3.2, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.975, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.725, 2.925, 7.925], + "to": [8.275, 2.975, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.75, 8]}, + "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.725, 2.05, 7.925], + "to": [8.275, 2.1, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.875, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, -1.575, 7.925], + "to": [8.275, -1.125, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.75, 4.375, 7.95], + "to": [8.25, 4.425, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.75, 4.15, 7.95], + "to": [8.25, 4.2, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.8, 3.1, 8], + "to": [8.2, 3.15, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.925, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.8, 2.875, 8], + "to": [8.2, 2.925, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.7, 8]}, + "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.8, 2, 8], + "to": [8.2, 2.05, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.825, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.8, -1.125, 8], + "to": [8.2, -1.075, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.7, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.875, 3.05, 8.075], + "to": [8.125, 3.1, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.875, 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], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.875, 2.825, 8.075], + "to": [8.125, 2.875, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "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.875, 1.95, 8.075], + "to": [8.125, 2, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.875, -1.075, 8.075], + "to": [8.125, -1.025, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.875, -1.625, 8.075], + "to": [8.125, -1.575, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.875, 0.75, 8.075], + "to": [8.125, 1.95, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.725, 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.875, 0.05, 8.075], + "to": [8.125, 0.725, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 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.875, -0.65, 8.075], + "to": [8.125, 0.025, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.8, 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.875, -1.025, 8.075], + "to": [8.125, -0.675, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.1, 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.825, 4.2, 8.025], + "to": [8.175, 4.375, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.15, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.35, 4.475, 8.15], + "to": [7.45, 5.4, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.4, 4.475, 8.8], + "to": [7.5, 5.4, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [7.45, 4.475, 8.85], + "to": [7.55, 5.4, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [7.5, 4.475, 8.9], + "to": [7.6, 5.4, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [7.6, 4.475, 9], + "to": [7.7, 5.4, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [7.55, 4.475, 8.95], + "to": [7.65, 5.4, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [7.65, 4.475, 9.05], + "to": [8.35, 5.4, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.65, 4.025, 7.85], + "to": [8.35, 4.1, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.875, 2.15, 7.85], + "to": [8.35, 4.025, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.9, 2.65, 7.8], + "to": [8.05, 2.825, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.9, 2.35, 7.825], + "to": [8.05, 2.65, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#3"} + } + }, + { + "from": [7.9, 2.175, 7.8], + "to": [8.05, 2.35, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8, 2.275, 7.775], + "to": [8.05, 2.325, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#5"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#5"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#5"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#5"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#5"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#5"} + } + }, + { + "from": [7.9, 2.275, 7.775], + "to": [7.95, 2.325, 7.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#4"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#4"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#4"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#4"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#4"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#4"} + } + }, + { + "from": [7.95, -1.175, 7.875], + "to": [8, -1.125, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "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": [7.95, -1.525, 7.875], + "to": [8, -1.475, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "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": [7.9, -1.55, 7.9], + "to": [8.05, -1.1, 7.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#10"} + } + }, + { + "from": [7.9, 1.875, 8.05], + "to": [8.05, 1.95, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.9, -1.05, 8.05], + "to": [8.05, 1.875, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#10"} + } + }, + { + "from": [7.9, 5.225, 1.85], + "to": [8.05, 5.625, 1.925], + "rotation": {"angle": -45, "axis": "x", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.9, 0.2, 3.325], + "to": [8.05, 0.25, 3.525], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#10"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#10"} + } + }, + { + "from": [7.875, 2.15, 9.1], + "to": [8.35, 4.025, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.7, 3.2, 7.9], + "to": [8.3, 3.275, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.325, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.7, 2.975, 7.9], + "to": [8.3, 3.05, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.1, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.7, 2.1, 7.9], + "to": [8.3, 2.825, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.875, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#3"} + } + }, + { + "from": [7.8, 3.275, 8], + "to": [8.2, 4.025, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "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": [8.3, 4.475, 9], + "to": [8.4, 5.4, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.6, 4.025, 7.9], + "to": [8.4, 4.1, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.325, 2.15, 7.9], + "to": [8.4, 4.025, 7.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.325, 2.15, 9.05], + "to": [8.4, 4.025, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.65, 3.2, 7.95], + "to": [8.35, 3.275, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.325, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.65, 2.975, 7.95], + "to": [8.35, 3.05, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.1, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.65, 2.1, 7.95], + "to": [8.35, 2.825, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.875, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#3"} + } + }, + { + "from": [7.75, 3.275, 8.05], + "to": [8.25, 4.025, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 8]}, + "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": [8.35, 4.475, 8.95], + "to": [8.45, 5.4, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.55, 4.025, 7.95], + "to": [8.45, 4.1, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.375, 2.15, 7.95], + "to": [8.45, 4.025, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.375, 2.15, 9], + "to": [8.45, 4.025, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.6, 3.2, 8], + "to": [8.4, 3.275, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.325, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.6, 2.975, 8], + "to": [8.4, 3.05, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.1, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.6, 2.1, 8], + "to": [8.4, 2.825, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.875, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#3"} + } + }, + { + "from": [7.7, 3.275, 8.1], + "to": [8.3, 4.025, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 8]}, + "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": [8.4, 4.475, 8.9], + "to": [8.5, 5.4, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.5, 4.025, 8], + "to": [8.5, 4.1, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.425, 2.15, 8], + "to": [8.5, 4.025, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.425, 2.15, 8.95], + "to": [8.5, 4.025, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.55, 3.2, 8.05], + "to": [8.45, 3.275, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.325, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.55, 2.975, 8.05], + "to": [8.45, 3.05, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.1, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.55, 2.1, 8.05], + "to": [8.45, 2.825, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.875, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#3"} + } + }, + { + "from": [7.65, 3.275, 8.15], + "to": [8.35, 4.025, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 8]}, + "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": [8.45, 4.475, 8.85], + "to": [8.55, 5.4, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.45, 4.025, 8.05], + "to": [8.55, 4.1, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.5, 2.15, 8.05], + "to": [8.55, 4.025, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.5, 2.15, 8.9], + "to": [8.55, 4.025, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.5, 3.2, 8.1], + "to": [8.5, 3.275, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.325, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.5, 2.975, 8.1], + "to": [8.5, 3.05, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.1, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.5, 2.1, 8.1], + "to": [8.5, 2.825, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.875, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#3"} + } + }, + { + "from": [7.6, 3.275, 8.2], + "to": [8.4, 4.025, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 8]}, + "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": [8.5, 4.475, 8.8], + "to": [8.6, 5.4, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.4, 4.025, 8.1], + "to": [8.6, 4.1, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.55, 2.15, 8.1], + "to": [8.6, 4.025, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.55, 2.15, 8.85], + "to": [8.6, 4.025, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#2"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#2"} + } + }, + { + "from": [7.45, 3.2, 8.15], + "to": [8.55, 3.275, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.325, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.45, 2.975, 8.15], + "to": [8.55, 3.05, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.1, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.45, 2.1, 8.15], + "to": [8.55, 2.825, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.875, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#3"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#3"} + } + }, + { + "from": [7.55, 3.275, 8.25], + "to": [8.45, 4.025, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 8]}, + "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": [8.55, 4.475, 8.15], + "to": [8.65, 5.4, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [7.35, 4.025, 8.15], + "to": [8.65, 4.1, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.575, 2.15, 8.15], + "to": [8.65, 4.025, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [7.4, 3.2, 8.2], + "to": [8.6, 3.275, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.325, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [7.4, 2.975, 8.2], + "to": [8.6, 3.05, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.1, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.4, 2.1, 8.2], + "to": [8.6, 2.825, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.875, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [7.5, 3.275, 8.3], + "to": [8.5, 4.025, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "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": [8.5, 4.475, 8.1], + "to": [8.6, 5.4, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.4, 4.475, 8], + "to": [8.5, 5.4, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.45, 4.475, 8.05], + "to": [8.55, 5.4, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.35, 4.475, 7.95], + "to": [8.45, 5.4, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.3, 4.475, 7.9], + "to": [8.4, 5.4, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [7.65, 4.475, 7.85], + "to": [8.35, 5.4, 7.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.6, 4.475, 7.9], + "to": [7.7, 5.4, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.55, 4.475, 7.95], + "to": [7.65, 5.4, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.5, 4.475, 8], + "to": [7.6, 5.4, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.45, 4.475, 8.05], + "to": [7.55, 5.4, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.4, 4.475, 8.1], + "to": [7.5, 5.4, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.45, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "name": "cube2", + "from": [7.7, 4.45, 8.2], + "to": [8.3, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#7"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.675, 8.2], + "to": [8.3, 22.7, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.65, 8.8], + "to": [8.3, 22.675, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.65, 22.65, 8.2], + "to": [7.7, 22.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.65, 8.15], + "to": [8.3, 22.675, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.65, 8.2], + "to": [8.35, 22.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.6, 8.15], + "to": [8.35, 22.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.35, 22.6, 8.2], + "to": [8.4, 22.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.6, 8.8], + "to": [8.35, 22.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.6, 8.85], + "to": [8.3, 22.65, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.6, 8.8], + "to": [7.7, 22.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.6, 8.2], + "to": [7.65, 22.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.6, 8.15], + "to": [7.7, 22.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.6, 8.1], + "to": [8.3, 22.65, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.525, 8.1], + "to": [8.35, 22.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.525, 8.15], + "to": [8.4, 22.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.525, 8.2], + "to": [8.45, 22.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.525, 8.8], + "to": [8.4, 22.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.525, 8.85], + "to": [8.35, 22.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.525, 8.9], + "to": [8.3, 22.6, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.525, 8.85], + "to": [7.7, 22.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.525, 8.8], + "to": [7.65, 22.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.525, 8.2], + "to": [7.6, 22.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.525, 8.15], + "to": [7.65, 22.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.525, 8.1], + "to": [7.7, 22.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.525, 8.05], + "to": [8.3, 22.6, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.425, 8.8], + "to": [8.45, 22.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.425, 8.85], + "to": [8.4, 22.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.425, 8.9], + "to": [8.35, 22.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.425, 8.95], + "to": [8.3, 22.525, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.425, 8.9], + "to": [7.7, 22.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.425, 8.85], + "to": [7.65, 22.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.425, 8.8], + "to": [7.6, 22.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 22.425, 8.2], + "to": [7.55, 22.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.425, 8.15], + "to": [7.6, 22.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.425, 8.1], + "to": [7.65, 22.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.425, 8.05], + "to": [7.7, 22.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.425, 8], + "to": [8.3, 22.525, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.425, 8.05], + "to": [8.35, 22.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.425, 8.1], + "to": [8.4, 22.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.425, 8.15], + "to": [8.45, 22.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 22.425, 8.2], + "to": [8.5, 22.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 4.45, 8], + "to": [8.35, 22.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 4.45, 8.05], + "to": [8.4, 22.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 4.45, 8.1], + "to": [8.45, 22.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 4.45, 8.15], + "to": [8.5, 22.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.5, 4.45, 8.2], + "to": [8.55, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 4.45, 8.8], + "to": [8.5, 22.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 4.45, 8.85], + "to": [8.45, 22.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 4.45, 8.9], + "to": [8.4, 22.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 4.45, 8.95], + "to": [8.35, 22.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 4.45, 9], + "to": [8.3, 22.425, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 4.45, 8.95], + "to": [7.7, 22.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 4.45, 8.9], + "to": [7.65, 22.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 4.45, 8.85], + "to": [7.6, 22.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 4.45, 8.8], + "to": [7.55, 22.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "rotation": 90, "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.45, 4.45, 8.2], + "to": [7.5, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 4.45, 8.15], + "to": [7.55, 22.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 4.45, 8.1], + "to": [7.6, 22.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 4.45, 8.05], + "to": [7.65, 22.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 4.45, 8], + "to": [7.7, 22.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 4.45, 7.95], + "to": [8.3, 22.425, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [0, -180, 0], + "translation": [0.25, 5, 1.5] + }, + "thirdperson_lefthand": { + "rotation": [0, -180, 0], + "translation": [-0.25, 5, 1.5] + }, + "firstperson_righthand": { + "rotation": [0, 119, 0], + "translation": [0.5, 5.25, 0] + }, + "firstperson_lefthand": { + "rotation": [0, 119, 0], + "translation": [0.5, 5.25, 0] + }, + "ground": { + "rotation": [0, 0, 90], + "translation": [0, -3.25, -0.75] + }, + "gui": { + "rotation": [0, 0, -45], + "translation": [-1.25, -1.5, 0], + "scale": [0.75, 0.75, 0.75] + }, + "fixed": { + "translation": [0, -3.25, -3.5], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "меч", + "origin": [8, 8, 8], + "children": [ + { + "name": "нижня часть", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "середня часть", + "origin": [8, 8, 8], + "children": [ + { + "name": "чорна часть", + "origin": [8, 8, 8], + "children": [0, 1, 2, 3, 4, 5, 6] + } + ] + }, + { + "name": "часть з кнопками", + "origin": [8, 8, 8], + "children": [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] + }, + { + "name": "верхня часть", + "origin": [8, 8, 8], + "children": [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] + }, + { + "name": "внутріння часть", + "origin": [8, 8, 8], + "children": [] + } + ] + }, + { + "name": "мєлкі деталі", + "origin": [8, 8, 8], + "children": [ + { + "name": "кнопка на нижній часті", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "кнопки на верхній часті", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "часть під кнопками", + "origin": [8, 12.225, 8], + "children": [] + }, + { + "name": "кнопка 1", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "кнопка 2", + "origin": [8.55, 13.05, 8.475], + "children": [] + }, + { + "name": "кнопка 3", + "origin": [8.55, 13.05, 8.475], + "children": [] + } + ] + }, + { + "name": "лазер меча", + "origin": [8, 8, 8], + "children": [ + { + "name": "цвєт меча", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "біла часть", + "origin": [8, 8, 8], + "children": [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] + } + ] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/stormbreaker.json b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/stormbreaker.json new file mode 100644 index 00000000..b1dce222 --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/stormbreaker.json @@ -0,0 +1,19455 @@ +{ + "credit": "Made by Dunkan", + "textures": { + "0": "armourandtoolsmod:item/stormbreaker/texture33", + "1": "armourandtoolsmod:item/stormbreaker/texture32", + "2": "armourandtoolsmod:item/stormbreaker/texture34", + "3": "armourandtoolsmod:item/stormbreaker/texture35", + "6": "armourandtoolsmod:item/stormbreaker/texture45", + "7": "armourandtoolsmod:item/stormbreaker/texture46", + "8": "armourandtoolsmod:item/stormbreaker/stripped_oak_log", + "9": "armourandtoolsmod:item/stormbreaker/stripped_oak_log_top", + "particle": "armourandtoolsmod:item/stormbreaker/texture33" + }, + "elements": [ + { + "from": [7.525, 4.625, 6.825], + "to": [8.475, 5.55, 7.275], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [7.525, 5.55, 6.825], + "to": [8.475, 5.7, 6.9], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [7.525, 3.4, 3.525], + "to": [8.475, 3.825, 3.55], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, -3.025, 12.6]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"} + } + }, + { + "from": [7.525, 3.6, 3.55], + "to": [8.475, 3.95, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, -3.025, 12.6]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"} + } + }, + { + "from": [7.525, 3.425, 3.5], + "to": [8.475, 3.825, 3.525], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, -3.025, 12.6]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"} + } + }, + { + "from": [7.525, 3.575, 3.35], + "to": [8.475, 3.75, 3.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, -3.025, 12.6]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"} + } + }, + { + "from": [7.525, 4.625, 7.275], + "to": [8.475, 6.05, 11.1], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [7.575, 4.6, 6.7], + "to": [8.425, 5.725, 6.825], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.575, 6.15, 6.7], + "to": [8.425, 7.625, 6.825], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.575, 6.225, 11.05], + "to": [8.425, 6.9, 11.175], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.575, 5.15, 2.4], + "to": [8.425, 7.075, 2.525], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.625, 4.575, 6.575], + "to": [8.375, 5.725, 6.7], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.625, 6.125, 6.575], + "to": [8.375, 7.65, 6.7], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.625, 6.225, 10.925], + "to": [8.375, 6.925, 11.05], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.625, 5.125, 2.275], + "to": [8.375, 7.1, 2.4], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.675, 4.55, 6.45], + "to": [8.325, 5.725, 6.575], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.675, 6.1, 6.45], + "to": [8.325, 7.675, 6.575], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.675, 6.225, 10.8], + "to": [8.325, 6.95, 10.925], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.675, 5.1, 2.15], + "to": [8.325, 7.125, 2.275], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.825, 4.5, 6.125], + "to": [8.175, 5.725, 6.225], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.825, 6, 6.125], + "to": [8.175, 7.725, 6.225], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.825, 6.225, 10.475], + "to": [8.175, 7, 10.575], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.825, 5.025, 1.825], + "to": [8.175, 7.2, 1.925], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.725, 4.525, 6.325], + "to": [8.275, 5.725, 6.45], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.725, 6.075, 6.325], + "to": [8.275, 7.7, 6.45], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.725, 6.225, 10.675], + "to": [8.275, 6.975, 10.8], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.725, 5.075, 2.025], + "to": [8.275, 7.15, 2.15], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.875, 4.475, 6.05], + "to": [8.125, 5.725, 6.125], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.875, 6, 6.05], + "to": [8.125, 7.75, 6.125], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.875, 6.225, 10.4], + "to": [8.125, 7.025, 10.475], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.875, 5, 1.75], + "to": [8.125, 7.225, 1.825], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.975, 4.45, 5.9], + "to": [8.025, 5.725, 5.975], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.975, 5.975, 5.9], + "to": [8.025, 7.775, 5.975], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.975, 6.225, 10.25], + "to": [8.025, 7.05, 10.325], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.975, 4.975, 1.6], + "to": [8.025, 7.25, 1.675], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.775, 4.5, 6.225], + "to": [8.225, 5.725, 6.325], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.775, 6.025, 6.225], + "to": [8.225, 7.725, 6.325], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.775, 6.225, 10.575], + "to": [8.225, 6.975, 10.675], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.775, 5.05, 1.925], + "to": [8.225, 7.175, 2.025], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.925, 4.45, 5.975], + "to": [8.075, 5.725, 6.05], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.925, 6, 5.975], + "to": [8.075, 7.775, 6.05], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.925, 6.225, 10.325], + "to": [8.075, 7.05, 10.4], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.925, 5, 1.675], + "to": [8.075, 7.225, 1.75], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.525, 5.175, 2.525], + "to": [8.475, 7.05, 5.45], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 17.85, 6.575]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [7.525, 4.325, -1.8], + "to": [8.475, 5.8, 0.05], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, 16.35, 1.9]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [7.525, 5.9, 9.125], + "to": [8.475, 6.95, 10.625], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.7, 10.3]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"} + } + }, + { + "from": [7.525, 7.6, 11.15], + "to": [8.475, 8.55, 13.075], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -3, 12.6]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"} + } + }, + { + "from": [7.525, 8.2, 10.7], + "to": [8.475, 8.55, 11.15], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -3, 12.6]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"} + } + }, + { + "from": [7.525, 7.925, 10.7], + "to": [8.475, 8.2, 10.725], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -3, 12.6]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"} + } + }, + { + "from": [7.525, 7.975, 10.725], + "to": [8.475, 8.2, 10.775], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -3, 12.6]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"} + } + }, + { + "from": [7.525, 8.025, 10.775], + "to": [8.475, 8.15, 10.825], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -3, 12.6]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#3"} + } + }, + { + "from": [7.525, 11.2, 0.275], + "to": [8.475, 11.475, 0.675], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, 16.625, 10.7]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [7.525, 11.4, 0.225], + "to": [8.475, 11.625, 0.3], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, 16.625, 10.7]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [7.525, 11.425, 0.175], + "to": [8.475, 11.6, 0.225], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, 16.625, 10.7]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [6.85, 6.275, 8.2], + "to": [6.975, 6.875, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.4, 14, 15.5]}, + "faces": { + "north": {"uv": [0, 0, 0.625, 1.7], "texture": "#3"}, + "east": {"uv": [0, 0, 0.625, 1.7], "texture": "#3"}, + "south": {"uv": [0, 0, 0.625, 1.7], "texture": "#3"}, + "west": {"uv": [0, 0, 0.625, 1.7], "texture": "#3"}, + "up": {"uv": [0, 0, 0.625, 1.7], "texture": "#3"}, + "down": {"uv": [0, 0, 0.625, 1.7], "texture": "#3"} + } + }, + { + "from": [6.85, 5.175, 8.2], + "to": [6.975, 5.775, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.4, 14, 15.5]}, + "faces": { + "north": {"uv": [0, 0, 0.625, 1.7], "texture": "#3"}, + "east": {"uv": [0, 0, 0.625, 1.7], "texture": "#3"}, + "south": {"uv": [0, 0, 0.625, 1.7], "texture": "#3"}, + "west": {"uv": [0, 0, 0.625, 1.7], "texture": "#3"}, + "up": {"uv": [0, 0, 0.625, 1.7], "texture": "#3"}, + "down": {"uv": [0, 0, 0.625, 1.7], "texture": "#3"} + } + }, + { + "from": [9.025, 6.275, 8.2], + "to": [9.15, 6.875, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.6, 14, 15.5]}, + "faces": { + "north": {"uv": [0.625, 0, 1.25, 1.7], "texture": "#3"}, + "east": {"uv": [0.625, 0, 1.25, 1.7], "texture": "#3"}, + "south": {"uv": [0.625, 0, 1.25, 1.7], "texture": "#3"}, + "west": {"uv": [0.625, 0, 1.25, 1.7], "texture": "#3"}, + "up": {"uv": [0.625, 0, 1.25, 1.7], "texture": "#3"}, + "down": {"uv": [0.625, 0, 1.25, 1.7], "texture": "#3"} + } + }, + { + "from": [9.025, 5.175, 8.2], + "to": [9.15, 5.775, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.6, 14, 15.5]}, + "faces": { + "north": {"uv": [0.625, 0, 1.25, 1.7], "texture": "#3"}, + "east": {"uv": [0.625, 0, 1.25, 1.7], "texture": "#3"}, + "south": {"uv": [0.625, 0, 1.25, 1.7], "texture": "#3"}, + "west": {"uv": [0.625, 0, 1.25, 1.7], "texture": "#3"}, + "up": {"uv": [0.625, 0, 1.25, 1.7], "texture": "#3"}, + "down": {"uv": [0.625, 0, 1.25, 1.7], "texture": "#3"} + } + }, + { + "from": [6.9, 6.275, 7.5], + "to": [7.15, 6.875, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [15.4, 14, 15.5]}, + "faces": { + "north": {"uv": [0, 0, 0.7, 1.7], "texture": "#3"}, + "east": {"uv": [0, 0, 0.7, 1.7], "texture": "#3"}, + "south": {"uv": [0, 0, 0.7, 1.7], "texture": "#3"}, + "west": {"uv": [0, 0, 0.7, 1.7], "texture": "#3"}, + "up": {"uv": [0, 0, 0.7, 1.7], "texture": "#3"}, + "down": {"uv": [0, 0, 0.7, 1.7], "texture": "#3"} + } + }, + { + "from": [6.9, 5.175, 7.5], + "to": [7.15, 5.775, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [15.4, 14, 15.5]}, + "faces": { + "north": {"uv": [0, 0, 0.7, 1.7], "texture": "#3"}, + "east": {"uv": [0, 0, 0.7, 1.7], "texture": "#3"}, + "south": {"uv": [0, 0, 0.7, 1.7], "texture": "#3"}, + "west": {"uv": [0, 0, 0.7, 1.7], "texture": "#3"}, + "up": {"uv": [0, 0, 0.7, 1.7], "texture": "#3"}, + "down": {"uv": [0, 0, 0.7, 1.7], "texture": "#3"} + } + }, + { + "from": [8.85, 6.275, 7.5], + "to": [9.1, 6.875, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0.6, 14, 15.5]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 1.7], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 1.7], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 1.7], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 1.7], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 1.7], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 1.7], "texture": "#3"} + } + }, + { + "from": [8.85, 5.175, 7.5], + "to": [9.1, 5.775, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0.6, 14, 15.5]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 1.7], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 1.7], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 1.7], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 1.7], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 1.7], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 1.7], "texture": "#3"} + } + }, + { + "from": [9.925, -1.425, 7.5], + "to": [10.125, -1.075, 8.2], + "rotation": {"angle": -45, "axis": "z", "origin": [18.425, 6.375, 15.5]}, + "faces": { + "north": {"uv": [0, 0, 0.7, 0.35], "texture": "#3"}, + "east": {"uv": [0, 0, 0.7, 0.35], "texture": "#3"}, + "south": {"uv": [0, 0, 0.7, 0.35], "texture": "#3"}, + "west": {"uv": [0, 0, 0.7, 0.35], "texture": "#3"}, + "up": {"uv": [0, 0, 0.7, 0.35], "texture": "#3"}, + "down": {"uv": [0, 0, 0.7, 0.35], "texture": "#3"} + } + }, + { + "from": [5.725, -1.425, 7.5], + "to": [6.075, -1.075, 8.2], + "rotation": {"angle": 45, "axis": "z", "origin": [-2.425, 6.375, 15.5]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 0.35], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 0.35], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 0.35], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 0.35], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 0.35], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 0.35], "texture": "#3"} + } + }, + { + "from": [9.925, 13.125, 7.5], + "to": [10.175, 13.475, 8.2], + "rotation": {"angle": 45, "axis": "z", "origin": [18.425, 5.675, 15.5]}, + "faces": { + "north": {"uv": [0, 0.35, 0.7, 0.7], "texture": "#3"}, + "east": {"uv": [0, 0.35, 0.7, 0.7], "texture": "#3"}, + "south": {"uv": [0, 0.35, 0.7, 0.7], "texture": "#3"}, + "west": {"uv": [0, 0.35, 0.7, 0.7], "texture": "#3"}, + "up": {"uv": [0, 0.35, 0.7, 0.7], "texture": "#3"}, + "down": {"uv": [0, 0.35, 0.7, 0.7], "texture": "#3"} + } + }, + { + "from": [5.8, 13.125, 7.5], + "to": [6.075, 13.475, 8.2], + "rotation": {"angle": -45, "axis": "z", "origin": [-2.425, 5.675, 15.5]}, + "faces": { + "north": {"uv": [0.7, 0.35, 1.4, 0.7], "texture": "#3"}, + "east": {"uv": [0.7, 0.35, 1.4, 0.7], "texture": "#3"}, + "south": {"uv": [0.7, 0.35, 1.4, 0.7], "texture": "#3"}, + "west": {"uv": [0.7, 0.35, 1.4, 0.7], "texture": "#3"}, + "up": {"uv": [0.7, 0.35, 1.4, 0.7], "texture": "#3"}, + "down": {"uv": [0.7, 0.35, 1.4, 0.7], "texture": "#3"} + } + }, + { + "from": [9.925, -1.45, 8.2], + "to": [10.05, -1.025, 8.625], + "rotation": {"angle": -45, "axis": "z", "origin": [18.425, 6.425, 16.2]}, + "faces": { + "north": {"uv": [0, 0, 0.625, 0.425], "texture": "#3"}, + "east": {"uv": [0, 0, 0.625, 0.425], "texture": "#3"}, + "south": {"uv": [0, 0, 0.625, 0.425], "texture": "#3"}, + "west": {"uv": [0, 0, 0.625, 0.425], "texture": "#3"}, + "up": {"uv": [0, 0, 0.625, 0.425], "texture": "#3"}, + "down": {"uv": [0, 0, 0.625, 0.425], "texture": "#3"} + } + }, + { + "from": [5.95, -1.45, 8.2], + "to": [6.075, -1.025, 8.625], + "rotation": {"angle": 45, "axis": "z", "origin": [-2.425, 6.425, 16.2]}, + "faces": { + "north": {"uv": [0.625, 0, 1.25, 0.425], "texture": "#3"}, + "east": {"uv": [0.625, 0, 1.25, 0.425], "texture": "#3"}, + "south": {"uv": [0.625, 0, 1.25, 0.425], "texture": "#3"}, + "west": {"uv": [0.625, 0, 1.25, 0.425], "texture": "#3"}, + "up": {"uv": [0.625, 0, 1.25, 0.425], "texture": "#3"}, + "down": {"uv": [0.625, 0, 1.25, 0.425], "texture": "#3"} + } + }, + { + "from": [9.925, 13.075, 8.2], + "to": [10.05, 13.5, 8.625], + "rotation": {"angle": 45, "axis": "z", "origin": [18.425, 5.625, 16.2]}, + "faces": { + "north": {"uv": [0, 0.425, 0.625, 0.85], "texture": "#3"}, + "east": {"uv": [0, 0.425, 0.625, 0.85], "texture": "#3"}, + "south": {"uv": [0, 0.425, 0.625, 0.85], "texture": "#3"}, + "west": {"uv": [0, 0.425, 0.625, 0.85], "texture": "#3"}, + "up": {"uv": [0, 0.425, 0.625, 0.85], "texture": "#3"}, + "down": {"uv": [0, 0.425, 0.625, 0.85], "texture": "#3"} + } + }, + { + "from": [5.95, 13.075, 8.2], + "to": [6.075, 13.5, 8.625], + "rotation": {"angle": -45, "axis": "z", "origin": [-2.425, 5.625, 16.2]}, + "faces": { + "north": {"uv": [0.625, 0.425, 1.25, 0.85], "texture": "#3"}, + "east": {"uv": [0.625, 0.425, 1.25, 0.85], "texture": "#3"}, + "south": {"uv": [0.625, 0.425, 1.25, 0.85], "texture": "#3"}, + "west": {"uv": [0.625, 0.425, 1.25, 0.85], "texture": "#3"}, + "up": {"uv": [0.625, 0.425, 1.25, 0.85], "texture": "#3"}, + "down": {"uv": [0.625, 0.425, 1.25, 0.85], "texture": "#3"} + } + }, + { + "from": [9.925, -1.475, 8.625], + "to": [10.05, -0.975, 9.075], + "rotation": {"angle": -45, "axis": "z", "origin": [18.425, 6.475, 16.625]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 0.5], "texture": "#3"}, + "east": {"uv": [0, 0, 0.65, 0.5], "texture": "#3"}, + "south": {"uv": [0, 0, 0.65, 0.5], "texture": "#3"}, + "west": {"uv": [0, 0, 0.65, 0.5], "texture": "#3"}, + "up": {"uv": [0, 0, 0.65, 0.5], "texture": "#3"}, + "down": {"uv": [0, 0, 0.65, 0.5], "texture": "#3"} + } + }, + { + "from": [5.95, -1.475, 8.625], + "to": [6.075, -0.975, 9.075], + "rotation": {"angle": 45, "axis": "z", "origin": [-2.425, 6.475, 16.625]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 0.5], "texture": "#3"}, + "east": {"uv": [0.65, 0, 1.3, 0.5], "texture": "#3"}, + "south": {"uv": [0.65, 0, 1.3, 0.5], "texture": "#3"}, + "west": {"uv": [0.65, 0, 1.3, 0.5], "texture": "#3"}, + "up": {"uv": [0.65, 0, 1.3, 0.5], "texture": "#3"}, + "down": {"uv": [0.65, 0, 1.3, 0.5], "texture": "#3"} + } + }, + { + "from": [9.925, 13.025, 8.625], + "to": [10.05, 13.525, 9.075], + "rotation": {"angle": 45, "axis": "z", "origin": [18.425, 5.575, 16.625]}, + "faces": { + "north": {"uv": [0, 0.5, 0.65, 1], "texture": "#3"}, + "east": {"uv": [0, 0.5, 0.65, 1], "texture": "#3"}, + "south": {"uv": [0, 0.5, 0.65, 1], "texture": "#3"}, + "west": {"uv": [0, 0.5, 0.65, 1], "texture": "#3"}, + "up": {"uv": [0, 0.5, 0.65, 1], "texture": "#3"}, + "down": {"uv": [0, 0.5, 0.65, 1], "texture": "#3"} + } + }, + { + "from": [5.95, 13.025, 8.625], + "to": [6.075, 13.525, 9.075], + "rotation": {"angle": -45, "axis": "z", "origin": [-2.425, 5.575, 16.625]}, + "faces": { + "north": {"uv": [0.65, 0.5, 1.3, 1], "texture": "#3"}, + "east": {"uv": [0.65, 0.5, 1.3, 1], "texture": "#3"}, + "south": {"uv": [0.65, 0.5, 1.3, 1], "texture": "#3"}, + "west": {"uv": [0.65, 0.5, 1.3, 1], "texture": "#3"}, + "up": {"uv": [0.65, 0.5, 1.3, 1], "texture": "#3"}, + "down": {"uv": [0.65, 0.5, 1.3, 1], "texture": "#3"} + } + }, + { + "from": [9.925, -1.475, 9.075], + "to": [10.05, -0.925, 9.55], + "rotation": {"angle": -45, "axis": "z", "origin": [18.425, 6.525, 17.075]}, + "faces": { + "north": {"uv": [0, 0, 0.675, 0.55], "texture": "#3"}, + "east": {"uv": [0, 0, 0.675, 0.55], "texture": "#3"}, + "south": {"uv": [0, 0, 0.675, 0.55], "texture": "#3"}, + "west": {"uv": [0, 0, 0.675, 0.55], "texture": "#3"}, + "up": {"uv": [0, 0, 0.675, 0.55], "texture": "#3"}, + "down": {"uv": [0, 0, 0.675, 0.55], "texture": "#3"} + } + }, + { + "from": [5.95, -1.475, 9.075], + "to": [6.075, -0.925, 9.55], + "rotation": {"angle": 45, "axis": "z", "origin": [-2.425, 6.525, 17.075]}, + "faces": { + "north": {"uv": [0.675, 0, 1.35, 0.55], "texture": "#3"}, + "east": {"uv": [0.675, 0, 1.35, 0.55], "texture": "#3"}, + "south": {"uv": [0.675, 0, 1.35, 0.55], "texture": "#3"}, + "west": {"uv": [0.675, 0, 1.35, 0.55], "texture": "#3"}, + "up": {"uv": [0.675, 0, 1.35, 0.55], "texture": "#3"}, + "down": {"uv": [0.675, 0, 1.35, 0.55], "texture": "#3"} + } + }, + { + "from": [9.925, 12.975, 9.075], + "to": [10.05, 13.525, 9.55], + "rotation": {"angle": 45, "axis": "z", "origin": [18.425, 5.525, 17.075]}, + "faces": { + "north": {"uv": [0, 0.55, 0.675, 1.1], "texture": "#3"}, + "east": {"uv": [0, 0.55, 0.675, 1.1], "texture": "#3"}, + "south": {"uv": [0, 0.55, 0.675, 1.1], "texture": "#3"}, + "west": {"uv": [0, 0.55, 0.675, 1.1], "texture": "#3"}, + "up": {"uv": [0, 0.55, 0.675, 1.1], "texture": "#3"}, + "down": {"uv": [0, 0.55, 0.675, 1.1], "texture": "#3"} + } + }, + { + "from": [5.95, 12.975, 9.075], + "to": [6.075, 13.525, 9.55], + "rotation": {"angle": -45, "axis": "z", "origin": [-2.425, 5.525, 17.075]}, + "faces": { + "north": {"uv": [0.675, 0.55, 1.35, 1.1], "texture": "#3"}, + "east": {"uv": [0.675, 0.55, 1.35, 1.1], "texture": "#3"}, + "south": {"uv": [0.675, 0.55, 1.35, 1.1], "texture": "#3"}, + "west": {"uv": [0.675, 0.55, 1.35, 1.1], "texture": "#3"}, + "up": {"uv": [0.675, 0.55, 1.35, 1.1], "texture": "#3"}, + "down": {"uv": [0.675, 0.55, 1.35, 1.1], "texture": "#3"} + } + }, + { + "from": [9.925, -1.525, 10.025], + "to": [10.45, -0.825, 10.475], + "rotation": {"angle": -45, "axis": "z", "origin": [18.425, 6.625, 17.15]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 0.7], "texture": "#3"}, + "east": {"uv": [0, 0, 0.65, 0.7], "texture": "#3"}, + "south": {"uv": [0, 0, 0.65, 0.7], "texture": "#3"}, + "west": {"uv": [0, 0, 0.65, 0.7], "texture": "#3"}, + "up": {"uv": [0, 0, 0.65, 0.7], "texture": "#3"}, + "down": {"uv": [0, 0, 0.65, 0.7], "texture": "#3"} + } + }, + { + "from": [5.575, -1.525, 10.025], + "to": [6.075, -0.825, 10.475], + "rotation": {"angle": 45, "axis": "z", "origin": [-2.425, 6.625, 17.15]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 0.7], "texture": "#3"}, + "east": {"uv": [0.65, 0, 1.3, 0.7], "texture": "#3"}, + "south": {"uv": [0.65, 0, 1.3, 0.7], "texture": "#3"}, + "west": {"uv": [0.65, 0, 1.3, 0.7], "texture": "#3"}, + "up": {"uv": [0.65, 0, 1.3, 0.7], "texture": "#3"}, + "down": {"uv": [0.65, 0, 1.3, 0.7], "texture": "#3"} + } + }, + { + "from": [9.925, 12.875, 10.025], + "to": [10.375, 13.575, 10.475], + "rotation": {"angle": 45, "axis": "z", "origin": [18.425, 5.425, 17.15]}, + "faces": { + "north": {"uv": [0, 0.7, 0.65, 1.4], "texture": "#3"}, + "east": {"uv": [0, 0.7, 0.65, 1.4], "texture": "#3"}, + "south": {"uv": [0, 0.7, 0.65, 1.4], "texture": "#3"}, + "west": {"uv": [0, 0.7, 0.65, 1.4], "texture": "#3"}, + "up": {"uv": [0, 0.7, 0.65, 1.4], "texture": "#3"}, + "down": {"uv": [0, 0.7, 0.65, 1.4], "texture": "#3"} + } + }, + { + "from": [5.55, 12.875, 10.025], + "to": [6.075, 13.575, 10.475], + "rotation": {"angle": -45, "axis": "z", "origin": [-2.425, 5.425, 17.15]}, + "faces": { + "north": {"uv": [0.65, 0.7, 1.3, 1.4], "texture": "#3"}, + "east": {"uv": [0.65, 0.7, 1.3, 1.4], "texture": "#3"}, + "south": {"uv": [0.65, 0.7, 1.3, 1.4], "texture": "#3"}, + "west": {"uv": [0.65, 0.7, 1.3, 1.4], "texture": "#3"}, + "up": {"uv": [0.65, 0.7, 1.3, 1.4], "texture": "#3"}, + "down": {"uv": [0.65, 0.7, 1.3, 1.4], "texture": "#3"} + } + }, + { + "from": [9.925, -1.5, 9.55], + "to": [10.05, -0.875, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [18.425, 6.575, 17.55]}, + "faces": { + "north": {"uv": [0, 0, 0.675, 0.625], "texture": "#3"}, + "east": {"uv": [0, 0, 0.675, 0.625], "texture": "#3"}, + "south": {"uv": [0, 0, 0.675, 0.625], "texture": "#3"}, + "west": {"uv": [0, 0, 0.675, 0.625], "texture": "#3"}, + "up": {"uv": [0, 0, 0.675, 0.625], "texture": "#3"}, + "down": {"uv": [0, 0, 0.675, 0.625], "texture": "#3"} + } + }, + { + "from": [5.95, -1.5, 9.55], + "to": [6.075, -0.875, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [-2.425, 6.575, 17.55]}, + "faces": { + "north": {"uv": [0.675, 0, 1.35, 0.625], "texture": "#3"}, + "east": {"uv": [0.675, 0, 1.35, 0.625], "texture": "#3"}, + "south": {"uv": [0.675, 0, 1.35, 0.625], "texture": "#3"}, + "west": {"uv": [0.675, 0, 1.35, 0.625], "texture": "#3"}, + "up": {"uv": [0.675, 0, 1.35, 0.625], "texture": "#3"}, + "down": {"uv": [0.675, 0, 1.35, 0.625], "texture": "#3"} + } + }, + { + "from": [9.925, 12.925, 9.55], + "to": [10.05, 13.55, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [18.425, 5.475, 17.55]}, + "faces": { + "north": {"uv": [0, 0.625, 0.675, 1.25], "texture": "#3"}, + "east": {"uv": [0, 0.625, 0.675, 1.25], "texture": "#3"}, + "south": {"uv": [0, 0.625, 0.675, 1.25], "texture": "#3"}, + "west": {"uv": [0, 0.625, 0.675, 1.25], "texture": "#3"}, + "up": {"uv": [0, 0.625, 0.675, 1.25], "texture": "#3"}, + "down": {"uv": [0, 0.625, 0.675, 1.25], "texture": "#3"} + } + }, + { + "from": [5.95, 12.925, 9.55], + "to": [6.075, 13.55, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [-2.425, 5.475, 17.55]}, + "faces": { + "north": {"uv": [0.675, 0.625, 1.35, 1.25], "texture": "#3"}, + "east": {"uv": [0.675, 0.625, 1.35, 1.25], "texture": "#3"}, + "south": {"uv": [0.675, 0.625, 1.35, 1.25], "texture": "#3"}, + "west": {"uv": [0.675, 0.625, 1.35, 1.25], "texture": "#3"}, + "up": {"uv": [0.675, 0.625, 1.35, 1.25], "texture": "#3"}, + "down": {"uv": [0.675, 0.625, 1.35, 1.25], "texture": "#3"} + } + }, + { + "from": [7.15, 4.925, 7.5], + "to": [7.575, 7.125, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 15.5]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [7.65, 4.925, 7.5], + "to": [8.35, 7.125, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 15.5]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [8.425, 4.925, 7.5], + "to": [8.85, 7.125, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 15.5]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [7.15, 4.875, 8.2], + "to": [7.575, 7.175, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 16.2]}, + "faces": { + "north": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "east": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "south": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "west": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "up": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "down": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"} + } + }, + { + "from": [8.425, 4.875, 8.2], + "to": [8.85, 7.175, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.85, 14, 16.2]}, + "faces": { + "north": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "east": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "south": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "west": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "up": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "down": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"} + } + }, + { + "from": [10.925, 4.875, 10.5], + "to": [11.175, 7.175, 10.95], + "rotation": {"angle": 22.5, "axis": "y", "origin": [3.625, 14, 18.525]}, + "faces": { + "north": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "east": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "south": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "west": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "up": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "down": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"} + } + }, + { + "from": [4.825, 4.875, 10.5], + "to": [5.075, 7.175, 10.95], + "rotation": {"angle": -22.5, "axis": "y", "origin": [12.375, 14, 18.525]}, + "faces": { + "north": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "east": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "south": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "west": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "up": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "down": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"} + } + }, + { + "from": [11.25, 4.875, 10.65], + "to": [11.375, 7.175, 10.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [3.625, 14, 18.525]}, + "faces": { + "north": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "east": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "south": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "west": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "up": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "down": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"} + } + }, + { + "from": [4.625, 4.875, 10.65], + "to": [4.75, 7.175, 10.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [12.375, 14, 18.525]}, + "faces": { + "north": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "east": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "south": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "west": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "up": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"}, + "down": {"uv": [1.25, 0, 0.625, 2.3], "texture": "#3"} + } + }, + { + "from": [7.775, 4.875, 8.2], + "to": [8.225, 7.175, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.675, 14, 16.2]}, + "faces": { + "north": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "east": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "south": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "west": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "up": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "down": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"} + } + }, + { + "from": [7.65, 4.875, 8.2], + "to": [8.35, 7.175, 8.325], + "rotation": {"angle": 0, "axis": "y", "origin": [0.675, 14, 16.2]}, + "faces": { + "north": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "east": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "south": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "west": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "up": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"}, + "down": {"uv": [0.625, 0, 1.25, 2.3], "texture": "#3"} + } + }, + { + "from": [7.15, 4.825, 8.625], + "to": [7.7, 7.225, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 16.625]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "east": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "south": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "west": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "up": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "down": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"} + } + }, + { + "from": [7.775, 4.825, 8.625], + "to": [8.225, 7.225, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [0.675, 14, 16.625]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "east": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "south": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "west": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "up": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "down": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"} + } + }, + { + "from": [8.3, 4.825, 8.625], + "to": [8.85, 7.225, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 16.625]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "east": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "south": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "west": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "up": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"}, + "down": {"uv": [0.65, 0, 1.3, 2.4], "texture": "#3"} + } + }, + { + "from": [7.15, 4.775, 9.075], + "to": [7.7, 7.275, 9.55], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.05]}, + "faces": { + "north": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "east": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "south": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "west": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "up": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "down": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"} + } + }, + { + "from": [7.775, 4.775, 9.075], + "to": [8.225, 7.275, 9.55], + "rotation": {"angle": 0, "axis": "y", "origin": [0.675, 14, 17.05]}, + "faces": { + "north": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "east": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "south": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "west": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "up": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "down": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"} + } + }, + { + "from": [8.3, 4.775, 9.075], + "to": [8.85, 7.275, 9.55], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.05]}, + "faces": { + "north": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "east": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "south": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "west": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "up": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"}, + "down": {"uv": [0.675, 0, 1.35, 2.5], "texture": "#3"} + } + }, + { + "from": [7.15, 4.675, 10.025], + "to": [7.7, 7.375, 10.475], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.175]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "east": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "south": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "west": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "up": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "down": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"} + } + }, + { + "from": [8.3, 4.675, 10.025], + "to": [8.85, 7.375, 10.475], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.175]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "east": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "south": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "west": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "up": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "down": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"} + } + }, + { + "from": [7.775, 4.675, 10.025], + "to": [8.225, 7.375, 10.475], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.175]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "east": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "south": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "west": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "up": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"}, + "down": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#3"} + } + }, + { + "from": [7.15, 4.725, 9.55], + "to": [7.7, 7.325, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.575]}, + "faces": { + "north": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "east": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "south": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "west": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "up": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "down": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"} + } + }, + { + "from": [7.775, 4.725, 9.55], + "to": [8.225, 7.325, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [0.775, 14, 17.575]}, + "faces": { + "north": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "east": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "south": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "west": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "up": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "down": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"} + } + }, + { + "from": [8.3, 4.725, 9.55], + "to": [8.85, 7.325, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.575]}, + "faces": { + "north": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "east": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "south": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "west": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "up": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"}, + "down": {"uv": [0.675, 0, 1.35, 2.6], "texture": "#3"} + } + }, + { + "from": [6.75, 6.275, 9.075], + "to": [6.875, 6.875, 9.55], + "rotation": {"angle": 0, "axis": "y", "origin": [15.4, 14, 16.425]}, + "faces": { + "north": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "east": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "south": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "west": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "up": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "down": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"} + } + }, + { + "from": [6.75, 5.175, 9.075], + "to": [6.875, 5.775, 9.55], + "rotation": {"angle": 0, "axis": "y", "origin": [15.4, 14, 16.425]}, + "faces": { + "north": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "east": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "south": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "west": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "up": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "down": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"} + } + }, + { + "from": [9.125, 6.275, 9.075], + "to": [9.25, 6.875, 9.55], + "rotation": {"angle": 0, "axis": "y", "origin": [0.6, 14, 16.425]}, + "faces": { + "north": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "east": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "south": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "west": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "up": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "down": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"} + } + }, + { + "from": [9.125, 5.175, 9.075], + "to": [9.25, 5.775, 9.55], + "rotation": {"angle": 0, "axis": "y", "origin": [0.6, 14, 16.425]}, + "faces": { + "north": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "east": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "south": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "west": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "up": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "down": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"} + } + }, + { + "from": [6.8, 6.275, 8.625], + "to": [6.925, 6.875, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.4, 14, 16.625]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"} + } + }, + { + "from": [6.8, 5.175, 8.625], + "to": [6.925, 5.775, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.4, 14, 16.625]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"} + } + }, + { + "from": [9.075, 6.275, 8.625], + "to": [9.2, 6.875, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [0.6, 14, 16.625]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "east": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "south": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "west": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "up": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "down": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"} + } + }, + { + "from": [9.075, 5.175, 8.625], + "to": [9.2, 5.775, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [0.6, 14, 16.625]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "east": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "south": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "west": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "up": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "down": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"} + } + }, + { + "from": [6.65, 6.275, 10.025], + "to": [7.15, 6.875, 10.475], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.15]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"} + } + }, + { + "from": [6.65, 5.175, 10.025], + "to": [7.15, 5.775, 10.475], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.15]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#3"} + } + }, + { + "from": [8.85, 6.275, 10.025], + "to": [9.35, 6.875, 10.475], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 17.15]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "east": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "south": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "west": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "up": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "down": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"} + } + }, + { + "from": [8.85, 5.175, 10.025], + "to": [9.35, 5.775, 10.475], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 17.15]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "east": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "south": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "west": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "up": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"}, + "down": {"uv": [0.65, 0, 1.3, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 6.275, 9.55], + "to": [6.825, 6.875, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [15.4, 14, 17.55]}, + "faces": { + "north": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "east": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "south": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "west": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "up": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "down": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 5.175, 9.55], + "to": [6.825, 5.775, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [15.4, 14, 17.55]}, + "faces": { + "north": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "east": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "south": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "west": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "up": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"}, + "down": {"uv": [0, 0, 0.675, 1.7], "texture": "#3"} + } + }, + { + "from": [9.175, 6.275, 9.55], + "to": [9.3, 6.875, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [0.6, 14, 17.55]}, + "faces": { + "north": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "east": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "south": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "west": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "up": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "down": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"} + } + }, + { + "from": [9.175, 5.175, 9.55], + "to": [9.3, 5.775, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [0.6, 14, 17.55]}, + "faces": { + "north": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "east": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "south": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "west": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "up": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"}, + "down": {"uv": [0.675, 0, 1.35, 1.7], "texture": "#3"} + } + }, + { + "from": [6.75, 5.175, 10.875], + "to": [7.15, 6.875, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 18.2]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [8.85, 5.175, 10.875], + "to": [9.25, 6.875, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 18.2]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [6.8, 5.175, 11], + "to": [7.15, 6.875, 11.125], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 18.325]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [8.85, 5.175, 11], + "to": [9.2, 6.875, 11.125], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 18.325]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [8.85, 5.175, 11], + "to": [9.2, 6.875, 11.125], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 18.325]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 6.125, 10.75], + "to": [7.15, 6.875, 10.875], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 18.075]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [8.85, 6.125, 10.75], + "to": [9.3, 6.875, 10.875], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 18.075]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 6.125, 10.75], + "to": [7.15, 6.875, 10.875], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 18.075]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 5.175, 10.75], + "to": [7.15, 5.925, 10.875], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 18.075]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [8.85, 5.175, 10.75], + "to": [9.3, 5.925, 10.875], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 18.075]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 5.175, 10.75], + "to": [7.15, 5.925, 10.875], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 18.075]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [6.65, 6.125, 10.625], + "to": [7.15, 6.875, 10.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [8.85, 6.125, 10.625], + "to": [9.35, 6.875, 10.75], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 17.95]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [6.65, 6.125, 10.625], + "to": [7.15, 6.875, 10.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [6.65, 6.1, 10.7], + "to": [7.15, 6.125, 10.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [8.85, 6.1, 10.7], + "to": [9.35, 6.125, 10.75], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 17.95]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [6.65, 6.1, 10.7], + "to": [7.15, 6.125, 10.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 6.075, 10.75], + "to": [7.2, 6.125, 10.8], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [8.8, 6.075, 10.75], + "to": [9.3, 6.125, 10.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 17.95]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 6.075, 10.75], + "to": [7.2, 6.125, 10.8], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [6.65, 5.925, 10.7], + "to": [7.15, 5.95, 10.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [8.85, 5.925, 10.7], + "to": [9.35, 5.95, 10.75], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 17.95]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [6.65, 5.925, 10.7], + "to": [7.15, 5.95, 10.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 5.925, 10.75], + "to": [7.2, 5.975, 10.8], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [8.8, 5.925, 10.75], + "to": [9.3, 5.975, 10.8], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 17.95]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 5.925, 10.75], + "to": [7.2, 5.975, 10.8], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 5.925, 10.8], + "to": [7.2, 6, 10.85], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [8.8, 5.925, 10.8], + "to": [9.3, 6, 10.85], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 17.95]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 5.925, 10.8], + "to": [7.2, 6, 10.85], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 5.925, 10.85], + "to": [7.2, 6, 10.875], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [8.8, 5.925, 10.85], + "to": [9.3, 6, 10.875], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 17.95]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 5.925, 10.85], + "to": [7.2, 6, 10.875], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 6.05, 10.8], + "to": [7.2, 6.125, 10.85], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [8.8, 6.05, 10.8], + "to": [9.3, 6.125, 10.85], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 17.95]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 6.05, 10.8], + "to": [7.2, 6.125, 10.85], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 6.05, 10.85], + "to": [7.2, 6.125, 10.875], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [8.8, 6.05, 10.85], + "to": [9.3, 6.125, 10.875], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 17.95]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [6.7, 6.05, 10.85], + "to": [7.2, 6.125, 10.875], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [6.65, 5.175, 10.625], + "to": [7.15, 5.925, 10.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [8.85, 5.175, 10.625], + "to": [9.35, 5.925, 10.75], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 17.95]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [6.65, 5.175, 10.625], + "to": [7.15, 5.925, 10.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.35, 14, 17.95]}, + "faces": { + "north": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "east": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "south": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "west": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "up": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"}, + "down": {"uv": [0.825, 0, 0.95, 1.7], "texture": "#3"} + } + }, + { + "from": [9.925, -1.525, 10.625], + "to": [10.45, -0.825, 10.75], + "rotation": {"angle": -45, "axis": "z", "origin": [18.425, 6.625, 17.95]}, + "faces": { + "north": {"uv": [0, 0, 0.125, 0.7], "texture": "#3"}, + "east": {"uv": [0, 0, 0.125, 0.7], "texture": "#3"}, + "south": {"uv": [0, 0, 0.125, 0.7], "texture": "#3"}, + "west": {"uv": [0, 0, 0.125, 0.7], "texture": "#3"}, + "up": {"uv": [0, 0, 0.125, 0.7], "texture": "#3"}, + "down": {"uv": [0, 0, 0.125, 0.7], "texture": "#3"} + } + }, + { + "from": [9.925, -1.5, 10.75], + "to": [10.45, -0.875, 10.875], + "rotation": {"angle": -45, "axis": "z", "origin": [18.425, 6.575, 18.075]}, + "faces": { + "north": {"uv": [0, 0, 0.125, 0.625], "texture": "#3"}, + "east": {"uv": [0, 0, 0.125, 0.625], "texture": "#3"}, + "south": {"uv": [0, 0, 0.125, 0.625], "texture": "#3"}, + "west": {"uv": [0, 0, 0.125, 0.625], "texture": "#3"}, + "up": {"uv": [0, 0, 0.125, 0.625], "texture": "#3"}, + "down": {"uv": [0, 0, 0.125, 0.625], "texture": "#3"} + } + }, + { + "from": [9.925, -1.475, 10.875], + "to": [10.45, -0.925, 11], + "rotation": {"angle": -45, "axis": "z", "origin": [18.425, 6.525, 18.2]}, + "faces": { + "north": {"uv": [0, 0, 0.125, 0.55], "texture": "#3"}, + "east": {"uv": [0, 0, 0.125, 0.55], "texture": "#3"}, + "south": {"uv": [0, 0, 0.125, 0.55], "texture": "#3"}, + "west": {"uv": [0, 0, 0.125, 0.55], "texture": "#3"}, + "up": {"uv": [0, 0, 0.125, 0.55], "texture": "#3"}, + "down": {"uv": [0, 0, 0.125, 0.55], "texture": "#3"} + } + }, + { + "from": [7.15, 4.675, 10.625], + "to": [8.85, 7.375, 10.75], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.975]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.7], "texture": "#3"}, + "east": {"uv": [0.65, 0, 0.775, 2.7], "texture": "#3"}, + "south": {"uv": [0.65, 0, 0.775, 2.7], "texture": "#3"}, + "west": {"uv": [0.65, 0, 0.775, 2.7], "texture": "#3"}, + "up": {"uv": [0.65, 0, 0.775, 2.7], "texture": "#3"}, + "down": {"uv": [0.65, 0, 0.775, 2.7], "texture": "#3"} + } + }, + { + "from": [7.15, 4.725, 10.75], + "to": [8.85, 7.325, 10.875], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 18.1]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.6], "texture": "#3"}, + "east": {"uv": [0.65, 0, 0.775, 2.6], "texture": "#3"}, + "south": {"uv": [0.65, 0, 0.775, 2.6], "texture": "#3"}, + "west": {"uv": [0.65, 0, 0.775, 2.6], "texture": "#3"}, + "up": {"uv": [0.65, 0, 0.775, 2.6], "texture": "#3"}, + "down": {"uv": [0.65, 0, 0.775, 2.6], "texture": "#3"} + } + }, + { + "from": [7.15, 4.775, 10.875], + "to": [8.85, 7.275, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 18.225]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.5], "texture": "#3"}, + "east": {"uv": [0.65, 0, 0.775, 2.5], "texture": "#3"}, + "south": {"uv": [0.65, 0, 0.775, 2.5], "texture": "#3"}, + "west": {"uv": [0.65, 0, 0.775, 2.5], "texture": "#3"}, + "up": {"uv": [0.65, 0, 0.775, 2.5], "texture": "#3"}, + "down": {"uv": [0.65, 0, 0.775, 2.5], "texture": "#3"} + } + }, + { + "from": [7.15, 4.825, 11], + "to": [8.85, 7.225, 11.125], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 18.35]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"} + } + }, + { + "from": [5.55, -1.475, 10.875], + "to": [6.075, -0.925, 11], + "rotation": {"angle": 45, "axis": "z", "origin": [-2.425, 6.525, 18.2]}, + "faces": { + "north": {"uv": [0.125, 0, 0, 0.55], "texture": "#3"}, + "east": {"uv": [0.125, 0, 0, 0.55], "texture": "#3"}, + "south": {"uv": [0.125, 0, 0, 0.55], "texture": "#3"}, + "west": {"uv": [0.125, 0, 0, 0.55], "texture": "#3"}, + "up": {"uv": [0.125, 0, 0, 0.55], "texture": "#3"}, + "down": {"uv": [0.125, 0, 0, 0.55], "texture": "#3"} + } + }, + { + "from": [5.8, -1.475, 11], + "to": [6.075, -0.975, 11.125], + "rotation": {"angle": 45, "axis": "z", "origin": [-2.425, 6.475, 18.325]}, + "faces": { + "north": {"uv": [0.125, 0, 0.25, 0.5], "texture": "#3"}, + "east": {"uv": [0.125, 0, 0.25, 0.5], "texture": "#3"}, + "south": {"uv": [0.125, 0, 0.25, 0.5], "texture": "#3"}, + "west": {"uv": [0.125, 0, 0.25, 0.5], "texture": "#3"}, + "up": {"uv": [0.125, 0, 0.25, 0.5], "texture": "#3"}, + "down": {"uv": [0.125, 0, 0.25, 0.5], "texture": "#3"} + } + }, + { + "from": [5.8, 13.025, 11], + "to": [6.075, 13.525, 11.125], + "rotation": {"angle": -45, "axis": "z", "origin": [-2.425, 5.575, 18.325]}, + "faces": { + "north": {"uv": [0.125, 0.5, 0.25, 1], "texture": "#3"}, + "east": {"uv": [0.125, 0.5, 0.25, 1], "texture": "#3"}, + "south": {"uv": [0.125, 0.5, 0.25, 1], "texture": "#3"}, + "west": {"uv": [0.125, 0.5, 0.25, 1], "texture": "#3"}, + "up": {"uv": [0.125, 0.5, 0.25, 1], "texture": "#3"}, + "down": {"uv": [0.125, 0.5, 0.25, 1], "texture": "#3"} + } + }, + { + "from": [9.925, -1.475, 11], + "to": [10.2, -0.975, 11.125], + "rotation": {"angle": -45, "axis": "z", "origin": [18.425, 6.475, 18.325]}, + "faces": { + "north": {"uv": [0.25, 0, 0.125, 0.5], "texture": "#3"}, + "east": {"uv": [0.25, 0, 0.125, 0.5], "texture": "#3"}, + "south": {"uv": [0.25, 0, 0.125, 0.5], "texture": "#3"}, + "west": {"uv": [0.25, 0, 0.125, 0.5], "texture": "#3"}, + "up": {"uv": [0.25, 0, 0.125, 0.5], "texture": "#3"}, + "down": {"uv": [0.25, 0, 0.125, 0.5], "texture": "#3"} + } + }, + { + "from": [9.925, 13.025, 11], + "to": [10.2, 13.525, 11.125], + "rotation": {"angle": 45, "axis": "z", "origin": [18.425, 5.575, 18.325]}, + "faces": { + "north": {"uv": [0.25, 0.5, 0.375, 1], "texture": "#3"}, + "east": {"uv": [0.25, 0.5, 0.375, 1], "texture": "#3"}, + "south": {"uv": [0.25, 0.5, 0.375, 1], "texture": "#3"}, + "west": {"uv": [0.25, 0.5, 0.375, 1], "texture": "#3"}, + "up": {"uv": [0.25, 0.5, 0.375, 1], "texture": "#3"}, + "down": {"uv": [0.25, 0.5, 0.375, 1], "texture": "#3"} + } + }, + { + "from": [5.55, -1.5, 10.75], + "to": [6.075, -0.875, 10.875], + "rotation": {"angle": 45, "axis": "z", "origin": [-2.425, 6.575, 18.075]}, + "faces": { + "north": {"uv": [0.125, 0, 0, 0.625], "texture": "#3"}, + "east": {"uv": [0.125, 0, 0, 0.625], "texture": "#3"}, + "south": {"uv": [0.125, 0, 0, 0.625], "texture": "#3"}, + "west": {"uv": [0.125, 0, 0, 0.625], "texture": "#3"}, + "up": {"uv": [0.125, 0, 0, 0.625], "texture": "#3"}, + "down": {"uv": [0.125, 0, 0, 0.625], "texture": "#3"} + } + }, + { + "from": [5.55, -1.525, 10.625], + "to": [6.075, -0.825, 10.75], + "rotation": {"angle": 45, "axis": "z", "origin": [-2.425, 6.625, 17.95]}, + "faces": { + "north": {"uv": [0.125, 0, 0, 0.7], "texture": "#3"}, + "east": {"uv": [0.125, 0, 0, 0.7], "texture": "#3"}, + "south": {"uv": [0.125, 0, 0, 0.7], "texture": "#3"}, + "west": {"uv": [0.125, 0, 0, 0.7], "texture": "#3"}, + "up": {"uv": [0.125, 0, 0, 0.7], "texture": "#3"}, + "down": {"uv": [0.125, 0, 0, 0.7], "texture": "#3"} + } + }, + { + "from": [8.85, 5.175, 10.875], + "to": [9.25, 6.875, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 14, 18.2]}, + "faces": { + "north": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "east": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "south": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "west": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "up": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"}, + "down": {"uv": [0.95, 0, 0.825, 1.7], "texture": "#3"} + } + }, + { + "from": [5.55, 12.875, 10.625], + "to": [6.075, 13.575, 10.75], + "rotation": {"angle": -45, "axis": "z", "origin": [-2.425, 5.425, 17.95]}, + "faces": { + "north": {"uv": [0.125, 0.7, 0.25, 1.4], "texture": "#3"}, + "east": {"uv": [0.125, 0.7, 0.25, 1.4], "texture": "#3"}, + "south": {"uv": [0.125, 0.7, 0.25, 1.4], "texture": "#3"}, + "west": {"uv": [0.125, 0.7, 0.25, 1.4], "texture": "#3"}, + "up": {"uv": [0.125, 0.7, 0.25, 1.4], "texture": "#3"}, + "down": {"uv": [0.125, 0.7, 0.25, 1.4], "texture": "#3"} + } + }, + { + "from": [5.55, 12.925, 10.75], + "to": [6.075, 13.55, 10.875], + "rotation": {"angle": -45, "axis": "z", "origin": [-2.425, 5.475, 18.075]}, + "faces": { + "north": {"uv": [0.125, 0.625, 0.25, 1.25], "texture": "#3"}, + "east": {"uv": [0.125, 0.625, 0.25, 1.25], "texture": "#3"}, + "south": {"uv": [0.125, 0.625, 0.25, 1.25], "texture": "#3"}, + "west": {"uv": [0.125, 0.625, 0.25, 1.25], "texture": "#3"}, + "up": {"uv": [0.125, 0.625, 0.25, 1.25], "texture": "#3"}, + "down": {"uv": [0.125, 0.625, 0.25, 1.25], "texture": "#3"} + } + }, + { + "from": [5.55, 12.975, 10.875], + "to": [6.075, 13.525, 11], + "rotation": {"angle": -45, "axis": "z", "origin": [-2.425, 5.525, 18.2]}, + "faces": { + "north": {"uv": [0.125, 0.55, 0.25, 1.1], "texture": "#3"}, + "east": {"uv": [0.125, 0.55, 0.25, 1.1], "texture": "#3"}, + "south": {"uv": [0.125, 0.55, 0.25, 1.1], "texture": "#3"}, + "west": {"uv": [0.125, 0.55, 0.25, 1.1], "texture": "#3"}, + "up": {"uv": [0.125, 0.55, 0.25, 1.1], "texture": "#3"}, + "down": {"uv": [0.125, 0.55, 0.25, 1.1], "texture": "#3"} + } + }, + { + "from": [9.925, 12.875, 10.625], + "to": [10.45, 13.575, 10.75], + "rotation": {"angle": 45, "axis": "z", "origin": [18.425, 5.425, 17.95]}, + "faces": { + "north": {"uv": [0, 0.7, 0.125, 1.4], "texture": "#3"}, + "east": {"uv": [0, 0.7, 0.125, 1.4], "texture": "#3"}, + "south": {"uv": [0, 0.7, 0.125, 1.4], "texture": "#3"}, + "west": {"uv": [0, 0.7, 0.125, 1.4], "texture": "#3"}, + "up": {"uv": [0, 0.7, 0.125, 1.4], "texture": "#3"}, + "down": {"uv": [0, 0.7, 0.125, 1.4], "texture": "#3"} + } + }, + { + "from": [9.925, 12.925, 10.75], + "to": [10.45, 13.55, 10.875], + "rotation": {"angle": 45, "axis": "z", "origin": [18.425, 5.475, 18.075]}, + "faces": { + "north": {"uv": [0, 0.625, 0.125, 1.25], "texture": "#3"}, + "east": {"uv": [0, 0.625, 0.125, 1.25], "texture": "#3"}, + "south": {"uv": [0, 0.625, 0.125, 1.25], "texture": "#3"}, + "west": {"uv": [0, 0.625, 0.125, 1.25], "texture": "#3"}, + "up": {"uv": [0, 0.625, 0.125, 1.25], "texture": "#3"}, + "down": {"uv": [0, 0.625, 0.125, 1.25], "texture": "#3"} + } + }, + { + "from": [9.925, 12.975, 10.875], + "to": [10.45, 13.525, 11], + "rotation": {"angle": 45, "axis": "z", "origin": [18.425, 5.525, 18.2]}, + "faces": { + "north": {"uv": [0, 0.55, 0.125, 1.1], "texture": "#3"}, + "east": {"uv": [0, 0.55, 0.125, 1.1], "texture": "#3"}, + "south": {"uv": [0, 0.55, 0.125, 1.1], "texture": "#3"}, + "west": {"uv": [0, 0.55, 0.125, 1.1], "texture": "#3"}, + "up": {"uv": [0, 0.55, 0.125, 1.1], "texture": "#3"}, + "down": {"uv": [0, 0.55, 0.125, 1.1], "texture": "#3"} + } + }, + { + "from": [9.125, 5.725, 11.125], + "to": [9.175, 6.325, 11.175], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 13.925, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [6.825, 5.725, 11.125], + "to": [6.875, 6.325, 11.175], + "rotation": {"angle": 0, "axis": "y", "origin": [15.85, 13.925, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [5.075, 6.8, 11.125], + "to": [5.125, 7.225, 11.175], + "rotation": {"angle": 22.5, "axis": "z", "origin": [8.35, 16.75, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [10.875, 6.8, 11.125], + "to": [10.925, 7.225, 11.175], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.65, 16.75, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [5.075, 4.825, 11.125], + "to": [5.125, 5.25, 11.175], + "rotation": {"angle": -22.5, "axis": "z", "origin": [8.35, -4.7, 18.475]}, + "faces": { + "north": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#2"}, + "east": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#2"}, + "south": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#2"}, + "west": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#2"}, + "down": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [10.875, 4.825, 11.125], + "to": [10.925, 5.25, 11.175], + "rotation": {"angle": 22.5, "axis": "z", "origin": [7.65, -4.7, 18.475]}, + "faces": { + "north": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#2"}, + "east": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#2"}, + "south": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#2"}, + "west": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#2"}, + "down": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [15.45, 10.1, 11.125], + "to": [15.925, 10.15, 11.175], + "rotation": {"angle": -45, "axis": "z", "origin": [8.325, 16.775, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"} + } + }, + { + "from": [0.075, 10.1, 11.125], + "to": [0.55, 10.15, 11.175], + "rotation": {"angle": 45, "axis": "z", "origin": [7.675, 16.775, 18.475]}, + "faces": { + "north": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "east": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "south": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "west": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "up": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "down": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"} + } + }, + { + "from": [15.45, 1.9, 11.125], + "to": [15.925, 1.95, 11.175], + "rotation": {"angle": 45, "axis": "z", "origin": [8.325, -4.725, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"} + } + }, + { + "from": [0.075, 1.9, 11.125], + "to": [0.55, 1.95, 11.175], + "rotation": {"angle": -45, "axis": "z", "origin": [7.675, -4.725, 18.475]}, + "faces": { + "north": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "east": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "south": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "west": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "up": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "down": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"} + } + }, + { + "from": [11.45, 9.45, 11.125], + "to": [11.85, 9.5, 11.175], + "rotation": {"angle": -22.5, "axis": "z", "origin": [4.1, 16.225, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"} + } + }, + { + "from": [4.15, 9.45, 11.125], + "to": [4.55, 9.5, 11.175], + "rotation": {"angle": 22.5, "axis": "z", "origin": [11.9, 16.225, 18.475]}, + "faces": { + "north": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "east": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "south": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "west": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "up": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "down": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"} + } + }, + { + "from": [11.45, 2.55, 11.125], + "to": [11.85, 2.6, 11.175], + "rotation": {"angle": 22.5, "axis": "z", "origin": [4.1, -4.175, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"} + } + }, + { + "from": [4.15, 2.55, 11.125], + "to": [4.55, 2.6, 11.175], + "rotation": {"angle": -22.5, "axis": "z", "origin": [11.9, -4.175, 18.475]}, + "faces": { + "north": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "east": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "south": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "west": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "up": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "down": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"} + } + }, + { + "from": [7.675, 7.15, 11.125], + "to": [8.325, 7.2, 11.175], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 13.925, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"} + } + }, + { + "from": [7.675, 4.85, 11.125], + "to": [8.325, 4.9, 11.175], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, -1.875, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"} + } + }, + { + "from": [7.7, 6.6, 11.125], + "to": [8.3, 7.15, 11.175], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 13.925, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"} + } + }, + { + "from": [7.8, 6.05, 11.125], + "to": [8.2, 6.6, 11.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 13.925, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"} + } + }, + { + "from": [7.85, 6, 11.2], + "to": [8.15, 6.55, 11.225], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 13.925, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"} + } + }, + { + "from": [7.85, 5.5, 11.2], + "to": [8.15, 6.05, 11.225], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, -1.875, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"} + } + }, + { + "from": [7.8, 5.45, 11.125], + "to": [8.2, 6.1, 11.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, -1.875, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"} + } + }, + { + "from": [7.7, 4.9, 11.125], + "to": [8.3, 5.45, 11.175], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14.1, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"} + } + }, + { + "from": [8.575, 5.725, 11.125], + "to": [9.125, 6.325, 11.175], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 13.925, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [8.05, 5.825, 11.125], + "to": [8.575, 6.225, 11.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 13.925, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [7.975, 5.85, 11.2], + "to": [8.5, 6.2, 11.225], + "rotation": {"angle": 0, "axis": "y", "origin": [0.075, 13.925, 18.55]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#3"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#3"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#3"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#3"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#3"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#3"} + } + }, + { + "from": [7.5, 5.85, 11.2], + "to": [8.025, 6.2, 11.225], + "rotation": {"angle": 0, "axis": "y", "origin": [15.925, 13.925, 18.55]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#3"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#3"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#3"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#3"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#3"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#3"} + } + }, + { + "from": [7.425, 5.825, 11.125], + "to": [7.9, 6.225, 11.2], + "rotation": {"angle": 0, "axis": "y", "origin": [15.85, 13.925, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [6.875, 5.725, 11.125], + "to": [7.425, 6.325, 11.175], + "rotation": {"angle": 0, "axis": "y", "origin": [15.85, 13.925, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [11.45, 8.9, 11.125], + "to": [11.85, 9.45, 11.175], + "rotation": {"angle": -22.5, "axis": "z", "origin": [4.1, 16.225, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"} + } + }, + { + "from": [11.575, 8.475, 11.125], + "to": [11.725, 8.9, 11.2], + "rotation": {"angle": -22.5, "axis": "z", "origin": [4.1, 16.225, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"} + } + }, + { + "from": [11.55, 8.425, 11.2], + "to": [11.7, 8.85, 11.225], + "rotation": {"angle": -22.5, "axis": "z", "origin": [4.075, 16.225, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"} + } + }, + { + "from": [11.55, 3.2, 11.2], + "to": [11.7, 3.625, 11.225], + "rotation": {"angle": 22.5, "axis": "z", "origin": [4.075, -4.175, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"} + } + }, + { + "from": [4.3, 8.425, 11.2], + "to": [4.45, 8.85, 11.225], + "rotation": {"angle": 22.5, "axis": "z", "origin": [11.925, 16.225, 18.475]}, + "faces": { + "north": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#3"}, + "east": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#3"}, + "south": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#3"}, + "west": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#3"}, + "up": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#3"}, + "down": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#3"} + } + }, + { + "from": [4.3, 3.2, 11.2], + "to": [4.45, 3.625, 11.225], + "rotation": {"angle": -22.5, "axis": "z", "origin": [11.925, -4.175, 18.475]}, + "faces": { + "north": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#3"}, + "east": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#3"}, + "south": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#3"}, + "west": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#3"}, + "up": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#3"}, + "down": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#3"} + } + }, + { + "from": [4.275, 8.65, 11.125], + "to": [4.425, 8.9, 11.2], + "rotation": {"angle": 22.5, "axis": "z", "origin": [11.9, 16.225, 18.475]}, + "faces": { + "north": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "east": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "south": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "west": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "up": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "down": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"} + } + }, + { + "from": [11.575, 3.15, 11.125], + "to": [11.725, 3.425, 11.2], + "rotation": {"angle": 22.5, "axis": "z", "origin": [4.1, -4.175, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"} + } + }, + { + "from": [4.275, 3.15, 11.125], + "to": [4.425, 3.6, 11.2], + "rotation": {"angle": -22.5, "axis": "z", "origin": [11.9, -4.175, 18.475]}, + "faces": { + "north": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "east": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "south": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "west": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "up": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "down": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"} + } + }, + { + "from": [4.15, 8.9, 11.125], + "to": [4.55, 9.45, 11.175], + "rotation": {"angle": 22.5, "axis": "z", "origin": [11.9, 16.225, 18.475]}, + "faces": { + "north": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#0"}, + "east": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#0"}, + "south": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#0"}, + "west": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#0"}, + "up": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#0"}, + "down": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#0"} + } + }, + { + "from": [11.45, 2.6, 11.125], + "to": [11.85, 3.15, 11.175], + "rotation": {"angle": 22.5, "axis": "z", "origin": [4.1, -4.175, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#0"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#0"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#0"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#0"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#0"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#0"} + } + }, + { + "from": [4.15, 2.6, 11.125], + "to": [4.55, 3.15, 11.175], + "rotation": {"angle": -22.5, "axis": "z", "origin": [11.9, -4.175, 18.475]}, + "faces": { + "north": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#0"}, + "east": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#0"}, + "south": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#0"}, + "west": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#0"}, + "up": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#0"}, + "down": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#0"} + } + }, + { + "from": [15.475, 9.55, 11.125], + "to": [15.9, 10.1, 11.175], + "rotation": {"angle": -45, "axis": "z", "origin": [8.325, 16.775, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#0"} + } + }, + { + "from": [15.575, 9.075, 11.125], + "to": [15.8, 9.55, 11.2], + "rotation": {"angle": -45, "axis": "z", "origin": [8.325, 16.775, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#2"} + } + }, + { + "from": [15.55, 9.025, 11.2], + "to": [15.775, 9.5, 11.225], + "rotation": {"angle": -45, "axis": "z", "origin": [8.3, 16.775, 18.55]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "texture": "#3"} + } + }, + { + "from": [15.55, 2.55, 11.2], + "to": [15.775, 3.025, 11.225], + "rotation": {"angle": 45, "axis": "z", "origin": [8.3, -4.725, 18.55]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#3"} + } + }, + { + "from": [0.225, 9.025, 11.2], + "to": [0.45, 9.5, 11.225], + "rotation": {"angle": 45, "axis": "z", "origin": [7.7, 16.775, 18.55]}, + "faces": { + "north": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#3"}, + "east": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#3"}, + "south": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#3"}, + "west": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#3"}, + "up": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#3"}, + "down": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#3"} + } + }, + { + "from": [0.225, 2.55, 11.2], + "to": [0.45, 3.025, 11.225], + "rotation": {"angle": -45, "axis": "z", "origin": [7.7, -4.725, 18.55]}, + "faces": { + "north": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#3"}, + "east": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#3"}, + "south": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#3"}, + "west": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#3"}, + "up": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#3"}, + "down": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#3"} + } + }, + { + "from": [0.2, 9.175, 11.125], + "to": [0.425, 9.55, 11.2], + "rotation": {"angle": 45, "axis": "z", "origin": [7.675, 16.775, 18.475]}, + "faces": { + "north": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "east": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "south": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "west": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "up": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"}, + "down": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#2"} + } + }, + { + "from": [15.575, 2.5, 11.125], + "to": [15.8, 2.875, 11.2], + "rotation": {"angle": 45, "axis": "z", "origin": [8.325, -4.725, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#2"} + } + }, + { + "from": [0.2, 2.5, 11.125], + "to": [0.425, 2.925, 11.2], + "rotation": {"angle": -45, "axis": "z", "origin": [7.675, -4.725, 18.475]}, + "faces": { + "north": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "east": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "south": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "west": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "up": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"}, + "down": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#2"} + } + }, + { + "from": [0.1, 9.55, 11.125], + "to": [0.525, 10.1, 11.175], + "rotation": {"angle": 45, "axis": "z", "origin": [7.675, 16.775, 18.475]}, + "faces": { + "north": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#0"}, + "east": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#0"}, + "south": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#0"}, + "west": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#0"}, + "up": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#0"}, + "down": {"uv": [0.775, 0, 0.65, 2.4], "texture": "#0"} + } + }, + { + "from": [15.475, 1.95, 11.125], + "to": [15.9, 2.5, 11.175], + "rotation": {"angle": 45, "axis": "z", "origin": [8.325, -4.725, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#0"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#0"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#0"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#0"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#0"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "texture": "#0"} + } + }, + { + "from": [0.1, 1.95, 11.125], + "to": [0.525, 2.5, 11.175], + "rotation": {"angle": -45, "axis": "z", "origin": [7.675, -4.725, 18.475]}, + "faces": { + "north": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#0"}, + "east": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#0"}, + "south": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#0"}, + "west": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#0"}, + "up": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#0"}, + "down": {"uv": [0.775, 2.4, 0.65, 0], "texture": "#0"} + } + }, + { + "from": [4.525, 6.825, 11.125], + "to": [5.075, 7.225, 11.175], + "rotation": {"angle": 22.5, "axis": "z", "origin": [8.35, 16.75, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [4, 6.925, 11.125], + "to": [4.525, 7.1, 11.2], + "rotation": {"angle": 22.5, "axis": "z", "origin": [8.35, 16.75, 18.475]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [3.925, 6.925, 11.2], + "to": [4.45, 7.1, 11.225], + "rotation": {"angle": 22.5, "axis": "z", "origin": [8.325, 16.75, 18.55]}, + "faces": { + "north": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#3"}, + "east": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#3"}, + "south": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#3"}, + "west": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#3"}, + "up": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#3"}, + "down": {"uv": [0.65, 0, 0.775, 2.4], "rotation": 90, "texture": "#3"} + } + }, + { + "from": [3.925, 4.95, 11.2], + "to": [4.45, 5.125, 11.225], + "rotation": {"angle": -22.5, "axis": "z", "origin": [8.325, -4.7, 18.55]}, + "faces": { + "north": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#3"}, + "east": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#3"}, + "south": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#3"}, + "west": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#3"}, + "up": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#3"}, + "down": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#3"} + } + }, + { + "from": [11.55, 6.925, 11.2], + "to": [12.075, 7.1, 11.225], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.675, 16.75, 18.55]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#3"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#3"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#3"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#3"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#3"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#3"} + } + }, + { + "from": [11.55, 4.95, 11.2], + "to": [12.075, 5.125, 11.225], + "rotation": {"angle": 22.5, "axis": "z", "origin": [7.675, -4.7, 18.55]}, + "faces": { + "north": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#3"}, + "east": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#3"}, + "south": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#3"}, + "west": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#3"}, + "up": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#3"}, + "down": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#3"} + } + }, + { + "from": [11.475, 6.925, 11.125], + "to": [11.925, 7.1, 11.2], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.65, 16.75, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [4.175, 4.95, 11.125], + "to": [4.525, 5.125, 11.2], + "rotation": {"angle": -22.5, "axis": "z", "origin": [8.35, -4.7, 18.475]}, + "faces": { + "north": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#2"}, + "east": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#2"}, + "south": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#2"}, + "west": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#2"}, + "down": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [11.475, 4.95, 11.125], + "to": [12.1, 5.125, 11.2], + "rotation": {"angle": 22.5, "axis": "z", "origin": [7.65, -4.7, 18.475]}, + "faces": { + "north": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#2"}, + "east": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#2"}, + "south": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#2"}, + "west": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#2"}, + "down": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [10.925, 6.825, 11.125], + "to": [11.475, 7.225, 11.175], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.65, 16.75, 18.475]}, + "faces": { + "north": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0.65, 2.4, 0.775, 0], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [4.525, 4.825, 11.125], + "to": [5.075, 5.225, 11.175], + "rotation": {"angle": -22.5, "axis": "z", "origin": [8.35, -4.7, 18.475]}, + "faces": { + "north": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0.775, 0, 0.65, 2.4], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [10.925, 4.825, 11.125], + "to": [11.475, 5.225, 11.175], + "rotation": {"angle": 22.5, "axis": "z", "origin": [7.65, -4.7, 18.475]}, + "faces": { + "north": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0.775, 2.4, 0.65, 0], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [7.35, 5.125, 7.25], + "to": [8.65, 6.95, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 14.8]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"} + } + }, + { + "from": [7.35, 5.125, 7.05], + "to": [8.65, 6.95, 7.25], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 14.55]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"} + } + }, + { + "from": [7.35, 5.075, 6.85], + "to": [8.65, 7.175, 7.05], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 14.35]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"} + } + }, + { + "from": [7.35, 5, 6.775], + "to": [8.65, 7.2, 6.85], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 14.3]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"} + } + }, + { + "from": [7.35, 9.85, -0.5], + "to": [8.65, 10.4, -0.325], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, 17.575, 6.975]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#2"} + } + }, + { + "from": [7.35, 2.725, 10.075], + "to": [8.65, 2.9, 10.6], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.575, 2.875]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "rotation": 180, "texture": "#2"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "rotation": 270, "texture": "#2"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#2"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "rotation": 180, "texture": "#2"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#2"} + } + }, + { + "from": [5.775, 3.1, 6.4], + "to": [6.025, 3.45, 6.775], + "rotation": {"angle": 22.5, "axis": "z", "origin": [-2.8, 12.475, 14.225]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [7.2, 7.2, 6.4], + "to": [8.8, 7.525, 6.775], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14.3, 14.225]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [7.05, 4.775, 6.4], + "to": [8.95, 7.2, 6.775], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 14.225]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [11.8, 6.95, 6.4], + "to": [12.125, 7.65, 6.775], + "rotation": {"angle": -22.5, "axis": "z", "origin": [3.325, 14.2, 14.225]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [7.325, 4.125, 6.4], + "to": [8.675, 4.5, 6.775], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 13.575, 14.225]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#3"} + } + }, + { + "from": [3.875, 6.95, 6.4], + "to": [4.2, 7.65, 6.775], + "rotation": {"angle": 22.5, "axis": "z", "origin": [12.675, 14.2, 14.225]}, + "faces": { + "north": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#3"}, + "east": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#3"}, + "south": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#3"}, + "west": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#3"}, + "up": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#3"}, + "down": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#3"} + } + }, + { + "from": [9.975, 3.1, 6.4], + "to": [10.225, 3.45, 6.775], + "rotation": {"angle": -22.5, "axis": "z", "origin": [18.8, 12.475, 14.225]}, + "faces": { + "north": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#3"}, + "east": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#3"}, + "south": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#3"}, + "west": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#3"}, + "up": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#3"}, + "down": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#3"} + } + }, + { + "from": [7.075, 4.775, 6.775], + "to": [8.925, 7.275, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 14.35]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.25, 7.275, 6.775], + "to": [8.75, 7.7, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14.875, 14.35]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.25, 7.7, 6.775], + "to": [8.75, 7.725, 6.825], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14.9, 14.35]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.25, 7.7, 6.35], + "to": [8.75, 7.725, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14.9, -1.175]}, + "faces": { + "north": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "east": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "south": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "west": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.25, 4.275, 8.95], + "to": [8.75, 4.3, 9.075], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 11.475, 16.525]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.25, 4.275, 4.1], + "to": [8.75, 4.3, 4.225], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, 11.475, -3.35]}, + "faces": { + "north": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "east": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "south": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "west": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.25, 7.275, 6.275], + "to": [8.75, 7.7, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [15.85, 14.875, 13.85]}, + "faces": { + "north": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "east": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "south": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "west": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "up": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "down": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"} + } + }, + { + "from": [5.725, 3.2, 6.775], + "to": [5.975, 3.65, 6.9], + "rotation": {"angle": 22.5, "axis": "z", "origin": [-2.8, 12.65, 14.35]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [10.025, 3.2, 6.275], + "to": [10.275, 3.65, 6.4], + "rotation": {"angle": -22.5, "axis": "z", "origin": [18.8, 12.65, 13.85]}, + "faces": { + "north": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "east": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "south": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "west": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "up": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "down": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"} + } + }, + { + "from": [10.025, 3.2, 6.775], + "to": [10.275, 3.65, 6.9], + "rotation": {"angle": -22.5, "axis": "z", "origin": [18.8, 12.65, 14.35]}, + "faces": { + "north": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "east": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "south": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "west": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "up": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "down": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"} + } + }, + { + "from": [5.725, 3.2, 6.275], + "to": [5.975, 3.65, 6.4], + "rotation": {"angle": 22.5, "axis": "z", "origin": [-2.8, 12.65, 13.85]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.425, 4.425, 6.775], + "to": [8.575, 4.775, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 13.825, 14.35]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [7.425, 4.425, 6.275], + "to": [8.575, 4.775, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 13.825, 13.85]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [15.675, 8.6, 6.775], + "to": [16, 9.1, 6.9], + "rotation": {"angle": -45, "axis": "z", "origin": [7.25, 15.475, 14.35]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [15.675, 8.6, 6.275], + "to": [16, 9.1, 6.4], + "rotation": {"angle": -45, "axis": "z", "origin": [7.25, 15.475, 13.85]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [0, 8.6, 6.775], + "to": [0.325, 9.1, 6.9], + "rotation": {"angle": 45, "axis": "z", "origin": [8.75, 15.475, 14.35]}, + "faces": { + "north": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "east": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "south": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "west": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "up": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "down": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"} + } + }, + { + "from": [0, 8.6, 6.275], + "to": [0.325, 9.1, 6.4], + "rotation": {"angle": 45, "axis": "z", "origin": [8.75, 15.475, 13.85]}, + "faces": { + "north": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "east": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "south": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "west": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "up": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"}, + "down": {"uv": [1.4, 0, 0.7, 2.2], "texture": "#7"} + } + }, + { + "from": [7.075, 4.775, 6.275], + "to": [8.925, 7.275, 6.4], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 13.85]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#7"} + } + }, + { + "from": [13.15, 5.475, 6.525], + "to": [13.325, 6.95, 6.7], + "rotation": {"angle": -22.5, "axis": "z", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [13.125, 5.425, 6.575], + "to": [13.35, 6.975, 6.65], + "rotation": {"angle": -22.5, "axis": "z", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [2.65, 5.425, 6.525], + "to": [2.875, 6.975, 6.6], + "rotation": {"angle": 22.5, "axis": "z", "origin": [10.35, 16.375, -0.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [13.2, 5.425, 6.5], + "to": [13.275, 6.975, 6.725], + "rotation": {"angle": -22.5, "axis": "z", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [2.725, 5.425, 6.45], + "to": [2.8, 6.9, 6.675], + "rotation": {"angle": 22.5, "axis": "z", "origin": [10.35, 16.375, -0.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.95, 4.725, 6.5], + "to": [9.125, 7.175, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [8.925, 4.7, 6.55], + "to": [9.15, 7.2, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.85, 4.7, 6.525], + "to": [7.075, 7.2, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9, 4.7, 6.475], + "to": [9.075, 7.2, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.925, 4.75, 6.45], + "to": [7, 7.2, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [5.175, 6.55, 6.525], + "to": [5.35, 7.1, 6.7], + "rotation": {"angle": 22.5, "axis": "z", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.225, 6.525, 6.7], + "to": [5.3, 7.1, 6.725], + "rotation": {"angle": 22.5, "axis": "z", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.7, 6.525, 6.675], + "to": [10.775, 7.1, 6.7], + "rotation": {"angle": -22.5, "axis": "z", "origin": [10.35, 16.375, -0.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [5.225, 6.55, 6.5], + "to": [5.3, 6.95, 6.55], + "rotation": {"angle": 22.5, "axis": "z", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.7, 6.525, 6.475], + "to": [10.775, 6.95, 6.5], + "rotation": {"angle": -22.5, "axis": "z", "origin": [10.35, 16.375, -0.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [10.7, 6.95, 6.45], + "to": [10.775, 7.1, 6.475], + "rotation": {"angle": -22.5, "axis": "z", "origin": [10.35, 16.375, -0.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [5.15, 6.525, 6.575], + "to": [5.375, 7.125, 6.65], + "rotation": {"angle": 22.5, "axis": "z", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.625, 6.525, 6.55], + "to": [10.85, 7.125, 6.625], + "rotation": {"angle": -22.5, "axis": "z", "origin": [10.35, 16.375, -0.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.175, 7.525, 6.5], + "to": [8.925, 7.7, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "east": {"uv": [10, 14, 6, 16], "rotation": 90, "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "rotation": 90, "texture": "#8"}, + "west": {"uv": [10, 14, 6, 16], "rotation": 90, "texture": "#8"}, + "up": {"uv": [10, 0, 6, 16], "rotation": 90, "texture": "#8"}, + "down": {"uv": [10, 0, 6, 16], "rotation": 90, "texture": "#8"} + } + }, + { + "from": [8.175, 7.575, 6.55], + "to": [8.925, 7.725, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.5, 7.725, 6.575], + "to": [8.15, 7.75, 6.65], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.05, 7.7, 6.525], + "to": [7.475, 7.725, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.2, 7.575, 6.475], + "to": [8.925, 7.65, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.175, 7.575, 6.675], + "to": [8.8, 7.65, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.45, 7.6, 6.5], + "to": [8.15, 7.675, 6.725], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.175, 7.6, 6.45], + "to": [7.45, 7.675, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.475, 7.55, 6.525], + "to": [8.175, 7.725, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "east": {"uv": [10, 14, 6, 16], "rotation": 90, "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "rotation": 90, "texture": "#8"}, + "west": {"uv": [10, 14, 6, 16], "rotation": 90, "texture": "#8"}, + "up": {"uv": [10, 0, 6, 16], "rotation": 90, "texture": "#8"}, + "down": {"uv": [10, 0, 6, 16], "rotation": 90, "texture": "#8"} + } + }, + { + "from": [7.075, 7.525, 6.475], + "to": [7.475, 7.7, 6.65], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "east": {"uv": [10, 14, 6, 16], "rotation": 90, "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "rotation": 90, "texture": "#8"}, + "west": {"uv": [10, 14, 6, 16], "rotation": 90, "texture": "#8"}, + "up": {"uv": [10, 0, 6, 16], "rotation": 90, "texture": "#8"}, + "down": {"uv": [10, 0, 6, 16], "rotation": 90, "texture": "#8"} + } + }, + { + "from": [10.65, 6.55, 6.5], + "to": [10.825, 7.075, 6.675], + "rotation": {"angle": -22.5, "axis": "z", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [6.875, 4.725, 6.475], + "to": [7.05, 7.175, 6.65], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [2.675, 5.475, 6.5], + "to": [2.85, 6.95, 6.675], + "rotation": {"angle": 22.5, "axis": "z", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [13.15, 5.2, 6.75], + "to": [13.325, 6.1, 6.925], + "rotation": {"angle": -22.5, "axis": "z", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [13.2, 5.2, 6.725], + "to": [13.275, 6.1, 6.95], + "rotation": {"angle": -22.5, "axis": "z", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [13.2, 6.1, 6.75], + "to": [13.275, 6.975, 6.975], + "rotation": {"angle": -22.5, "axis": "z", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [13.325, 5.2, 6.8], + "to": [13.35, 6.1, 6.875], + "rotation": {"angle": -22.5, "axis": "z", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [13.15, 6.1, 6.775], + "to": [13.325, 6.95, 6.95], + "rotation": {"angle": -22.5, "axis": "z", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [13.325, 6.1, 6.825], + "to": [13.35, 6.95, 6.9], + "rotation": {"angle": -22.5, "axis": "z", "origin": [5.65, 16.375, -0.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.95, 4.75, 6.775], + "to": [9.125, 5.8, 6.925], + "rotation": {"angle": 0, "axis": "y", "origin": [5.65, 16.775, 13.775]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [9, 4.75, 6.75], + "to": [9.075, 5.775, 6.95], + "rotation": {"angle": 0, "axis": "y", "origin": [5.65, 16.775, 13.775]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.125, 4.725, 6.825], + "to": [9.15, 5.8, 6.875], + "rotation": {"angle": 0, "axis": "y", "origin": [5.65, 16.775, 13.775]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.4, 5.55, 14.875], + "to": [5.575, 5.9, 15], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 14.075, 6.725]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.45, 5.55, 15], + "to": [5.525, 5.9, 15.025], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 14.075, 6.725]}, + "faces": { + "north": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 7, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.275, 5.65, 14.85], + "to": [5.45, 6, 14.975], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 14.275, 6.725]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.2, 5.75, 14.825], + "to": [5.375, 6.1, 14.925], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 14.45, 6.725]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [8.675, 6, 6.975], + "to": [8.85, 7.05, 7.175], + "rotation": {"angle": 0, "axis": "y", "origin": [5.375, 17.325, 13.975]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [8.675, -1.5, 13.85], + "to": [8.825, -1.1, 14.05], + "rotation": {"angle": 45, "axis": "x", "origin": [5.375, 11.075, 20.725]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [8.725, -1.5, 13.825], + "to": [8.775, -1.15, 14.075], + "rotation": {"angle": 45, "axis": "x", "origin": [5.375, 11.075, 20.725]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.275, -1.275, 13.825], + "to": [8.725, -1.15, 14.075], + "rotation": {"angle": 45, "axis": "x", "origin": [5.375, 11.075, 20.725]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.225, -1.5, 13.825], + "to": [7.275, -1.15, 14.075], + "rotation": {"angle": 45, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.325, -1.325, 13.85], + "to": [8.675, -1.1, 14.05], + "rotation": {"angle": 45, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.175, -1.5, 13.85], + "to": [7.325, -1.1, 14.05], + "rotation": {"angle": 45, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.15, -1.35, 13.9], + "to": [7.175, -1.1, 14], + "rotation": {"angle": 45, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 7, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.825, -1.375, 13.9], + "to": [8.85, -1.1, 14], + "rotation": {"angle": 45, "axis": "x", "origin": [5.375, 11.075, 20.725]}, + "faces": { + "north": {"uv": [0, 7, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 7, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 7, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 7, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 7, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 7, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.175, -1.1, 13.9], + "to": [8.825, -1.075, 14], + "rotation": {"angle": 45, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.15, 6, 6.975], + "to": [7.325, 7.05, 7.175], + "rotation": {"angle": 0, "axis": "y", "origin": [10.625, 17.325, 13.975]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.125, 6.325, 7.025], + "to": [7.15, 7.025, 7.125], + "rotation": {"angle": 0, "axis": "y", "origin": [10.625, 17.325, 13.975]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.85, 6.025, 7.025], + "to": [8.875, 7.025, 7.125], + "rotation": {"angle": 0, "axis": "y", "origin": [5.375, 17.325, 13.975]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [10.625, 5.75, 14.825], + "to": [10.8, 6.1, 14.925], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 14.45, 6.725]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.55, 5.65, 14.85], + "to": [10.725, 6, 14.975], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 14.275, 6.725]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.425, 5.55, 14.875], + "to": [10.6, 5.9, 15], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 14.075, 6.725]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [6.875, 5.45, 6.775], + "to": [7.05, 5.8, 6.925], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.775, 13.775]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.175, 5.325, 14.775], + "to": [10.425, 5.675, 14.9], + "rotation": {"angle": -45, "axis": "y", "origin": [18.35, 13.85, 6.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.275, 5.5, 14.9], + "to": [10.45, 5.65, 14.95], + "rotation": {"angle": -45, "axis": "y", "origin": [18.35, 13.85, 6.625]}, + "faces": { + "north": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 7, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.5, 5.575, 14.9], + "to": [10.6, 5.9, 14.95], + "rotation": {"angle": -45, "axis": "y", "origin": [18.35, 13.85, 6.625]}, + "faces": { + "north": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 7, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.175, 5.4, 14.9], + "to": [10.3, 5.55, 14.925], + "rotation": {"angle": -45, "axis": "y", "origin": [18.35, 13.85, 6.625]}, + "faces": { + "north": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 7, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 7, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.725, 5.2, 6.45], + "to": [6.85, 5.55, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [10.15, 16.525, -0.4]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.175, 5.125, -1.75], + "to": [10.425, 5.475, -1.625], + "rotation": {"angle": 45, "axis": "y", "origin": [18.35, 13.65, 6.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.3, 5.2, -1.775], + "to": [10.4, 5.3, -1.75], + "rotation": {"angle": 45, "axis": "y", "origin": [18.35, 13.65, 6.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.225, 5.275, -1.775], + "to": [10.325, 5.375, -1.75], + "rotation": {"angle": 45, "axis": "y", "origin": [18.35, 13.65, 6.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.175, 5.325, -1.775], + "to": [10.225, 5.425, -1.75], + "rotation": {"angle": 45, "axis": "y", "origin": [18.35, 13.65, 6.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.85, 5.05, 6.275], + "to": [6.875, 5.275, 6.325], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [6.7, 5.325, 6.45], + "to": [6.725, 5.425, 6.575], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [6.7, 5.4, 6.525], + "to": [6.725, 5.55, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [6.875, 5.05, 6.225], + "to": [7.05, 5.4, 6.375], + "rotation": {"angle": 0, "axis": "y", "origin": [10.35, 16.375, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.425, 4.975, -1.85], + "to": [10.6, 5.325, -1.725], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.55, 4.875, -1.825], + "to": [10.725, 5.225, -1.7], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.625, 4.8, -1.775], + "to": [10.8, 5.15, -1.675], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.675, 4.675, -1.7], + "to": [10.85, 5.025, -1.625], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.725, 4.575, -1.625], + "to": [10.9, 4.925, -1.55], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.775, 4.425, -1.55], + "to": [10.95, 4.85, -1.475], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.8, 4.25, -1.475], + "to": [10.975, 4.675, -1.4], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.85, 4.25, -1.5], + "to": [10.925, 4.425, -1.475], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 9, 0, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.775, 3.325, -1.35], + "to": [11, 4.425, -1.275], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.825, 4.425, -1.575], + "to": [10.9, 4.575, -1.55], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 9, 0, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.775, 4.575, -1.65], + "to": [10.85, 4.675, -1.625], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 11, 0, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.725, 4.675, -1.725], + "to": [10.8, 4.8, -1.7], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 11, 0, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.675, 4.8, -1.8], + "to": [10.75, 5.15, -1.775], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 5, 0, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.6, 4.875, -1.85], + "to": [10.675, 5.225, -1.825], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 5, 0, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.475, 4.975, -1.875], + "to": [10.55, 5.325, -1.85], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 5, 0, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.075, -1.65, 12.75], + "to": [8.9, -1.475, 12.925], + "rotation": {"angle": 45, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.1, -1.675, 12.8], + "to": [8.875, -1.45, 12.875], + "rotation": {"angle": 45, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.075, -1.6, 12.725], + "to": [8.9, -1.525, 12.75], + "rotation": {"angle": 45, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.25, 7.425, 9.825], + "to": [9.425, 7.725, 10], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.2, 7.275, 9.85], + "to": [9.375, 7.575, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.15, 7.075, 9.875], + "to": [9.325, 7.375, 10.05], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.125, 5.5, 9.9], + "to": [9.3, 7.225, 10.075], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.05, 5.375, 9.85], + "to": [9.225, 5.675, 10.05], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [8.975, 5.2, 9.825], + "to": [9.15, 5.5, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [8.9, 5.05, 9.8], + "to": [9.075, 5.35, 10], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [8.95, 4.85, 9.875], + "to": [9.125, 5.15, 10.05], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.05, 4.725, 9.925], + "to": [9.225, 5.025, 10.1], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.125, 4.55, 9.9], + "to": [9.3, 4.875, 10.075], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.2, 4.35, 9.875], + "to": [9.375, 4.8, 10.05], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.275, 4.075, 9.85], + "to": [9.45, 4.525, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.375, 3.825, 9.825], + "to": [9.55, 4.275, 10], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.45, 3.7, 9.8], + "to": [9.625, 4.05, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.525, 3.525, 9.825], + "to": [9.7, 3.9, 10], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.6, 3.35, 9.85], + "to": [9.775, 3.8, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [6.225, 3.35, 9.85], + "to": [6.4, 3.8, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.275, 3.35, 9.825], + "to": [6.35, 3.525, 10.05], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.275, 3.525, 10.025], + "to": [6.35, 3.8, 10.05], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.375, 3.625, 9.775], + "to": [6.45, 3.875, 10.05], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.5, 3.825, 9.775], + "to": [6.575, 4.25, 10.05], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.6, 4.075, 10.025], + "to": [6.675, 4.35, 10.05], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.675, 4.35, 10.05], + "to": [6.75, 4.55, 10.075], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.75, 4.55, 9.875], + "to": [6.825, 7.075, 10.1], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.175, 5.525, 9.875], + "to": [9.25, 7.075, 10.1], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.1, 5.5, 9.825], + "to": [9.125, 5.65, 10.075], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.925, 5.075, 9.775], + "to": [8.975, 5.275, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9, 4.875, 9.85], + "to": [9.05, 5.05, 10.075], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.1, 4.75, 9.9], + "to": [9.125, 5, 10.125], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.225, 4.575, 9.85], + "to": [9.3, 4.725, 10.1], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.325, 4.275, 9.825], + "to": [9.4, 4.475, 10.075], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.325, 4.1, 9.825], + "to": [9.375, 4.275, 10.05], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.425, 4.05, 9.8], + "to": [9.45, 4.25, 9.95], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.45, 4.05, 9.8], + "to": [9.475, 4.25, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.425, 3.85, 9.8], + "to": [9.45, 4.05, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.525, 3.725, 9.775], + "to": [9.575, 4.025, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.575, 3.55, 9.775], + "to": [9.6, 3.85, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.025, 5.35, 9.8], + "to": [9.05, 5.475, 10.05], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.75, 7.075, 10.075], + "to": [6.825, 7.225, 10.1], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.725, 7.1, 9.825], + "to": [6.8, 7.275, 10.075], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.175, 7.075, 9.825], + "to": [9.275, 7.375, 10.1], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.675, 7.375, 9.8], + "to": [6.775, 7.55, 10.05], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.225, 7.375, 9.8], + "to": [9.325, 7.55, 10.05], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.6, 7.575, 9.8], + "to": [6.7, 7.7, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.3, 7.55, 9.8], + "to": [9.4, 7.7, 10.05], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.4, 3.35, 9.9], + "to": [6.425, 3.8, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.475, 3.525, 9.875], + "to": [6.5, 3.8, 9.95], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.55, 3.7, 9.85], + "to": [6.575, 3.825, 9.925], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.625, 3.825, 9.875], + "to": [6.65, 4.075, 9.95], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.725, 4.075, 9.9], + "to": [6.75, 4.35, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.8, 4.35, 9.925], + "to": [6.825, 4.55, 10], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.875, 4.55, 9.95], + "to": [6.9, 7.225, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.1, 5.525, 9.95], + "to": [9.125, 7.225, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.025, 5.5, 9.9], + "to": [9.05, 5.675, 10], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.95, 5.35, 9.875], + "to": [8.975, 5.5, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.875, 5.05, 9.85], + "to": [8.9, 5.35, 9.95], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.925, 4.85, 9.925], + "to": [8.95, 5.05, 10], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.025, 4.725, 9.975], + "to": [9.05, 4.85, 10.05], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.1, 4.55, 9.95], + "to": [9.125, 4.725, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.175, 4.35, 9.925], + "to": [9.2, 4.55, 10], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.25, 4.075, 9.9], + "to": [9.275, 4.35, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.35, 3.825, 9.875], + "to": [9.375, 4.075, 9.95], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.425, 3.7, 9.85], + "to": [9.45, 3.825, 9.925], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.5, 3.525, 9.875], + "to": [9.525, 3.7, 9.95], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.575, 3.35, 9.9], + "to": [9.6, 3.525, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.25, 4.075, 9.9], + "to": [9.275, 4.35, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.35, 3.825, 9.875], + "to": [9.375, 4.075, 9.95], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.425, 3.7, 9.85], + "to": [9.45, 3.825, 9.925], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.5, 3.525, 9.875], + "to": [9.525, 3.7, 9.95], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.575, 3.35, 9.9], + "to": [9.6, 3.525, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.85, 7.225, 9.925], + "to": [6.875, 7.375, 10], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.125, 7.225, 9.925], + "to": [9.15, 7.375, 10], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.8, 7.375, 9.9], + "to": [6.825, 7.575, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.175, 7.375, 9.9], + "to": [9.2, 7.575, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.775, 7.575, 9.9], + "to": [6.8, 7.725, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.2, 7.575, 9.9], + "to": [9.225, 7.725, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.3, 3.525, 9.825], + "to": [6.475, 3.9, 10], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.375, 3.7, 9.8], + "to": [6.55, 4.05, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.45, 3.825, 9.825], + "to": [6.625, 4.275, 10], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.55, 4.075, 9.85], + "to": [6.725, 4.525, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.625, 4.35, 9.875], + "to": [6.8, 4.8, 10.05], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.7, 4.55, 9.9], + "to": [6.875, 7.225, 10.075], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.675, 7.075, 9.875], + "to": [6.85, 7.375, 10.05], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.625, 7.275, 9.85], + "to": [6.8, 7.575, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.575, 7.425, 9.825], + "to": [6.75, 7.725, 10], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.275, 4.425, -1.75], + "to": [5.45, 4.725, -1.575], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.2, 4.25, -1.7], + "to": [5.375, 4.55, -1.525], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.1, 4.125, -1.6], + "to": [5.275, 4.425, -1.425], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.025, 3.925, -1.5], + "to": [5.2, 4.225, -1.325], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.075, 3.925, -1.525], + "to": [5.15, 4.225, -1.5], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.125, 4.075, -1.675], + "to": [5.2, 4.375, -1.65], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.225, 4.25, -1.725], + "to": [5.325, 4.55, -1.7], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.325, 4.4, -1.8], + "to": [5.425, 4.7, -1.775], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.975, 4.7, 7.125], + "to": [7.175, 5.45, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.025, 4.7, 7.3], + "to": [7.125, 5.45, 7.325], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.025, 4.85, 7.1], + "to": [7.125, 5.45, 7.125], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.95, 4.7, 7.175], + "to": [6.975, 5.3, 7.25], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.825, 4.7, 7.1], + "to": [9.025, 5.45, 7.275], + "rotation": {"angle": 0, "axis": "y", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [9.025, 4.725, 7.15], + "to": [9.05, 5.45, 7.225], + "rotation": {"angle": 0, "axis": "y", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.875, 4.7, 7.275], + "to": [8.975, 5.45, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.875, 4.7, 7.075], + "to": [8.975, 5.45, 7.1], + "rotation": {"angle": 0, "axis": "y", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.625, 5.625, 7.225], + "to": [6.825, 6.425, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [15.1, 14.425, -0.575]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [6.6, 5.625, 7.275], + "to": [6.625, 6.425, 7.35], + "rotation": {"angle": 0, "axis": "y", "origin": [15.1, 14.425, -0.575]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.625, 6.15, 7.4], + "to": [6.65, 6.425, 7.475], + "rotation": {"angle": 0, "axis": "y", "origin": [15.1, 14.425, -0.575]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.625, 6.425, 7.325], + "to": [6.65, 6.65, 7.475], + "rotation": {"angle": 0, "axis": "y", "origin": [15.1, 14.425, -0.575]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.65, 6.65, 7.425], + "to": [6.675, 6.9, 7.575], + "rotation": {"angle": 0, "axis": "y", "origin": [15.1, 14.425, -0.575]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.675, 5.625, 7.2], + "to": [6.775, 6.425, 7.225], + "rotation": {"angle": 0, "axis": "y", "origin": [15.1, 14.425, -0.575]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.675, 5.625, 7.4], + "to": [6.775, 6.15, 7.425], + "rotation": {"angle": 0, "axis": "y", "origin": [15.1, 14.425, -0.575]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.175, 5.625, 7.2], + "to": [9.375, 6.425, 7.375], + "rotation": {"angle": 0, "axis": "y", "origin": [0.9, 14.425, -0.575]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [6.65, 6.15, 7.275], + "to": [6.85, 6.65, 7.525], + "rotation": {"angle": 0, "axis": "y", "origin": [15.125, 14.95, -0.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [6.7, 6.425, 7.25], + "to": [6.8, 6.65, 7.275], + "rotation": {"angle": 0, "axis": "y", "origin": [15.125, 14.95, -0.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.7, 6.15, 7.525], + "to": [6.8, 6.4, 7.55], + "rotation": {"angle": 0, "axis": "y", "origin": [15.125, 14.95, -0.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.7, 6.4, 7.625], + "to": [6.8, 6.775, 7.65], + "rotation": {"angle": 0, "axis": "y", "origin": [15.125, 14.95, -0.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.7, 6.65, 7.35], + "to": [6.8, 6.9, 7.375], + "rotation": {"angle": 0, "axis": "y", "origin": [15.125, 14.95, -0.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.15, 6.15, 7.225], + "to": [9.35, 6.65, 7.475], + "rotation": {"angle": 0, "axis": "y", "origin": [0.875, 14.95, -0.575]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [6.675, 6.4, 7.375], + "to": [6.875, 6.9, 7.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.15, 15.2, -0.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [9.125, 6.4, 7.375], + "to": [9.325, 6.9, 7.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.85, 15.2, -0.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [9.325, 6.4, 7.475], + "to": [9.35, 6.65, 7.575], + "rotation": {"angle": 0, "axis": "y", "origin": [0.85, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.35, 6.15, 7.375], + "to": [9.375, 6.425, 7.425], + "rotation": {"angle": 0, "axis": "y", "origin": [0.85, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.325, 6.65, 7.425], + "to": [9.35, 6.9, 7.575], + "rotation": {"angle": 0, "axis": "y", "origin": [0.85, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.35, 6.425, 7.275], + "to": [9.375, 6.65, 7.425], + "rotation": {"angle": 0, "axis": "y", "origin": [0.85, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.375, 5.625, 7.25], + "to": [9.4, 6.425, 7.325], + "rotation": {"angle": 0, "axis": "y", "origin": [0.85, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.175, 6.4, 7.625], + "to": [9.275, 6.9, 7.65], + "rotation": {"angle": 0, "axis": "y", "origin": [0.85, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.2, 6.15, 7.475], + "to": [9.3, 6.4, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0.85, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.225, 5.625, 7.375], + "to": [9.325, 6.175, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [0.85, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.175, 6.65, 7.35], + "to": [9.275, 6.9, 7.375], + "rotation": {"angle": 0, "axis": "y", "origin": [0.85, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.2, 6.425, 7.2], + "to": [9.3, 6.65, 7.225], + "rotation": {"angle": 0, "axis": "y", "origin": [0.85, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.225, 5.625, 7.175], + "to": [9.325, 6.425, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0.85, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7, 7.15, 7.5], + "to": [7.95, 7.325, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [15.15, 15.2, -0.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7, 7.325, 7.55], + "to": [7.425, 7.35, 7.65], + "rotation": {"angle": 0, "axis": "y", "origin": [15.15, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.425, 7.35, 7.6], + "to": [8.8, 7.375, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [15.15, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.8, 7.325, 7.55], + "to": [8.975, 7.35, 7.65], + "rotation": {"angle": 0, "axis": "y", "origin": [15.15, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.05, 7.2, 7.475], + "to": [7.95, 7.275, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [15.15, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.95, 7.225, 7.525], + "to": [8.65, 7.3, 7.55], + "rotation": {"angle": 0, "axis": "y", "origin": [15.15, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.65, 7.2, 7.475], + "to": [8.875, 7.275, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [15.15, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.8, 7.2, 7.7], + "to": [8.975, 7.275, 7.725], + "rotation": {"angle": 0, "axis": "y", "origin": [15.15, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.425, 7.225, 7.75], + "to": [8.8, 7.3, 7.775], + "rotation": {"angle": 0, "axis": "y", "origin": [15.15, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7, 7.2, 7.7], + "to": [7.425, 7.275, 7.725], + "rotation": {"angle": 0, "axis": "y", "origin": [15.15, 15.2, -0.425]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.65, 7.15, 7.5], + "to": [8.975, 7.325, 7.7], + "rotation": {"angle": 0, "axis": "y", "origin": [15.15, 15.2, -0.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.425, 7.175, 7.55], + "to": [8.8, 7.35, 7.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.15, 15.2, -0.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [3.225, 12.825, 7.1], + "to": [3.425, 13.3, 7.275], + "rotation": {"angle": 45, "axis": "z", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [12.575, 12.825, 7.05], + "to": [12.775, 13.3, 7.225], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [12.625, 12.825, 7.225], + "to": [12.725, 13.3, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.625, 12.825, 7.025], + "to": [12.725, 13.3, 7.05], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.6, 12.825, 6.975], + "to": [12.7, 13.175, 7], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.675, 12.65, 6.95], + "to": [12.775, 12.8, 6.975], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.75, 12.5, 6.875], + "to": [12.85, 12.65, 6.9], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.8, 12.2, 6.8], + "to": [12.9, 12.5, 6.825], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.775, 12.825, 7.1], + "to": [12.8, 13.3, 7.175], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.825, 12.45, 7.025], + "to": [12.85, 12.8, 7.1], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.9, 12.35, 6.95], + "to": [12.925, 12.65, 7.025], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.95, 12.2, 6.875], + "to": [12.975, 12.5, 6.95], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [2.9, 13.75, 7.175], + "to": [3.1, 14.225, 7.35], + "rotation": {"angle": 45, "axis": "z", "origin": [15.125, 14.425, -0.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [2.95, 13.75, 7.15], + "to": [3.05, 14.225, 7.175], + "rotation": {"angle": 45, "axis": "z", "origin": [15.125, 14.425, -0.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [2.95, 13.75, 7.35], + "to": [3.05, 14.225, 7.375], + "rotation": {"angle": 45, "axis": "z", "origin": [15.125, 14.425, -0.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [2.875, 13.75, 7.225], + "to": [2.9, 14.225, 7.3], + "rotation": {"angle": 45, "axis": "z", "origin": [15.125, 14.425, -0.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.9, 13.725, 7.125], + "to": [13.1, 14.225, 7.3], + "rotation": {"angle": -45, "axis": "z", "origin": [0.875, 14.425, -0.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [13.1, 13.675, 7.175], + "to": [13.125, 14.225, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [0.875, 14.425, -0.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.95, 13.725, 7.3], + "to": [13.05, 14.225, 7.325], + "rotation": {"angle": -45, "axis": "z", "origin": [0.875, 14.425, -0.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.95, 13.825, 7.1], + "to": [13.05, 14.225, 7.125], + "rotation": {"angle": -45, "axis": "z", "origin": [0.875, 14.425, -0.6]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [2.9, -1.7, 7.475], + "to": [3.1, -1.15, 7.675], + "rotation": {"angle": -45, "axis": "z", "origin": [15.175, -1.9, -0.275]}, + "faces": { + "north": {"uv": [6, 16, 10, 0], "texture": "#8"}, + "east": {"uv": [6, 16, 10, 0], "texture": "#8"}, + "south": {"uv": [6, 16, 10, 0], "texture": "#8"}, + "west": {"uv": [6, 16, 10, 0], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [2.875, -1.7, 7.525], + "to": [2.9, -1.15, 7.625], + "rotation": {"angle": -45, "axis": "z", "origin": [15.175, -1.9, -0.275]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [2.95, -1.7, 7.45], + "to": [3.05, -1.15, 7.475], + "rotation": {"angle": -45, "axis": "z", "origin": [15.175, -1.9, -0.275]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [2.95, -1.7, 7.675], + "to": [3.05, -1.275, 7.7], + "rotation": {"angle": -45, "axis": "z", "origin": [15.175, -1.9, -0.275]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.9, -1.7, 7.475], + "to": [13.1, -1.15, 7.675], + "rotation": {"angle": 45, "axis": "z", "origin": [0.825, -1.9, -0.275]}, + "faces": { + "north": {"uv": [10, 16, 6, 0], "texture": "#8"}, + "east": {"uv": [10, 16, 6, 0], "texture": "#8"}, + "south": {"uv": [10, 16, 6, 0], "texture": "#8"}, + "west": {"uv": [10, 16, 6, 0], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [13.1, -1.7, 7.525], + "to": [13.125, -1.15, 7.625], + "rotation": {"angle": 45, "axis": "z", "origin": [0.825, -1.9, -0.275]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.925, -1.7, 7.675], + "to": [13.075, -1.25, 7.7], + "rotation": {"angle": 45, "axis": "z", "origin": [0.825, -1.9, -0.275]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.925, -1.7, 7.45], + "to": [13.075, -1.15, 7.475], + "rotation": {"angle": 45, "axis": "z", "origin": [0.825, -1.9, -0.275]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [3.25, 12.475, 7.05], + "to": [3.45, 13.2, 7.225], + "rotation": {"angle": 45, "axis": "z", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [3.225, 12.475, 7.1], + "to": [3.25, 12.825, 7.175], + "rotation": {"angle": 45, "axis": "z", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [3.2, 12.825, 7.15], + "to": [3.225, 13.3, 7.225], + "rotation": {"angle": 45, "axis": "z", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [3.275, 12.025, 7.05], + "to": [3.3, 12.475, 7.125], + "rotation": {"angle": 45, "axis": "z", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.55, 12.725, 7], + "to": [12.75, 13.2, 7.175], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [12.525, 12.725, 7.05], + "to": [12.55, 13.2, 7.125], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [12.625, 12.475, 6.975], + "to": [12.825, 12.8, 7.15], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [12.7, 12.35, 6.9], + "to": [12.9, 12.65, 7.075], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [12.75, 12.2, 6.825], + "to": [12.95, 12.5, 7], + "rotation": {"angle": -45, "axis": "z", "origin": [0.55, 13.5, -0.675]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [3.3, 11.95, 7], + "to": [3.5, 12.825, 7.175], + "rotation": {"angle": 45, "axis": "z", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [3.35, 11.95, 7.175], + "to": [3.45, 12.475, 7.2], + "rotation": {"angle": 45, "axis": "z", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [3.35, 12.3, 6.975], + "to": [3.45, 12.825, 7], + "rotation": {"angle": 45, "axis": "z", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [3.3, 12.475, 7.225], + "to": [3.4, 12.825, 7.25], + "rotation": {"angle": 45, "axis": "z", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [3.3, 12.825, 7.025], + "to": [3.4, 13.2, 7.05], + "rotation": {"angle": 45, "axis": "z", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [3.275, 12.825, 7.275], + "to": [3.375, 13.175, 7.3], + "rotation": {"angle": 45, "axis": "z", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [3.275, 13.2, 7.075], + "to": [3.375, 13.3, 7.1], + "rotation": {"angle": 45, "axis": "z", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [0, 10, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 9, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 4, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [5.775, 3.95, 10.35], + "to": [6, 4.3, 10.525], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.75, 4.075, 10.4], + "to": [5.775, 4.3, 10.475], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [5.825, 4.3, 10.45], + "to": [5.85, 4.425, 10.525], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [5.9, 4.425, 10.525], + "to": [5.925, 4.525, 10.6], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [5.825, 3.95, 10.525], + "to": [5.95, 4.3, 10.55], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [5.875, 4.125, 10.575], + "to": [5.95, 4.425, 10.6], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [5.975, 4.275, 10.65], + "to": [6.05, 4.525, 10.675], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [5.85, 4.125, 10.4], + "to": [6.075, 4.425, 10.575], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.925, 4.275, 10.475], + "to": [6.15, 4.525, 10.65], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [8.675, 4.775, 5.8], + "to": [8.85, 7.375, 6.025], + "rotation": {"angle": 0, "axis": "y", "origin": [1.225, 13.9, 13.925]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [8.725, 4.775, 5.775], + "to": [8.8, 7.375, 5.8], + "rotation": {"angle": 0, "axis": "y", "origin": [1.225, 13.9, 13.925]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.2, 4.775, 5.775], + "to": [7.275, 7.375, 5.8], + "rotation": {"angle": 0, "axis": "y", "origin": [14.775, 13.9, 13.925]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.725, 4.775, 6.025], + "to": [8.8, 7.375, 6.05], + "rotation": {"angle": 0, "axis": "y", "origin": [1.225, 13.9, 13.925]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.2, 4.775, 6.025], + "to": [7.275, 7.375, 6.05], + "rotation": {"angle": 0, "axis": "y", "origin": [14.775, 13.9, 13.925]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.85, 4.775, 5.85], + "to": [8.875, 7.375, 5.975], + "rotation": {"angle": 0, "axis": "y", "origin": [1.225, 13.9, 13.925]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.125, 4.775, 5.85], + "to": [7.15, 7.375, 5.975], + "rotation": {"angle": 0, "axis": "y", "origin": [14.775, 13.9, 13.925]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.15, 4.775, 5.8], + "to": [7.325, 7.375, 6.025], + "rotation": {"angle": 0, "axis": "y", "origin": [14.775, 13.9, 13.925]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [6.1, 4.6, 2.35], + "to": [6.275, 4.85, 2.525], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.35, 13.725, 10.45]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [9.725, 4.6, 2.35], + "to": [9.9, 4.85, 2.525], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.35, 13.725, 10.45]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [6, 4.5, 2.4], + "to": [6.175, 4.75, 2.575], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.45, 13.625, 10.5]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.175, 4.5, 2.45], + "to": [6.2, 4.75, 2.525], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.45, 13.625, 10.5]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.8, 4.5, 2.45], + "to": [9.825, 4.75, 2.525], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.45, 13.625, 10.5]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.25, 4.6, 2.375], + "to": [6.275, 4.85, 2.45], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.45, 13.625, 10.5]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.725, 4.6, 2.375], + "to": [9.75, 4.85, 2.45], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.45, 13.625, 10.5]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.975, 4.5, 2.45], + "to": [6, 4.75, 2.525], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.45, 13.625, 10.5]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [10, 4.5, 2.45], + "to": [10.025, 4.75, 2.525], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.45, 13.625, 10.5]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.05, 4.75, 2.375], + "to": [6.075, 4.85, 2.45], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.45, 13.625, 10.5]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.925, 4.75, 2.375], + "to": [9.95, 4.85, 2.45], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.45, 13.625, 10.5]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.05, 4.5, 2.375], + "to": [6.125, 4.75, 2.4], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.45, 13.625, 10.5]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.875, 4.5, 2.375], + "to": [9.95, 4.75, 2.4], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.45, 13.625, 10.5]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.125, 4.6, 2.3], + "to": [6.2, 4.85, 2.325], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.45, 13.625, 10.5]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.8, 4.6, 2.3], + "to": [9.875, 4.85, 2.325], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.45, 13.625, 10.5]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.825, 4.5, 2.4], + "to": [10, 4.75, 2.575], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.45, 13.625, 10.5]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [5.9, 4.375, 2.425], + "to": [6.075, 4.625, 2.6], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [9.925, 4.375, 2.425], + "to": [10.1, 4.625, 2.6], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [5.825, 4.225, 2.5], + "to": [6, 4.475, 2.675], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [10, 4.225, 2.5], + "to": [10.175, 4.475, 2.675], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [5.775, 4.125, 2.6], + "to": [5.95, 4.375, 2.775], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.825, 4.125, 2.575], + "to": [5.9, 4.225, 2.6], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [10.1, 4.125, 2.575], + "to": [10.175, 4.225, 2.6], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.875, 4.225, 2.475], + "to": [5.95, 4.375, 2.5], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [10.05, 4.225, 2.475], + "to": [10.125, 4.375, 2.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.95, 4.375, 2.4], + "to": [6.025, 4.625, 2.425], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.975, 4.375, 2.4], + "to": [10.05, 4.625, 2.425], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.875, 4.375, 2.475], + "to": [5.9, 4.475, 2.5], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [5.95, 4.125, 2.65], + "to": [5.975, 4.225, 2.725], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [10.025, 4.125, 2.65], + "to": [10.05, 4.225, 2.725], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6, 4.225, 2.55], + "to": [6.025, 4.375, 2.625], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.975, 4.225, 2.55], + "to": [10, 4.375, 2.625], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.075, 4.375, 2.475], + "to": [6.1, 4.525, 2.55], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.9, 4.375, 2.475], + "to": [9.925, 4.525, 2.55], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.8, 4.225, 2.55], + "to": [5.825, 4.475, 2.625], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [10.175, 4.225, 2.55], + "to": [10.2, 4.475, 2.625], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.875, 4.475, 2.475], + "to": [5.9, 4.625, 2.55], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [10.1, 4.475, 2.475], + "to": [10.125, 4.625, 2.55], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.75, 4.125, 2.65], + "to": [5.775, 4.375, 2.725], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [10.225, 4.125, 2.65], + "to": [10.25, 4.375, 2.725], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.95, 4.225, 2.675], + "to": [5.975, 4.375, 2.725], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [10.05, 4.125, 2.6], + "to": [10.225, 4.375, 2.775], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.375, 1.875, 8.25], + "to": [8.65, 2.1, 8.475], + "rotation": {"angle": 22.5, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#8"} + } + }, + { + "from": [7.375, 1.925, 8.225], + "to": [8.65, 2.05, 8.25], + "rotation": {"angle": 22.5, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.375, 1.925, 8.475], + "to": [8.65, 2.05, 8.5], + "rotation": {"angle": 22.5, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.375, 2.1, 8.3], + "to": [8.65, 2.125, 8.425], + "rotation": {"angle": 22.5, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.45, 1.85, 8.325], + "to": [8.9, 2.075, 8.55], + "rotation": {"angle": 22.5, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [8.65, 2.075, 8.375], + "to": [8.9, 2.1, 8.5], + "rotation": {"angle": 22.5, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.1, 2.075, 8.375], + "to": [7.375, 2.1, 8.5], + "rotation": {"angle": 22.5, "axis": "x", "origin": [5.375, 11.075, 20.725]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.45, 1.9, 8.3], + "to": [8.9, 2.025, 8.325], + "rotation": {"angle": 22.5, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.1, 1.9, 8.3], + "to": [7.55, 2.025, 8.325], + "rotation": {"angle": 22.5, "axis": "x", "origin": [5.375, 11.075, 20.725]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.9, 1.85, 8.375], + "to": [8.925, 2.075, 8.5], + "rotation": {"angle": 22.5, "axis": "x", "origin": [10.625, 11.075, 20.725]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.075, 1.85, 8.375], + "to": [7.1, 2.075, 8.5], + "rotation": {"angle": 22.5, "axis": "x", "origin": [5.375, 11.075, 20.725]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.1, 1.85, 8.325], + "to": [7.55, 2.075, 8.55], + "rotation": {"angle": 22.5, "axis": "x", "origin": [5.375, 11.075, 20.725]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [8.825, 8.075, -1.875], + "to": [9.025, 8.275, -1.45], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [8.95, 8.15, -1.65], + "to": [9.15, 8.35, -1.225], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.025, 8.125, -1.325], + "to": [9.225, 8.325, -1], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.1, 8.1, -1.075], + "to": [9.3, 8.3, -0.1], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.025, 8.075, -0.2], + "to": [9.225, 8.275, 0.05], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [8.725, 8.075, 0.175], + "to": [9.15, 8.175, 0.2], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.15, 8.075, 0.05], + "to": [9.175, 8.175, 0.175], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.225, 8.125, -0.1], + "to": [9.25, 8.225, 0.05], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.3, 8.15, -1.075], + "to": [9.325, 8.25, -0.1], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.225, 8.175, -1.325], + "to": [9.25, 8.275, -1.075], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.15, 8.2, -1.65], + "to": [9.175, 8.3, -1.3], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.025, 8.125, -1.875], + "to": [9.05, 8.225, -1.65], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.925, 8.225, 0.075], + "to": [9.15, 8.25, 0.125], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.075, 8.275, -0.1], + "to": [9.175, 8.3, 0.05], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.15, 8.3, -1], + "to": [9.25, 8.325, -0.1], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.075, 8.325, -1.225], + "to": [9.175, 8.35, -1], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9, 8.35, -1.65], + "to": [9.1, 8.375, -1.225], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.875, 8.275, -1.875], + "to": [8.975, 8.3, -1.45], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.725, 8, 0.075], + "to": [9.15, 8.025, 0.125], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.075, 8.05, -0.2], + "to": [9.175, 8.075, 0.025], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.15, 8.075, -1.075], + "to": [9.25, 8.1, -0.2], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.075, 8.1, -1.325], + "to": [9.175, 8.125, -1.075], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9, 8.125, -1.65], + "to": [9.1, 8.15, -1.325], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.875, 8.05, -1.875], + "to": [8.975, 8.075, -1.45], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.725, 8.025, 0.025], + "to": [9.15, 8.225, 0.175], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.075, 8.05, 0.075], + "to": [8.925, 8.25, 0.225], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [6.925, 8.075, 0], + "to": [7.2, 8.275, 0.175], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [6.75, 8.05, -0.1], + "to": [7.025, 8.25, 0.1], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [6.8, 8.25, -0.1], + "to": [6.925, 8.275, 0.1], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.8, 8.025, -0.1], + "to": [6.925, 8.05, 0.1], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.975, 8.275, -0.025], + "to": [7.1, 8.3, 0.175], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.2, 8.25, 0.125], + "to": [8.925, 8.275, 0.175], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.075, 8.025, 0.125], + "to": [8.725, 8.05, 0.175], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.725, 8.1, -0.1], + "to": [6.75, 8.2, 0.1], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.9, 8.125, -0.025], + "to": [6.925, 8.225, 0.175], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.925, 8.125, 0.175], + "to": [7.075, 8.225, 0.2], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.75, 8.125, 0.1], + "to": [6.9, 8.225, 0.125], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.075, 8.1, 0.225], + "to": [8.925, 8.2, 0.25], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.675, 5.075, 6.75], + "to": [6.95, 7.125, 6.95], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "up": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "down": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"} + } + }, + { + "from": [6.725, 5.075, 6.95], + "to": [6.9, 7.05, 6.975], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.725, 5.15, 6.725], + "to": [6.9, 7.05, 6.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.65, 5.075, 6.8], + "to": [6.675, 7.125, 6.9], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [1.9, 6.625, 6.725], + "to": [2.175, 7.6, 6.925], + "rotation": {"angle": 22.5, "axis": "z", "origin": [10.65, 18.35, 4.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "up": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "down": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"} + } + }, + { + "from": [1.95, 5.7, 6.75], + "to": [1.975, 6.75, 6.85], + "rotation": {"angle": 22.5, "axis": "z", "origin": [10.65, 18.35, 4.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [1.875, 6.625, 6.775], + "to": [1.9, 7.6, 6.875], + "rotation": {"angle": 22.5, "axis": "z", "origin": [10.65, 18.35, 4.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [1.975, 5.7, 6.7], + "to": [2.25, 6.75, 6.9], + "rotation": {"angle": 22.5, "axis": "z", "origin": [10.65, 18.35, 4.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "up": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "down": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"} + } + }, + { + "from": [2.025, 5.7, 6.9], + "to": [2.2, 6.625, 6.925], + "rotation": {"angle": 22.5, "axis": "z", "origin": [10.65, 18.35, 4.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [1.95, 6.625, 6.925], + "to": [2.125, 7.525, 6.95], + "rotation": {"angle": 22.5, "axis": "z", "origin": [10.65, 18.35, 4.525]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.7, 7.05, 6.775], + "to": [6.975, 7.25, 6.975], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [10, 14, 6, 16], "rotation": 180, "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "rotation": 90, "texture": "#8"}, + "south": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "up": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 0, 6, 16], "rotation": 180, "texture": "#8"} + } + }, + { + "from": [6.75, 7.125, 6.75], + "to": [6.925, 7.25, 6.775], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.75, 7.05, 6.975], + "to": [6.925, 7.175, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.675, 7.125, 6.8], + "to": [6.7, 7.25, 6.95], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.075, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.5, 6.975, -3.175], + "to": [8.7, 7.3, -3], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [8.55, 6.975, -3], + "to": [8.65, 7.225, -2.975], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.45, 6.825, -2.95], + "to": [8.55, 7.15, -2.925], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.325, 6.675, -2.9], + "to": [8.425, 7, -2.875], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.15, 6.425, -3.075], + "to": [8.25, 6.675, -3.05], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.05, 6.3, -3.125], + "to": [8.15, 6.55, -3.1], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.225, 6.525, -3], + "to": [8.325, 6.775, -2.975], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.55, 6.975, -3.2], + "to": [8.65, 7.3, -3.175], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.45, 6.825, -3.15], + "to": [8.55, 7.225, -3.125], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.325, 6.675, -3.1], + "to": [8.425, 7.075, -3.075], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.225, 6.525, -3.2], + "to": [8.325, 6.85, -3.175], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.15, 6.425, -3.275], + "to": [8.25, 6.75, -3.25], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.05, 6.3, -3.325], + "to": [8.15, 6.625, -3.3], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.7, 6.975, -3.125], + "to": [8.725, 7.3, -3.05], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.6, 6.825, -3.075], + "to": [8.625, 7.225, -3], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.475, 6.675, -3.025], + "to": [8.5, 7.075, -2.95], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.375, 6.525, -3.125], + "to": [8.4, 6.85, -3.05], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.3, 6.425, -3.2], + "to": [8.325, 6.525, -3.125], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.2, 6.3, -3.25], + "to": [8.225, 6.425, -3.175], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.4, 6.825, -3.125], + "to": [8.6, 7.15, -2.95], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [8.275, 6.675, -3.075], + "to": [8.475, 7, -2.9], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [8.175, 6.525, -3.175], + "to": [8.375, 6.85, -3], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [8.1, 6.425, -3.25], + "to": [8.3, 6.75, -3.075], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [8, 6.3, -3.3], + "to": [8.2, 6.625, -3.125], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.925, 6.175, -3.25], + "to": [8.125, 6.5, -3.075], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.9, 6.25, -3.2], + "to": [7.925, 6.5, -3.125], + "rotation": {"angle": -45, "axis": "x", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.75, 5.25, 5.525], + "to": [8.95, 6.025, 5.725], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [10, 14, 6, 16], "rotation": 180, "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "rotation": 90, "texture": "#8"}, + "south": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "up": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 0, 6, 16], "rotation": 180, "texture": "#8"} + } + }, + { + "from": [8.95, 5.25, 5.575], + "to": [8.975, 6.025, 5.675], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.875, 5.25, 5.45], + "to": [8.9, 5.7, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.875, 4.925, 5.45], + "to": [8.9, 5.25, 5.55], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.75, 4.4, 5.35], + "to": [8.775, 5.35, 5.45], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.8, 5.25, 5.725], + "to": [8.9, 6.025, 5.75], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.725, 4.925, 5.6], + "to": [8.825, 5.7, 5.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.6, 4.475, 5.5], + "to": [8.7, 5.35, 5.525], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.8, 5.25, 5.5], + "to": [8.9, 6.025, 5.525], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.725, 4.925, 5.375], + "to": [8.825, 5.7, 5.4], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.6, 4.4, 5.275], + "to": [8.7, 5.35, 5.3], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [8.675, 4.925, 5.4], + "to": [8.875, 5.7, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [10, 14, 6, 16], "rotation": 180, "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "rotation": 90, "texture": "#8"}, + "south": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "up": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 0, 6, 16], "rotation": 180, "texture": "#8"} + } + }, + { + "from": [8.55, 4.4, 5.3], + "to": [8.75, 5.35, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [15.475, 16.1, 4.55]}, + "faces": { + "north": {"uv": [10, 14, 6, 16], "rotation": 180, "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "rotation": 90, "texture": "#8"}, + "south": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "rotation": 270, "texture": "#8"}, + "up": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 0, 6, 16], "rotation": 180, "texture": "#8"} + } + }, + { + "from": [10.625, 3.85, 14.55], + "to": [10.8, 4.075, 14.725], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.675, 3.85, 14.725], + "to": [10.75, 4.075, 14.75], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [10.8, 3.85, 14.6], + "to": [10.825, 4.075, 14.675], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [10.725, 3.7, 14.5], + "to": [10.9, 3.925, 14.675], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.9, 3.7, 14.55], + "to": [10.925, 3.925, 14.625], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [10.775, 3.7, 14.675], + "to": [10.85, 3.925, 14.7], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.675, 2.6, 6.4], + "to": [8.25, 4.125, 6.775], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.725, 2.6, 6.35], + "to": [8.2, 4.15, 6.825], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.775, 2.6, 6.3], + "to": [8.15, 4.175, 6.875], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [6.15, 2.575, 9.85], + "to": [6.325, 3.35, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [8.4, 2.6, 6.5], + "to": [8.575, 3.5, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 13.5, -0.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.15, 2.6, 3.15], + "to": [6.325, 3.425, 3.325], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.025, 2.6, 14.4], + "to": [5.2, 3.9, 14.575], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.725, 2.6, 10.3], + "to": [5.9, 4.075, 10.475], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [7.9, 2.6, 6.95], + "to": [8.1, 3.95, 7.125], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.1, 2.6, 10.3], + "to": [10.275, 4.125, 10.475], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.8, 2.6, 14.4], + "to": [10.975, 3.7, 14.575], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [9.675, 2.6, 3.15], + "to": [9.85, 3.5, 3.325], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.425, 2.6, 6.5], + "to": [7.6, 3.5, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.675, 2.6, 9.85], + "to": [9.85, 3.35, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.8, 2.6, -1.4], + "to": [10.975, 4.425, -1.225], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.1, 2.6, 2.7], + "to": [10.275, 4.125, 2.875], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.9, 2.6, 6.05], + "to": [8.1, 3.675, 6.225], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, 13.85]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [5.725, 2.6, 2.7], + "to": [5.9, 4.125, 2.875], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.025, 2.6, -1.4], + "to": [5.2, 3.925, -1.225], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [7.4, 2.6, 6.55], + "to": [7.425, 3.5, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 17.125, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.65, 2.6, 9.9], + "to": [9.675, 3.35, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 17.125, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, 2.6, -1.425], + "to": [10.925, 4.425, -1.4], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 17.125, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, 2.6, 2.675], + "to": [10.225, 4.125, 2.7], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 17.125, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, 2.6, 6.025], + "to": [8.05, 3.675, 6.05], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 17.125, 13.85]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, 2.6, 2.675], + "to": [5.85, 4.125, 2.7], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 17.125, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, 2.6, -1.425], + "to": [5.15, 3.925, -1.4], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 17.125, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.325, 2.6, 9.9], + "to": [6.35, 3.375, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 17.125, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.575, 2.6, 6.55], + "to": [8.6, 3.5, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 17.125, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.325, 2.6, 3.2], + "to": [6.35, 3.425, 3.275], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 17.125, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, 2.6, 14.575], + "to": [5.15, 3.9, 14.6], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 17.125, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, 2.6, 10.475], + "to": [5.85, 3.95, 10.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 17.125, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, 2.6, 7.125], + "to": [8.05, 3.95, 7.15], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 17.125, -0.675]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, 2.6, 10.475], + "to": [10.225, 4.125, 10.5], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 17.125, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, 2.6, 14.575], + "to": [10.925, 3.7, 14.6], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 17.125, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.65, 2.6, 3.2], + "to": [9.675, 3.5, 3.275], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 17.125, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.025, 0.8, -1.4], + "to": [5.1, 2.6, -1.375], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.475, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [4.975, 0.8, -1.375], + "to": [5.15, 2.6, -1.2], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.475, 13.5, 6.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.25, 0.8, 9.9], + "to": [6.275, 2.6, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.525, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.075, 0.8, 9.85], + "to": [6.25, 2.6, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.525, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [8.55, 1.7, 6.55], + "to": [8.575, 2.6, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.775, 13.5, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.375, 1.7, 6.5], + "to": [8.55, 2.6, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 13.5, -0.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [8.525, 0.8, 6.55], + "to": [8.55, 1.7, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.775, 13.5, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.35, 0.8, 6.5], + "to": [8.525, 1.7, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [0.775, 13.5, -0.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.25, 0.8, 3.2], + "to": [6.275, 2.6, 3.275], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.525, 13.5, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.075, 0.8, 3.15], + "to": [6.25, 2.6, 3.325], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.525, 13.5, 10.575]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.075, 0.8, 14.45], + "to": [5.15, 2.6, 14.475], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 13.5, 6.7]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.025, 0.8, 14.275], + "to": [5.2, 2.6, 14.45], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 13.5, 6.7]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.775, 0.8, 10.35], + "to": [5.85, 1.55, 10.375], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.725, 0.8, 10.175], + "to": [5.9, 1.55, 10.35], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.7, 1.55, 10.225], + "to": [5.875, 2.15, 10.4], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.75, 1.55, 10.4], + "to": [5.825, 2.15, 10.425], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, 2.15, 10.4], + "to": [5.85, 2.6, 10.425], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.725, 2.15, 10.225], + "to": [5.9, 2.6, 10.4], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [7.95, 0.8, 7.025], + "to": [8.05, 2.6, 7.05], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.725]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.9, 0.8, 6.85], + "to": [8.1, 2.6, 7.025], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.725]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.15, 1.1, 10.425], + "to": [10.225, 1.7, 10.45], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.1, 1.1, 10.25], + "to": [10.275, 1.7, 10.425], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.15, 0.8, 10.4], + "to": [10.225, 1.1, 10.425], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.1, 0.8, 10.225], + "to": [10.275, 1.1, 10.4], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.15, 1.7, 10.45], + "to": [10.225, 2.6, 10.475], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.1, 1.7, 10.275], + "to": [10.275, 2.6, 10.45], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.85, 0.8, 14.475], + "to": [10.925, 1.575, 14.5], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.7]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.8, 0.8, 14.3], + "to": [10.975, 1.575, 14.475], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.7]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.85, 1.575, 14.5], + "to": [10.925, 2.6, 14.525], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.8, 1.575, 14.325], + "to": [10.975, 2.6, 14.5], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [9.7, 1.55, 3.2], + "to": [9.725, 2.6, 3.275], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.725, 1.55, 3.15], + "to": [9.9, 2.6, 3.325], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [9.7, 1.1, 3.225], + "to": [9.725, 1.55, 3.3], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.725, 1.1, 3.175], + "to": [9.9, 1.55, 3.35], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [9.7, 0.8, 3.2], + "to": [9.725, 1.1, 3.275], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.725, 0.8, 3.15], + "to": [9.9, 1.1, 3.325], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.475, 0.8, 6.55], + "to": [7.5, 1.2, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.5, 0.8, 6.5], + "to": [7.675, 1.2, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.475, 1.2, 6.575], + "to": [7.5, 1.6, 6.65], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.5, 1.2, 6.525], + "to": [7.675, 1.6, 6.7], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.475, 1.6, 6.55], + "to": [7.5, 2.6, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.5, 1.6, 6.5], + "to": [7.675, 2.6, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.7, 0.8, 9.9], + "to": [9.725, 2.6, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.725, 0.8, 9.85], + "to": [9.9, 2.6, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.85, 0.8, -1.375], + "to": [10.925, 2.6, -1.35], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.8, 0.8, -1.35], + "to": [10.975, 2.6, -1.175], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.15, 0.8, 2.725], + "to": [10.225, 2.6, 2.75], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.1, 0.8, 2.75], + "to": [10.275, 2.6, 2.925], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.9, 0.8, 6.075], + "to": [8.1, 2.6, 6.25], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, 13.85]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.95, 0.8, 6.05], + "to": [8.05, 2.6, 6.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, 13.85]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, 0.8, 2.7], + "to": [5.85, 2.6, 2.725], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.725, 0.8, 2.725], + "to": [5.9, 2.6, 2.9], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [7.925, -1.05, 6.075], + "to": [8.125, -0.25, 6.25], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, 13.85]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.9, -0.25, 6.05], + "to": [8.1, 0.8, 6.225], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, 13.85]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.975, -1.05, 6.05], + "to": [8.075, -0.25, 6.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, 13.85]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -0.25, 6.025], + "to": [8.05, 0.8, 6.05], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, 13.85]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.125, -1.05, 2.7], + "to": [10.3, -0.2, 2.875], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.1, -0.2, 2.7], + "to": [10.275, 0.8, 2.875], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.175, -1.05, 2.675], + "to": [10.25, -0.2, 2.7], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -0.2, 2.675], + "to": [10.225, 0.8, 2.7], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, 0.075, 10.45], + "to": [10.225, 0.8, 10.475], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.2, -0.25, 10.45], + "to": [10.275, 0.075, 10.475], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.175, -1.05, 10.45], + "to": [10.25, -0.25, 10.475], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.8, -1.05, -1.35], + "to": [10.975, 0.45, -1.175], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.8, 0.45, -1.375], + "to": [10.975, 0.8, -1.2], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -1.05, -1.375], + "to": [10.925, 0.45, -1.35], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, 0.45, -1.4], + "to": [10.925, 0.8, -1.375], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -1.05, 14.525], + "to": [10.925, -0.25, 14.55], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.875, -0.25, 14.525], + "to": [10.95, 0.8, 14.55], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.675, -0.55, 9.875], + "to": [9.85, 0.1, 10.05], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.7, -1.05, 9.85], + "to": [9.875, -0.55, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.7, 0.1, 9.85], + "to": [9.875, 0.8, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.65, -0.55, 9.925], + "to": [9.675, 0.1, 10], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.675, -1.05, 9.9], + "to": [9.7, -0.55, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.675, 0.1, 9.9], + "to": [9.7, 0.8, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.675, -1.05, 3.2], + "to": [9.7, 0.8, 3.275], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.475, 0.05, 6.5], + "to": [7.65, 0.8, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.45, -1.05, 6.5], + "to": [7.625, 0.05, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.45, 0.05, 6.55], + "to": [7.475, 0.8, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.425, -1.05, 6.55], + "to": [7.45, 0.05, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.7, -1.05, 3.15], + "to": [9.875, 0.8, 3.325], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.8, -1.05, 14.35], + "to": [10.975, -0.25, 14.525], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.825, -0.25, 14.35], + "to": [11, 0.8, 14.525], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.1, 0.075, 10.275], + "to": [10.275, 0.8, 10.45], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.15, -0.25, 10.275], + "to": [10.325, 0.075, 10.45], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.125, -1.05, 10.275], + "to": [10.3, -0.25, 10.45], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.925, -0.425, 6.875], + "to": [8.125, 0.1, 7.05], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.9, -1.05, 6.875], + "to": [8.1, -0.425, 7.05], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.9, 0.1, 6.875], + "to": [8.1, 0.8, 7.05], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.975, -0.425, 7.05], + "to": [8.075, 0.1, 7.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -1.05, 7.05], + "to": [8.05, -0.425, 7.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, 0.1, 7.05], + "to": [8.05, 0.8, 7.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.725, 0.15, 10.2], + "to": [5.9, 0.8, 10.375], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.725, -1.05, 10.225], + "to": [5.9, -0.4, 10.4], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.75, -0.4, 10.2], + "to": [5.925, 0.15, 10.375], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.775, 0.15, 10.375], + "to": [5.85, 0.8, 10.4], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -1.05, 10.4], + "to": [5.85, -0.4, 10.425], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.8, -0.4, 10.375], + "to": [5.875, 0.15, 10.4], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.025, -1.05, 14.325], + "to": [5.2, 0.8, 14.5], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.075, -1.05, 14.5], + "to": [5.15, 0.8, 14.525], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.125, -1.05, 3.15], + "to": [6.3, 0.8, 3.325], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [6.3, -1.05, 3.2], + "to": [6.325, 0.8, 3.275], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.375, -1.05, 6.5], + "to": [8.55, 0.1, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 13.5, -0.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [8.4, 0.1, 6.5], + "to": [8.575, 0.8, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 13.5, -0.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [8.55, -1.05, 6.55], + "to": [8.575, 0.1, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 13.5, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.575, 0.1, 6.55], + "to": [8.6, 0.8, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 13.5, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.125, -1.05, 9.85], + "to": [6.3, 0.8, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.3, -1.05, 9.9], + "to": [6.325, 0.8, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.025, -1.05, -1.35], + "to": [5.2, -0.15, -1.175], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.025, -0.15, -1.375], + "to": [5.2, 0.8, -1.2], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -1.05, -1.375], + "to": [5.15, -0.15, -1.35], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -0.15, -1.4], + "to": [5.15, 0.8, -1.375], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.75, -1.05, 2.7], + "to": [5.925, -0.6, 2.875], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.725, -0.625, 2.7], + "to": [5.9, 0.8, 2.875], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.8, -1.05, 2.675], + "to": [5.875, -0.6, 2.7], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -0.625, 2.675], + "to": [5.85, 0.8, 2.7], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.75, -2.25, 2.675], + "to": [5.925, -1.625, 2.925], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.725, -1.625, 2.675], + "to": [5.9, -1.05, 2.875], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.725, -3.25, 2.7], + "to": [5.9, -2.25, 2.875], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [7.9, -1.625, 6.05], + "to": [8.1, -1.05, 6.25], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, 13.85]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.925, -2.25, 6.05], + "to": [8.125, -1.625, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, 13.85]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.9, -3.25, 6.075], + "to": [8.1, -2.25, 6.25], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, 13.85]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.1, -1.725, 2.7], + "to": [10.3, -1.05, 2.875], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.125, -2.25, 2.725], + "to": [10.3, -1.725, 2.9], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.1, -3.25, 2.725], + "to": [10.275, -2.25, 2.9], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.8, -2.25, -1.4], + "to": [10.975, -1.8, -1.225], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.825, -1.8, -1.4], + "to": [11, -1.05, -1.225], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.8, -3.25, -1.375], + "to": [10.975, -2.25, -1.2], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.7, -2.25, 9.875], + "to": [9.875, -1.85, 10.05], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.675, -1.85, 9.85], + "to": [9.85, -1.05, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.7, -3.25, 9.85], + "to": [9.875, -2.25, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.425, -2.25, 6.5], + "to": [7.6, -1.05, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.45, -3.25, 6.5], + "to": [7.625, -2.25, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.675, -2.25, 3.175], + "to": [9.85, -1.55, 3.35], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [9.675, -1.55, 3.15], + "to": [9.85, -1.05, 3.325], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [9.7, -3.25, 3.15], + "to": [9.875, -2.25, 3.325], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.8, -1.725, 14.4], + "to": [10.975, -1.05, 14.575], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.825, -2.25, 14.4], + "to": [11, -1.725, 14.575], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.8, -3.25, 14.375], + "to": [10.975, -2.25, 14.55], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.125, -2.25, 10.3], + "to": [10.3, -1.95, 10.475], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.1, -1.95, 10.275], + "to": [10.3, -1.05, 10.475], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.1, -3.25, 10.3], + "to": [10.275, -2.25, 10.475], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.925, -2.25, 6.875], + "to": [8.125, -1.65, 7.05], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.9, -1.65, 6.875], + "to": [8.1, -1.05, 7.05], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.9, -3.25, 6.925], + "to": [8.1, -2.25, 7.1], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [5, -2.25, 14.35], + "to": [5.175, -1.9, 14.525], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.025, -1.9, 14.35], + "to": [5.2, -1.05, 14.525], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.025, -3.25, 14.35], + "to": [5.2, -2.25, 14.525], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.725, -1.775, 10.25], + "to": [5.9, -1.05, 10.425], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.725, -2.25, 10.225], + "to": [5.9, -1.775, 10.4], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.725, -3.25, 10.275], + "to": [5.9, -2.25, 10.45], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [6.125, -2.25, 3.175], + "to": [6.3, -1.825, 3.35], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [6.15, -1.825, 3.15], + "to": [6.325, -1.05, 3.325], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [6.1, -3.25, 3.15], + "to": [6.275, -2.25, 3.325], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [8.4, -1.725, 6.5], + "to": [8.575, -1.05, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 13.5, -0.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [8.375, -2.25, 6.475], + "to": [8.55, -1.725, 6.65], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 13.5, -0.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [8.35, -3.25, 6.5], + "to": [8.525, -2.25, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 13.5, -0.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.15, -1.6, 9.85], + "to": [6.325, -1.05, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.125, -2.25, 9.85], + "to": [6.3, -1.6, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.1, -3.25, 9.85], + "to": [6.275, -2.25, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.025, -2.25, -1.4], + "to": [5.2, -1.05, -1.225], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.025, -3.25, -1.35], + "to": [5.2, -2.25, -1.175], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [7.4, -2.25, 6.55], + "to": [7.425, -1.05, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 11.65, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.425, -3.25, 6.55], + "to": [7.45, -2.25, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 11.65, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.65, -2.25, 3.225], + "to": [9.675, -1.55, 3.3], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 11.65, 10.575]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.65, -1.55, 3.2], + "to": [9.675, -1.05, 3.275], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 11.65, 10.575]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.675, -3.25, 3.2], + "to": [9.7, -2.25, 3.275], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 11.65, 10.575]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.675, -2.25, 9.925], + "to": [9.7, -1.85, 10], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 11.65, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.65, -1.85, 9.9], + "to": [9.675, -1.05, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 11.65, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.675, -3.25, 9.9], + "to": [9.7, -2.25, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 11.65, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -2.25, -1.425], + "to": [10.925, -1.8, -1.4], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 11.65, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.875, -1.8, -1.425], + "to": [10.95, -1.05, -1.4], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 11.65, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -3.25, -1.4], + "to": [10.925, -2.25, -1.375], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 11.65, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -1.725, 2.675], + "to": [10.225, -1.05, 2.7], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 11.65, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.175, -2.25, 2.7], + "to": [10.25, -1.725, 2.725], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 11.65, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -3.25, 2.7], + "to": [10.225, -2.25, 2.725], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 11.65, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -1.625, 6.025], + "to": [8.05, -1.05, 6.05], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 11.65, 13.85]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.975, -2.25, 6.025], + "to": [8.075, -1.625, 6.05], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 11.65, 13.85]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -3.25, 6.05], + "to": [8.05, -2.25, 6.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 11.65, 13.85]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.8, -2.25, 2.65], + "to": [5.875, -1.625, 2.675], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 11.65, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -1.625, 2.65], + "to": [5.85, -1.05, 2.675], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 11.65, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -3.25, 2.675], + "to": [5.85, -2.25, 2.7], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 11.65, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -2.25, -1.425], + "to": [5.15, -1.05, -1.4], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 11.65, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -3.25, -1.375], + "to": [5.15, -2.25, -1.35], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 11.65, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.325, -1.6, 9.9], + "to": [6.35, -1.05, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 11.65, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.3, -2.25, 9.9], + "to": [6.325, -1.6, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 11.65, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.275, -3.25, 9.9], + "to": [6.3, -2.25, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 11.65, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.575, -1.725, 6.55], + "to": [8.6, -1.05, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 11.65, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.55, -2.25, 6.525], + "to": [8.575, -1.725, 6.6], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 11.65, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.525, -3.25, 6.55], + "to": [8.55, -2.25, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 11.65, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.3, -2.25, 3.225], + "to": [6.325, -1.825, 3.3], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 11.65, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.325, -1.825, 3.2], + "to": [6.35, -1.05, 3.275], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 11.65, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.275, -3.25, 3.2], + "to": [6.3, -2.25, 3.275], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 11.65, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.05, -2.25, 14.525], + "to": [5.125, -1.9, 14.55], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 11.65, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -1.9, 14.525], + "to": [5.15, -1.05, 14.55], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 11.65, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -3.25, 14.525], + "to": [5.15, -2.25, 14.55], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 11.65, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -1.775, 10.425], + "to": [5.85, -1.05, 10.45], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 11.65, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -2.25, 10.4], + "to": [5.85, -1.775, 10.425], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 11.65, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -3.25, 10.45], + "to": [5.85, -2.25, 10.475], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 11.65, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.975, -2.25, 7.05], + "to": [8.075, -1.65, 7.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 11.65, -0.675]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -1.65, 7.05], + "to": [8.05, -1.05, 7.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 11.65, -0.675]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -3.25, 7.1], + "to": [8.05, -2.25, 7.125], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 11.65, -0.675]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.175, -2.25, 10.475], + "to": [10.25, -1.95, 10.5], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 11.65, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -1.95, 10.475], + "to": [10.225, -1.05, 10.5], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 11.65, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -3.25, 10.475], + "to": [10.225, -2.25, 10.5], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 11.65, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -1.725, 14.575], + "to": [10.925, -1.05, 14.6], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 11.65, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.875, -2.25, 14.575], + "to": [10.95, -1.725, 14.6], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 11.65, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -3.25, 14.55], + "to": [10.925, -2.25, 14.575], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 11.65, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.725, -3.875, 2.725], + "to": [5.9, -3.25, 2.9], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.725, -5.55, 2.75], + "to": [5.9, -3.875, 2.925], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 12.875, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.025, -3.875, -1.35], + "to": [5.2, -3.25, -1.175], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.025, -5.55, -1.325], + "to": [5.2, -3.875, -1.15], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 12.875, 6.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.1, -3.875, 9.85], + "to": [6.275, -3.25, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.075, -5.55, 9.85], + "to": [6.25, -3.875, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 12.875, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [8.35, -3.875, 6.5], + "to": [8.525, -3.25, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 13.5, -0.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [8.325, -5.55, 6.5], + "to": [8.5, -3.875, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 12.875, -0.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.1, -3.875, 3.15], + "to": [6.275, -3.25, 3.325], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [6.075, -5.55, 3.15], + "to": [6.25, -3.875, 3.325], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 12.875, 10.575]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.025, -3.875, 14.35], + "to": [5.2, -3.25, 14.525], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.025, -5.55, 14.325], + "to": [5.2, -3.875, 14.5], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 12.875, 6.75]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.725, -3.875, 10.25], + "to": [5.9, -3.25, 10.425], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.725, -5.55, 10.225], + "to": [5.9, -3.875, 10.4], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 12.875, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [7.9, -3.875, 6.9], + "to": [8.1, -3.25, 7.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.9, -5.55, 6.875], + "to": [8.1, -3.875, 7.05], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 12.875, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.1, -3.875, 10.25], + "to": [10.275, -3.25, 10.425], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.1, -5.55, 10.225], + "to": [10.275, -3.875, 10.4], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 12.875, 2.65]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.8, -3.875, 14.35], + "to": [10.975, -3.25, 14.525], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.8, -5.55, 14.325], + "to": [10.975, -3.875, 14.5], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 12.875, 6.75]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [9.725, -3.875, 3.15], + "to": [9.9, -3.25, 3.325], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [9.75, -5.55, 3.15], + "to": [9.925, -3.875, 3.325], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 12.875, 10.575]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.475, -3.875, 6.5], + "to": [7.65, -3.25, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.5, -5.55, 6.5], + "to": [7.675, -3.875, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 12.875, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.725, -3.875, 9.85], + "to": [9.9, -3.25, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.75, -5.55, 9.85], + "to": [9.925, -3.875, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 12.875, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.8, -3.875, -1.35], + "to": [10.975, -3.25, -1.175], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.8, -5.55, -1.325], + "to": [10.975, -3.875, -1.15], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 12.875, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.1, -3.875, 2.75], + "to": [10.275, -3.25, 2.925], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.1, -5.55, 2.775], + "to": [10.275, -3.875, 2.95], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 12.875, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.9, -3.875, 6.1], + "to": [8.1, -3.25, 6.275], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, 13.85]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.9, -5.55, 6.125], + "to": [8.1, -3.875, 6.3], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 12.875, 13.85]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.45, -3.875, 6.55], + "to": [7.475, -3.25, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 9.45, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.475, -5.55, 6.55], + "to": [7.5, -3.875, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 8.825, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.7, -3.875, 3.2], + "to": [9.725, -3.25, 3.275], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 9.45, 10.575]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.725, -5.55, 3.2], + "to": [9.75, -3.875, 3.275], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 8.825, 10.575]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.7, -3.875, 9.9], + "to": [9.725, -3.25, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 9.45, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.725, -5.55, 9.9], + "to": [9.75, -3.875, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 8.825, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -3.875, -1.375], + "to": [10.925, -3.25, -1.35], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 9.45, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -5.55, -1.35], + "to": [10.925, -3.875, -1.325], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 8.825, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -3.875, 2.725], + "to": [10.225, -3.25, 2.75], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 9.45, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -5.55, 2.75], + "to": [10.225, -3.875, 2.775], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 8.825, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -3.875, 6.075], + "to": [8.05, -3.25, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 9.45, 13.85]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -5.55, 6.1], + "to": [8.05, -3.875, 6.125], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 8.825, 13.85]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -3.875, 2.7], + "to": [5.85, -3.25, 2.725], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 9.45, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -5.55, 2.725], + "to": [5.85, -3.875, 2.75], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 8.825, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -3.875, -1.375], + "to": [5.15, -3.25, -1.35], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 9.45, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -5.55, -1.35], + "to": [5.15, -3.875, -1.325], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 8.825, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.275, -3.875, 9.9], + "to": [6.3, -3.25, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 9.45, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.25, -5.55, 9.9], + "to": [6.275, -3.875, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 8.825, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.525, -3.875, 6.55], + "to": [8.55, -3.25, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 9.45, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.5, -5.55, 6.55], + "to": [8.525, -3.875, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 8.825, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.275, -3.875, 3.2], + "to": [6.3, -3.25, 3.275], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 9.45, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.25, -5.55, 3.2], + "to": [6.275, -3.875, 3.275], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 8.825, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -3.875, 14.525], + "to": [5.15, -3.25, 14.55], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 9.45, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -5.55, 14.5], + "to": [5.15, -3.875, 14.525], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 8.825, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -3.875, 10.425], + "to": [5.85, -3.25, 10.45], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 9.45, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -5.55, 10.4], + "to": [5.85, -3.875, 10.425], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 8.825, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -3.875, 7.075], + "to": [8.05, -3.25, 7.1], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 9.45, -0.675]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -5.55, 7.05], + "to": [8.05, -3.875, 7.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 8.825, -0.675]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -3.875, 10.425], + "to": [10.225, -3.25, 10.45], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 9.45, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -5.55, 10.4], + "to": [10.225, -3.875, 10.425], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 8.825, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -3.875, 14.525], + "to": [10.925, -3.25, 14.55], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 9.45, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -5.55, 14.5], + "to": [10.925, -3.875, 14.525], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 8.825, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.9, -6.425, 6.1], + "to": [8.1, -5.55, 6.275], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, 13.85]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.9, -7.85, 6.025], + "to": [8.1, -7.175, 6.225], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, 13.85]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.9, -7.175, 6.075], + "to": [8.1, -6.425, 6.25], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, 13.85]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.9, -6.425, 6.9], + "to": [8.1, -5.55, 7.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.9, -7.75, 6.975], + "to": [8.125, -7.45, 7.175], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.65]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.9, -7.45, 6.975], + "to": [8.1, -7.175, 7.175], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.65]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [7.9, -7.175, 6.925], + "to": [8.1, -6.425, 7.1], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 13.5, -0.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.1, -6.425, 2.75], + "to": [10.275, -5.55, 2.925], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.1, -7.875, 2.675], + "to": [10.275, -7.175, 2.85], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.1, -7.175, 2.725], + "to": [10.275, -6.425, 2.9], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.1, -6.425, 10.25], + "to": [10.275, -5.55, 10.425], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.1, -7.775, 10.325], + "to": [10.275, -7.175, 10.525], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.675]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.1, -7.175, 10.275], + "to": [10.275, -6.425, 10.45], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [5.725, -6.425, 2.725], + "to": [5.9, -5.55, 2.9], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.7, -7.875, 2.65], + "to": [5.875, -7.575, 2.85], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.725, -7.575, 2.65], + "to": [5.9, -7.175, 2.85], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.725, -7.175, 2.7], + "to": [5.9, -6.425, 2.875], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 13.5, 10.525]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.725, -6.425, 10.25], + "to": [5.9, -5.55, 10.425], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.75, -7.775, 10.325], + "to": [5.925, -7.45, 10.525], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.675]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.725, -7.45, 10.325], + "to": [5.9, -7.175, 10.525], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.675]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.725, -7.175, 10.275], + "to": [5.9, -6.425, 10.45], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 13.5, 2.65]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [10.8, -6.425, -1.35], + "to": [10.975, -5.55, -1.175], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.825, -7.85, -1.4], + "to": [11, -7.45, -1.225], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.8, -7.45, -1.4], + "to": [10.975, -7.175, -1.225], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.8, -7.175, -1.375], + "to": [10.975, -6.425, -1.2], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [10.8, -6.425, 14.35], + "to": [10.975, -5.55, 14.525], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.8, -7.8, 14.4], + "to": [10.975, -7.175, 14.575], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.775]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [10.8, -7.175, 14.375], + "to": [10.975, -6.425, 14.55], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [5.025, -6.425, -1.35], + "to": [5.2, -5.55, -1.175], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.025, -7.85, -1.4], + "to": [5.2, -7.175, -1.225], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.4]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.025, -7.175, -1.375], + "to": [5.2, -6.425, -1.2], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 13.5, 6.425]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [5.025, -6.425, 14.35], + "to": [5.2, -5.55, 14.525], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.025, -7.8, 14.4], + "to": [5.2, -7.175, 14.575], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [5.025, -7.175, 14.375], + "to": [5.2, -6.425, 14.55], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 13.5, 6.75]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [9.725, -6.425, 9.85], + "to": [9.9, -5.55, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.7, -7.825, 9.85], + "to": [9.875, -7.175, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.7, -7.175, 9.85], + "to": [9.875, -6.425, 10.025], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [9.725, -6.425, 3.15], + "to": [9.9, -5.55, 3.325], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [9.7, -7.775, 3.15], + "to": [9.875, -7.175, 3.325], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [9.7, -7.175, 3.15], + "to": [9.875, -6.425, 3.325], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [10, 16, 6, 14], "texture": "#8"}, + "down": {"uv": [10, 16, 6, 14], "texture": "#8"} + } + }, + { + "from": [6.1, -6.425, 9.85], + "to": [6.275, -5.55, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.125, -7.825, 9.85], + "to": [6.3, -7.175, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.125, -7.175, 9.85], + "to": [6.3, -6.425, 10.025], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 13.5, 2.6]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [6.1, -6.425, 3.15], + "to": [6.275, -5.55, 3.325], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [6.125, -7.775, 3.175], + "to": [6.3, -7.175, 3.35], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 13.5, 10.6]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [6.125, -7.175, 3.15], + "to": [6.3, -6.425, 3.325], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 13.5, 10.575]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [6, 16, 10, 14], "texture": "#8"}, + "down": {"uv": [6, 16, 10, 14], "texture": "#8"} + } + }, + { + "from": [7.475, -6.425, 6.5], + "to": [7.65, -5.55, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.45, -7.8, 6.5], + "to": [7.625, -7.175, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [7.45, -7.175, 6.5], + "to": [7.625, -6.425, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 13.5, -0.625]}, + "faces": { + "north": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "east": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "west": {"uv": [10, 0, 6, 16], "texture": "#8"}, + "up": {"uv": [10, 14, 6, 16], "texture": "#8"}, + "down": {"uv": [10, 14, 6, 16], "texture": "#8"} + } + }, + { + "from": [8.35, -6.425, 6.5], + "to": [8.525, -5.55, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 13.5, -0.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [8.375, -7.8, 6.5], + "to": [8.55, -7.175, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 13.5, -0.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [8.375, -7.175, 6.5], + "to": [8.55, -6.425, 6.675], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 13.5, -0.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [6, 14, 10, 16], "texture": "#8"} + } + }, + { + "from": [7.45, -6.425, 6.55], + "to": [7.475, -5.55, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 7.15, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.425, -7.8, 6.55], + "to": [7.45, -7.175, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 7.15, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.45, -7.825, 6.55], + "to": [7.6, -7.8, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 7.15, -0.625]}, + "faces": { + "north": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 13, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.4, -7.825, 6.55], + "to": [8.55, -7.8, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 7.15, -0.625]}, + "faces": { + "north": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 13, 2, 16], "texture": "#8"} + } + }, + { + "from": [7.425, -7.175, 6.55], + "to": [7.45, -6.425, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.175, 7.15, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.7, -6.425, 3.2], + "to": [9.725, -5.55, 3.275], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 7.15, 10.575]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.675, -7.775, 3.2], + "to": [9.7, -7.175, 3.275], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 7.15, 10.575]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.675, -7.175, 3.2], + "to": [9.7, -6.425, 3.275], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 7.15, 10.575]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#8"} + } + }, + { + "from": [9.7, -6.425, 9.9], + "to": [9.725, -5.55, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 7.15, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.675, -7.825, 9.9], + "to": [9.7, -7.175, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 7.15, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.7, -7.85, 9.9], + "to": [9.85, -7.825, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 7.15, 2.6]}, + "faces": { + "north": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 13, 0, 16], "texture": "#8"} + } + }, + { + "from": [9.7, -7.8, 3.2], + "to": [9.85, -7.775, 3.275], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.475, 7.2, 10.575]}, + "faces": { + "north": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "up": {"uv": [2, 16, 0, 13], "texture": "#8"}, + "down": {"uv": [2, 16, 0, 13], "texture": "#8"} + } + }, + { + "from": [6.15, -7.85, 9.9], + "to": [6.3, -7.825, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 7.15, 2.6]}, + "faces": { + "north": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 13, 2, 16], "texture": "#8"} + } + }, + { + "from": [6.15, -7.8, 3.2], + "to": [6.3, -7.775, 3.275], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 7.2, 10.575]}, + "faces": { + "north": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "up": {"uv": [0, 16, 2, 13], "texture": "#8"}, + "down": {"uv": [0, 16, 2, 13], "texture": "#8"} + } + }, + { + "from": [9.675, -7.175, 9.9], + "to": [9.7, -6.425, 9.975], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.475, 7.15, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -6.425, -1.375], + "to": [10.925, -5.55, -1.35], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 7.15, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.875, -7.85, -1.425], + "to": [10.95, -7.45, -1.4], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 7.15, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -7.45, -1.425], + "to": [10.925, -7.175, -1.4], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 7.15, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.875, -7.875, -1.4], + "to": [10.95, -7.85, -1.25], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 7.125, 6.425]}, + "faces": { + "north": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 13, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -7.825, 14.425], + "to": [10.925, -7.8, 14.575], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 7.175, 6.775]}, + "faces": { + "north": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "up": {"uv": [2, 16, 0, 13], "texture": "#8"}, + "down": {"uv": [2, 16, 0, 13], "texture": "#8"} + } + }, + { + "from": [5.075, -7.875, -1.375], + "to": [5.15, -7.85, -1.225], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 7.125, 6.425]}, + "faces": { + "north": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 13, 2, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -7.825, 14.425], + "to": [5.15, -7.8, 14.575], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 7.175, 6.75]}, + "faces": { + "north": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "up": {"uv": [0, 16, 2, 13], "texture": "#8"}, + "down": {"uv": [0, 16, 2, 13], "texture": "#8"} + } + }, + { + "from": [10.85, -7.175, -1.4], + "to": [10.925, -6.425, -1.375], + "rotation": {"angle": 45, "axis": "y", "origin": [18.425, 7.15, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -6.425, 2.725], + "to": [10.225, -5.55, 2.75], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 7.15, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -7.875, 2.65], + "to": [10.225, -7.175, 2.675], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 7.15, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -7.9, 2.675], + "to": [10.225, -7.875, 2.825], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 7.1, 10.525]}, + "faces": { + "north": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 13, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -7.8, 10.375], + "to": [10.225, -7.775, 10.525], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 7.2, 2.675]}, + "faces": { + "north": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "up": {"uv": [2, 16, 0, 13], "texture": "#8"}, + "down": {"uv": [2, 16, 0, 13], "texture": "#8"} + } + }, + { + "from": [5.75, -7.9, 2.65], + "to": [5.825, -7.875, 2.825], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 7.1, 10.525]}, + "faces": { + "north": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "up": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "down": {"uv": [0, 13, 2, 16], "texture": "#8"} + } + }, + { + "from": [5.8, -7.8, 10.35], + "to": [5.875, -7.775, 10.525], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 7.2, 2.675]}, + "faces": { + "north": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "up": {"uv": [0, 16, 2, 13], "texture": "#8"}, + "down": {"uv": [0, 16, 2, 13], "texture": "#8"} + } + }, + { + "from": [10.15, -7.175, 2.7], + "to": [10.225, -6.425, 2.725], + "rotation": {"angle": 22.5, "axis": "y", "origin": [17.55, 7.15, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -6.425, 6.075], + "to": [8.05, -5.55, 6.1], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 7.15, 13.85]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -7.85, 6], + "to": [8.05, -7.175, 6.025], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 7.15, 13.85]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -7.875, 6.025], + "to": [8.05, -7.85, 6.2], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 7.15, 13.85]}, + "faces": { + "north": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 13, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 13, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -7.775, 7], + "to": [8.075, -7.75, 7.175], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 7.15, -0.65]}, + "faces": { + "north": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "east": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "south": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "west": {"uv": [0, 13, 2, 16], "texture": "#8"}, + "up": {"uv": [2, 16, 0, 13], "texture": "#8"}, + "down": {"uv": [2, 16, 0, 13], "texture": "#8"} + } + }, + { + "from": [7.95, -7.175, 6.05], + "to": [8.05, -6.425, 6.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 7.15, 13.85]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -6.425, 2.7], + "to": [5.85, -5.55, 2.725], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 7.15, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.75, -7.875, 2.625], + "to": [5.825, -7.575, 2.65], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 7.15, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -7.575, 2.625], + "to": [5.85, -7.175, 2.65], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 7.15, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -7.175, 2.675], + "to": [5.85, -6.425, 2.7], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.55, 7.15, 10.525]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -6.425, -1.375], + "to": [5.15, -5.55, -1.35], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 7.15, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -7.85, -1.425], + "to": [5.15, -7.175, -1.4], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 7.15, 6.4]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -7.175, -1.4], + "to": [5.15, -6.425, -1.375], + "rotation": {"angle": -45, "axis": "y", "origin": [-2.425, 7.15, 6.425]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.275, -6.425, 9.9], + "to": [6.3, -5.55, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 7.15, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.3, -7.825, 9.9], + "to": [6.325, -7.175, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 7.15, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.3, -7.175, 9.9], + "to": [6.325, -6.425, 9.975], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.475, 7.15, 2.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.525, -6.425, 6.55], + "to": [8.55, -5.55, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 7.15, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.55, -7.8, 6.55], + "to": [8.575, -7.175, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 7.15, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [8.55, -7.175, 6.55], + "to": [8.575, -6.425, 6.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.825, 7.15, -0.625]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.275, -6.425, 3.2], + "to": [6.3, -5.55, 3.275], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 7.15, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.3, -7.775, 3.225], + "to": [6.325, -7.175, 3.3], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 7.15, 10.6]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [6.3, -7.175, 3.2], + "to": [6.325, -6.425, 3.275], + "rotation": {"angle": -22.5, "axis": "y", "origin": [-1.475, 7.15, 10.575]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -6.425, 14.525], + "to": [5.15, -5.55, 14.55], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 7.15, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -7.8, 14.575], + "to": [5.15, -7.175, 14.6], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 7.15, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.075, -7.175, 14.55], + "to": [5.15, -6.425, 14.575], + "rotation": {"angle": 45, "axis": "y", "origin": [-2.425, 7.15, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -6.425, 10.425], + "to": [5.85, -5.55, 10.45], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 7.15, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.8, -7.775, 10.525], + "to": [5.875, -7.45, 10.55], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 7.15, 2.675]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -7.45, 10.525], + "to": [5.85, -7.175, 10.55], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 7.15, 2.675]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [5.775, -7.175, 10.45], + "to": [5.85, -6.425, 10.475], + "rotation": {"angle": 22.5, "axis": "y", "origin": [-1.55, 7.15, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -6.425, 7.075], + "to": [8.05, -5.55, 7.1], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 7.15, -0.675]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -7.75, 7.175], + "to": [8.075, -7.45, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 7.15, -0.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -7.45, 7.175], + "to": [8.05, -7.175, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 7.15, -0.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.95, -7.175, 7.1], + "to": [8.05, -6.425, 7.125], + "rotation": {"angle": 0, "axis": "y", "origin": [15.45, 7.15, -0.675]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -6.425, 10.425], + "to": [10.225, -5.55, 10.45], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 7.15, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -7.775, 10.525], + "to": [10.225, -7.175, 10.55], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 7.15, 2.675]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.15, -7.175, 10.45], + "to": [10.225, -6.425, 10.475], + "rotation": {"angle": -22.5, "axis": "y", "origin": [17.55, 7.15, 2.65]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -6.425, 14.525], + "to": [10.925, -5.55, 14.55], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 7.15, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -7.8, 14.55], + "to": [10.925, -7.175, 14.575], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 7.15, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [10.85, -7.175, 14.55], + "to": [10.925, -6.425, 14.575], + "rotation": {"angle": -45, "axis": "y", "origin": [18.425, 7.15, 6.75]}, + "faces": { + "north": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "east": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "south": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "west": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "up": {"uv": [2, 0, 0, 16], "texture": "#8"}, + "down": {"uv": [2, 0, 0, 16], "texture": "#8"} + } + }, + { + "from": [7.625, -7.75, 6.225], + "to": [8.375, -7.45, 6.975], + "rotation": {"angle": 0, "axis": "y", "origin": [0.65, 13.5, -0.625]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#8"}, + "up": {"uv": [6, 14, 10, 16], "texture": "#8"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#9"} + } + }, + { + "from": [7.575, 4.975, 7.55], + "to": [8.425, 7.075, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.175]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "east": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "south": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "west": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "up": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "down": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"} + } + }, + { + "from": [7.575, 4.925, 8.2], + "to": [8.425, 7.125, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.175]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "east": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "south": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "west": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "up": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "down": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"} + } + }, + { + "from": [7.7, 4.875, 8.625], + "to": [8.3, 7.175, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.175]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "east": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "south": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "west": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "up": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "down": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"} + } + }, + { + "from": [7.7, 4.825, 9.075], + "to": [8.3, 7.225, 9.525], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.175]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "east": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "south": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "west": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "up": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "down": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"} + } + }, + { + "from": [7.7, 4.775, 9.55], + "to": [8.3, 7.275, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.175]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "east": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "south": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "west": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "up": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "down": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"} + } + }, + { + "from": [7.7, 4.725, 10.025], + "to": [8.3, 7.325, 10.475], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.175]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "east": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "south": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "west": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "up": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"}, + "down": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#1"} + } + }, + { + "from": [6.6, 6.125, 10.025], + "to": [7.125, 6.325, 10.475], + "rotation": {"angle": 0, "axis": "y", "origin": [15.325, 14.5, 17.15]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [6.6, 6.125, 10.475], + "to": [7.125, 6.875, 10.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.325, 14.5, 17.8]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.875, 6.125, 10.475], + "to": [9.4, 6.875, 10.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.675, 14.5, 17.8]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.6, 5.15, 10.475], + "to": [7.125, 5.925, 10.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.325, 13.55, 17.8]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.875, 5.15, 10.475], + "to": [9.4, 5.925, 10.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.675, 13.55, 17.8]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [8.875, 6.125, 10.025], + "to": [9.4, 6.325, 10.475], + "rotation": {"angle": 0, "axis": "y", "origin": [0.675, 14.5, 17.15]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.6, 5.725, 10.025], + "to": [7.125, 5.925, 10.475], + "rotation": {"angle": 0, "axis": "y", "origin": [15.325, 14.5, 17.15]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.875, 5.725, 10.025], + "to": [9.4, 5.925, 10.475], + "rotation": {"angle": 0, "axis": "y", "origin": [0.675, 14.5, 17.15]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.65, 6.125, 9.55], + "to": [7.175, 6.325, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [15.375, 14.5, 16.9]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.825, 6.125, 9.55], + "to": [9.35, 6.325, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [0.625, 14.5, 16.9]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.65, 5.725, 9.55], + "to": [7.175, 5.925, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [15.375, 14.5, 16.9]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.825, 5.725, 9.55], + "to": [9.35, 5.925, 10.025], + "rotation": {"angle": 0, "axis": "y", "origin": [0.625, 14.5, 16.9]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.7, 6.125, 9.075], + "to": [7.225, 6.325, 9.55], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.5, 16.425]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.775, 6.125, 9.075], + "to": [9.3, 6.325, 9.55], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.5, 16.425]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.7, 5.725, 9.075], + "to": [7.225, 5.925, 9.55], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.5, 16.425]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.775, 5.725, 9.075], + "to": [9.3, 5.925, 9.55], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.5, 16.425]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.75, 6.125, 8.625], + "to": [7.225, 6.325, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.5, 15.95]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.775, 6.125, 8.625], + "to": [9.25, 6.325, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.5, 15.95]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.75, 5.725, 8.625], + "to": [7.225, 5.925, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.5, 15.95]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.775, 5.725, 8.625], + "to": [9.25, 5.925, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.5, 15.95]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.8, 6.125, 8.2], + "to": [7.225, 6.325, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.5, 15.5]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.775, 6.125, 8.2], + "to": [9.2, 6.325, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.5, 15.5]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.8, 5.725, 8.2], + "to": [7.225, 5.925, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.5, 15.5]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.775, 5.725, 8.2], + "to": [9.2, 5.925, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.5, 15.5]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.85, 6.125, 7.075], + "to": [7.4, 6.325, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.5, 14.875]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [9.4, 2.025, 7.25], + "to": [9.5, 2.05, 7.925], + "rotation": {"angle": -22.5, "axis": "z", "origin": [17.975, 10.375, 14.775]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [6.5, 2.025, 7.25], + "to": [6.6, 2.05, 7.925], + "rotation": {"angle": 22.5, "axis": "z", "origin": [-1.975, 10.375, 14.775]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [9.4, 10, 7.25], + "to": [9.5, 10.025, 7.925], + "rotation": {"angle": 22.5, "axis": "z", "origin": [17.975, 1.675, 14.775]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [6.5, 10, 7.25], + "to": [6.6, 10.025, 7.925], + "rotation": {"angle": -22.5, "axis": "z", "origin": [-1.975, 1.675, 14.775]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [9.4, 2, 7.2], + "to": [9.5, 2.025, 7.975], + "rotation": {"angle": -22.5, "axis": "z", "origin": [17.975, 10.375, 14.775]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [6.5, 2, 7.2], + "to": [6.6, 2.025, 7.975], + "rotation": {"angle": 22.5, "axis": "z", "origin": [-1.975, 10.375, 14.775]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [9.4, 10.025, 7.2], + "to": [9.5, 10.05, 7.975], + "rotation": {"angle": 22.5, "axis": "z", "origin": [17.975, 1.675, 14.775]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [6.5, 10.025, 7.2], + "to": [6.6, 10.05, 7.975], + "rotation": {"angle": -22.5, "axis": "z", "origin": [-1.975, 1.675, 14.775]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [9.4, 2.05, 7.3], + "to": [9.575, 2.075, 7.875], + "rotation": {"angle": -22.5, "axis": "z", "origin": [17.975, 10.375, 14.775]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [6.425, 2.05, 7.3], + "to": [6.6, 2.075, 7.875], + "rotation": {"angle": 22.5, "axis": "z", "origin": [-1.975, 10.375, 14.775]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [9.4, 9.975, 7.3], + "to": [9.6, 10, 7.875], + "rotation": {"angle": 22.5, "axis": "z", "origin": [17.975, 1.675, 14.775]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [6.375, 9.975, 7.3], + "to": [6.6, 10, 7.875], + "rotation": {"angle": -22.5, "axis": "z", "origin": [-1.975, 1.675, 14.775]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [9.4, 2.075, 7.35], + "to": [9.65, 2.1, 7.825], + "rotation": {"angle": -22.5, "axis": "z", "origin": [17.975, 10.375, 14.775]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [6.375, 2.075, 7.35], + "to": [6.6, 2.1, 7.825], + "rotation": {"angle": 22.5, "axis": "z", "origin": [-1.975, 10.375, 14.775]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [9.4, 9.95, 7.35], + "to": [9.65, 9.975, 7.825], + "rotation": {"angle": 22.5, "axis": "z", "origin": [17.975, 1.675, 14.775]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [6.325, 9.95, 7.35], + "to": [6.6, 9.975, 7.825], + "rotation": {"angle": -22.5, "axis": "z", "origin": [-1.975, 1.675, 14.775]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [9.4, 2.1, 7.4], + "to": [9.725, 2.15, 7.775], + "rotation": {"angle": -22.5, "axis": "z", "origin": [17.975, 10.375, 14.775]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [6.325, 2.1, 7.4], + "to": [6.6, 2.15, 7.775], + "rotation": {"angle": 22.5, "axis": "z", "origin": [-1.975, 10.375, 14.775]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [9.4, 9.9, 7.4], + "to": [9.825, 9.95, 7.775], + "rotation": {"angle": 22.5, "axis": "z", "origin": [17.975, 1.675, 14.775]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [6.25, 9.9, 7.4], + "to": [6.6, 9.95, 7.775], + "rotation": {"angle": -22.5, "axis": "z", "origin": [-1.975, 1.675, 14.775]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [9.4, 2.125, 7.45], + "to": [9.5, 2.175, 7.75], + "rotation": {"angle": -22.5, "axis": "z", "origin": [17.975, 10.375, 14.875]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [9.4, 9.9, 7.45], + "to": [9.5, 9.925, 7.75], + "rotation": {"angle": 22.5, "axis": "z", "origin": [17.975, 1.675, 14.875]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [8.65, 6.125, 7.075], + "to": [9.15, 6.325, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.5, 14.875]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.85, 5.725, 7.075], + "to": [7.4, 5.925, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.5, 14.875]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.65, 5.725, 7.075], + "to": [9.15, 5.925, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.5, 14.875]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [8.65, 5.725, 7.05], + "to": [9.125, 5.925, 7.075], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.5, 14.85]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.875, 5.725, 7.05], + "to": [7.35, 5.925, 7.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.5, 14.85]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.65, 6.125, 7.05], + "to": [9.125, 6.325, 7.075], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.9, 14.85]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.875, 6.125, 7.05], + "to": [7.35, 6.325, 7.075], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.9, 14.85]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.65, 5.725, 7.025], + "to": [9.1, 5.925, 7.05], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.5, 14.825]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [8.65, 5.925, 7.25], + "to": [9.125, 5.95, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0.6, 14.7, 15.05]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.875, 5.925, 7.25], + "to": [7.35, 5.95, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [15.4, 14.7, 15.05]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.65, 6.1, 7.25], + "to": [9.125, 6.125, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [0.6, -2.65, 15.05]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [6.875, 6.1, 7.25], + "to": [7.35, 6.125, 7.3], + "rotation": {"angle": 0, "axis": "y", "origin": [15.4, -2.65, 15.05]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [8.625, 5.95, 7.3], + "to": [9.1, 5.975, 7.35], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.725, 15.1]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.9, 5.95, 7.3], + "to": [7.375, 5.975, 7.35], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.725, 15.1]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.625, 6.075, 7.3], + "to": [9.1, 6.1, 7.35], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, -2.675, 15.1]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [6.9, 6.075, 7.3], + "to": [7.375, 6.1, 7.35], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, -2.675, 15.1]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [8.625, 5.975, 7.35], + "to": [9.1, 6, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.75, 15.15]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.9, 5.975, 7.35], + "to": [7.375, 6, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.75, 15.15]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.625, 6.05, 7.35], + "to": [9.1, 6.075, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, -2.7, 15.15]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [6.9, 6.05, 7.35], + "to": [7.375, 6.075, 7.4], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, -2.7, 15.15]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [8.625, 6, 7.4], + "to": [9.1, 6.05, 7.45], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.775, 15.2]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.9, 6, 7.4], + "to": [7.375, 6.05, 7.45], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.775, 15.2]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [6.9, 5.725, 7.025], + "to": [7.35, 5.925, 7.05], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.5, 14.825]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [8.65, 6.125, 7.025], + "to": [9.1, 6.325, 7.05], + "rotation": {"angle": 0, "axis": "y", "origin": [0.575, 14.9, 14.825]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [6.9, 6.125, 7.025], + "to": [7.35, 6.325, 7.05], + "rotation": {"angle": 0, "axis": "y", "origin": [15.425, 14.9, 14.825]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [9.875, 12.85, 10.475], + "to": [10.325, 13.6, 10.625], + "rotation": {"angle": 45, "axis": "z", "origin": [18.425, 5.425, 17.3]}, + "faces": { + "north": {"uv": [0, 0.7, 0.65, 1.4], "texture": "#6"}, + "east": {"uv": [0, 0.7, 0.65, 1.4], "texture": "#6"}, + "south": {"uv": [0, 0.7, 0.65, 1.4], "texture": "#6"}, + "west": {"uv": [0, 0.7, 0.65, 1.4], "texture": "#6"}, + "up": {"uv": [0, 0.7, 0.65, 1.4], "texture": "#6"}, + "down": {"uv": [0, 0.7, 0.65, 1.4], "texture": "#6"} + } + }, + { + "from": [5.675, 12.85, 10.475], + "to": [6.125, 13.6, 10.625], + "rotation": {"angle": -45, "axis": "z", "origin": [-2.425, 5.425, 17.3]}, + "faces": { + "north": {"uv": [0.65, 0.7, 0, 1.4], "texture": "#6"}, + "east": {"uv": [0.65, 0.7, 0, 1.4], "texture": "#6"}, + "south": {"uv": [0.65, 0.7, 0, 1.4], "texture": "#6"}, + "west": {"uv": [0.65, 0.7, 0, 1.4], "texture": "#6"}, + "up": {"uv": [0.65, 0.7, 0, 1.4], "texture": "#6"}, + "down": {"uv": [0.65, 0.7, 0, 1.4], "texture": "#6"} + } + }, + { + "from": [9.875, -1.55, 10.475], + "to": [10.325, -0.8, 10.625], + "rotation": {"angle": -45, "axis": "z", "origin": [18.425, 6.625, 17.3]}, + "faces": { + "north": {"uv": [0, 1.4, 0.65, 0.7], "texture": "#6"}, + "east": {"uv": [0, 1.4, 0.65, 0.7], "texture": "#6"}, + "south": {"uv": [0, 1.4, 0.65, 0.7], "texture": "#6"}, + "west": {"uv": [0, 1.4, 0.65, 0.7], "texture": "#6"}, + "up": {"uv": [0, 1.4, 0.65, 0.7], "texture": "#6"}, + "down": {"uv": [0, 1.4, 0.65, 0.7], "texture": "#6"} + } + }, + { + "from": [5.675, -1.55, 10.475], + "to": [6.125, -0.8, 10.625], + "rotation": {"angle": 45, "axis": "z", "origin": [-2.425, 6.625, 17.3]}, + "faces": { + "north": {"uv": [0.65, 1.4, 0, 0.7], "texture": "#6"}, + "east": {"uv": [0.65, 1.4, 0, 0.7], "texture": "#6"}, + "south": {"uv": [0.65, 1.4, 0, 0.7], "texture": "#6"}, + "west": {"uv": [0.65, 1.4, 0, 0.7], "texture": "#6"}, + "up": {"uv": [0.65, 1.4, 0, 0.7], "texture": "#6"}, + "down": {"uv": [0.65, 1.4, 0, 0.7], "texture": "#6"} + } + }, + { + "from": [7.125, 4.625, 10.475], + "to": [8.875, 7.425, 10.625], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 17.175]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"} + } + }, + { + "from": [7.675, 4.625, 10.25], + "to": [8.325, 7.425, 10.475], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, 14, 16.95]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"} + } + }, + { + "from": [5.725, 4.625, 3.125], + "to": [6.05, 7.425, 3.3], + "rotation": {"angle": -45, "axis": "y", "origin": [-1.575, 14, 9.825]}, + "faces": { + "north": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 1.3, 2.7], "texture": "#6"} + } + }, + { + "from": [9.95, 4.625, 3.125], + "to": [10.275, 7.425, 3.3], + "rotation": {"angle": 45, "axis": "y", "origin": [17.575, 14, 9.825]}, + "faces": { + "north": {"uv": [1.3, 0, 0.65, 2.7], "texture": "#6"}, + "east": {"uv": [1.3, 0, 0.65, 2.7], "texture": "#6"}, + "south": {"uv": [1.3, 0, 0.65, 2.7], "texture": "#6"}, + "west": {"uv": [1.3, 0, 0.65, 2.7], "texture": "#6"}, + "up": {"uv": [1.3, 0, 0.65, 2.7], "texture": "#6"}, + "down": {"uv": [1.3, 0, 0.65, 2.7], "texture": "#6"} + } + }, + { + "from": [10.275, -2.8, 10.025], + "to": [10.4, -2.6, 10.725], + "rotation": {"angle": -45, "axis": "z", "origin": [19, 5.925, 17.15]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [5.6, -2.8, 10.025], + "to": [5.725, -2.6, 10.725], + "rotation": {"angle": 45, "axis": "z", "origin": [-3, 5.925, 17.15]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [10.275, -2.75, 10.75], + "to": [10.325, -2.6, 10.8], + "rotation": {"angle": -45, "axis": "z", "origin": [19.025, 5.925, 18.075]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [5.675, -2.75, 10.75], + "to": [5.725, -2.6, 10.8], + "rotation": {"angle": 45, "axis": "z", "origin": [-3.025, 5.925, 18.075]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [10.275, -2.775, 10.725], + "to": [10.3, -2.6, 10.75], + "rotation": {"angle": -45, "axis": "z", "origin": [19.025, 5.925, 18.075]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [5.7, -2.775, 10.725], + "to": [5.725, -2.6, 10.75], + "rotation": {"angle": 45, "axis": "z", "origin": [-3.025, 5.925, 18.075]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [10.3, -2.7, 10.775], + "to": [10.325, -2.6, 10.875], + "rotation": {"angle": -45, "axis": "z", "origin": [19.025, 5.925, 18.1]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [5.675, -2.7, 10.775], + "to": [5.7, -2.6, 10.875], + "rotation": {"angle": 45, "axis": "z", "origin": [-3.025, 5.925, 18.1]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [10.325, -2.8, 9.55], + "to": [10.45, -2.6, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [19.05, 5.925, 16.875]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [5.55, -2.8, 9.55], + "to": [5.675, -2.6, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [-3.05, 5.925, 16.875]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [10.375, -2.8, 9.075], + "to": [10.5, -2.6, 9.55], + "rotation": {"angle": -45, "axis": "z", "origin": [19.1, 5.925, 16.4]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [5.5, -2.8, 9.075], + "to": [5.625, -2.6, 9.55], + "rotation": {"angle": 45, "axis": "z", "origin": [-3.1, 5.925, 16.4]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [10.425, -2.8, 8.625], + "to": [10.55, -2.6, 9.075], + "rotation": {"angle": -45, "axis": "z", "origin": [19.15, 5.925, 15.925]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [5.45, -2.8, 8.625], + "to": [5.575, -2.6, 9.075], + "rotation": {"angle": 45, "axis": "z", "origin": [-3.15, 5.925, 15.925]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [10.475, -2.8, 8.2], + "to": [10.6, -2.6, 8.625], + "rotation": {"angle": -45, "axis": "z", "origin": [19.2, 5.925, 15.5]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [5.4, -2.8, 8.2], + "to": [5.525, -2.6, 8.625], + "rotation": {"angle": 45, "axis": "z", "origin": [-3.2, 5.925, 15.5]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [10.525, -2.8, 7.55], + "to": [10.65, -2.65, 8.2], + "rotation": {"angle": -45, "axis": "z", "origin": [19.25, 5.925, 14.875]}, + "faces": { + "north": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "east": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "south": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "west": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "up": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"}, + "down": {"uv": [0, 0, 0.65, 1.7], "texture": "#6"} + } + }, + { + "from": [5.35, -2.8, 7.55], + "to": [5.475, -2.65, 8.2], + "rotation": {"angle": 45, "axis": "z", "origin": [-3.25, 5.925, 14.875]}, + "faces": { + "north": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "east": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "south": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "west": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "up": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"}, + "down": {"uv": [0.65, 0, 0, 1.7], "texture": "#6"} + } + }, + { + "from": [10.275, 14.7, 10.025], + "to": [10.4, 14.85, 10.725], + "rotation": {"angle": 45, "axis": "z", "origin": [19, 6.125, 17.15]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [5.6, 14.7, 10.025], + "to": [5.725, 14.85, 10.725], + "rotation": {"angle": -45, "axis": "z", "origin": [-3, 6.125, 17.15]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [10.275, 14.7, 10.75], + "to": [10.3, 14.8, 10.8], + "rotation": {"angle": 45, "axis": "z", "origin": [19.025, 6.125, 18.075]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [5.7, 14.7, 10.75], + "to": [5.725, 14.8, 10.8], + "rotation": {"angle": -45, "axis": "z", "origin": [-3.025, 6.125, 18.075]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [10.275, 14.7, 10.725], + "to": [10.3, 14.825, 10.75], + "rotation": {"angle": 45, "axis": "z", "origin": [19.025, 6.125, 18.075]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [5.7, 14.7, 10.725], + "to": [5.725, 14.825, 10.75], + "rotation": {"angle": -45, "axis": "z", "origin": [-3.025, 6.125, 18.075]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [10.3, 14.7, 10.775], + "to": [10.325, 14.75, 10.875], + "rotation": {"angle": 45, "axis": "z", "origin": [19.025, 6.125, 18.1]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [5.675, 14.7, 10.775], + "to": [5.7, 14.75, 10.875], + "rotation": {"angle": -45, "axis": "z", "origin": [-3.025, 6.125, 18.1]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [10.325, 14.7, 9.55], + "to": [10.45, 14.85, 10.025], + "rotation": {"angle": 45, "axis": "z", "origin": [19.05, 6.125, 16.875]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [5.55, 14.7, 9.55], + "to": [5.675, 14.85, 10.025], + "rotation": {"angle": -45, "axis": "z", "origin": [-3.05, 6.125, 16.875]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [10.375, 14.7, 9.075], + "to": [10.5, 14.85, 9.55], + "rotation": {"angle": 45, "axis": "z", "origin": [19.1, 6.125, 16.4]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [5.5, 14.7, 9.075], + "to": [5.625, 14.85, 9.55], + "rotation": {"angle": -45, "axis": "z", "origin": [-3.1, 6.125, 16.4]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [10.425, 14.7, 8.625], + "to": [10.55, 14.85, 9.075], + "rotation": {"angle": 45, "axis": "z", "origin": [19.15, 6.125, 15.925]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [5.45, 14.7, 8.625], + "to": [5.575, 14.85, 9.075], + "rotation": {"angle": -45, "axis": "z", "origin": [-3.15, 6.125, 15.925]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [10.475, 14.7, 8.2], + "to": [10.6, 14.85, 8.625], + "rotation": {"angle": 45, "axis": "z", "origin": [19.2, 6.125, 15.5]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [5.4, 14.7, 8.2], + "to": [5.525, 14.85, 8.625], + "rotation": {"angle": -45, "axis": "z", "origin": [-3.2, 6.125, 15.5]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [10.525, 14.7, 7.55], + "to": [10.65, 14.85, 8.2], + "rotation": {"angle": 45, "axis": "z", "origin": [19.25, 6.125, 14.875]}, + "faces": { + "north": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "east": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "south": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "west": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "up": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"}, + "down": {"uv": [0, 1.7, 0.65, 0], "texture": "#6"} + } + }, + { + "from": [5.35, 14.7, 7.55], + "to": [5.475, 14.85, 8.2], + "rotation": {"angle": -45, "axis": "z", "origin": [-3.25, 6.125, 14.875]}, + "faces": { + "north": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "east": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "south": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "west": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "up": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"}, + "down": {"uv": [0.65, 1.7, 0, 0], "texture": "#6"} + } + }, + { + "from": [7.375, 10.35, 13.15], + "to": [8.625, 10.675, 13.6], + "rotation": {"angle": -45, "axis": "x", "origin": [-0.05, -0.875, 14.125]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.375, 1.6, 13.225], + "to": [8.625, 2.025, 13.55], + "rotation": {"angle": 45, "axis": "x", "origin": [-0.05, 13.15, 14.125]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.325, 10.25, 13.925], + "to": [8.675, 10.675, 14.6], + "rotation": {"angle": -45, "axis": "x", "origin": [-0.05, -0.875, 14.125]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.35, 10.25, 13.6], + "to": [8.65, 10.675, 13.925], + "rotation": {"angle": -45, "axis": "x", "origin": [-0.05, -0.875, 14.125]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.375, 7.325, 9.825], + "to": [8.625, 7.75, 10.125], + "rotation": {"angle": -22.5, "axis": "x", "origin": [-0.05, -3.8, 10.15]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.375, 6.35, 4.5], + "to": [8.625, 6.675, 5.6], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.775, 5.35]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.4, 6.35, 3.95], + "to": [8.6, 6.675, 4.5], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.775, 5.35]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.4, 5.6, 3.95], + "to": [8.6, 5.925, 4.5], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.775, 5.35]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.425, 6.35, 3.4], + "to": [8.575, 6.675, 4.5], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.775, 4.25]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.45, 6.35, 3.125], + "to": [8.55, 6.675, 3.4], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.775, 4.25]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.45, 5.6, 3.125], + "to": [8.55, 5.925, 3.4], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.775, 4.25]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.475, 6.35, 2.85], + "to": [8.525, 6.675, 3.4], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.775, 3.15]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.475, 5.6, 2.85], + "to": [8.525, 5.925, 3.4], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.05, 3.15]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.5, 6.35, 2.625], + "to": [8.5, 6.675, 2.85], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.775, 2.55]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.5, 5.6, 2.625], + "to": [8.5, 5.925, 2.85], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.05, 2.55]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.6, 6.25, 2.175], + "to": [8.4, 6.4, 2.275], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 2.025]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.6, 5.875, 2.175], + "to": [8.4, 6.025, 2.275], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 2.025]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.625, 6.25, 2.125], + "to": [8.375, 6.4, 2.175], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 2.025]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.625, 5.875, 2.125], + "to": [8.375, 6.025, 2.175], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 2.025]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.575, 6.25, 2.25], + "to": [8.425, 6.325, 2.325], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 2.025]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.575, 5.95, 2.25], + "to": [8.425, 6.025, 2.325], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 2.025]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.55, 6.25, 2.325], + "to": [8.45, 6.325, 2.4], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 2.025]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.55, 5.95, 2.325], + "to": [8.45, 6.025, 2.4], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 2.025]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.675, 6.25, 2.025], + "to": [8.325, 6.4, 2.075], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 1.9]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.675, 5.875, 2.025], + "to": [8.325, 6.025, 2.075], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 1.9]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.65, 6.25, 2.075], + "to": [8.35, 6.4, 2.15], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 1.9]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.65, 5.875, 2.075], + "to": [8.35, 6.025, 2.15], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 1.9]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.725, 6.25, 1.925], + "to": [8.275, 6.4, 2.025], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 1.9]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.725, 5.875, 1.925], + "to": [8.275, 6.025, 2.025], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 1.9]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.775, 6.25, 1.825], + "to": [8.225, 6.4, 1.875], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 1.9]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.775, 5.875, 1.825], + "to": [8.225, 6.025, 1.875], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 1.9]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.75, 6.25, 1.875], + "to": [8.25, 6.4, 1.925], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 1.9]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.75, 5.875, 1.875], + "to": [8.25, 6.025, 1.925], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 1.9]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.875, 6.25, 1.725], + "to": [8.125, 6.4, 1.75], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 1.9]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.875, 5.875, 1.725], + "to": [8.125, 6.025, 1.75], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 1.9]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.9, 6.25, 1.675], + "to": [8.1, 6.4, 1.725], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 1.9]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.9, 5.875, 1.675], + "to": [8.1, 6.025, 1.725], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 1.9]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.925, 6.25, 1.65], + "to": [8.075, 6.4, 1.675], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 1.9]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.925, 5.875, 1.65], + "to": [8.075, 6.025, 1.675], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 1.9]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.95, 6.25, 1.625], + "to": [8.05, 6.4, 1.65], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 1.9]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.95, 5.875, 1.625], + "to": [8.05, 6.025, 1.65], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 1.9]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.975, 6.25, 1.575], + "to": [8.025, 6.4, 1.6], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 1.9]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.975, 5.875, 1.575], + "to": [8.025, 6.025, 1.6], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 1.9]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.95, 6.25, 1.6], + "to": [8.05, 6.4, 1.625], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 1.9]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.95, 5.875, 1.6], + "to": [8.05, 6.025, 1.625], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 1.9]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.85, 6.25, 1.75], + "to": [8.15, 6.4, 1.775], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 1.9]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.85, 5.875, 1.75], + "to": [8.15, 6.025, 1.775], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 1.9]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.825, 6.25, 1.775], + "to": [8.175, 6.4, 1.825], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -4.875, 1.9]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.825, 5.875, 1.775], + "to": [8.175, 6.025, 1.825], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, 17.15, 1.9]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.5, 7.175, 6.775], + "to": [8.5, 7.475, 7.025], + "rotation": {"angle": -22.5, "axis": "x", "origin": [-0.05, -3.975, 6.825]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.5, 4.8, 6.775], + "to": [8.5, 5.1, 7.025], + "rotation": {"angle": 22.5, "axis": "x", "origin": [-0.05, 16.25, 6.825]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.525, 7.175, 6.65], + "to": [8.475, 7.475, 6.775], + "rotation": {"angle": -22.5, "axis": "x", "origin": [-0.05, -3.975, 6.825]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.525, 4.8, 6.65], + "to": [8.475, 5.1, 6.775], + "rotation": {"angle": 22.5, "axis": "x", "origin": [-0.05, 16.25, 6.825]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.575, 7.225, 6.525], + "to": [8.425, 7.475, 6.575], + "rotation": {"angle": -22.5, "axis": "x", "origin": [-0.05, -3.975, 6.825]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.575, 4.8, 6.525], + "to": [8.425, 5.05, 6.575], + "rotation": {"angle": 22.5, "axis": "x", "origin": [-0.05, 16.25, 6.825]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.55, 7.2, 6.575], + "to": [8.45, 7.475, 6.65], + "rotation": {"angle": -22.5, "axis": "x", "origin": [-0.05, -3.975, 6.825]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.55, 4.8, 6.575], + "to": [8.45, 5.075, 6.65], + "rotation": {"angle": 22.5, "axis": "x", "origin": [-0.05, 16.25, 6.825]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.625, 7.275, 6.4], + "to": [8.375, 7.475, 6.45], + "rotation": {"angle": -22.5, "axis": "x", "origin": [-0.05, -3.975, 6.825]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.625, 4.8, 6.4], + "to": [8.375, 5, 6.45], + "rotation": {"angle": 22.5, "axis": "x", "origin": [-0.05, 16.25, 6.825]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.6, 7.25, 6.45], + "to": [8.4, 7.475, 6.525], + "rotation": {"angle": -22.5, "axis": "x", "origin": [-0.05, -3.975, 6.825]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.6, 4.8, 6.45], + "to": [8.4, 5.025, 6.525], + "rotation": {"angle": 22.5, "axis": "x", "origin": [-0.05, 16.25, 6.825]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.65, 7.3, 6.35], + "to": [8.35, 7.475, 6.4], + "rotation": {"angle": -22.5, "axis": "x", "origin": [-0.05, -3.975, 6.825]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.65, 4.8, 6.35], + "to": [8.35, 4.975, 6.4], + "rotation": {"angle": 22.5, "axis": "x", "origin": [-0.05, 16.25, 6.825]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.675, 7.325, 6.3], + "to": [8.325, 7.475, 6.35], + "rotation": {"angle": -22.5, "axis": "x", "origin": [-0.05, -3.975, 6.825]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.675, 4.8, 6.3], + "to": [8.325, 4.95, 6.35], + "rotation": {"angle": 22.5, "axis": "x", "origin": [-0.05, 16.25, 6.825]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.375, 5.6, 4.5], + "to": [8.625, 5.925, 5.625], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -5.525, 5.35]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.425, 5.6, 3.4], + "to": [8.575, 5.925, 4.5], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.05, -5.525, 4.25]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.325, 7.325, 10.45], + "to": [8.675, 7.75, 10.825], + "rotation": {"angle": -22.5, "axis": "x", "origin": [-0.05, -3.8, 10.15]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.35, 7.325, 10.125], + "to": [8.65, 7.75, 10.45], + "rotation": {"angle": -22.5, "axis": "x", "origin": [-0.05, -3.8, 10.15]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.325, 1.6, 13.95], + "to": [8.675, 2.025, 14.6], + "rotation": {"angle": 45, "axis": "x", "origin": [-0.05, 13.15, 14.125]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.35, 1.6, 13.55], + "to": [8.65, 2.025, 13.95], + "rotation": {"angle": 45, "axis": "x", "origin": [-0.05, 13.15, 14.125]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.575, 5.725, 6.7], + "to": [8.425, 6.05, 6.825], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.625, 5.725, 6.575], + "to": [8.375, 6.05, 6.7], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.675, 5.725, 6.45], + "to": [8.325, 6.05, 6.575], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.725, 5.725, 6.325], + "to": [8.275, 6.05, 6.45], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.775, 5.725, 6.225], + "to": [8.225, 6.05, 6.325], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.825, 5.725, 6.125], + "to": [8.175, 6.05, 6.225], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.875, 5.725, 6.05], + "to": [8.125, 6.05, 6.125], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.925, 5.725, 5.975], + "to": [8.075, 6.05, 6.05], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.975, 5.725, 5.9], + "to": [8.025, 6.05, 5.975], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.525, 5.875, 6.825], + "to": [8.475, 6.05, 7.275], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.525, 5.7, 6.825], + "to": [8.475, 5.875, 7], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0.15, 16.65, 10.775]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.525, 11.475, 0.3], + "to": [8.475, 11.7, 0.675], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, 16.625, 10.7]}, + "faces": { + "north": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "east": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "south": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "west": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "up": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"}, + "down": {"uv": [0.7, 0, 1.4, 2.2], "texture": "#6"} + } + }, + { + "from": [7.625, 5.9, 10.925], + "to": [8.375, 6.225, 11.05], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.575, 5.9, 11.05], + "to": [8.425, 6.225, 11.175], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.675, 5.9, 10.8], + "to": [8.325, 6.225, 10.925], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.725, 5.9, 10.675], + "to": [8.275, 6.225, 10.8], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.775, 5.9, 10.575], + "to": [8.225, 6.225, 10.675], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.825, 5.9, 10.475], + "to": [8.175, 6.225, 10.575], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.875, 5.9, 10.4], + "to": [8.125, 6.225, 10.475], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.925, 5.9, 10.325], + "to": [8.075, 6.225, 10.4], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.975, 5.9, 10.25], + "to": [8.025, 6.225, 10.325], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.425, 10.775]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.525, 7.6, 10.7], + "to": [8.475, 7.775, 11.15], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -3, 12.6]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.525, 7.775, 10.7], + "to": [8.475, 7.925, 10.875], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -3, 12.6]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.525, 3.375, 3.55], + "to": [8.475, 3.6, 3.95], + "rotation": {"angle": 0, "axis": "y", "origin": [0.15, -3.025, 12.6]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#6"} + } + }, + { + "from": [7.725, 5.2, 13.125], + "to": [8.275, 5.575, 13.275], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.7, 10.3]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.775, 5.15, 13.125], + "to": [8.225, 5.2, 13.275], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.7, 10.3]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.875, 5.05, 13.125], + "to": [8.125, 5.1, 13.275], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.7, 10.3]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.925, 5, 13.125], + "to": [8.075, 5.05, 13.275], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.7, 10.3]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.975, 4.95, 13.125], + "to": [8.025, 5, 13.275], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.7, 10.3]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.825, 5.1, 13.125], + "to": [8.175, 5.15, 13.275], + "rotation": {"angle": -45, "axis": "x", "origin": [0.15, -4.7, 10.3]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.725, 5.55, 9.125], + "to": [8.275, 5.9, 10.625], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.7, 10.3]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.775, 5.5, 9.15], + "to": [8.225, 5.55, 10.625], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.7, 10.3]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.825, 5.45, 9.175], + "to": [8.175, 5.5, 10.625], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.7, 10.3]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.875, 5.4, 9.175], + "to": [8.125, 5.45, 10.625], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.7, 10.3]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.925, 5.35, 9.2], + "to": [8.075, 5.4, 10.625], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.7, 10.3]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + }, + { + "from": [7.975, 5.3, 9.225], + "to": [8.025, 5.35, 10.625], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0.15, -4.7, 10.3]}, + "faces": { + "north": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "east": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "south": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "west": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "up": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"}, + "down": {"uv": [0.7, 2.2, 1.4, 0], "texture": "#7"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 14.5, 3.5], + "scale": [1.4, 1.4, 1.4] + }, + "thirdperson_lefthand": { + "translation": [0, 15.5, 3.5], + "scale": [1.4, 1.4, 1.4] + }, + "firstperson_righthand": { + "rotation": [0, 9, 0], + "translation": [-0.75, 7.5, 0.5], + "scale": [1.4, 1.4, 1.1] + }, + "firstperson_lefthand": { + "rotation": [0, 5.5, 0], + "translation": [-0.75, 7.5, 0.5], + "scale": [1.4, 1.4, 1.1] + }, + "ground": { + "rotation": [178.64, -1.34, 178.5], + "translation": [-0.5, 17.75, -2.5], + "scale": [1.4, 1.4, 1.4] + }, + "gui": { + "rotation": [-106.21, -44.88, -106.65], + "translation": [3.25, 6, 0] + }, + "fixed": { + "rotation": [0, -90, 0], + "translation": [-3.5, 8.25, -1.75], + "scale": [1.12266, 1.12266, 1.12266] + } + }, + "groups": [ + { + "name": "Axe top", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Blade", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 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 + ] + }, + { + "name": "Hammer", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Most of", + "origin": [0.6, 14, 18.15], + "color": 0, + "children": [ + 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 + ] + }, + { + "name": "Smaller part", + "origin": [18.425, 5.525, 19.2], + "color": 0, + "children": [ + 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 + ] + }, + { + "name": "Ring at the end", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Stroke", + "origin": [0.15, 13.925, 19.475], + "color": 0, + "children": [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 + ] + }, + { + "name": "Rear end", + "origin": [8, 8, 8], + "color": 0, + "children": [251, 252, 253, 254, 255, 256] + } + ] + }, + { + "name": "Detail in the middle", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Internal", + "origin": [18.8, 12.475, 14.225], + "color": 0, + "children": [257, 258, 259, 260, 261, 262, 263] + }, + { + "name": "Lateral", + "origin": [0.15, 14, 13.85], + "color": 0, + "children": [264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281] + } + ] + } + ] + }, + { + "name": "Lever", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Top", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "1", + "origin": [10.35, 16.375, -0.625], + "color": 0, + "children": [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] + }, + { + "name": "2", + "origin": [18.425, 13.5, 6.425], + "color": 0, + "children": [ + 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 + ] + }, + { + "name": "3", + "origin": [-1.475, 13.5, 2.6], + "color": 0, + "children": [ + 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 + ] + }, + { + "name": "4", + "origin": [15.45, 13.5, -0.675], + "color": 0, + "children": [ + 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 + ] + }, + { + "name": "5", + "origin": [-1.55, 13.5, 10.525], + "color": 0, + "children": [ + 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 + ] + }, + { + "name": "6", + "origin": [15.475, 16.1, 4.55], + "color": 0, + "children": [ + 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 + ] + } + ] + }, + { + "name": "Interior", + "origin": [15.175, 13.5, -0.625], + "color": 0, + "children": [726, 727, 728] + }, + { + "name": "1", + "origin": [-2.425, 13.5, 6.425], + "color": 0, + "children": [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] + }, + { + "name": "2", + "origin": [-1.55, 13.5, 10.525], + "color": 0, + "children": [ + 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 + ] + }, + { + "name": "3", + "origin": [-1.55, 13.5, 10.525], + "color": 0, + "children": [ + 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 + ] + }, + { + "name": "4", + "origin": [-2.425, 13.5, 6.425], + "color": 0, + "children": [ + 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 + ] + }, + { + "name": "5", + "origin": [15.45, 13.5, 13.85], + "color": 0, + "children": [ + 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, + 1025, + 1026, + 1027, + 1028, + 1029, + 1030, + 1031, + 1032 + ] + }, + { + "name": "6", + "origin": [0.825, 13.5, -0.625], + "color": 0, + "children": [ + 1033, + 1034, + 1035, + 1036, + 1037, + 1038, + 1039, + 1040, + 1041, + 1042, + 1043, + 1044, + 1045, + 1046, + 1047, + 1048, + 1049, + 1050, + 1051, + 1052, + 1053, + 1054, + 1055, + 1056, + 1057, + 1058, + 1059, + 1060, + 1061, + 1062, + 1063, + 1064, + 1065, + 1066, + 1067, + 1068, + 1069, + 1070, + 1071, + 1072, + 1073, + 1074, + 1075, + 1076, + 1077, + 1078, + 1079, + 1080, + 1081, + 1082, + 1083, + 1084, + 1085, + 1086, + 1087, + 1088, + 1089, + 1090, + 1091, + 1092, + 1093, + 1094, + 1095, + 1096, + 1097, + 1098, + 1099, + 1100, + 1101, + 1102, + 1103, + 1104, + 1105, + 1106, + 1107, + 1108, + 1109, + 1110, + 1111, + 1112, + 1113, + 1114, + 1115, + 1116, + 1117, + 1118, + 1119, + 1120, + 1121, + 1122, + 1123, + 1124, + 1125, + 1126, + 1127, + 1128, + 1129, + 1130, + 1131, + 1132, + 1133, + 1134, + 1135, + 1136, + 1137, + 1138, + 1139, + 1140, + 1141, + 1142, + 1143, + 1144, + 1145, + 1146, + 1147, + 1148, + 1149, + 1150, + 1151, + 1152 + ] + }, + { + "name": "Bottom", + "origin": [0.65, 13.5, -0.625], + "color": 0, + "children": [1153] + } + ] + }, + { + "name": "Small parts", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Dark part on the hammer", + "origin": [0.15, 14, 17.175], + "color": 0, + "children": [1154, 1155, 1156, 1157, 1158, 1159] + }, + { + "name": "Dol on the hammer", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Most of", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 1160, + 1161, + 1162, + 1163, + 1164, + 1165, + 1166, + 1167, + 1168, + 1169, + 1170, + 1171, + 1172, + 1173, + 1174, + 1175, + 1176, + 1177, + 1178, + 1179, + 1180, + 1181, + 1182, + 1183, + 1184, + 1185, + 1186, + 1187, + 1188, + 1189, + 1190, + 1191, + 1192, + 1193, + 1194, + 1195, + 1196, + 1197, + 1198, + 1199, + 1200, + 1201, + 1202, + 1203, + 1204, + 1205, + 1206, + 1207, + 1208, + 1209, + 1210, + 1211, + 1212, + 1213, + 1214, + 1215, + 1216, + 1217, + 1218, + 1219, + 1220, + 1221, + 1222, + 1223, + 1224, + 1225, + 1226, + 1227, + 1228, + 1229, + 1230, + 1231, + 1232, + 1233, + 1234, + 1235, + 1236, + 1237, + 1238, + 1239 + ] + }, + { + "name": "Bottom part", + "origin": [8, 8, 8], + "color": 0, + "children": [1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275] + } + ] + }, + { + "name": "Down on the axe", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 1276, + 1277, + 1278, + 1279, + 1280, + 1281, + 1282, + 1283, + 1284, + 1285, + 1286, + 1287, + 1288, + 1289, + 1290, + 1291, + 1292, + 1293, + 1294, + 1295, + 1296, + 1297, + 1298, + 1299, + 1300, + 1301, + 1302, + 1303, + 1304, + 1305, + 1306, + 1307, + 1308, + 1309, + 1310, + 1311, + 1312, + 1313, + 1314, + 1315, + 1316, + 1317, + 1318, + 1319, + 1320, + 1321, + 1322, + 1323, + 1324, + 1325, + 1326, + 1327, + 1328, + 1329, + 1330, + 1331, + 1332, + 1333, + 1334, + 1335, + 1336, + 1337, + 1338, + 1339, + 1340, + 1341, + 1342, + 1343, + 1344, + 1345, + 1346 + ] + }, + { + "name": "Patterns on the blade", + "origin": [8, 8, 8], + "color": 0, + "children": [1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370] + }, + { + "name": "The part under the blade", + "origin": [8, 8, 8], + "color": 0, + "children": [1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382] + } + ] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/white_lightsaber.json b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/white_lightsaber.json new file mode 100644 index 00000000..3fd3628d --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/white_lightsaber.json @@ -0,0 +1,5670 @@ +{ + "credit": "Made by Dunkan", + "textures": { + "3": "armourandtoolsmod:item/lightsaber/white/texture11", + "7": "armourandtoolsmod:item/lightsaber/white/texture36", + "9": "armourandtoolsmod:item/lightsaber/white/white_stained_glass", + "11": "armourandtoolsmod:item/lightsaber/white/texture63", + "12": "armourandtoolsmod:item/lightsaber/white/texture29", + "particle": "armourandtoolsmod:item/lightsaber/white/white_stained_glass" + }, + "elements": [ + { + "from": [7.5, 2.975, 8], + "to": [8.5, 3.95, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.475, 2.925, 7.975], + "to": [8.525, 2.975, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.075, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.5, 2.85, 8], + "to": [8.5, 2.925, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.55, 2.975, 7.95], + "to": [8.45, 3.95, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.525, 2.925, 7.925], + "to": [8.475, 2.975, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.075, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.55, 2.85, 7.95], + "to": [8.45, 2.925, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.6, 2.975, 7.9], + "to": [8.4, 3.95, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.575, 2.925, 7.875], + "to": [8.425, 2.975, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.075, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.6, 2.85, 7.9], + "to": [8.4, 2.925, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.65, 2.975, 7.85], + "to": [8.35, 3.95, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.625, 2.925, 7.825], + "to": [8.375, 2.975, 9.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.075, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.65, 2.85, 7.85], + "to": [8.35, 2.925, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.45, 2.975, 8.05], + "to": [8.55, 3.95, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.425, 2.925, 8.025], + "to": [8.575, 2.975, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.075, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.45, 2.85, 8.05], + "to": [8.55, 2.925, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.4, 2.975, 8.1], + "to": [8.6, 3.95, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.375, 2.925, 8.075], + "to": [8.625, 2.975, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.075, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.4, 2.85, 8.1], + "to": [8.6, 2.925, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.35, 2.975, 8.15], + "to": [8.65, 3.95, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.325, 2.925, 8.125], + "to": [8.675, 2.975, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.075, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.35, 2.85, 8.15], + "to": [8.65, 2.925, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.35, 3.95, 8.75], + "to": [7.45, 4.625, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 4.625, 8.75], + "to": [7.45, 4.7, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.35, 4.7, 8.75], + "to": [7.45, 4.8, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 3.95, 8.75], + "to": [8.65, 4.625, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 4.625, 8.75], + "to": [8.65, 4.7, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.55, 4.7, 8.75], + "to": [8.65, 4.8, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 3.95, 8.7], + "to": [7.45, 4.575, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 4.575, 8.7], + "to": [7.45, 4.65, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.35, 4.65, 8.7], + "to": [7.45, 4.75, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 3.95, 8.7], + "to": [8.65, 4.575, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 4.575, 8.7], + "to": [8.65, 4.65, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.55, 4.65, 8.7], + "to": [8.65, 4.75, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 3.95, 8.25], + "to": [7.45, 4.575, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 4.575, 8.25], + "to": [7.45, 4.65, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.35, 4.65, 8.25], + "to": [7.45, 4.75, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 3.95, 8.25], + "to": [8.65, 4.575, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 4.575, 8.25], + "to": [8.65, 4.65, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.55, 4.65, 8.25], + "to": [8.65, 4.75, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 3.95, 8.3], + "to": [7.45, 4.525, 8.35], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 4.525, 8.3], + "to": [7.45, 4.6, 8.35], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.35, 4.6, 8.3], + "to": [7.45, 4.7, 8.35], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 3.95, 8.3], + "to": [8.65, 4.525, 8.35], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 4.525, 8.3], + "to": [8.65, 4.6, 8.35], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.55, 4.6, 8.3], + "to": [8.65, 4.7, 8.35], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 3.95, 8.65], + "to": [7.45, 4.525, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 4.525, 8.65], + "to": [7.45, 4.6, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.35, 4.6, 8.65], + "to": [7.45, 4.7, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 3.95, 8.65], + "to": [8.65, 4.525, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 4.525, 8.65], + "to": [8.65, 4.6, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.55, 4.6, 8.65], + "to": [8.65, 4.7, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 3.95, 8.6], + "to": [7.45, 4.475, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 4.475, 8.6], + "to": [7.45, 4.55, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.35, 4.55, 8.6], + "to": [7.45, 4.65, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 3.95, 8.6], + "to": [8.65, 4.475, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 4.475, 8.6], + "to": [8.65, 4.55, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.55, 4.55, 8.6], + "to": [8.65, 4.65, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 3.95, 8.35], + "to": [7.45, 4.475, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 4.475, 8.35], + "to": [7.45, 4.55, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.35, 4.55, 8.35], + "to": [7.45, 4.65, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 3.95, 8.35], + "to": [8.65, 4.475, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 4.475, 8.35], + "to": [8.65, 4.55, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.55, 4.55, 8.35], + "to": [8.65, 4.65, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 3.95, 8.4], + "to": [7.45, 4.425, 8.45], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 4.425, 8.4], + "to": [7.45, 4.5, 8.45], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.35, 4.5, 8.4], + "to": [7.45, 4.6, 8.45], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 3.95, 8.4], + "to": [8.65, 4.425, 8.45], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 4.425, 8.4], + "to": [8.65, 4.5, 8.45], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.55, 4.5, 8.4], + "to": [8.65, 4.6, 8.45], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 3.95, 8.55], + "to": [7.45, 4.425, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 4.425, 8.55], + "to": [7.45, 4.5, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.35, 4.5, 8.55], + "to": [7.45, 4.6, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 3.95, 8.55], + "to": [8.65, 4.425, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 4.425, 8.55], + "to": [8.65, 4.5, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.55, 4.5, 8.55], + "to": [8.65, 4.6, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 3.95, 8.45], + "to": [7.45, 4.375, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 4.375, 8.45], + "to": [7.45, 4.45, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.35, 4.45, 8.45], + "to": [7.45, 4.55, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 3.95, 8.45], + "to": [8.65, 4.375, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 4.375, 8.45], + "to": [8.65, 4.45, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.55, 4.45, 8.45], + "to": [8.65, 4.55, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 3.95, 8.15], + "to": [7.45, 4.625, 8.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.35, 4.625, 8.15], + "to": [7.45, 4.7, 8.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.35, 4.7, 8.15], + "to": [7.45, 4.8, 8.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 3.95, 8.15], + "to": [8.65, 4.625, 8.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.55, 4.625, 8.15], + "to": [8.65, 4.7, 8.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.55, 4.7, 8.15], + "to": [8.65, 4.8, 8.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.4, 3.95, 8.8], + "to": [7.5, 4.675, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.4, 4.675, 8.8], + "to": [7.5, 4.75, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.4, 4.75, 8.8], + "to": [7.5, 4.85, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.45, 3.95, 8.85], + "to": [7.55, 4.725, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.45, 4.725, 8.85], + "to": [7.55, 4.8, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.45, 4.8, 8.85], + "to": [7.55, 4.9, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.5, 3.95, 8.9], + "to": [7.6, 4.775, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.5, 4.775, 8.9], + "to": [7.6, 4.85, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.5, 4.85, 8.9], + "to": [7.6, 4.95, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.6, 3.95, 9], + "to": [7.7, 4.875, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.6, 4.875, 9], + "to": [7.7, 4.95, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.6, 4.95, 9], + "to": [7.7, 5.05, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.55, 3.95, 8.95], + "to": [7.65, 4.825, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.55, 4.825, 8.95], + "to": [7.65, 4.9, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.55, 4.9, 8.95], + "to": [7.65, 5, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.65, 3.95, 9.05], + "to": [8.35, 4.925, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.65, 4.925, 9.05], + "to": [8.35, 5, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.65, 5, 9.05], + "to": [8.35, 5.1, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.3, 3.95, 9], + "to": [8.4, 4.875, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.3, 4.875, 9], + "to": [8.4, 4.95, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [8.3, 4.95, 9], + "to": [8.4, 5.05, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.35, 3.95, 8.95], + "to": [8.45, 4.825, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.35, 4.825, 8.95], + "to": [8.45, 4.9, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [8.35, 4.9, 8.95], + "to": [8.45, 5, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.4, 3.95, 8.9], + "to": [8.5, 4.775, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.4, 4.775, 8.9], + "to": [8.5, 4.85, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [8.4, 4.85, 8.9], + "to": [8.5, 4.95, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.45, 3.95, 8.85], + "to": [8.55, 4.725, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.45, 4.725, 8.85], + "to": [8.55, 4.8, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [8.45, 4.8, 8.85], + "to": [8.55, 4.9, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.5, 3.95, 8.8], + "to": [8.6, 4.675, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.5, 4.675, 8.8], + "to": [8.6, 4.75, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [8.5, 4.75, 8.8], + "to": [8.6, 4.85, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [8.5, 3.95, 8.1], + "to": [8.6, 4.675, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.5, 4.675, 8.1], + "to": [8.6, 4.75, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.5, 4.75, 8.1], + "to": [8.6, 4.85, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.4, 3.95, 8], + "to": [8.5, 4.775, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.4, 4.775, 8], + "to": [8.5, 4.85, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.4, 4.85, 8], + "to": [8.5, 4.95, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.45, 3.95, 8.05], + "to": [8.55, 4.725, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.45, 4.725, 8.05], + "to": [8.55, 4.8, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.45, 4.8, 8.05], + "to": [8.55, 4.9, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.35, 3.95, 7.95], + "to": [8.45, 4.825, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.35, 4.825, 7.95], + "to": [8.45, 4.9, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.35, 4.9, 7.95], + "to": [8.45, 5, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.3, 3.95, 7.9], + "to": [8.4, 4.875, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [8.3, 4.875, 7.9], + "to": [8.4, 4.95, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.3, 4.95, 7.9], + "to": [8.4, 5.05, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#12"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#12"} + } + }, + { + "from": [7.65, 3.95, 7.85], + "to": [8.35, 4.925, 7.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.65, 4.925, 7.85], + "to": [8.35, 5, 7.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.65, 5, 7.85], + "to": [8.35, 5.1, 7.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.6, 3.95, 7.9], + "to": [7.7, 4.875, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.6, 4.875, 7.9], + "to": [7.7, 4.95, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.6, 4.95, 7.9], + "to": [7.7, 5.05, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.55, 3.95, 7.95], + "to": [7.65, 4.825, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.55, 4.825, 7.95], + "to": [7.65, 4.9, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.55, 4.9, 7.95], + "to": [7.65, 5, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.5, 3.95, 8], + "to": [7.6, 4.775, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.5, 4.775, 8], + "to": [7.6, 4.85, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.5, 4.85, 8], + "to": [7.6, 4.95, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.45, 3.95, 8.05], + "to": [7.55, 4.725, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.45, 4.725, 8.05], + "to": [7.55, 4.8, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.45, 4.8, 8.05], + "to": [7.55, 4.9, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.4, 3.95, 8.1], + "to": [7.5, 4.675, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.975, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.4, 4.675, 8.1], + "to": [7.5, 4.75, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.4, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#11"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#11"} + } + }, + { + "from": [7.4, 4.75, 8.1], + "to": [7.5, 4.85, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.475, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#12"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#12"} + } + }, + { + "from": [7.7, 2.75, 7.9], + "to": [8.3, 2.85, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.7, 2.25, 7.9], + "to": [8.3, 2.35, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.7, 2.5, 7.9], + "to": [8.3, 2.6, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.7, 2, 7.9], + "to": [8.3, 2.1, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.7, 2.625, 7.9], + "to": [8.3, 2.725, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.4, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.7, 2.125, 7.9], + "to": [8.3, 2.225, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.7, 2.375, 7.9], + "to": [8.3, 2.475, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.7, 1.875, 7.9], + "to": [8.3, 1.975, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 1.175, 7.875], + "to": [8.325, 1.875, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.725, 1.075, 7.925], + "to": [8.25, 1.175, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.4, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 0.675, 7.875], + "to": [8.3, 1.075, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.675, -0.525, 7.875], + "to": [8.3, -0.125, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.1, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.675, -1.925, 7.875], + "to": [8.3, -1.325, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.675, 0.65, 7.85], + "to": [8.3, 0.675, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.675, -0.55, 7.85], + "to": [8.3, -0.525, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.1, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.675, 0.325, 7.85], + "to": [8.3, 0.35, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.675, -0.875, 7.85], + "to": [8.3, -0.85, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.625, 0.65, 7.9], + "to": [8.35, 0.675, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.625, -0.55, 7.9], + "to": [8.35, -0.525, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.1, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.625, 0.325, 7.9], + "to": [8.35, 0.35, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.625, -0.875, 7.9], + "to": [8.35, -0.85, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [8.35, 0.35, 7.95], + "to": [8.375, 0.65, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [8.35, -0.85, 7.95], + "to": [8.375, -0.55, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.6, 0.35, 7.95], + "to": [7.625, 0.65, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.65, 1, 7.85], + "to": [8.325, 1.05, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.65, -2.25, 7.85], + "to": [8.325, -1.925, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.325, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.7, -2.275, 7.9], + "to": [8.275, -2.25, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.75, -2.3, 7.95], + "to": [8.225, -2.275, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.8, -2.325, 8], + "to": [8.175, -2.3, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.85, -2.35, 8.05], + "to": [8.125, -2.325, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.925, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.65, -0.125, 7.85], + "to": [8.325, -0.075, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.175, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.65, -1.325, 7.85], + "to": [8.325, -1.275, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.675, -0.075, 7.875], + "to": [8.3, 0.325, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.675, -1.275, 7.875], + "to": [8.3, -0.875, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.7, 0.325, 7.9], + "to": [8.275, 0.675, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.7, -0.875, 7.9], + "to": [8.275, -0.525, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 1.8, 7.85], + "to": [8.35, 1.85, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.575, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.65, 1.2, 7.85], + "to": [8.35, 1.25, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.725, 1.975, 7.925], + "to": [8.275, 2.8, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.65, 2.75, 7.95], + "to": [8.35, 2.85, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 2.25, 7.95], + "to": [8.35, 2.35, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 2.5, 7.95], + "to": [8.35, 2.6, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 2, 7.95], + "to": [8.35, 2.1, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 2.625, 7.95], + "to": [8.35, 2.725, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.4, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 2.125, 7.95], + "to": [8.35, 2.225, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 2.375, 7.95], + "to": [8.35, 2.475, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.65, 1.875, 7.95], + "to": [8.35, 1.975, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 1.175, 7.925], + "to": [8.375, 1.875, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.675, 1.075, 7.975], + "to": [8.3, 1.175, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.4, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 0.675, 7.925], + "to": [8.35, 1.075, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.625, -0.525, 7.925], + "to": [8.35, -0.125, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.1, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.625, -1.925, 7.925], + "to": [8.35, -1.325, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.6, 1, 7.9], + "to": [8.375, 1.05, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.6, -2.25, 7.9], + "to": [8.375, -1.925, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.325, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.65, -2.275, 7.95], + "to": [8.325, -2.25, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.7, -2.3, 8], + "to": [8.275, -2.275, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.75, -2.325, 8.05], + "to": [8.225, -2.3, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.8, -2.35, 8.1], + "to": [8.175, -2.325, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.925, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.85, -2.375, 8.15], + "to": [8.125, -2.35, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.9, -2.4, 8.2], + "to": [8.075, -2.375, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.875, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.6, -0.125, 7.9], + "to": [8.375, -0.075, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.175, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.6, -1.325, 7.9], + "to": [8.375, -1.275, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.625, -0.075, 7.925], + "to": [8.35, 0.325, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.625, -1.275, 7.925], + "to": [8.35, -0.875, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.35, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.625, 0.35, 7.95], + "to": [8.35, 0.65, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, -0.85, 7.95], + "to": [8.35, -0.55, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.75, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, 1.8, 7.9], + "to": [8.4, 1.85, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.575, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.6, 1.2, 7.9], + "to": [8.4, 1.25, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.675, 1.975, 7.975], + "to": [8.325, 2.8, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.6, 2.75, 8], + "to": [8.4, 2.85, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, 2.25, 8], + "to": [8.4, 2.35, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, 2.5, 8], + "to": [8.4, 2.6, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, 2, 8], + "to": [8.4, 2.1, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, 2.625, 8], + "to": [8.4, 2.725, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.4, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, 2.125, 8], + "to": [8.4, 2.225, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, 2.375, 8], + "to": [8.4, 2.475, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.6, 1.875, 8], + "to": [8.4, 1.975, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 1.175, 7.975], + "to": [8.425, 1.875, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.625, 1.075, 8.025], + "to": [8.35, 1.175, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.4, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, -0.075, 7.975], + "to": [8.4, 1.075, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.575, -1.275, 7.975], + "to": [8.4, -0.125, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.1, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.575, -1.925, 7.975], + "to": [8.4, -1.325, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.55, 1, 7.95], + "to": [8.425, 1.05, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.55, -2.25, 7.95], + "to": [8.425, -1.925, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.325, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.6, -2.275, 8], + "to": [8.375, -2.25, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.65, -2.3, 8.05], + "to": [8.325, -2.275, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.7, -2.325, 8.1], + "to": [8.275, -2.3, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.75, -2.35, 8.15], + "to": [8.225, -2.325, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.925, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.8, -2.375, 8.2], + "to": [8.175, -2.35, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.85, -2.4, 8.25], + "to": [8.125, -2.375, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.875, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.9, -2.425, 8.3], + "to": [8.075, -2.4, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.85, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.95, -2.45, 8.35], + "to": [8.025, -2.425, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.825, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.55, -0.125, 7.95], + "to": [8.425, -0.075, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.175, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.55, -1.325, 7.95], + "to": [8.425, -1.275, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.55, 1.8, 7.95], + "to": [8.45, 1.85, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.575, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.55, 1.2, 7.95], + "to": [8.45, 1.25, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.625, 1.975, 8.025], + "to": [8.375, 2.8, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.55, 2.75, 8.05], + "to": [8.45, 2.85, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.55, 2.25, 8.05], + "to": [8.45, 2.35, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.55, 2.5, 8.05], + "to": [8.45, 2.6, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.55, 2, 8.05], + "to": [8.45, 2.1, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.55, 2.625, 8.05], + "to": [8.45, 2.725, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.4, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.55, 2.125, 8.05], + "to": [8.45, 2.225, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.55, 2.375, 8.05], + "to": [8.45, 2.475, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.55, 1.875, 8.05], + "to": [8.45, 1.975, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 1.175, 8.025], + "to": [8.475, 1.875, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.575, 1.075, 8.075], + "to": [8.4, 1.175, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.4, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, -0.075, 8.025], + "to": [8.45, 1.075, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.525, -1.275, 8.025], + "to": [8.45, -0.125, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.1, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.525, -1.925, 8.025], + "to": [8.45, -1.325, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.5, 1, 8], + "to": [8.475, 1.05, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.5, -2.25, 8], + "to": [8.475, -1.925, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.325, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.55, -2.275, 8.05], + "to": [8.425, -2.25, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.6, -2.3, 8.1], + "to": [8.375, -2.275, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.65, -2.325, 8.15], + "to": [8.325, -2.3, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.7, -2.35, 8.2], + "to": [8.275, -2.325, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.925, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.75, -2.375, 8.25], + "to": [8.225, -2.35, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.8, -2.4, 8.3], + "to": [8.175, -2.375, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.875, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.85, -2.425, 8.35], + "to": [8.125, -2.4, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.85, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.9, -2.45, 8.4], + "to": [8.075, -2.425, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.825, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.95, -2.475, 8.45], + "to": [8.025, -2.45, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.8, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.5, -0.125, 8], + "to": [8.475, -0.075, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.175, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.5, -1.325, 8], + "to": [8.475, -1.275, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.5, 1.8, 8], + "to": [8.5, 1.85, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.575, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.5, 1.2, 8], + "to": [8.5, 1.25, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.575, 1.975, 8.075], + "to": [8.425, 2.8, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.5, 2.75, 8.1], + "to": [8.5, 2.85, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.5, 2.25, 8.1], + "to": [8.5, 2.35, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.5, 2.5, 8.1], + "to": [8.5, 2.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.5, 2, 8.1], + "to": [8.5, 2.1, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.5, 2.625, 8.1], + "to": [8.5, 2.725, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.4, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.5, 2.125, 8.1], + "to": [8.5, 2.225, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.5, 2.375, 8.1], + "to": [8.5, 2.475, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.5, 1.875, 8.1], + "to": [8.5, 1.975, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 1.175, 8.075], + "to": [8.525, 1.875, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.525, 1.075, 8.125], + "to": [8.45, 1.175, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.4, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, -0.075, 8.075], + "to": [8.5, 1.075, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.475, -1.275, 8.075], + "to": [8.5, -0.125, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.1, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.475, -1.925, 8.075], + "to": [8.5, -1.325, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.45, 1, 8.05], + "to": [8.525, 1.05, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.45, -2.25, 8.05], + "to": [8.525, -1.925, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.325, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.5, -2.275, 8.1], + "to": [8.475, -2.25, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.55, -2.3, 8.15], + "to": [8.425, -2.275, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.6, -2.325, 8.2], + "to": [8.375, -2.3, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.65, -2.35, 8.25], + "to": [8.325, -2.325, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.925, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.7, -2.375, 8.3], + "to": [8.275, -2.35, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.75, -2.4, 8.35], + "to": [8.225, -2.375, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.875, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.8, -2.425, 8.4], + "to": [8.175, -2.4, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.85, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.85, -2.45, 8.45], + "to": [8.125, -2.425, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.825, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.45, -0.125, 8.05], + "to": [8.525, -0.075, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.175, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.45, -1.325, 8.05], + "to": [8.525, -1.275, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.45, 1.8, 8.05], + "to": [8.55, 1.85, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.575, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.45, 1.2, 8.05], + "to": [8.55, 1.25, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.525, 1.975, 8.125], + "to": [8.475, 2.8, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.45, 2.75, 8.15], + "to": [8.55, 2.85, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.45, 2.25, 8.15], + "to": [8.55, 2.35, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.45, 2.5, 8.15], + "to": [8.55, 2.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.45, 2, 8.15], + "to": [8.55, 2.1, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.45, 2.625, 8.15], + "to": [8.55, 2.725, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.4, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.45, 2.125, 8.15], + "to": [8.55, 2.225, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.45, 2.375, 8.15], + "to": [8.55, 2.475, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.45, 1.875, 8.15], + "to": [8.55, 1.975, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 1.175, 8.125], + "to": [8.575, 1.875, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.475, 1.075, 8.175], + "to": [8.5, 1.175, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.4, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, -0.075, 8.125], + "to": [8.55, 1.075, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.425, -1.275, 8.125], + "to": [8.55, -0.125, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.1, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.425, -1.925, 8.125], + "to": [8.55, -1.325, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.4, 1, 8.1], + "to": [8.575, 1.05, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.4, -2.25, 8.1], + "to": [8.575, -1.925, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.325, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.45, -2.275, 8.15], + "to": [8.525, -2.25, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.5, -2.3, 8.2], + "to": [8.475, -2.275, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.55, -2.325, 8.25], + "to": [8.425, -2.3, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.6, -2.35, 8.3], + "to": [8.375, -2.325, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.925, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.65, -2.375, 8.35], + "to": [8.325, -2.35, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.7, -2.4, 8.4], + "to": [8.275, -2.375, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.875, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.4, -0.125, 8.1], + "to": [8.575, -0.075, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.175, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.4, -1.325, 8.1], + "to": [8.575, -1.275, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.4, 1.8, 8.1], + "to": [8.6, 1.85, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.575, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.4, 1.2, 8.1], + "to": [8.6, 1.25, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.475, 1.975, 8.175], + "to": [8.525, 2.8, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.4, 2.75, 8.2], + "to": [8.6, 2.85, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.4, 2.25, 8.2], + "to": [8.6, 2.35, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.025, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.4, 2.5, 8.2], + "to": [8.6, 2.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.4, 2, 8.2], + "to": [8.6, 2.1, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.775, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.4, 2.625, 8.2], + "to": [8.6, 2.725, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.4, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.4, 2.125, 8.2], + "to": [8.6, 2.225, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.4, 2.375, 8.2], + "to": [8.6, 2.475, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.4, 1.875, 8.2], + "to": [8.6, 1.975, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.65, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.375, 1.175, 8.175], + "to": [8.625, 1.875, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.55, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.425, 1.075, 8.225], + "to": [8.55, 1.175, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.4, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#3"} + } + }, + { + "from": [7.375, -0.125, 8.175], + "to": [8.6, 1.075, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.375, -1.325, 8.175], + "to": [8.6, -0.125, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.1, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.375, -1.925, 8.175], + "to": [8.6, -1.325, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.9, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#12"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#12"} + } + }, + { + "from": [7.35, 1, 8.15], + "to": [8.625, 1.05, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.35, -2.25, 8.15], + "to": [8.625, -1.925, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.325, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.4, -2.275, 8.2], + "to": [8.575, -2.25, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.45, -2.3, 8.25], + "to": [8.525, -2.275, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.5, -2.325, 8.3], + "to": [8.475, -2.3, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.95, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.55, -2.35, 8.35], + "to": [8.425, -2.325, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.925, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.35, -0.125, 8.15], + "to": [8.625, -0.075, 8.35], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.175, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.35, -1.325, 8.15], + "to": [8.625, -1.275, 8.35], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.35, -0.125, 8.65], + "to": [8.625, -0.075, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.175, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.35, -1.325, 8.65], + "to": [8.625, -1.275, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.35, -1.925, 8.575], + "to": [8.625, 1, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.35, -1.925, 8.35], + "to": [8.625, 1, 8.425], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.3, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.35, 1.8, 8.15], + "to": [8.65, 1.85, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.575, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.35, 1.2, 8.15], + "to": [8.65, 1.25, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [8.625, 1.45, 8.425], + "to": [8.7, 1.65, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [8.625, 1.475, 8.4], + "to": [8.7, 1.625, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.975, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "from": [7.425, 1.975, 8.225], + "to": [8.575, 2.8, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.725, 8]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#11"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#11"} + } + }, + { + "name": "cube2", + "from": [7.7, 3.85, 8.2], + "to": [8.3, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#7"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.675, 8.2], + "to": [8.3, 22.7, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.65, 8.8], + "to": [8.3, 22.675, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.65, 22.65, 8.2], + "to": [7.7, 22.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.65, 8.15], + "to": [8.3, 22.675, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.65, 8.2], + "to": [8.35, 22.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.6, 8.15], + "to": [8.35, 22.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.35, 22.6, 8.2], + "to": [8.4, 22.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.6, 8.8], + "to": [8.35, 22.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.6, 8.85], + "to": [8.3, 22.65, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.6, 8.8], + "to": [7.7, 22.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.6, 8.2], + "to": [7.65, 22.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.6, 8.15], + "to": [7.7, 22.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.6, 8.1], + "to": [8.3, 22.65, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.525, 8.1], + "to": [8.35, 22.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.525, 8.15], + "to": [8.4, 22.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.525, 8.2], + "to": [8.45, 22.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.525, 8.8], + "to": [8.4, 22.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.525, 8.85], + "to": [8.35, 22.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.525, 8.9], + "to": [8.3, 22.6, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.525, 8.85], + "to": [7.7, 22.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.525, 8.8], + "to": [7.65, 22.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.525, 8.2], + "to": [7.6, 22.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.525, 8.15], + "to": [7.65, 22.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.525, 8.1], + "to": [7.7, 22.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.525, 8.05], + "to": [8.3, 22.6, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.425, 8.8], + "to": [8.45, 22.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.425, 8.85], + "to": [8.4, 22.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.425, 8.9], + "to": [8.35, 22.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.425, 8.95], + "to": [8.3, 22.525, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.425, 8.9], + "to": [7.7, 22.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.425, 8.85], + "to": [7.65, 22.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.425, 8.8], + "to": [7.6, 22.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 22.425, 8.2], + "to": [7.55, 22.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.425, 8.15], + "to": [7.6, 22.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.425, 8.1], + "to": [7.65, 22.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.425, 8.05], + "to": [7.7, 22.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.425, 8], + "to": [8.3, 22.525, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.425, 8.05], + "to": [8.35, 22.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.425, 8.1], + "to": [8.4, 22.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.425, 8.15], + "to": [8.45, 22.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 22.425, 8.2], + "to": [8.5, 22.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 4.45, 8], + "to": [8.35, 22.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 4.45, 8.05], + "to": [8.4, 22.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 4.45, 8.1], + "to": [8.45, 22.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 4.45, 8.15], + "to": [8.5, 22.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.5, 4.45, 8.2], + "to": [8.55, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 4.45, 8.8], + "to": [8.5, 22.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 4.45, 8.85], + "to": [8.45, 22.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 4.45, 8.9], + "to": [8.4, 22.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 4.45, 8.95], + "to": [8.35, 22.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 4.45, 9], + "to": [8.3, 22.425, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 4.45, 8.95], + "to": [7.7, 22.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 4.45, 8.9], + "to": [7.65, 22.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 4.45, 8.85], + "to": [7.6, 22.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 4.45, 8.8], + "to": [7.55, 22.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "rotation": 90, "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.45, 4.45, 8.2], + "to": [7.5, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 4.45, 8.15], + "to": [7.55, 22.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 4.45, 8.1], + "to": [7.6, 22.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 4.45, 8.05], + "to": [7.65, 22.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 4.45, 8], + "to": [7.7, 22.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 4.45, 7.95], + "to": [8.3, 22.425, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [0, -90, 0], + "translation": [0.5, 5.25, 1.5] + }, + "thirdperson_lefthand": { + "rotation": [0, 90, 0], + "translation": [-0.5, 5.25, 1.5] + }, + "firstperson_righthand": { + "rotation": [0, -153.25, 0], + "translation": [0.5, 4, 0] + }, + "firstperson_lefthand": { + "rotation": [0, 17.5, 0], + "translation": [0.5, 4, -0.5] + }, + "ground": { + "rotation": [0, 0, 90], + "translation": [0, -3, -0.75] + }, + "gui": { + "rotation": [0, 0, -45], + "translation": [-1.25, -1.5, 0], + "scale": [0.75, 0.75, 0.75] + }, + "fixed": { + "rotation": [0, 90, 0], + "translation": [0, -3.25, -2.75], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "меч", + "origin": [8, 8, 8], + "children": [ + { + "name": "нижня часть", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "середня часть", + "origin": [8, 8, 8], + "children": [ + { + "name": "чорна часть", + "origin": [8, 8, 8], + "children": [] + }, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] + }, + { + "name": "часть з кнопками", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "верхня часть", + "origin": [8, 8, 8], + "children": [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] + }, + { + "name": "внутріння часть", + "origin": [8, 8, 8], + "children": [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] + } + ] + }, + { + "name": "мєлкі деталі", + "origin": [8, 8, 8], + "children": [ + { + "name": "кнопка на нижній часті", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "кнопки на верхній часті", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "часть під кнопками", + "origin": [8, 12.225, 8], + "children": [] + }, + { + "name": "кнопка 1", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "кнопка 2", + "origin": [8.55, 13.05, 8.475], + "children": [] + }, + { + "name": "кнопка 3", + "origin": [8.55, 13.05, 8.475], + "children": [] + } + ] + }, + { + "name": "лазер меча", + "origin": [8, 8, 8], + "children": [ + { + "name": "цвєт меча", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "біла часть", + "origin": [8, 8, 8], + "children": [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] + } + ] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/yellow_lightsaber.json b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/yellow_lightsaber.json new file mode 100644 index 00000000..56ea856e --- /dev/null +++ b/neoforge/src/main/resources/assets/armourandtoolsmod/models/item/yellow_lightsaber.json @@ -0,0 +1,5093 @@ +{ + "credit": "Made by Dunkan", + "textures": { + "0": "armourandtoolsmod:item/lightsaber/yellow/texture30", + "1": "armourandtoolsmod:item/lightsaber/yellow/texture31", + "2": "armourandtoolsmod:item/lightsaber/yellow/texture32", + "3": "armourandtoolsmod:item/lightsaber/yellow/texture11", + "7": "armourandtoolsmod:item/lightsaber/yellow/texture36", + "8": "armourandtoolsmod:item/lightsaber/yellow/texture34", + "9": "armourandtoolsmod:item/lightsaber/yellow/texture5 proz", + "10": "armourandtoolsmod:item/lightsaber/yellow/texture15", + "11": "armourandtoolsmod:item/lightsaber/yellow/texture47", + "particle": "armourandtoolsmod:item/lightsaber/yellow/texture5 proz" + }, + "elements": [ + { + "from": [7.35, 5.85, 8.15], + "to": [7.45, 6.025, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.375, 5.375, 8.175], + "to": [7.425, 5.85, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.375, 5.15, 8.175], + "to": [7.425, 5.375, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 9]}, + "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": [7.375, 2.025, 8.175], + "to": [7.425, 5.15, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.4, 5.85, 8.8], + "to": [7.5, 6.025, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [7.425, 5.375, 8.825], + "to": [7.475, 5.85, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.425, 5.15, 8.825], + "to": [7.475, 5.375, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 8]}, + "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": [7.425, 2.1, 8.825], + "to": [7.475, 5.15, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.45, 5.85, 8.85], + "to": [7.55, 6.025, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [7.475, 5.375, 8.875], + "to": [7.525, 5.85, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.475, 5.15, 8.875], + "to": [7.525, 5.375, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 8]}, + "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": [7.475, 2.1, 8.875], + "to": [7.525, 5.15, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.5, 5.85, 8.9], + "to": [7.6, 6.025, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [7.525, 5.375, 8.925], + "to": [7.575, 5.85, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.525, 5.15, 8.925], + "to": [7.575, 5.375, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 8]}, + "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": [7.525, 2.1, 8.925], + "to": [7.575, 5.15, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.6, 5.85, 9], + "to": [7.7, 6.025, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [7.625, 5.375, 9.025], + "to": [7.675, 5.85, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.625, 5.15, 9.025], + "to": [7.675, 5.375, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 8]}, + "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": [7.625, 2.1, 9.025], + "to": [7.675, 5.15, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.55, 5.85, 8.95], + "to": [7.65, 6.025, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [7.575, 5.375, 8.975], + "to": [7.625, 5.85, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.575, 5.15, 8.975], + "to": [7.625, 5.375, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 8]}, + "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": [7.575, 2.1, 8.975], + "to": [7.625, 5.15, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.65, 5.85, 9.05], + "to": [8.35, 6.025, 9.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.25, 1.975, 9.15], + "to": [8.35, 6.875, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.25, 1.975, 7.775], + "to": [8.35, 6.875, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.65, 0.675, 7.775], + "to": [8.35, 1.975, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.65, -0.6, 7.775], + "to": [8.35, 0.125, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.6, -0.525, 7.725], + "to": [8.4, 0.05, 9.275], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.775, -0.5, 7.6], + "to": [8.225, 0.025, 9.4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 8]}, + "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": [8.15, -0.5, 8.975], + "to": [8.6, 0.025, 9.3], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 11.075, 8]}, + "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": [7.4, -0.5, 8.975], + "to": [7.85, 0.025, 9.3], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 11.075, 8]}, + "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": [8.275, -0.5, 8.1], + "to": [8.6, 0.025, 8.55], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 11.075, 8]}, + "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], "rotation": 270, "texture": "#1"}, + "down": {"uv": [1, 1, 0, 0], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [7.125, -0.5, 8.25], + "to": [8.875, 0.025, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 8]}, + "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], "rotation": 90, "texture": "#1"}, + "down": {"uv": [1, 1, 0, 0], "rotation": 270, "texture": "#1"} + } + }, + { + "from": [7.4, -0.5, 8.1], + "to": [7.725, 0.025, 8.55], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 11.075, 8]}, + "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], "rotation": 90, "texture": "#1"}, + "down": {"uv": [1, 1, 0, 0], "rotation": 270, "texture": "#1"} + } + }, + { + "from": [7.7, 0.575, 7.825], + "to": [8.3, 0.675, 9.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.7, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.7, -0.675, 7.825], + "to": [8.3, 0.2, 9.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.75, 0.5, 7.875], + "to": [8.25, 0.575, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.6, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.75, -0.75, 7.875], + "to": [8.25, 0.275, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.8, 0.425, 7.925], + "to": [8.2, 0.5, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.8, -0.825, 7.925], + "to": [8.2, 0.35, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.375, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.85, 0.35, 7.975], + "to": [8.15, 0.425, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.45, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.75, 1.975, 9.15], + "to": [8.25, 3.725, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [7.75, 4.225, 9.15], + "to": [8.25, 6.925, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [7.75, 1.975, 7.775], + "to": [8.25, 4.6, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.75, 5.1, 7.775], + "to": [8.25, 6.925, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [8.2, 4.6, 7.775], + "to": [8.25, 4.75, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [8.2, 3.725, 9.15], + "to": [8.25, 3.875, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.75, 4.6, 7.775], + "to": [7.8, 4.75, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [7.55, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.75, 3.725, 9.15], + "to": [7.8, 3.875, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [7.55, 12.8, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.9, 3.725, 9.15], + "to": [8.1, 4.225, 9.175], + "rotation": {"angle": 0, "axis": "y", "origin": [7.85, 13.15, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.125, 1.1, 8.35], + "to": [7.3, 1.7, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [6.925, 10.475, 8.325]}, + "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": [8.7, 1.125, 8.375], + "to": [8.775, 1.675, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.775, 1.075, 8.325], + "to": [8.85, 1.725, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8.575, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.85, 1.1, 8.35], + "to": [8.9, 1.7, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8.65, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.1, 8.35], + "to": [9.025, 1.25, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.55, 8.35], + "to": [9.025, 1.7, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.9, 1.15, 8.4], + "to": [9, 1.65, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.7, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.075, 1.05, 8.3], + "to": [7.15, 1.75, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [6.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.95, 3.775, 9.175], + "to": [8.05, 4.175, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [7.85, 13.15, 9.4]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [8.2, 4.95, 7.775], + "to": [8.25, 5.1, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [8.2, 4.075, 9.15], + "to": [8.25, 4.225, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.75, 4.95, 7.775], + "to": [7.8, 5.1, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [7.55, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.75, 4.075, 9.15], + "to": [7.8, 4.225, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [7.55, 12.8, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [8.15, 4.6, 7.775], + "to": [8.2, 4.7, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [7.975, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [8.15, 3.725, 9.15], + "to": [8.2, 3.825, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [7.975, 12.8, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.8, 4.6, 7.775], + "to": [7.85, 4.7, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [7.625, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.8, 3.725, 9.15], + "to": [7.85, 3.825, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [7.625, 12.8, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [8.15, 5, 7.775], + "to": [8.2, 5.1, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [7.975, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [8.15, 4.125, 9.15], + "to": [8.2, 4.225, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [7.975, 12.8, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.8, 5, 7.775], + "to": [7.85, 5.1, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [7.625, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.8, 4.125, 9.15], + "to": [7.85, 4.225, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [7.625, 12.8, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [8.1, 4.6, 7.775], + "to": [8.15, 4.65, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [7.95, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [8.1, 3.725, 9.15], + "to": [8.15, 3.775, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [7.95, 12.8, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.85, 4.6, 7.775], + "to": [7.9, 4.65, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [7.7, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.85, 3.725, 9.15], + "to": [7.9, 3.775, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [7.7, 12.8, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.75, 3.875, 9.15], + "to": [8.25, 4.075, 9.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.15, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.125, 1.25, 8.2], + "to": [7.3, 1.55, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [6.925, 10.475, 8.325]}, + "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": [8.7, 1.275, 8.225], + "to": [8.775, 1.525, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.775, 1.225, 8.175], + "to": [8.85, 1.575, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8.575, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.85, 1.25, 8.2], + "to": [8.9, 1.55, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8.65, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.25, 8.2], + "to": [9.025, 1.55, 8.35], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.25, 8.65], + "to": [9.025, 1.55, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.9, 1.3, 8.25], + "to": [9, 1.5, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8.7, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.075, 1.2, 8.15], + "to": [7.15, 1.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [6.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.8, 3.925, 9.175], + "to": [8.2, 4.025, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.15, 9.4]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.8, 3.825, 9.15], + "to": [8.2, 4.125, 9.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.15, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.125, 1.2, 8.25], + "to": [7.3, 1.6, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [6.925, 10.475, 8.325]}, + "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": [8.7, 1.225, 8.275], + "to": [8.775, 1.575, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.775, 1.175, 8.225], + "to": [8.85, 1.625, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8.575, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.85, 1.2, 8.25], + "to": [8.9, 1.6, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8.65, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.2, 8.25], + "to": [9.025, 1.6, 8.35], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.2, 8.65], + "to": [9.025, 1.6, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.9, 1.25, 8.3], + "to": [9, 1.55, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8.7, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.075, 1.15, 8.2], + "to": [7.15, 1.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [6.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.85, 3.875, 9.175], + "to": [8.15, 4.075, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.15, 9.4]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.9, 3.925, 9.225], + "to": [8.1, 4.025, 9.275], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.15, 9.45]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.85, 3.775, 9.15], + "to": [8.15, 4.175, 9.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.15, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.125, 1.15, 8.3], + "to": [7.3, 1.65, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [6.925, 10.475, 8.325]}, + "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": [8.7, 1.175, 8.325], + "to": [8.775, 1.625, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.775, 1.125, 8.275], + "to": [8.85, 1.675, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8.575, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.85, 1.15, 8.3], + "to": [8.9, 1.65, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8.65, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.15, 8.3], + "to": [9.025, 1.25, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.25, 8.35], + "to": [9.025, 1.35, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.25, 8.6], + "to": [9.025, 1.35, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.575]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.45, 8.35], + "to": [9.025, 1.55, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.45, 8.6], + "to": [9.025, 1.55, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.575]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.25, 8.4], + "to": [9.025, 1.3, 8.45], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.25, 8.55], + "to": [9.025, 1.3, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.475]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.5, 8.4], + "to": [9.025, 1.55, 8.45], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.5, 8.55], + "to": [9.025, 1.55, 8.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.475]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.95, 1.55, 8.3], + "to": [9.025, 1.65, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#3"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#3"} + } + }, + { + "from": [8.9, 1.2, 8.35], + "to": [9, 1.6, 8.65], + "rotation": {"angle": 0, "axis": "y", "origin": [8.7, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.075, 1.1, 8.25], + "to": [7.15, 1.7, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [6.75, 10.475, 8.325]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.9, 3.825, 9.175], + "to": [8.1, 4.125, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.15, 9.4]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.95, 3.875, 9.225], + "to": [8.05, 4.075, 9.275], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.15, 9.45]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#11"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#11"} + } + }, + { + "from": [7.975, 4.7, 7.75], + "to": [8.025, 4.75, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [7.825, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#10"} + } + }, + { + "from": [8.1, 5.05, 7.775], + "to": [8.15, 5.1, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [7.95, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [8.1, 4.175, 9.15], + "to": [8.15, 4.225, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [7.95, 12.8, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.85, 5.05, 7.775], + "to": [7.9, 5.1, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [7.7, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.85, 4.175, 9.15], + "to": [7.9, 4.225, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [7.7, 12.8, 9.375]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.975, 4.95, 7.75], + "to": [8.025, 5, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [7.825, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#10"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#10"} + } + }, + { + "from": [7.65, 1.975, 9.15], + "to": [7.75, 6.875, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [7.65, 1.975, 7.775], + "to": [7.75, 6.875, 7.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.675, 5.375, 9.075], + "to": [8.325, 5.85, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.675, 5.15, 9.075], + "to": [8.325, 5.375, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 9]}, + "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": [7.675, 2.1, 9.075], + "to": [8.325, 5.15, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.3, 5.85, 9], + "to": [8.4, 6.025, 9.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.35, 1.975, 9.1], + "to": [8.4, 6.825, 9.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.35, 1.975, 7.825], + "to": [8.4, 6.825, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.6, 0.675, 7.825], + "to": [8.4, 1.975, 9.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.6, -0.6, 7.825], + "to": [8.4, 0.125, 9.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.55, -0.525, 7.775], + "to": [8.45, 0.05, 9.225], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.65, 0.575, 7.875], + "to": [8.35, 0.675, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.7, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.65, -0.675, 7.875], + "to": [8.35, 0.2, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.7, 0.5, 7.925], + "to": [8.3, 0.575, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.6, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.7, -0.75, 7.925], + "to": [8.3, 0.275, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.75, 0.425, 7.975], + "to": [8.25, 0.5, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.75, -0.825, 7.975], + "to": [8.25, 0.35, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.375, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.8, 0.35, 8.025], + "to": [8.2, 0.425, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.6, 1.975, 9.1], + "to": [7.65, 6.825, 9.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.6, 1.975, 7.825], + "to": [7.65, 6.825, 7.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.4, 1.975, 9.05], + "to": [8.45, 6.775, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.4, 1.975, 7.875], + "to": [8.45, 6.775, 7.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.55, 0.675, 7.875], + "to": [8.45, 1.975, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.55, -0.6, 7.875], + "to": [8.45, 0.125, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.5, -0.525, 7.825], + "to": [8.5, 0.05, 9.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.6, 0.575, 7.925], + "to": [8.4, 0.675, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.7, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.6, -0.675, 7.925], + "to": [8.4, 0.2, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.65, 0.5, 7.975], + "to": [8.35, 0.575, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.6, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.65, -0.75, 7.975], + "to": [8.35, 0.275, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.7, 0.425, 8.025], + "to": [8.3, 0.5, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.7, -0.825, 8.025], + "to": [8.3, 0.35, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.375, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.75, 0.35, 8.075], + "to": [8.25, 0.425, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.55, 1.975, 9.05], + "to": [7.6, 6.775, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.55, 1.975, 7.875], + "to": [7.6, 6.775, 7.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.45, 1.975, 9], + "to": [8.5, 6.725, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.45, 1.975, 7.925], + "to": [8.5, 6.725, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.5, 0.675, 7.925], + "to": [8.5, 1.975, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.5, -0.6, 7.925], + "to": [8.5, 0.125, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.45, -0.525, 7.875], + "to": [8.55, 0.05, 9.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.55, 0.575, 7.975], + "to": [8.45, 0.675, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.7, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.55, -0.675, 7.975], + "to": [8.45, 0.2, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.6, 0.5, 8.025], + "to": [8.4, 0.575, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.6, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.6, -0.75, 8.025], + "to": [8.4, 0.275, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.65, 0.425, 8.075], + "to": [8.35, 0.5, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.65, -0.825, 8.075], + "to": [8.35, 0.35, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.375, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.7, 0.35, 8.125], + "to": [8.3, 0.425, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.5, 1.975, 9], + "to": [7.55, 6.725, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.5, 1.975, 7.925], + "to": [7.55, 6.725, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.5, 1.975, 8.95], + "to": [8.55, 6.675, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.5, 1.975, 7.975], + "to": [8.55, 6.675, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.45, 0.675, 7.975], + "to": [8.55, 1.975, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.45, -0.6, 7.975], + "to": [8.55, 0.125, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.4, -0.525, 7.925], + "to": [8.6, 0.05, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.5, 0.575, 8.025], + "to": [8.5, 0.675, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.7, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.5, -0.675, 8.025], + "to": [8.5, 0.2, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.55, 0.5, 8.075], + "to": [8.45, 0.575, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.6, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.55, -0.75, 8.075], + "to": [8.45, 0.275, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.6, 0.425, 8.125], + "to": [8.4, 0.5, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.6, -0.825, 8.125], + "to": [8.4, 0.35, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.375, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.65, 0.35, 8.175], + "to": [8.35, 0.425, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.45, 1.975, 8.95], + "to": [7.5, 6.675, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.45, 1.975, 7.975], + "to": [7.5, 6.675, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.55, 1.975, 8.9], + "to": [8.6, 6.625, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.55, 1.975, 8.025], + "to": [8.6, 6.625, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.4, 0.675, 8.025], + "to": [8.6, 1.975, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.4, -0.6, 8.025], + "to": [8.6, 0.125, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.35, -0.525, 7.975], + "to": [8.65, 0.05, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.45, 0.575, 8.075], + "to": [8.55, 0.675, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.7, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.45, -0.675, 8.075], + "to": [8.55, 0.2, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.5, 0.5, 8.125], + "to": [8.5, 0.575, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.6, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.5, -0.75, 8.125], + "to": [8.5, 0.275, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.55, 0.425, 8.175], + "to": [8.45, 0.5, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.55, -0.825, 8.175], + "to": [8.45, 0.35, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.375, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.6, 0.35, 8.225], + "to": [8.4, 0.425, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.4, 1.975, 8.9], + "to": [7.45, 6.625, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.4, 1.975, 8.025], + "to": [7.45, 6.625, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.6, 1.975, 8.85], + "to": [8.65, 6.575, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.6, 1.975, 8.075], + "to": [8.65, 6.575, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.35, 0.675, 8.075], + "to": [8.65, 1.975, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.35, -0.6, 8.075], + "to": [8.65, 0.125, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.3, -0.525, 8.025], + "to": [8.7, 0.05, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.4, 0.575, 8.125], + "to": [8.6, 0.675, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.7, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.4, -0.675, 8.125], + "to": [8.6, 0.2, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.45, 0.5, 8.175], + "to": [8.55, 0.575, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.6, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.45, -0.75, 8.175], + "to": [8.55, 0.275, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.5, 0.425, 8.225], + "to": [8.5, 0.5, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.5, -0.825, 8.225], + "to": [8.5, 0.35, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.375, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.55, 0.35, 8.275], + "to": [8.45, 0.425, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.35, 1.975, 8.85], + "to": [7.4, 6.575, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.35, 1.975, 8.075], + "to": [7.4, 6.575, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.8], + "to": [8.7, 6.525, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.125], + "to": [8.7, 6.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 0.675, 8.125], + "to": [8.7, 1.975, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.3, -0.6, 8.125], + "to": [8.7, 0.125, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.15, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.25, -0.525, 8.075], + "to": [8.75, 0.05, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.075, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.35, 0.575, 8.175], + "to": [8.65, 0.675, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.7, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.35, -0.675, 8.175], + "to": [8.65, 0.2, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.225, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.4, 0.5, 8.225], + "to": [8.6, 0.575, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.6, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.4, -0.75, 8.225], + "to": [8.6, 0.275, 8.775], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.275, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.45, 0.425, 8.275], + "to": [8.55, 0.5, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.525, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.45, -0.825, 8.275], + "to": [8.55, 0.35, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.375, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.5, 0.35, 8.325], + "to": [8.5, 0.425, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11.45, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.725], + "to": [8.7, 6.475, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 7.925]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.675], + "to": [8.7, 5.525, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 7.85]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.275], + "to": [8.7, 5.525, 8.325], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.15]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.625], + "to": [8.7, 5.475, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 7.8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.325], + "to": [8.7, 5.475, 8.375], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.2]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.575], + "to": [8.7, 5.425, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 7.75]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.375], + "to": [8.7, 5.425, 8.425], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.25]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.425], + "to": [8.7, 2.1, 8.45], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.25]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.425], + "to": [7.35, 2.1, 8.45], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.25]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.55], + "to": [8.7, 2.1, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.25]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.55], + "to": [7.35, 2.1, 8.575], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.25]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.45], + "to": [8.7, 2.075, 8.475], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.25]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.45], + "to": [7.35, 2.075, 8.475], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.25]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.525], + "to": [8.7, 2.075, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.25]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.525], + "to": [7.35, 2.075, 8.55], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.25]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.475], + "to": [8.7, 2.05, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.25]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.475], + "to": [7.35, 2.05, 8.525], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.25]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.65, 1.975, 8.2], + "to": [8.7, 6.475, 8.275], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.075]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.8], + "to": [7.35, 6.525, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.125], + "to": [7.35, 6.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.725], + "to": [7.35, 6.475, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 7.925]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.675], + "to": [7.35, 5.525, 8.725], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 7.85]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.275], + "to": [7.35, 5.525, 8.325], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.15]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.625], + "to": [7.35, 5.475, 8.675], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 7.8]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.325], + "to": [7.35, 5.475, 8.375], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.2]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.575], + "to": [7.35, 5.425, 8.625], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 7.75]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#8"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.375], + "to": [7.35, 5.425, 8.425], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.25]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [7.3, 1.975, 8.2], + "to": [7.35, 6.475, 8.275], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9.075]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#8"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#8"} + } + }, + { + "from": [8.325, 5.375, 9.025], + "to": [8.375, 5.85, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.325, 5.15, 9.025], + "to": [8.375, 5.375, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 8]}, + "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": [8.325, 2.1, 9.025], + "to": [8.375, 5.15, 9.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.35, 5.85, 8.95], + "to": [8.45, 6.025, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.375, 5.375, 8.975], + "to": [8.425, 5.85, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.375, 5.15, 8.975], + "to": [8.425, 5.375, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 8]}, + "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": [8.375, 2.1, 8.975], + "to": [8.425, 5.15, 9.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.4, 5.85, 8.9], + "to": [8.5, 6.025, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.425, 5.375, 8.925], + "to": [8.475, 5.85, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.425, 5.15, 8.925], + "to": [8.475, 5.375, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 8]}, + "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": [8.425, 2.1, 8.925], + "to": [8.475, 5.15, 8.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.45, 5.85, 8.85], + "to": [8.55, 6.025, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.475, 5.375, 8.875], + "to": [8.525, 5.85, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.475, 5.15, 8.875], + "to": [8.525, 5.375, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 8]}, + "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": [8.475, 2.1, 8.875], + "to": [8.525, 5.15, 8.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.5, 5.85, 8.8], + "to": [8.6, 6.025, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [8.525, 5.375, 8.825], + "to": [8.575, 5.85, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.525, 5.15, 8.825], + "to": [8.575, 5.375, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 8]}, + "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": [8.525, 2.1, 8.825], + "to": [8.575, 5.15, 8.875], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 8]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [8.55, 5.85, 8.15], + "to": [8.65, 6.025, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.575, 5.375, 8.175], + "to": [8.625, 5.85, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.575, 5.15, 8.175], + "to": [8.625, 5.375, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 9]}, + "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": [8.575, 2.025, 8.175], + "to": [8.625, 5.15, 8.825], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.5, 5.85, 8.1], + "to": [8.6, 6.025, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.525, 5.375, 8.125], + "to": [8.575, 5.85, 8.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.525, 5.15, 8.125], + "to": [8.575, 5.375, 8.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 9]}, + "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": [8.525, 2.1, 8.125], + "to": [8.575, 5.15, 8.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.4, 5.85, 8], + "to": [8.5, 6.025, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.425, 5.375, 8.025], + "to": [8.475, 5.85, 8.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.425, 5.15, 8.025], + "to": [8.475, 5.375, 8.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 9]}, + "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": [8.425, 2.1, 8.025], + "to": [8.475, 5.15, 8.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.45, 5.85, 8.05], + "to": [8.55, 6.025, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.475, 5.375, 8.075], + "to": [8.525, 5.85, 8.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.475, 5.15, 8.075], + "to": [8.525, 5.375, 8.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 9]}, + "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": [8.475, 2.1, 8.075], + "to": [8.525, 5.15, 8.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.35, 5.85, 7.95], + "to": [8.45, 6.025, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.375, 5.375, 7.975], + "to": [8.425, 5.85, 8.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.375, 5.15, 7.975], + "to": [8.425, 5.375, 8.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 9]}, + "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": [8.375, 2.1, 7.975], + "to": [8.425, 5.15, 8.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.3, 5.85, 7.9], + "to": [8.4, 6.025, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#2"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#2"} + } + }, + { + "from": [8.325, 5.375, 7.925], + "to": [8.375, 5.85, 7.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [8.325, 5.15, 7.925], + "to": [8.375, 5.375, 7.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 9]}, + "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": [8.325, 2.1, 7.925], + "to": [8.375, 5.15, 7.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9]}, + "faces": { + "north": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "east": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "south": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "up": {"uv": [1, 1, 0, 0], "texture": "#0"}, + "down": {"uv": [1, 1, 0, 0], "texture": "#0"} + } + }, + { + "from": [7.65, 5.85, 7.85], + "to": [8.35, 6.025, 7.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.675, 5.375, 7.875], + "to": [8.325, 5.85, 7.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.675, 5.15, 7.875], + "to": [8.325, 5.375, 7.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 9]}, + "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": [7.675, 2.1, 7.875], + "to": [8.325, 5.15, 7.925], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.6, 5.85, 7.9], + "to": [7.7, 6.025, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.625, 5.375, 7.925], + "to": [7.675, 5.85, 7.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.625, 5.15, 7.925], + "to": [7.675, 5.375, 7.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 9]}, + "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": [7.625, 2.1, 7.925], + "to": [7.675, 5.15, 7.975], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.55, 5.85, 7.95], + "to": [7.65, 6.025, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.575, 5.375, 7.975], + "to": [7.625, 5.85, 8.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.575, 5.15, 7.975], + "to": [7.625, 5.375, 8.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 9]}, + "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": [7.575, 2.1, 7.975], + "to": [7.625, 5.15, 8.025], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.5, 5.85, 8], + "to": [7.6, 6.025, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.525, 5.375, 8.025], + "to": [7.575, 5.85, 8.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.525, 5.15, 8.025], + "to": [7.575, 5.375, 8.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 9]}, + "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": [7.525, 2.1, 8.025], + "to": [7.575, 5.15, 8.075], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.45, 5.85, 8.05], + "to": [7.55, 6.025, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.475, 5.375, 8.075], + "to": [7.525, 5.85, 8.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.475, 5.15, 8.075], + "to": [7.525, 5.375, 8.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 9]}, + "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": [7.475, 2.1, 8.075], + "to": [7.525, 5.15, 8.125], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.4, 5.85, 8.1], + "to": [7.5, 6.025, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.675, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#2"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#2"} + } + }, + { + "from": [7.425, 5.375, 8.125], + "to": [7.475, 5.85, 8.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.5, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "from": [7.425, 5.15, 8.125], + "to": [7.475, 5.375, 8.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.025, 9]}, + "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": [7.425, 2.1, 8.125], + "to": [7.475, 5.15, 8.175], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12.8, 9]}, + "faces": { + "north": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "east": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "south": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "west": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "up": {"uv": [0, 1, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 1, 1, 0], "texture": "#0"} + } + }, + { + "name": "cube2", + "from": [7.7, 4.45, 8.2], + "to": [8.3, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#7"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#7"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.675, 8.2], + "to": [8.3, 22.7, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.65, 8.8], + "to": [8.3, 22.675, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.65, 22.65, 8.2], + "to": [7.7, 22.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.65, 8.15], + "to": [8.3, 22.675, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.65, 8.2], + "to": [8.35, 22.675, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.6, 8.15], + "to": [8.35, 22.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.35, 22.6, 8.2], + "to": [8.4, 22.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [8.3, 22.6, 8.8], + "to": [8.35, 22.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "name": "cube3", + "from": [7.7, 22.6, 8.85], + "to": [8.3, 22.65, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.6, 8.8], + "to": [7.7, 22.65, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.6, 8.2], + "to": [7.65, 22.65, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.6, 8.15], + "to": [7.7, 22.65, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.6, 8.1], + "to": [8.3, 22.65, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.525, 8.1], + "to": [8.35, 22.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.525, 8.15], + "to": [8.4, 22.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.525, 8.2], + "to": [8.45, 22.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.525, 8.8], + "to": [8.4, 22.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.525, 8.85], + "to": [8.35, 22.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.525, 8.9], + "to": [8.3, 22.6, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.525, 8.85], + "to": [7.7, 22.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.525, 8.8], + "to": [7.65, 22.6, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.525, 8.2], + "to": [7.6, 22.6, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.525, 8.15], + "to": [7.65, 22.6, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.525, 8.1], + "to": [7.7, 22.6, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.525, 8.05], + "to": [8.3, 22.6, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.425, 8.8], + "to": [8.45, 22.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.425, 8.85], + "to": [8.4, 22.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.425, 8.9], + "to": [8.35, 22.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.425, 8.95], + "to": [8.3, 22.525, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.425, 8.9], + "to": [7.7, 22.525, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.425, 8.85], + "to": [7.65, 22.525, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.425, 8.8], + "to": [7.6, 22.525, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 22.425, 8.2], + "to": [7.55, 22.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 22.425, 8.15], + "to": [7.6, 22.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 22.425, 8.1], + "to": [7.65, 22.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 22.425, 8.05], + "to": [7.7, 22.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 22.425, 8], + "to": [8.3, 22.525, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 22.425, 8.05], + "to": [8.35, 22.525, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 22.425, 8.1], + "to": [8.4, 22.525, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 22.425, 8.15], + "to": [8.45, 22.525, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 22.425, 8.2], + "to": [8.5, 22.525, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 4.45, 8], + "to": [8.35, 22.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 4.45, 8.05], + "to": [8.4, 22.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 4.45, 8.1], + "to": [8.45, 22.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 4.45, 8.15], + "to": [8.5, 22.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.5, 4.45, 8.2], + "to": [8.55, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.45, 4.45, 8.8], + "to": [8.5, 22.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.4, 4.45, 8.85], + "to": [8.45, 22.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.35, 4.45, 8.9], + "to": [8.4, 22.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [8.3, 4.45, 8.95], + "to": [8.35, 22.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 4.45, 9], + "to": [8.3, 22.425, 9.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 4.45, 8.95], + "to": [7.7, 22.425, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 4.45, 8.9], + "to": [7.65, 22.425, 8.95], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 4.45, 8.85], + "to": [7.6, 22.425, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 4.45, 8.8], + "to": [7.55, 22.425, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "rotation": 90, "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.45, 4.45, 8.2], + "to": [7.5, 22.425, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.5, 4.45, 8.15], + "to": [7.55, 22.425, 8.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.55, 4.45, 8.1], + "to": [7.6, 22.425, 8.15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.6, 4.45, 8.05], + "to": [7.65, 22.425, 8.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.65, 4.45, 8], + "to": [7.7, 22.425, 8.05], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + }, + { + "from": [7.7, 4.45, 7.95], + "to": [8.3, 22.425, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 13.925, 9]}, + "faces": { + "north": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "east": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "south": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "west": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "up": {"uv": [9, 8, 8, 7], "texture": "#9"}, + "down": {"uv": [9, 8, 8, 7], "texture": "#9"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 4, 0.5] + }, + "thirdperson_lefthand": { + "translation": [0, 4, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, -56.25, 0], + "translation": [0.5, 4.25, 0] + }, + "firstperson_lefthand": { + "rotation": [0, -56.25, 0], + "translation": [0.5, 4.25, 0] + }, + "ground": { + "rotation": [-90, 0, 90], + "translation": [0, -3.25, -0.75] + }, + "gui": { + "rotation": [0, 0, -45], + "translation": [-1.25, -1.5, 0], + "scale": [0.75, 0.75, 0.75] + }, + "fixed": { + "rotation": [0, -180, 0], + "translation": [0, -3.25, -2.75], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "меч", + "origin": [8, 8, 8], + "children": [ + { + "name": "нижня часть", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "середня часть", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "часть з кнопками", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "верхня часть", + "origin": [8, 8, 8], + "children": [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] + }, + { + "name": "внутріння часть", + "origin": [8, 8, 8], + "children": [] + } + ] + }, + { + "name": "мєлкі деталі", + "origin": [8, 8, 8], + "children": [ + { + "name": "кнопки на верхній часті", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "болтіки", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "нижня часть кнопки", + "origin": [8, 10.65, 8], + "children": [] + } + ] + }, + { + "name": "лазер меча", + "origin": [8, 8, 8], + "children": [ + { + "name": "цвєт меча", + "origin": [8, 8, 8], + "children": [] + }, + { + "name": "біла часть", + "origin": [8, 8, 8], + "children": [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] + } + ] + } + ] +} \ No newline at end of file diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_block.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_block.png new file mode 100644 index 0000000000000000000000000000000000000000..d622113e398de30b1ee9e2b581932bc4a0f98f89 GIT binary patch literal 5739 zcmeHKdsIwo8=qXd5z(PUnx>Lu?o)FyHJEOrrjk)1Y0u1_OqxqGQ!_;uNh(xyAxV^y zOQ>9qiXt)5#nA;3=_1E1eJC9C?U`KHIct5(THpE4tUWV(KkskCL+dS@^jlLrFTCJ(hUL+oO%+C#YZ=YExa^9jp7hhr^z$q7C)QWbxG9}9 zYj|UCQB;&s_h8zKrMs>ZGK$O|Vi&e7oDJMbBV5=bZXKL&Gu32Gi^yX@81o@T88CR; zW%toEzk5y!68xi$Gj80u7n2N1#wi233m@_)>b%Q3^pWwhILx>67K6w-9GF0(e89j2w=hSMfdGfO{-X=URn+&&0RbyAZ zE@`Vd4a?E6J*XJ6dFai0ljJ>j=<+_TUdO;VL2t2Fk@K6#eX>hVSKGw#H5*ymt-eoBD zw7d6M`DQ_p#*|?E;ZI9mR_x15ISO0!p!}Zo&a~T{-6ZOH%0~Z%6XrxxwY03W_%Q2B z?X#QGU>f_KyRFleYQM)AR3prDojpaKW_1Ux3-^`=CG>4;n_(bvc$-#ha(~vt#4WS`R9ao@mmQ+j&hWHv$(~?n z{n*qp!|&9=oi@ueyu;dVd2!nI1PkY$o>O%0(Wvb6I(s}ayvb+IiG}C1vHC)^4#yxELlBQ6X;~btrN1h@f{Q}3Q*j#hmYRjSR)58^1ryt3VfKO=6nxw7@Q+d1n_H`O!Fo|mGoE+zXmJE5kdZv`MS zhX|a!SG!EDn>Q1vy;yU>E`ieA_;sK>B0kxeLv6HVU1`O5_ZQWN?`0J&KTOxjI2z_q z9wD_lyjo|bkbJ$bs3zO){DE_?bV<*+Pd%3vMph3A!;>8wQ#0?^UDJNBZTSZon4L5B z(CWi2597Ap={!Twui5O@{~N$NiSdc*J3d4!3ZBQ{nWHo9-^ zoZ@~KxuL^0Y<^zIQ)aD<>}DSEXx@zy*WraVJ7~@aUv4$zX;TwRjx}e{^7Kl;>9FLP z+eI*sqKHbf26XJDRG59Y(`;0&=D^Z^&$jas?{)ZYmALD71gptqibdBWRwmg#TEMhh z?V6ewXmrr&arB#l^&SDIIxjR-w2!rzzcs#(5OF2NBf!6s>&cXx-`0~F)<*?K1Ogx`)!QAm zAK7p!>R3m>F`xfz-@#joy~V7n&^6A?Y+ssKtwRfM+R*lgskvQnZB?$(AhpQI&8f0O zYjWcf0jbw?o6fq@cjKv|48N`x+1*ack%)dt@P=a<^xw-vi2N$Q6vfy9;nSck7OQ+~ z$v(Xg+YJMj1)Q*KxnI+Cj}Wb~(eU`E=67p~O&>(i%0_fxFpW)oI^Bywr+;a;P?Oyo zwZq=EcHykLHOmSS$VnyeIx~7$8GK%M@$$KgH+$KfdJ-u47(Yjkk-W8_Yo+)lr}Rlz z_pzg!j>5I0V}Gw8Sy#9wjkxI|*;LYttCj0hE9J2_j^Wy#&Cp^s;%?T*?`|wf-sr2H z$ksQD2YFAVJ2T??-&Sl%Js}U>*BAAodCE0Icg?qs-7AV_P9M}9d|gy1y>FFrvTU!F zgVk*OHDlw^tTqGd@6Ql>SZdDNm;(O*9^;0{bW(7&(W~< z3sy0}$^9ksrMZtVJN+(CwMg{xav8teFR|sw4mN`Mm(Jvv)0g^Q&Wmz04Lw zzofnGELpL4uQ)wUXa8{B8Jcr!4eCbl?V;gP!C4R32wq$m_Tls#%qvD@K|x(g>_$OX zcSV8q`kKB;nAZodCp>eF-m|z=yDIMwVqfe_pa8Cj4WbkRG4ynV!KgHa7~re} zWpFka#24Bl1}du&a6Z=_;cLspFvWCmE#Ea#0xpa6U~wYXamZW*%|Vx{pg;ryPzJyi zf)JsUqOeD(c`4Aj%8W+9)ezY_dxRg;3r-hFKsW(KKw*$h3Vt{a;h+nrO1M0Vx1;lC z3h2rnu~sG%Q_yI+T#l0CQ6fnY8cQaV(HI;WheJXLq%=Y(0~AQ1)Lca|%Haq~ITF5D z#uo|UDo%hc3X|C*5YRaMOMC(`llhfiDE+Jgqz767h|yRS1}zYvzrRB&a|(w@J_q!V zcSu>#O9a{*l#0S69MCBo6w1uMr*L5~y}mN2QVQY=#OkCV@qTc|<$T47!z3YU43~oj zLqGvUDuv?1{(zV9dEdnPAvV>BI-TzWf!uxN{{j6acQqJ7F_{!c5hqOLl;LQPP{m8( zia2~OMSaR6lel;yhJeI^AO}fclK>%ro#Q`9jgTrIU`0pq@C48tVfspT`Qc-bLQ~(K2 z25lkt95Mh=fn+3^WM_*c;t53&)jUuZc`@t}I27ia#VZ7m@kA1VJ%R~v z;GWCAjj;FvaG4BHsfM*963JLR28Scs+2Qe|Zy+B~B84hWMT*6s@Hq7dmqT%eC;_N) z_yQmZM2m$%>H*cfP@rreWdT*8Ld>=CM9;VR0n!%S#BaRC|N z2*^Ol8wQ7`V4#D*!q`!4i4+XZ27{qszQc>Sd|t%=LaSB}oH{z^u6!xvKSFI9T~f=y z(9x^W%MiYLEy3aHRY3tbqbW#%aFDBx6XF^j;;aRPK_JvVKG*9PJO3YQfrP=333z~u zBx5;vB!LLxkYoaej3fYfED6K|AdyG-kzFd{$>e|pToeT92x$e?r&=rc+|ent{t+%; z3##S^QVfZKj=w2}{+uyd)iu7POhx}q6sj8VU7LaK8?{003+jgGukG-&XsX8ZFMd8x z#=qzRqW<^biZw=Kq2%RB!{+3rdaD) z&{j*6?dIYL(}dlJWh<^mjfX5cV%HT?7;J)p>Z<|Uv)2eRYRMQ(C$0Xm<21=*o_c*C zL)&TSWqc8fbbWLBMWF#!KcPDGd}ks@+v(KVM6Jc$HFQLLWU~Ii(xf0|mS+5Kw|V{j znD8o{@k1v$&3;3}f0?fG^cj&PS%_T%^2eci1M(N14){;(o5L+RmBVoTF|ee2YqC~w zccFb0*^HAjHHB-cEpsfR!vkR!+l)Nj{pyV|A!pqmTLjfBEqcPA_x1J+7#%-TU7VMi zTD}u*S!UVOxr?Qow%+DsWzMwuY-(o=U9e_WsZQMG0~1~*i)!{IeH5qW_Vqu-nCHwe zZEs1RI)+yKsYVO657|BGNc>jc>yHw~*}Jc)HvOajxc1xmI}Vwy56{)QiSeoe_?{ zd**5=H+A*I_!kFzyi6M2Q98%WSgE|#JdzY}_TFWaQ)dG;t^f*BXaPI*EdyU~^0Ypm qI??-51AIo7x1&vId-}%H??qK+J+ZZm?u>z^1jcaka6G;^Fz&zg@Zrk< literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_ore.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/aqumarine_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..c5a1f4c714acd3beeb7450f148c924ade0f8b739 GIT binary patch literal 6083 zcmeHKXH*m077iAgH06q*s39VVI!Q<)i6AX>gY>S~Niu;bDI}qbR0RttO%wr9EQ%7874U)rit?-oh#-jV35uflCZJwi@2&Ng>%IHWtV}Yq&v(AF_qX@iGqc;t(MDNu zu_6M2P`0zBxxoKw(nDSr{$2j&Gl)RUMMt=KiCw@@q(I1La{?ixI9vcBp)d{`fe5=- z=;>Y4uc!3Mf1&p*ikehrO{^TqtheYAuk0-vHjOqKTZFbWU-L|N z{ON@zs32JnoIiU0=GpX`#}}84o*U0Ez5tprt{E?n|MjDO?r5T}z1KM-bDgr}$D$SY zR+{?F0jwSXIIoPAtI+0w1G0b&r?xOk>7OqeoCp0JH#U4cxr3=y@%w>il?!QQWVO48 zTCOY(W#g55CYg;2^YY%cC8gepJ?Gj`F-PXTMp2ZN*R9%DAaU7~&yu^ls&PlfAwCkTtf%jO-L|r-7k}QiYsIY{l;B#NN6)(aUbfPe zB<}KC`vm zslrbxB%}p*?(Jm6(Z>Ri%bsjT&5t#aB>i!tSp5|uyZ$M*U8rN=fUuZzTct^D zwoJbD$klWWW`caI5@J=o_>V4avzQ$GT1g{vJE8k_GykX>l~W*m!01I8rA;(}j?F zgRp7TnUQ2DnUkxKrrzzi#dZiQxBRVO_*J5IZ<0-m?a{!>*7Xi5lmWL5y>XMy+fx_V zuRZBvwc6cx)0q3#6XlX!Zre(-xu@Uj0abTyT660omYA9)YiwmBZ)-sXvZt;Z#6_$N zT8c-oGgczeOK0g;4ILUX>&i~?Yu;c}Wf~%DU7O;4EJahTDs$g9F{9`jt!l-)O9EGh zsQ~|ZA?5b52_0eRgNw&JJ{V@mF)9@!ornb=QrJtqwWBsGjum$C+T@GevrL3~x*x~V zgW3{H-sRHcC3NG%PZ~?|&W1be3kHO~ksmT_2OAL8d(*^JvuN^!VR~HASjG{)UQw7& zgkQ;xMW(lX-BRxR>gD!UjkVB@UQ@iW>YnQ9E9BVWh(eFHWcp%N0=c5Gfyirm$m{iq?IgA^k;SD@ONx&C_gc-`#1&t#5U*%SP`zWjrqQ zHED=Xi5h5cyCO_|fAHS0;q%9wg0m-SX$SYr?p9UFN=D=ALb`wAL# z4%<+h6&kda=ka?^@ay$}}+ZNSbgS^xJ4l zz!m3Mx&&uZ}UTY1bHA);MVU(yP}^Gg&#$^I4GY zbeyJ@ah_H6o3=?w-S)O&hl#s#lW$*z zG(GSSF29kpTz67@v3Jes&+8^J6&7H0m`6Py#P6EUp z7Nupx4UX3)?k@`s%6k&^qJ4hLq7Aa+v_5ai5{=iguSX??qHg_^GZi`d>-Cr6pT=F; z@8{{aYTdy7ZU9P&ztZ1IK)k$aFj#sAR4@6j)?FjEJF+dx<Iq;3li@t%%gVVR&jiF7PoU-b~ zNMhqDB)|xw-~a-iKmiye5*uI|F|k-8g^Xje$ulT63OR69f`K!=l2Wl?Dk6>mLIeU1 zV6q4#fMA5h0u&~e4Uj;P1z{;5iN(TBQAzVaHFvTzLE+FdEKY%-n9Ub*O;B`@iQMS= z7uJo#g`(>)-e2(CCOsUa4P$4yOVF{#!tB?wmzhYR{c z7y-|JYCxJ7DjW^0EGR8hn0d+$2Sc?KLZFy0bmQ{_O;A#2ky6TU!*qB*u|P3M1H}-$ z8WxAAVx?a<9F9sfq+-cyuvjW~2A3HsTgnv*n!cL8 z4CGAhB_wicS5QIbbO<6a1Y%A333E*kF#|xJKLodrFZKG>&iN0uz$UZVSR*4t0Adly za5)i(0E0*(01OBM*-RrGmPICf&o1J##i5`OGWUmdgtda}b4n}Zs_7IOd=C!|fTa0> z6$7w_0G8}#NTlLPuvT9b!~Fd*Qb2|g3(GPBARGmb(GbJ~aFG)MJO#qBNmwG50aCtq z`hSQK4)fot;!BLi7-?txnpR`Xza@SeFr$^i+DzNv77cfN%(s^RMKo!1{Tn}D3hr-Q z0jB=B$PelJQ?8$K{g47b1pZlFKjr!%1%3$pv%3Coaw-1x(g^Y3N4-$^m2knj3nch; zQkLOhLqkvyXApaG&Br9LML}TeEkYpXsY?$TM0SoQY?Kq*(XHeLXV2Ea%L|UMSqQ|e zrFJxPH*zbKZW{25xn^T@T3AdojHrzBCjD+q{@9FSK&jVj>Q> zF!t3`FMeTYB_m% zIBgZq_+E8&bvO69YMSK14xh(4e^6|)B_E?EGE|?}^}hD9w{v%=InOc68w~S!v`BdI z;Ux=xuv*g*@B0Iij1#STf3A}B?#)Z9K6rglbzF$i zw@X8ws@5nC?)a0En2~m;{n@5FVPQ+63i<<1HJ0t9AlO|sg% zI)C0Tyk&D#yZn~uXw#7kncfF?`mAWhg=pYO-9T4Ge#WU-?xpx@(!Rz*v@%oadA(NS zhu-L=HvcHLqHyl!TJD_EKTeG%tcELoSDF3;^L~|!W*?ae=`ujJR<>;uY zf*~~$%gVd`pNgMtSUz}uGD6K-*>3b?r;l8|%bv`YvCl)jqQf)wODQRm9d91rE#1O* z`^D-B5MD`bufA?_FTOIndW}Qe(BqsJUA$z#?AEifQ*YjgS}JJr&Xt1EtPho<7k!JG zUhkAeFquqwovp}0ZSRBNJ_RC%aCv;3Y#~1>GvNW)SeDL7fNKX~XXQvcZLuZpUqxYL AYybcN literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_block.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_block.png new file mode 100644 index 0000000000000000000000000000000000000000..1743f0bf99a31b5eda161ac1cb4ef86d85e77517 GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#VfFVdQ&MBb@0KeQhyZ`_I literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_ore.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/black_diamond_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..7931da30366dd65b4d5500b97013467e4f9ad0f8 GIT binary patch literal 608 zcmV-m0-ybfP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0rg2lK~y+TCDO}I zDp3#xP@6`97QJ%80X_&gA`Eb9;*5{LPvCQy@m(;N1fK{P1BmiaFLw!N&^dLgYS-So zI%qbV?(S|fncUysce~xUx3^R(rEPzI ze>58PdOde@Vld9n&o3@6BoNS`^z-xc<>h5QpF??gcmRKJaPai>D=1L&_{{F53JqA!2h9Q(K8FM@e(TNic2FC5}En9@d$ss9? z+u`9M&ib_pgGQr)F25wWw70jX-yBT-ZqDiHX*!+G<#H5*`=x|5`_<+1`D`{Tt$J%0 zw(7i?sZv8&tyVpmo=7CjEf$MBAO?Fj7+xxsEaX>iEQWblsZ_|v+gIJm$q6MSf?$+V zwgR>UHCTi^5d9*YFMw=QL-Z(08pujs&>206Nd~Cb`O`Z z82MaNr>N8EyuQA|gG3t+R9#(NmCI%OML~1WYPG4N0`{D&3YGx u*Vor>UL8vCk)yS#LMe7m@Dw4BB45@9Xt@^?H53|241IIdjhQJm>v9&--~k&pDrXM+X}v z1#JZY0F>-(sm{>9isV=%3!PVv{X++Ug}I@w?qX+p5X?^~U~{-2OdR3|!oXk-8vug4 za(DQi95Yn>_y94!$hId$Cv$t)LGw=pS>|oKyt>XLgUwQ_RtM;7wtxCiQ&>MjuXfNH zKA70b*>7)rLiJE~zk#mc_rBngl~ZbarrPzq#qyq~Ee`IS^063PzBL)vdG@^HlT8u2 zaqLcIWs2DfEj^`cD2l(2FK1DU8|{C)9tFrrmfa` zc7ZiB9VK@*%CbtDCQ@kb%j(DFoEwd=JHfv03ddF{kTtcHoo4K<$w=w|=*5 zG?6>IL`PxoZPihk((6$Q+m~mIswFhvi7=p~EDP9YvopWJx`|d6+px?1Xe%sJKTX;W zuQ&A90agmIt3|42X?NYjGH#o-ZsEeBUGfF?n9b?$hHYj7t==-%s|=Qk7S^ZRl)t>S ziGSm~EH%F*r%S)Ff9#{;u7!)bPP{I&hA%sNF`heEAR`2jj+J}+^;UbON#!isx|2v* zAQPn>zs9Bu9|m8I1F~iQ@KE%DZF(Y%ImM;wluC(8jq`%ZuAR8+>Qhd?MIBN%(ChFn zkuqW$P4?1&*puqMMOCe#E4Y<+9QTe^LQSezDI$bw zYP1!*-(#CKU4A_ypQ_3>Fw99NZ6$OT{8j#7)$MZ%11|PuH`TqY;@501c6PETD6BiI z?YpmSQ!e`qulR$8C->69eY;&vp9lUCu53PD>9n)7&b)q8lE%LMFcY#W<-WkX+_swp91d4EkBJ zDf;SYq_u<6Kt%kr4g4&}!d}gFatzV(qdEH;|MoS+$wwZ4hiDu_lzLj(Z_P*PdJ;R? z>#t|rySOE!pmgyN=L1L6^4!?qxmeZ`#070P9gW+{F$JLxsPTa0ginOOMo4lisDlzl2dE{NWsg z$NOlHv-~aZVtWjkh;8;e_1iz*s=8*zTX>v((0BS(jsMa9N-DOGqoj`LXxeb|(ty@K zgI!BX-|)hM47VBC6PXPrdDZ&HtF!G8B~#CH#7S>nCAY2|w_JN+$*?JV_g+CyXyl74 zUcrSCdC!urzeulfRWmyK*a5L^Xw3S#X&?Uu>ez1y8^)dT-8=?~4|`&sFFt1R&}~Lb zVDX4Ro8)FY$+o{zt!~Y8ksmJ*`)}`R-f?%&t~CEQr@J@s+TQElwodF%H6k_;SdWSp zY$;p#?y+`p;qr{U-l6+rUVP(Bz#~BF`hnWOU#r5LYyAg>rf)(^ilghXUMmQ{S6AE% zeS#~*?k{5ETQ*jfhq_Hq;NL&eh|oLMoiP%LAGf&(rjxc`i*rS8ZOUF}-!BLx&;v)1 zEn7Uuc7;dJ(aN8ql$NI`+tsIK84$XSD7~_uQjS{aUadLY%(+ADKefAJ^u?)~1tY`H zl>7SfJJq@i(*ri)-dwwCA71M2c3iFooytwUz5QcGQK3A4ZPxnf+S2-~A=fT;o4&3H zuid{Z#jN((m9``gd*y=NY1Qv8P)buMsERt)FBRq z;%G;qd>+`)m_8SN!rZpWQ7vYhOD;TRiH1?n@$+O46?Ol%b!z9W^3^>9Fd>60jj^i{ zsH4%ojg4713l1h$6fY@`hD}QM4E5v;z}IxAsd+XBzZ~7zTGKz$9Uk>CA9sI9TiWkcy`?1X{01HRl)a^Z@9;Z_%+mCkwZuXkCu1Q;%sbx}en$%-h=04<|d(fk^EzTgmw;<1@ z?)aGd>l-&c3ZJ+SXMT)%8C`dyIlz-*OP5MK4zsdUQg@~6Th=%v#3*JMgnv9(>;+G= zDpt@W^_58}l@H7PbMQq)Rf1~o9%rJwxSrU08>7;-@Jzt%4;ur|^~tO3mo0u@9eF{@ zKJw%qf$yk3tXyf=t}7;>^3`WjjBSUx_lnhW)~F>mOlyU^=nd2_4Bb(Ct*X_33Se>E z23P#~r-~-RY5dHCnlN(zxL})agaxcYcz9!K=62}C8p?rQpzbt#GE=}q(OCiphzjQU zK`&SUFtZ5uqceR$F^mEFaQNo%w>9-}7>8vJ-(f<-(EKRiUXE?35OfK3aAk)2GD$4B z#YP3QU@`>21I2V$FptX@k%P_Qv$$mFS|UcnVY4P;Uvs!S%@IZs2tk-J${2+~S_g9i zaqx`_Ff$>GO?IYko`-<$%;9^*Vm~q(9TXIV3c{lVLLW4iL?WRvI5ZB2ge;Jv5Wbim zjO2^-B@lBMR8Yhea{R;`0Usv8q%#BoVskhg(!)N-$Md7nzQFTE^DIDopo8gtXeZi! zMWd0a0%m~3sU6iEE{T`S5->R|^6VuY3lixBItz)xGBHSFCe9d1!kI!R43 zH2wz4jxQ3^`Akp(1%abD5DpW=Fl8}ubR+?SLK=f4CX!)-!ypMHQxgJ)!6xDv#BU(B z2{}+#(z)M8C4pi=P%I{!MKWcwkS2H#i!^2sFh~+e0+A*-Q_z%dies^vj9Dm29mtlB zcII##3iDOs$fb+f0wK>FPNOqn+g!eCTsb_@MNF5lh9#I9n_#e55*|;)nGi`|jod(? z2Ddl<7PE1CV4XiNryUz!=w9vXg|KstU^*3GL#L(EM3y55b~@XN`_1kf^@M! z=qeC!&Eb+@VG_tMY8tejSadO+N*9BWHw+F>#$d@fyepPO#^T9X%z6xljQPf1z~Zn& z{y%HU>VcWf)!ddNg8YZfisqJ-3+O+0H+ReB%&sLEY<5+U>CCwlMD#$AH5(^{HK$_k zrSpA2Xnf4~>t{LVKlB0-W5OU17)&II#emw$m|%h=G6^gs$iU!?StiC9=6nIapo;`- zaS&YyTKYgdLR>-pIm;EyaIS=i?}G{23rgw(F$Q%k@+)KbdB)K58KWgr<8#Vp=>J2C z*{s1gV+ML|P6mxHXd0rwjKg`-pn(6EzxiVPFI~W3Kb`y#zdz~vN!JfC@I%HwyXz-i zKg7Tf8UO6A{~BEiUpG`BANmXmg0@Ri6^GtHTP<0}RvRji1snosRBFrvNFwiN>mdSw z#j27+3OI946B5da?P%6={Zh+Sm6Up@9qrJ5y4#Lw=}K%#IfYGBwbVSE)y(R=zs`Q# z-W!X!(IKPXktvL{R4H4gcBINsC$7r-vb&d-3it2ga=WD;rFU=>qE=b|vRL($k$h*; zijx)YKK2f3GiP+!^&ufIeCq6USL$Z$E@_YJ)dZR_h8l^0qO3HqC3hL%eD88yb^nQ_ zAI!2W>foM-fl04AdVJ!uurBY4GqC|c5f?SM_|{*4uRQLgG!z^58s|o^87pl~yg~!^ zY`mrvRZ9B>j7z!yQb8^%IU#$Chs?mlG?3f^DmKB6_FgVII#TtoGsPCom)h?hbEs_S zo-qZ^MFh)k`eUWD|KiZvn#fJsup@3$Bdq=<7Y2_MTTr*eC!c&IzO|Qpp+{q2s%iDm zgGHREx4AV%Ve*v$C6-e|(ua8EcWtoF@CeMOj7IjYF-4%DeO-owT$KG<%F{91D$mOm z-Z-g;OWUUUyfhCzQW(C~`%3$dTG__^jhgv>R+^VJk(8X|sq9i3uf9j)Bq@s8aIde! zA3gZnx~z3KDF>b%ntUMgtE=w&^YL{5)n8Zn?0)zG;G6HCu#p9Nx-P7aF4x?=p6At( z$Ih0C;Vs*|eul4e6PAu%`o T(i_a7;sbWp4%A{R@92L6<~S}} literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_side.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_side.png new file mode 100644 index 0000000000000000000000000000000000000000..498a4ff3f4bd3d1b7381f80b68262ea31e07e365 GIT binary patch literal 5829 zcmeHKXH-+!77i9r5Ctg$7D5ogk{)6bDbgHZ2rYmC1-(gbFpx$PiU@)f3kbqP5Tq$0 zDk@SP7#UES6|i6dMG!22!%#=1DDMWatv74Ecc1Tkd++b;v+q5J9PNKm zl-H7n!C;Cu)|SrDuafjyAPaqKk4ynD*nDoV3ti$21j2tu4rw_xPCWiz$D;tW%FGqZ=oA;kM z7B+;m_oN=;~MRk}N7$vlP zbc}Wflw7$-&B`FR= z5q&(w-)vcy?1EofIq>*=_pQx$M>o9JTbl5M;JNw~O0QFfaO#v9`SA%6NZuTSDK*2y z?1MSdxJO;@E0a$rST6}jnCm|}8Xk_@FCVeGk-IPMj0wTS&qtzXfl+v(!`@s|2+DB_ zAHh-{$xiyUMOxe|yw{-Nn=!N|byus8?}f6a0H?$8nd(iXw;3a-@}5>-LFL~~d$dCq zscPhKA{0>{l*|un;A_NnkCj(4?2eLpS(e2&^|H-lG)Hez(zzwKO%AM3P($54!iZg8 z6}9wy{t4%Y4_&r-{%zRuWOG?VPA~g7uV75w!{{uM-tm|Ai9B^5LPFolb~8n{H8QL#f3zk>kVE--T#PoKWM} z^vdx^!xB|i{;rL9AOBRp#kOPr@Mdm7O_s||dZ-#gWoSuRsqd9hw@SMC_GCtP;WaR{ zmp05tObo;~^#o7sgBJ`W-tqd?u{NTSQMur3-={U{K#W&jPTc*SNAmsL5-pakySgIa z&+8>E=XDooGJ4%;;Mr^G_bk?}+LGD-siv*a9^*#Hl1FhVd+*xbdy)Gppt+c>^Xk`gtg-u@ zaq7)4TgNY=!$z_!(v)AEEh-W|TVq+V@6xRUL;D}Hcxeecqi-~?ik?^V!0FiE!LM?T zi$;Ry(4VZX_)yZT3!_T9V^R7|?R0Um&3ea6MYazWlGU+woA5r*>zaXmfhP>pKO{Tw z8VstGdM+gN&SCa!d7SThd!6_JE_z}0Vz=fe?$ODyCWmlqUHk?M^ZQEkb)P9MO6vSJS?LQ=8d5btrqlz8*ig?973N^zNW65uv7R8F_j+H_R*!yt z*}Y)SOJ&o`x^exxDPwW;m~@X%F-cu{DNF2c{V`c+KIHxK&(2so@rm>fq;9WsI-_5% zaTlR%wQJ$qr5P8_sCj!{R*N4@5hwZ;$ank2XnDRMp{iWb1B~3?G|WOpsdhyX4n{^# zPmao+-0g9Y63Rrpp=!!BWwZ|py_eJuNb=9^9i%6h`@SabkbHt?E=w#=4J!58em#6! z#uA^fGovSoL~Xx*lj^6X^#f&o_l35++SZ~e{i_}C>oj!_=Y5 z?E3u3*ph<91rhKMbG!Pwa(fVZ&yT5k)CIj5GHJT0~00VEfMwM;nqgAiyo};($8uuRcxB5 zb8<^@?Gkr6C84Y*Z}``DZ*0;#Ha|<#uq2J#Wl%)#+j%n%M zz5Dq`^tV})(JvyZD(n0`EUW>U*aWz_nWCBtplf!;J|=omrhe#TWWf%^G4ld>4f5+E z8O7qaa#N8VC1o)x-CoY5g_3Gg({+qe+x+AH*T+l(GF~rK3Xv@sy&QH*#xCq%UIO1C zU3jtL_U*qJf=kMu$uJ!Db8i)>=IW`&UY*bkrLF3zo*%sRkBYJ;zi}9gnAF#grgp#56Aj`Y$!35%6h<#Mc->r#iwd1R@YlKoL+Fq*V|n0EaMKnxmRSnu&KR*vA`w#1=)k~0R3IKD5P74qWHK3z!J%s*H>;k<`pq)Xnz+c1!tpY&4ME6^YUu>w3Ul^n*d2@Ke>7*d>zH`Q6e!&U- zMcio&i-`ugAP*uHL-Aq1!%H~quVQ@{n{;G4oo@qy+Ayr45eMQ~hDZj9MMM(tcm|S$#{x(YPiBxXBpi0*M&KJN8@^Zq z@R^{L3L-~wARZhEi(`X0CK5|#GLQrefrSK^Ac$mQaYPJgNWw9(#Cp0q(a^ zNvT*66^V=|GOz?P(vVHSAPFRbAriWnNF0FxIoU`6Nw^s*={iu%9BqsdI22}@eA?p3 z1te^Nh-ZwT0!+9A?dymOhX>LmfK)XsaU;PHgT-NpBpeZs$9)C4fg&+faZ*w&1~ogv zVp6t1lmJvY93J2eqJ@0#=_%56p+MO{$^z0tg_x)9P%;z?5eP^GA{T*xYmAVF2A5KP z8Ky$}i3LaiOF#lb-Y_^k1%svF@Ge*~1&gQP4A)~Y6wEhx0gJ=l{ol~i-2*q8S#xWS z81lb++BCDJXrSNB-OMeQGrgDK@abJa0hlu>h=Bl*H616!H8aHA1@OH=sC~@V>t{RX zA8LU}A~5hIsGK&Em{2)^7!axj76D1b19(G#O(L@xgzwqK0=6U&5P@dikdBa6P<>8o z1vi*k!nNPS19ySa^??*aVz9`siV;)^ zP=S2tH7F1|E&;%rV(6$P%lP#dOIS863P!cGjBbW33x(G1Vi-(8MS97=j%R2CHK_CE>qVVh~^TD=+E(c+7@hV zyc%)U3OMW&0>rAPvL~A+;_$B<~hn2ESW48^Ho(&B4jLE<MM?Rom*$8US*+bwW6{T+&DJahjLOq zNsG2u^TQ$Rw@k4y>5Zw)Z>E}Ion2*T+$M|P7hdhm&6Dgem*7pihnjbk>m50=X$d#U zUd`DS7Ce;D{W#FNK_zM+;jlieMMoRTYEFBSPRMoksqDYBD?2J24CWXGHa=h8c`I&N zv?-=KN3#D-fsR)Hvj}&m-aA>pe252k%F1^XHRsY6EQ(|q>FCI*#=tW3tLdp8HQB*J dtwnq1dgy+voqD%n3$(;A8!LOu0`r{_{|0JM68ZoD literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_top.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_armour_crafting_table_top.png new file mode 100644 index 0000000000000000000000000000000000000000..6f7e2e7761e39f6b43991bf22ac9b0b3ea886c6d GIT binary patch literal 5733 zcmeHKdpK128y~rZOlhO-x=vF<+uUzva=#RXgo?6q=FAzUVP={+m@JW77hQx@ic%;P zP3T6VTv|$P5mCw|md%P<%4PR=2Hl?DKF{yzd4Bs}GtZeh=ly=p=li~&_x---eD^pz zt-@-~)5KsfSbIAg7xZ6Saj2`Izj|-}1~C{_|6n(F#03lj#1avY?*{|Ob}Qo1mBHAyOFquc&*UB6Bq@>?`yYCtKc--n`N`X0p_n-eX79Hz; z{*qI~!4`ohqsdO=@TrEwosWE1oGeN^Se>yYMLCMF@|T>sqeYP0vcElmh~ znwcQ(s8;e!vM++!@}qo4&*{uUOijH-qE_NuhxdP8*s&sQNUpQ**VcWy;+gxsl`Fl4 zCX3WoIy|=wpq5sJ-c-xeQhT<0z#TVp=e;$yft~VMua_h*`pr3)?wc-DRiEjwBAl$H zR+lW5wanqy>_@SwQGseC|7(exkceMz!w9sz29nJtxoP z&2!0m(wQuJXcdbONZ;gB?;rFms5`AH)#)+g0&$4wPCZUfcEDP)JgoEXq}|%rTaK-@ zm}4X;y{e@d_kd>nsLXv$B*=;E#&^>T!Yh};xP6nEMZb=G!3n!l*)~@ZEgUiS@^AqT1 z@@iBY!*>7WxlHu*gi6eLx1KdAM+a~{!_!X58JQua-`Tgul{c5WXgX|2*VCSlE9Q!) zIB0a#-Eg}yeO5!rD;rx;p(vF<;N!_Uf3*w}^znv17&>UzazWNN&Q4mwx2 z;%JzmV{@f`_pI|xz9-k2?JSPlUZK1B-p`tn+$_W6Q&KvV^K+M9FZj#(J0J_2^z^`t zvYv$_`acQ{XGrP~|0J!Lf80##9rz-DL6*;wgT8?!**T(&)Wcb6y={+o*#vtr+J?0D zzIV>?vfL3VmwK&iBKd{R*&el&|H}^7*c&GjRHU;;mwbO^K?JspD!RL}%fWb{p$@+} zo_O}f`sdZJx*XC9Pp4jbCr$pzAdAUImKins6{b2Z7fms3J71#lmWhPiYdV=;mlyi( z)Y`G8T{B#I%vC$~PwPpTam1mdZ%^gr6dl$NXYU--4SCLOsyQ$8o!-g08ZG9!Lwe%D zU3IS)Ar4)|aQ{yMs{{As>5;8>D+&0-}?ITKJ1SD>b1?)6$>H))d#E+ zY0Gw1Qs|t6X4=^XyPq}0w(2c-vg4xHY(c4kN>@Ncr*{!P;Qi58v718AEmXgq@N{6a zsmj=jk>^o9D_7NrU=NOIr(Og)7O+bW#cx)=0G^t$c`F0k^{_Wkj)Y9>uP>d!lFM_> z3{(xw{`p0dnSk&@duoT$wUldjWI>yy>LP)s%*guknHx8Hwe+fQCl61rU3JueK;Kz^ z2|C-qHTL^^^q2=-L%{u(sg3=uLyHcT*sdS0KBI#)rvPu%`e>m$?L+luzLa(0E(isw zL)r7+X?uEH;B2lpzZrjS*WRk@i-di5OcJ_P>iXHHe-Q_WPeIA@{Jw!?3`Qx6Z*A>t zZ*Bdd@uKbaMCc(?yW7q>(Q92ZaEGVQUfvd$#`e(G-B!0uC(Y`d?xq0J_HI2Id5IC> zK!l*I>|{lDWNd!!^xO#GopM`GTl#M}{gxv-o62Ra{bsdAU9Ve0!ylZZ-0PXAOnb(l zW~Cpk$=jW_QH2z)&DnkDE`_IWgnd4I{j4y%Nag-O-$?#&T|`BAxSh#utw&3}3{sm4 zu(c!Q>oz2d-U+B^XV&T;QB9po&p*a$GnBjccxOaYVvib3dTWbPK+5vyFy zIjl~(686&XQ~!>9o?p0kR=byru?BL}xVDO<-K3fvQ1#v{@ItcGsY2tzd^aP%4QrOG;gjJ|Khn=!4MR(SZ$#{0Sge#DNJie=+)? z#9&O!WnvH#zzD#BefUCCTwl>m9Kh$A;x^J9NseM`*q3h?EP-8vo!p>c0mS0s%*`}S zWNehcA4Whx=IG5xz(WC^$imC;&0V;m~p5gMa>FN5_x!Lg}Oms2)TaC?=8#B%;4R@$);R zh;1NBGU?Di-XV2E-zSJJuv8QvfneJ}ScokCoMM%|qw_}wMMyq;fAM%wsCZvY#)UrO z!~qh&aSRtC!hWznN-9PDBY%NM_`FYIec_v8WIUYD9YLr2$o~cUL+s;V6y@m1wh=)A zib?HlOmPZ-*<2CC=dveGX=FNy!hrB}h{M9us4xj{3`0~rg9FmI##|-~0_mSo*$brz zD1=}I6-rLvqdX*-LSum(7;ns=G4V7W2gHLE4g*i;vRDj=Ys`Yk+|MZ1O8971f_|TS zrJ&-XR3H_GK@u6l8`J1yJdF(V@GKTc#q+on7DQ!IAubslr&8pBZRu=pilY!npDfOP zAi@(#{7rF=AOx&+{WRjn_lI2(P@x)`!KBgX#>P|znL(pcS)V`~V2Kp1I0Y%0M4(c} zN4OAsB}xgRmBaT3ePE(k=rcZ`$O{{d22~bR6e`L*ZbyS*TT5UN5lP%cB0p1{!dXB; z`El40T~AyP0c}78MrR{YsB99MO`*Dxm~0A@O{V=wBC$!I;YD0NZ~Om3D^?F+GLdsT zz7(B*`?zUhNx8z?Caxwf{rKZ+2>`}d1sjAWLXd)i@IGBdQfz zpW|8qh7&0?`Vt=G3oG)2DuySK@t+i9Oe#j4jF_nC8XrP7A^w*rCgXt5+6;Q%gbi(9 zXg4H&Y=@Jgp$`9>pUGtWn^OS5w@JQA-*0k#lk2M#_$u(X>iQq#?uT1m0G8z$kqaN1q%x9{TDq6?wH%i^)z%af zW{>#hFEVP78-72KULR6exp04d{;`@v$DGcN9K7-~x;Z@MVZ=#(Qm4AEpuP2F%8n~a zrSEO0EoQwP4R^YLNamE%@{z6jCg#q4wQpN%j<2$b>J7}9XVc+rAHr*Yuk^>c=vMaZ zd#l&cReG1@@5Gk+dCwZ`!9?A-ehYJN^~?r2sXBU8saGXdeO-a;7RQS%8wnkdMsPPJ zw=dO2?p4`8C1ucPv_0bHOxG#h1z#?uTX!Kdanm(z|6Y^ThJ{Q0E`s7GYx& lUNW<*3jPGc?}p{QF;ES@1h0Qg;iDPA*xNeUZ=DNdwwFy0of~-Bq00UW8G;7|x8slr z1Mw_)p6GEq3d%0q%}Wo(yX=q-3g*;m;MJCpvZSPxd8qH%I0pK=BzeEz`{w)oj1pkegJ?d7Dz@hR^G-HB>-|Nf+}SZ zpxtf*P^nZfO_MZDGglqqN8=5C&}DIb2dnc*3)D9E0XRL{1;7uwEV~Q(eraQm8Gtw$ zv$(!PtyUu`KcW{6@PjT=N~DzZq5-{Vz_Po5A9N>Ce@B=B$lZBNe0Bgpe0G4nvW+Mf zv=b|DYeq^W2>X{AIF6I~RMQLqs?{p3Rto^bFlc%nxkjUL(f|6M`5Uv`+uY~$XqR3z z(9c&fh?6na+OtUn)tt86iw2s3A9ODA$QChQ*%)5R>TCYQ#W6?%=*j}Z_G3dIl5f*?5y zUXAtI4njeP@2m^UN%K-QWN7 zWOWsQ$z%dRwOS>PWBUC*0QGtuDdpT8;OEH+OJaGMU*Fzgat%QC`vPCwXZ^(oY)L6O zKIj18SAt@n8nUwfh9$en4w6R?@GAkw2OZviJOrTg`Z)k1^f0-`uLL9_0$`zxP{si0 z^?Cp_8V%R8*PlZee1Febc1|;?QLa|I3&4*rTL5S?b*O4IzCqAtN+KfG+FkZ`HeA3% zDFHak&I>#dIaFU1>pd&PCX3LUTkSyrlWR<_$<&Zc4R1S$e?Mn)09L+TwYxxOAbWnp+;jw=((^JC<6RS zfIi*j@N^e78uM?Jz1aEP{)3~>+aw|)@E3vNSplBC{Nx;16w4p@i-^as3IuyaZKm#d zMCdsOHc*6~`%ET>$U0D?F^WP^A|gz#Z@I8N#Z5oD3kQDzYh3opa|!Jq00000NkvXX Hu0mjfcJ$xa literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_top.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/custom_tool_crafting_table_top.png new file mode 100644 index 0000000000000000000000000000000000000000..6f7e2e7761e39f6b43991bf22ac9b0b3ea886c6d GIT binary patch literal 5733 zcmeHKdpK128y~rZOlhO-x=vF<+uUzva=#RXgo?6q=FAzUVP={+m@JW77hQx@ic%;P zP3T6VTv|$P5mCw|md%P<%4PR=2Hl?DKF{yzd4Bs}GtZeh=ly=p=li~&_x---eD^pz zt-@-~)5KsfSbIAg7xZ6Saj2`Izj|-}1~C{_|6n(F#03lj#1avY?*{|Ob}Qo1mBHAyOFquc&*UB6Bq@>?`yYCtKc--n`N`X0p_n-eX79Hz; z{*qI~!4`ohqsdO=@TrEwosWE1oGeN^Se>yYMLCMF@|T>sqeYP0vcElmh~ znwcQ(s8;e!vM++!@}qo4&*{uUOijH-qE_NuhxdP8*s&sQNUpQ**VcWy;+gxsl`Fl4 zCX3WoIy|=wpq5sJ-c-xeQhT<0z#TVp=e;$yft~VMua_h*`pr3)?wc-DRiEjwBAl$H zR+lW5wanqy>_@SwQGseC|7(exkceMz!w9sz29nJtxoP z&2!0m(wQuJXcdbONZ;gB?;rFms5`AH)#)+g0&$4wPCZUfcEDP)JgoEXq}|%rTaK-@ zm}4X;y{e@d_kd>nsLXv$B*=;E#&^>T!Yh};xP6nEMZb=G!3n!l*)~@ZEgUiS@^AqT1 z@@iBY!*>7WxlHu*gi6eLx1KdAM+a~{!_!X58JQua-`Tgul{c5WXgX|2*VCSlE9Q!) zIB0a#-Eg}yeO5!rD;rx;p(vF<;N!_Uf3*w}^znv17&>UzazWNN&Q4mwx2 z;%JzmV{@f`_pI|xz9-k2?JSPlUZK1B-p`tn+$_W6Q&KvV^K+M9FZj#(J0J_2^z^`t zvYv$_`acQ{XGrP~|0J!Lf80##9rz-DL6*;wgT8?!**T(&)Wcb6y={+o*#vtr+J?0D zzIV>?vfL3VmwK&iBKd{R*&el&|H}^7*c&GjRHU;;mwbO^K?JspD!RL}%fWb{p$@+} zo_O}f`sdZJx*XC9Pp4jbCr$pzAdAUImKins6{b2Z7fms3J71#lmWhPiYdV=;mlyi( z)Y`G8T{B#I%vC$~PwPpTam1mdZ%^gr6dl$NXYU--4SCLOsyQ$8o!-g08ZG9!Lwe%D zU3IS)Ar4)|aQ{yMs{{As>5;8>D+&0-}?ITKJ1SD>b1?)6$>H))d#E+ zY0Gw1Qs|t6X4=^XyPq}0w(2c-vg4xHY(c4kN>@Ncr*{!P;Qi58v718AEmXgq@N{6a zsmj=jk>^o9D_7NrU=NOIr(Og)7O+bW#cx)=0G^t$c`F0k^{_Wkj)Y9>uP>d!lFM_> z3{(xw{`p0dnSk&@duoT$wUldjWI>yy>LP)s%*guknHx8Hwe+fQCl61rU3JueK;Kz^ z2|C-qHTL^^^q2=-L%{u(sg3=uLyHcT*sdS0KBI#)rvPu%`e>m$?L+luzLa(0E(isw zL)r7+X?uEH;B2lpzZrjS*WRk@i-di5OcJ_P>iXHHe-Q_WPeIA@{Jw!?3`Qx6Z*A>t zZ*Bdd@uKbaMCc(?yW7q>(Q92ZaEGVQUfvd$#`e(G-B!0uC(Y`d?xq0J_HI2Id5IC> zK!l*I>|{lDWNd!!^xO#GopM`GTl#M}{gxv-o62Ra{bsdAU9Ve0!ylZZ-0PXAOnb(l zW~Cpk$=jW_QH2z)&DnkDE`_IWgnd4I{j4y%Nag-O-$?#&T|`BAxSh#utw&3}3{sm4 zu(c!Q>oz2d-U+B^XV&T;QB9po&p*a$GnBjccxOaYVvib3dTWbPK+5vyFy zIjl~(686&XQ~!>9o?p0kR=byru?BL}xVDO<-K3fvQ1#v{@ItcGsY2tzd^aP%4QrOG;gjJ|Khn=!4MR(SZ$#{0Sge#DNJie=+)? z#9&O!WnvH#zzD#BefUCCTwl>m9Kh$A;x^J9NseM`*q3h?EP-8vo!p>c0mS0s%*`}S zWNehcA4Whx=IG5xz(WC^$imC;&0V;m~p5gMa>FN5_x!Lg}Oms2)TaC?=8#B%;4R@$);R zh;1NBGU?Di-XV2E-zSJJuv8QvfneJ}ScokCoMM%|qw_}wMMyq;fAM%wsCZvY#)UrO z!~qh&aSRtC!hWznN-9PDBY%NM_`FYIec_v8WIUYD9YLr2$o~cUL+s;V6y@m1wh=)A zib?HlOmPZ-*<2CC=dveGX=FNy!hrB}h{M9us4xj{3`0~rg9FmI##|-~0_mSo*$brz zD1=}I6-rLvqdX*-LSum(7;ns=G4V7W2gHLE4g*i;vRDj=Ys`Yk+|MZ1O8971f_|TS zrJ&-XR3H_GK@u6l8`J1yJdF(V@GKTc#q+on7DQ!IAubslr&8pBZRu=pilY!npDfOP zAi@(#{7rF=AOx&+{WRjn_lI2(P@x)`!KBgX#>P|znL(pcS)V`~V2Kp1I0Y%0M4(c} zN4OAsB}xgRmBaT3ePE(k=rcZ`$O{{d22~bR6e`L*ZbyS*TT5UN5lP%cB0p1{!dXB; z`El40T~AyP0c}78MrR{YsB99MO`*Dxm~0A@O{V=wBC$!I;YD0NZ~Om3D^?F+GLdsT zz7(B*`?zUhNx8z?Caxwf{rKZ+2>`}d1sjAWLXd)i@IGBdQfz zpW|8qh7&0?`Vt=G3oG)2DuySK@t+i9Oe#j4jF_nC8XrP7A^w*rCgXt5+6;Q%gbi(9 zXg4H&Y=@Jgp$`9>pUGtWn^OS5w@JQA-*0k#lk2M#_$u(X>iQq#?uT1m0G8z$kqaN1q%x9{TDq6?wH%i^)z%af zW{>#hFEVP78-72KULR6exp04d{;`@v$DGcN9K7-~x;Z@MVZ=#(Qm4AEpuP2F%8n~a zrSEO0EoQwP4R^YLNamE%@{z6jCg#q4wQpN%j<2$b>J7}9XVc+rAHr*Yuk^>c=vMaZ zd#l&cReG1@@5Gk+dCwZ`!9?A-ehYJN^~?r2sXBU8saGXdeO-a;7RQS%8wnkdMsPPJ zw=dO2?p4`8C1ucPv_0bHOxG#h1z#?uTX!Kdanm(z|6Y^ThJ{Q0E`s7GYx& lUNW<*3jPGc?}p{QF;ES@1h0Qg;iDPA*xNeUn!gu88c&Mn4vu^@P~j+%q(nt& zUr@AIONlJSIYfkLQNMR+y}sY;`dwYW-}$e(-kEvd`}w?|`@TQ-{XEb6Cc8S@$;zn6 zKp+rV2YYKb@Lyj1m6ig3RVO}CAP}jw(H`CcH;NF-<#8BH7627QaRDeGVlp5Q(UT(Y z(3XCkWgi~s4oFLn%h&h%oHOj`cbTZ{*T8r_V;lcPhNNcIXx=V)^UBPB_C|dUw4nxS z8eKkK(QKR1B!AhI+3nC7^(=6bY5cAo7t~ZMdi`!g%mcI8qpDdthhGFNb9lV)Em3}? z3c*QyV`(hE20MgTtX9K^##QY+`?SS$qbNeHdaA5`rBCeErv#_Y?DXkZcxZI{;fz0- zPG#Z2_@$6EGq2pHo~Y`alE;N%#J>C6_d=o1`UE>*@>3G+F?o|gFSa&M$4uSN!flhe zD)~6@LHTUTQ=u2*??A7rO5cIUs=MTtHv3N22fp%rH@PN2V|c~Zt9hhTca;VJeN>i` zWXNxL6RZa5u3n!)Nlo0j($xFsWo*y|Co+mQCX>#+)%SojA1rnNG?z%r@ZM0bf6Z^m-=tv`y!Hx>}v3A@<4V-zvS-o1dt zQ)r`k);YO%OS}pWKkx7v%oScwPBn;n^U&zkj}aihQasiFP9pTI4<_R{3guUJ*f4<> zZ%Yi{g^_1uY9fD=l9WHYCYPxedM}90Emm((HCnir&Glj;rKG~t`$_9ZGkyM$8~CWq z+0e0=GjJ7sOe(^RKAKU@DQmBg-G8T};l>J&d$&ys$TPn;XEIhEs{03h#JT^iK5(D> zVu*>lrzGv<5=fcTU8=oYh7mv0EOujQ72^^&jQ#K5u&lH`=l6VW(Bk zJ$S2ptcyiA`6x2K!JnMVyku5b^dQS|3ooxQanF*RJ7c2 zM>&Mk;0HOW0}-royBI-ZD=tHix8!1)?}@V&I6hJLdRMj!>tvZ%b@Yr|D-Z54p<~^M zXujNckGrghYT87IZ5nG~+U`E8q^!1QOOh_4^l8VP?Ex?yy!7*me%-FlX}?n&rxh=( zD`0KYDG#dg$EiOeb!A_eI3xSx{Hjk=jc-IO)r~Q?FHM!PiiJn2)P&>3%3iA+;^{V=@7 zU1QXvrZ!g7V&#X?zSAMbxe00u{dagRZOzH za$C6V*vEi-m0c(5jLJo7$@UZ3Pl`-aHp6|_NUmK z+9tKf18#AbKH~Ha1r2A(jc8ng=LREps6=o0s6qy&+86CScfzQuUACt~di0&sh8khX zN7=&}$0iviye>*PuwJrlSJXz~X(r}UtNc}Ox=kr8mi_#!}B<_ zcAEF>=JAb1{cY}ED_p9Mi+abGI#b(JBDX1opFQ3G9 zICD@}l+t|9W}oVG&^u}RCi|k6<)oHhh)j9*!5GO43xiXmA1nBF>8ZW&?TWv)DMGv0 z;)#D-erc2{>|@Cp_^IDr%~D5e^ZSZ)(^RdJO_wj249+u2Qy-#K^&?3iH}@J^*jP&c z_Vg4F0+HCow6bz_u(JBHO@Nz2?v8X5`&z7kIz%iXSe zXNQ7#vk6+V4k@XHJzKbAw2GmgzOoa$PC%t&;?CC)bZhLBKRL?4sm6rS`itArE(+tC z%FyjE*DUt9hi3%FfNwNmO~Y1b{Kb-0 z`+SPmDve8xPZk&PyS4Y6uFTao)&33hcl@n1zs-Iz{eC>}o&zh?GxD|f$fp(=c-7?W zm)$Q)A!KdFH7Hja3=%ovUMC_RUeS)FoGv)2&(9k`?(@E-ppoS2YA5OGozz;IPKA-* zFIgVjHtzV`?Y5_cdi{c}u4+axV`ej5Cw+2rxf$_G3Z`qT%xvSX88mI}cr#rQR_zS= zgy9xNd^o3toN$OPEUeuVw==A#uclCU+qD;R$jPIPi7)MA4q8@7U;3-r@I~Ahyy@z| zn}^-?|18{l_>`OBwd-ogEk|BPqzR`Zrr*3e5E*M`?8{3Z6~(@QK;#0L;I8dWb|TR@ zVFnaBhYA>o!nokB4uKe(iMSM6C?J4RfnX-v1orCURTz{>H-T-&k&$Gs6%fL-kLCgH z(as*U=ujGw4l^^AF&2?Pf-pcpfr`RdY(7b30-NI{f#+f~0tTIf2trL@-egy(6^92v zu?AQJB-}>Cj6}msWuV49I)mh9ZTp!5yfT4>2n1Xb0wEL%4TKm24lfviA`*!RBpQK6 z!$Aa`AH^0>L~u4=T}(00VGZzUJSJDbhB`|Fa69 z9taVIi$ED55n*A7@9*FXY$8FD&jJ0{JNO>p!wIb}l$@nJL53z|y=F<5-5YXLM z{vXg^a-Rc(C^DI3&7nnzojO>Xz{K&A=o}i8PMSMK;Q;_kz@yEQ)}^;f0yN$P^mX#r@le2Qv(C7f{5iq40)=L=+llh{d3g z1RVYw$P3`{!HyG?qL2odc~^8A$rhxffStn(qXYv8E<1Sc7I9rjU^bw#6mg@1%yV`y z8Ilzbpa?iT4-SWA0uu)d6;pm4CWG^dP7zS7DFOiWhD2jXNbtaVAn_zDk%YnOA(15H zcX$q+$%y*j(BjzxHJ-1zJ(CamkD4>hPbqgGeEw?wlEs{xOHkyrOjG%(!%d>De$lE`hSy4=G#jnzy=@ngy1Wo!J%_3@O4s(>S$*TAwo_=Qt~XOib2Z~ zuDuT*0$I9J{FQ(l%v}u{7YiK7Hj4)rE|NmQRu6i;g+LZ0IaphG5E}jWk?j@3SJ%b9 zUr|%z6n4fvCgG^Z#q6U;mLJJ1bL>!?8oe_D-Kl6@q44~0s*SY2j1}z2aLVd!$t|}P z#`Vx4nPKpoMY#u_7KhDV3n%?C;qqSf*{AoHUQL)j=ufWiuPSD)PP{&FY*-7DZeLV# z!K8+*Am<2~@$|HLM0Ubxt7z(;m(*x{tu!{E8RL_c4y>`+)P()Bxmg#r9-4Q5uXFIN z9uJ|>@LSFEEiaHc`T48jK2@JDD=lqEvMq$%eV#q0B$;Hr0kv#lpw8J7H!E4j`4JHP zMy1ZHrsplDJY;;b?hH;SDl4BEoLaOv(Tut}k#D(U)(7I@X_Ey&y1Q7t_354}hoY@d zUOl%n2#`D{{43ovIN@4A9R2mG*LU0}tMN^TLh5`K3q1ChjBZaTA}mmvDV>?3%Lm%4 z<=rnBF6LWeRYr95CnuOg3xhuxRTv1}GpdvB&T1Kbh@ZZxPS4IhJ|5k{*&b}1ZoM!5 z6AQb{%GI>Zv`@zbYkNOf0!eJLy)%Osb=W;bCe*T(wx_sthr_Dtdb1~-G#2Y3mb-g+ zT-#$F*Pmwe_Dz&wXk^v_+9o-J550qaQmuC@Dl1cf$0BM)&Sj$hJ zWjDxb7t_T-932hT)WQX2!&()N4w-+tJjz3)szd0b{(PyYqY~z=*xa^|wIS8J!b-1GfnYMhatu6PA1bT=6bH*S<+RMvTID5rDm~-TSTZEDF zJMFyF@U2G^>mXyd`olYmFx+FZah0i?Z89}=bp*)7XMOq03UpHV@$XB0*~Dm;h;@*7 ogOaRpDFjp6)Ue9G75j0)Av2SU`(l)Qz&3?A*f?9CvJ8s-bf>Fs-TLa@@7}uIwZqTX zeU`euIt&Jz<>}$#4?VSHx9Uvj-*D^`0D~#-ilGHa{DCOAP$b}R!$G(tS_r~HDVGC- zN!#=3+_b-!X@0n4CYrI-D81`6y=Nvdp_+Lqfr_siOKDKDENk{3qfPY<7ko^cgOGv` zqZgfQ8O2o1NWqT8Bs@Q#Xw!B1az9IWfDx+z?(Fs)J5e6?2{UJsqjn_aE%Rny*`8M# zRhI8R0;+w9q$3Vi^?m`#s(p%pE@? zQ1htIRW*UV_;l3t7OeY8hVe`h)(zXm&%k)zWE^~BqI%@PU)gskw)8ium-|}wArr$i z?9;+0#>DFs9CbtASDgsyYE>N`%PBjseR13Hr{eif-EQl+;^_W7hM&7BYw7#6^ZlnP zbwcUkYl@6ecM_B@T%tv!`Sba3GrCtSdM(n2`rC}yAzxN4V) zo7$4ROL6|_HRj^8i>{?ACwCk!)qiqHY6TC{uGYJ0apiKeV0~zDx#H$G%NbiVN=$-+ zCB2hthGqWecLeS7|(q2By(b_V-GxyPRB0xklRhXnwDyLr!BGb78Y)%(`p&K zd8-02YkSp}$nCS8bOw?Rn>OXIM5`%XO>uQPVsz$OYVE5v>o%g#A@Y1IvKCVcPI@@Q~)B(U=MvH^z`i+WblSq5aJN?o?|KX+A4WsN;t zGNo3Gh=rxGVtXDM&HZGkbPG(Rz<_Sc`@+n_uL$I>W#c8eN8NL3ju*yM&Q z^QDc(&Ulo0_M>7`GEiRYdE8)do-qGRzbHc&oO5My8FT2RdFUXpf>k8MxLxcbVd%&V7FURvKbC;3fw ztlsMK#t(l@cDn<9pA>i7=qd>sYOP=}g(NPS?B_`)f2qt+J_T5%7gvKab=N|z4N3IheAZ2>Q1sL0EpV?Y>+HP4Y^kaVWT-G!Xnj!F7_re` zvR7x=TOG-)9FZFKJr+xc9h?evvp8j`O4FB()(tsHqXzXCJ*m__~_3nQ#>=L?i z#DSezM%G!GCbPBwxUh_#o!LW4mF^^*+(7ElFx$PlF({{unbk5}w_fjdzeW8&j^VfJ z>6Xk;L(Kbgm6Ns&;_Tqj0FS2Vvq_tp{`T(nzquN=q*l?Z30{#f;`r7+$YMG1nXz)7 z)B8WV;!zU&VBc}ICW1_Tv$_7a;Lf@| zl(zjJ&Tb9Yl{)4Lyp-b0om#VP%O{DxhMSi*m?tP17%1iuZ>T4tD6&k~ZUX=k99}-KzvjW%xCTJz)387ah3})vj6#}dPr{9W8WLqI)yM5sg}B%x4I zQBhV=)>Z;h2ns_a5>aR@3X4TT8c1<8Ujj&xeDM+)#59HrC}xScLJ3#Ehs!VlrXWIM zk3c}<@Gti9gcQnGc)s{E3lJYDDIi2)tk5VP5B2>FvBWhJ0{Lvvf1DwvL0=pwe^4xl z5V1hlNRTgC@;!vRC&lk8g3P55E>9?T3L@`^#n`N`dcp`%xLk+LLV@8R4+0fK_F;a| zmvA}X$oj!H*@)bo?+t;L`-=aA_7~sf%8(X?LUIwXB4mqty4WLR_LA5F7MD$uHvt=4 zCdUTPLV^IAfW$EgSR|3n#z0*xlgK98SYw#z@1Q*SVhO-!fifrv+=>g~5C9^G2k{&v zh6!?zI4lQ10z@JU$>Ct|94ww=i(%V-2eDGbg|ZR||K2JY6dQtKb3nW`3uA*MfE+v$ zXM<%TiC6$Y+So8T9DvCrVr)S^&E$PyJomdhb$NMsQRNCYC9KoD+^keLRTL4F;kK>LXeNB|c=0z#{y zvDPFshJ-=W(6%Hjj)b+bK%+_M@AL(1E+_iGY0GvG+-^GN9$YcBezaUPy``w&#_8U4 zH=HZqOK`Y+SC9bKvT5atOd4eH|MT}b z82`^D;P79I{1m^x==w$1PciUQ%D=Mf7hONaz)vav%C7$zUFzQsR3IPv42pt|OMMHE z4?#z*nM`kY7nlmvn&C4$FA{pH2|WVEFqp<%*{uM}&e4N}DiTkMt4g1Ox{98`%-^yf z!(fUwo-QkBg! zeaLhix%4qJ{yHcAdco5{{W@4~Wqf4i%>6^=&@2&-9dgWB&&`s1w(*IBZL936Sae6o=((V{m`~cZW_ypfYO@ zW8Z=ksKA8LoPqIl=oRe9@14&sV%VPcB~_tfv_~> z*i@Z!@0z>x;w@UwpQ&C%i*Vg7FQ}81R?ezhwF+Dy=luenb$9=n_P!l9bHxbkaBSzN zw--)lzTD<(zLT>RU?XZG>R4$jKF1%L)1*7Er!q&kE>-z$z0SSj9mq$Jpy}Z~% z7$O*7j(@j-1kbNNbLQ>G>cYEW85!|ii3jt?BOYX!4qVbwG&6QqO^Z!?`bmM@M)4Uu TiBW@+3g+qR>vGCDc+0;42P|08 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_imperium_ore.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_imperium_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..783987d26ae1243d9380899dce7ea03ed37573ad GIT binary patch literal 600 zcmV-e0;m0nP)KmE6ox+v43&^2bbwH%!cZJ3QlboHNl;XlDjO^rvtWr# zS+Y2L#KMxvNU(ITVC~YSbKChMAtw_;u}_XHR!WD%hv{v1_ujqtzyG_8>$;mD2vACq zUSSvm&}h`mSrQY5F{P3PKu$_Y7{thDxL=tT27nX)6=tQM=1poLPuBmespMp@4vbLRIUeb z3(l}dsieppA2&CaRWOgFTl_ix0q9`Bbor3a(_b#Ngv-m%07xkjLI5zTRsra`mN|RK z=i%**%H4#n+c5*q0R%z7bTH%f@dm0@-8L`j)vBq`a@qi_vTHraLp?}m*h49WWyO0eWX{jqn`Brg zS54~m15$$};kG&HY|H#+co zVBqO5mrN52eh9)!Py6y%vO#lBp m-(OI#A7I{IsnM2MtS*)Jn0cIzJM3N=72C!Bp-xZN>4bRF58Ub@Mj z|Dp~|P#`g2_o^R>Z-b4(82{*(xRSPnMzw*PW3-;*yDsY zqSniA$#7y)HS*4BmFCPV)4F!*?qI@OA9c^)N6(w4P0>Eq#=f+0%js>bk7{7-FE4i6 z+JF7*NuX!jSpvgqU@@s*i%B=H-#wGP|YspwaY zO_NHRV;#Z6(}OJiko?}EJpWji@pG}C%DwZIf6uiynSUbO^;A)dR=jb4a%|bkrY4GFt8&YA6zwvWZm>2ksw&lUa4fd8 zma{8FeVk}EijbyC5i+XGguAXC`cRKXK?W#1ED#)m(9KUpUn?^uv*(5+=Oo)lYPera=*gHn0We}o81TH)*B|+wVRK%1b42o)pT~$Gz&v=NdO%OR-4w=`D*T zPIYkCx2VFiU)dO%h^RD$oX5Oix9t32Y_Nw#5;}ymiG1T$|Fe;&73C#6MhjH%w?hv* z`>kA-wdg?7u`5}_7nJ`*R#tp4J_O#~eAIP5&-7m1;R`keO7Ao=CEX8I=a-z*>_~6I z$#!%`S)J8H)(Y$@qA%(sT$0s%Zlo=gEwG1RUN#0a)+zd z&N3;%rnPUS-{B2A53JFnm6u!U+1EYB2GMK<89g`DmQzzNo^?x0qc-VujKpOoIqrx) zmiE*@Bhw3E)->;dj>mjGHRj2S!^ftNWUa40bmG2t=Z6}r(8bN_Nv9%Q;tDQCvXA#} z=pJwmi^h>E8XIYuS$L)F;^8+>BEtK0dAdtul{Bj(Qz|Z#CsUfM$`>G>pm!d9J+4}U zDQ_VJx}DDObuwRk@tEELvoRGvkL3I6%Luu0VqDSNagFEWgvO_iK})tgbPF#@o7CR= zO#hw3OY-(q3#IYnX1UzF$q3!N?x)??sDu{%>-Dy;MY}3qmz^$n=d`h;V5E3gM4<&S zH(bR5PlNHR(r>jEw14t4tT=N$wc#4SWP?qZ;*`h!O7&#||J*x+m}2+wJ1Tx7ZE0rF zDUSy`&Wl@X#iA8Wdbi~I?bo)W5304_USqJK`BA2ijfEjzKij4NIJe|pz4UZ+Zq1uk zg+JZB=X*$JJfD2f-c0G_zPY-%Y%Uc`U0=Pi#bt7$?$h%TY;8u~RI+JJ<-oQz#Hgr0 z%%@fgp6%-{HQ8&nXH95f;u#CmiE&G0BK9U}chZCld%0=+N5u)%(uJp+<6rD8c$Ftp zX)mgG;C1hM#qo$9G-i5|3q)#?k3l2@_{-8Jm&mzFEq7pev)dM|U^^iH0ly)`|Wg!Omtk;7;Y?8V+AS1iwLxaq6(a_6-RH&CIElpj5% zboW(zEM-LcEw?b#!9Gp6w%6asJa*uS(629351V<|aQ=ebl`Fin4i8dN#JdP*gGqz) zR_$Haw&6%QBeQe#`oFYp3>&rjpEUhVOQUp-0$eS9tI6le9}atSa`UUUr|u+N3})^*+H zCkMt|Z0G4pk-M)pgxS(2<64((?z_H^a{u6mvfnrwV#_?9i%d*~)x9iy#XF+AZk)l* z)v+>5mrCamTQ>1ty-0mh`LUaJv{wZ^B}l2Fz0w1K`J33#X6;LHBQbfQ#&i~s0UC=# z`Osz#0OporKAjl?ieL;dkj*8-N2~sT!`Lh`+{cuHqVR3OAhuJK0Hj5^doiOzm_!!b z(n8T(Oo9kPK@lA$4&`u#BrzF2!%KqBCCx}UYz86z0Xk!#I zG!*&$9YT?PI7IR}q5pb^&C-c-^BVMH%ZS-Io~G&h5O3?1NuwtGhhfs zp^)r&%rHq%XFD=nk}rwHW3pMKnNu_l1WgDy41$O?B_K>N0Zaq~jiw`*AcKIzp$Q<4 zW%?bJGgm00bD5xo3L-aVLp)d<8c)QVm>^iJ01#oqgm@S@3?4xMiFhoCXEIqh!gmxN z0ygAII_LYWBvdSj3daKJI2@gUV6d<(gb5nNAm|v7fWUzm3<`%~U`;^G43%UYNY+$m zG8|)!`qo0_&_w|}K`0qcp)+9~v~N9L>`;&RNr(K7W+7M%Q!JA~AmZ_0z>i7)A8LeLfkl6I#pfE$k&>11%dnaw|6|~10pBg9 zkT$bz&=L);_{gtI{%6r7i|ar5`E0mHfj&^_umY?F zLK|Gw6K!kjxiU%Vc4GFhuD(t2ZyHxp&IG9|Hq2eCnr`f0cnl58&s@JEOKmN=p|Lh` z?wgGcIxlXVNW3!e*T#p@S4OuEne{3YQ)yI}-0~A|#W^ZgAXwQWYnn5}>|OyRja(Mz z>>V9-&Sg8e$E|54Nf~n)zK0S)ziSM1y5}0?HqG!jPIxvad_(fkp%a781sk!AU0o-D z>CuISyP8~`4HoVw)K6&ZUd1U=ShucI-3<#jXjnLU^AG0hfF*}OspOVpnL|@r*B`3` z{`U^nrNuh~q^Q)|`tt4hRdpYB*%Y3lDB%E1=HiwLi;fx)csbx?-8-U?V-ee2T;+b* z$nDKoOz~vW^?-_oVe0CGtAmQJ4~`xAIGJ-3t68~^bKF3C09Nw$@})UeVXsN@kqyBC zhaROV7nw3|HA-DN`obP*_m{6Pz2q?v_arm&-O2Dmov^<;*OTP^=9=Pgnya;g0pFW9 z7Vgd1wR6b95Ewq%CDqr~vk0f*%`!W&n5d&Sx3&4I!7_5u?SkXEN&AD8;*gmYK)QY2 zd2bojb3;?+Vo`=2e8p=2d&@KawSNl`ThR+xtqMDPb!=CF`pI#B@X;}aQM@O@89;^NiaL$uR0=?;>`3ZryO!IeRNO6q``G%;h-6`*e& zbGO}n6a7cqH+^tI3HG_=y`3jtT3)_t&c#qc7OgPMr&`g?$K{m@Np1-t#`RhgWH7+l M-rcU)W^=;70kOH!2LJ#7 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_ruby_ore.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/deepslate_ruby_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..6ae4c8f83e5d9b3971f8e662d22759c23e5da666 GIT binary patch literal 354 zcmV-o0iFJdP)k93h39fJ4AlApIV|-CknJHGC9bCPi|U2~Y4B#f8x5>;Et9?2K*O z=DMzPS(blsxqM8amk0-*^Kby1PUngUll9XJHwJPUn4ox^6yeYDbBgQJ%RVdvh67?q zx97Jab$ovRPB;TY@bzspB1ZZeuN9euz!>hX1U~Nl@LncmK!B7rLu6p0I%fvNH1N6u z>j^-_`2+%Db;n{lOz4CV;aRnF7~;@~{WmJO#z4-hdfguPk7GhQ|d7q)*w z2V;N`T<#m?zREzezk@V8o-LR<5lni7*++PgI~3xhG!%wSNYsHAL_R3f<- zvMZ8HQi(34h{EnprBIO)rOq0vUC%ksbDo}a_J7ShYi6zY`+dLneShEky=$#F=M_#` z>W1n70BEt6FkImODT+f)75+7T^BDvHmEv%Yhs*^GMT#XNA3-35l!b{QBqSI30D!zB z$6c^zaK7f~4KvBaxo)!%#hfRqw8+`!0}7u4O^#Q4Ug%-=7qG302>e-S?j6` zq{#eJmX{_x^?&xK)x>os}X=XKy`qk^tZ=w|&T=G-a@XbO< z%8sqaan*0~_ab_4zb=j4>eb|_CDcjLh~78pqS~^^jRg-Z{f_Tf-kq?}?L>SzVy2I* zYeX+_QA~$={!As?SFZ{>{Wl%yS@m)rO05^~Xp~@^c3$&{){I&Ai@i;g<^gjy`y+T) z0Hq_$y4@zT4ouKdHc)cj{5;UYc+sZRPGxkvA!pUYD{HNiCmI&^&fu%iQw$Qtb%%h! zOLI3t#~nURoVnZKs)28s^uEgUw6d;UXYPl++VYBxSJ5j}w|qZkv8JvIsfjs#qb8mi z$MVoj$<@Q!XKv4)m^NvTo|_3STlN~%j-Up=M;rAgqM_`SrR`9M zbmNma$58w7j~9&?`WL#mI^$gl3Z0g} z;(87!;oOop$-Ac@Gs=0nXwUjtXiK831AI1e?kvTz zz=#$%{QTPGT*|^bM>UdJuEVt-0;agfBsZzB{ircPEp^DG2?m0SfD^}eHsX|BAE!;nou53< zHbR)^rB<40QWbtOZ+iRECJ=uixp)4`=6>hA+C3K!i(aPM^)0kEd@rE(7z$Ea)NOAb zL+_aOdwEyNY}bgV%C>j*nz{R>?~y)fOL~&C?ff~g9?BYwZCprAXqhnepcv^F+}rwQ zf=&HnZyLkxLNYqX(w4;ube8mPYN5`$)*fM|aaUHjT6 z%yF53xOTbRD;Knk^v~9JNjq)4aDPX9w6U-6wK<(3nzwcoN4J@|ubpT&tReD!V7-R0 zXrO@ck^KC_Mz)=2QRc!4v6CY+CKNC?+|0Pg{-pca#XtR0>zPc~JKaqtmCq`oH7kt^ zf78P#?a1yetU$ImJ#u5uSr(~QJDE^*G;V0-t;>Jj+h-g1E;0LX`16dY(wo2cd@#@&7~@0M&;)1u6^wp z%%}DKyqyD4Lqm`AGK%fPQvIJ?zMYYNb<~Ym+kp9CsLGpNn_0ba_<-AJqngyTa^|u| z-#%(;d?}q2?!>ylhnESHh$e-4CJt7T#x@_=*cQJObhU2{;a+98RL6EiCO>^YZK6*$MJ zXSn&bUg&DZ`ZXt(lu^}-R1kL43bZX7E9hnFn;#;!7sT()j8A%BoqZEkx1}@kY~@f{ z1VU{W;Z|YM`bD=2d=}_TC$_J~zgAb$iNWoNJm^`MI(Ob9+PRmHI(ydc^bJe@ARRnL zi&wJUEl)P^*(cv34=?r?-#5`N&MeeT*Zbq3%>J=ck-25{dP}Os>xL5tS6tWI7FW9% zVLq#2M=sOa(P*_*+Cc2i`UTH0jb7z-UPE12&8LI=prTtwi$mp^0w5WZ3;7CyY*4Q%t5HY+-v;Gw#m2G44v?Q< zNw@@Z4PU|Gg$M9xe3YH7y0x4R69^$0h?ENhgQRr14Qh;+4xcN`SQK&$A`7rVd9a<4 z4k8JJBw3OyaTrIrAcTOjRYzJ&_&#(O2J;IAd}V|3lgY$%EH*SW)H0N4DU$eN@iZC@ ziz8qO1PqM8NW+3;pd1q{Z3LZy(jZY|Mv%k>? zNx!H7>w%SnVl3VghZPF3-_MZB97AA|F9H3>8Bz}XRDyMZq@rL64{{8Ff@J9LDV$hr z=Wh&(lzat3@mNx@ct1Gf^SH@WHN?C#ZxdK38Y~l zJc-7|;Rr+!2YyGfQX+t>5)Ax4Dg_l^LB+G85+RU^A%GMg4D6qZ0jVS&h78fH2zV

3H_3sgmKnS_YK!s{}GKE4SS`nx? zGLB53d^g<q3XKft3Xng$gr| z+2Lg94iX5Ii6k76D9{F_2o|ZJ{5H&n_Y)tKfecUv!QNnv=r{tMK<417bUcYp!kOc6 zbli7%5ntdF_TSKo-Gj6qU-KmbDeOON%rw5GT%q;jSL2s~g0a1XM2_tWI>;MOK?;UI z{INJ;uJIwB9~k5d!R_Nqy?(U|{zENrX*e#0Z^gw>s6ITn7Px#2jR+AjI4%v(<&h}_ z9+mtfyHw;O3k4;Ry)UdItQB0JV_G3i$CuFTM|h|oq*xzVF$|7?!IL<63Y|!#6G&ea z!~XL*LRgP$)2_YZo2sed{7DSdy*^-HdwQsAe+ zzpCq(TtB72Pl10`*Z)l}^}k;lp&GJLS3Z*#OOzVv zX{hwO1p1ssyEZm_uA;oEVkIOb_|(lvl{R1lYyiimT@jBGP9L_=14@!yJbL;+sRDC4 zG!`||>N?GVfwOwi6P(RY_^ov+Jx`kb`=e2DxrZwS@BfPCY5u z>90=QcFM(l#JPU9F{_^_Sm)un5b{^G_;WVSYKv*P!R_9cqet??cQW_ieK4C~HKFir zHeeo*x4dYm^Yx0)4oT&nX(uX&X65MD9bmq*yP5xD_uz+7&%`yWZGf#c(ilId#IQFP z@4tJuEXk!LJE^HDKK@U9TxR#c@U4L6>_yl1#`?wjWpO%LFH+;nRaF45JFD`g+Gg`S z=W`pBEZRH5tq$!^ewL<&%JDY6(G{LfGFy^Q%|}Y90-5?tLgXz1O07vx3=^;()`~ob}gwhb;F@?w=H;^svX0wq~w! REL1vuI@rX7)-EA~bu2hZKy=F=aOv;tZ^$Tx;3Q=q`a*Y-GPIvcx&&PW&ch2+6&7L!K0pR&p>L8l>09323b=GWl0EoK9 z3tc`-@jF0Qwc2v&Tq`KP3sp^D7jG2+?lD`F+r0&JCF=HYg=p%t{%{m{3f83@oPzVL zB+p8<_d@qDK!)=d43MO;RWm~D!tbx^UeL%O7!3_rf&lkV6ASKj@Lx!m3%2!cV7iuz z0_cR;h2i+UC2Tq9gXL?JdYsP~j05tlR3W;0W0J-O9E^t6kR*-y{%TAIqHa~AbTNB~ rXf``U-5QxJ7X^cHp#F+;?sxtHsWWcq6X9+J00000NkvXXu0mjfoGXkyLhy77A$s z5mOjqVekq;0}&%A*yTzU0t#1Yijx&Ny)9N(xC5tHoIwI-u{V=ToNk8qeeZpLOzr#6 zy{RcR08v8_5dexj^Y^r$5{3}AA^=pJFgi>LTM@x&@U4y8oNJ%q&XqNQs&EF58iFY` zT5H;i9kkZeqlTd31QDUgGlqjP2m3>cJoAOyy&d)ro+BbBnurKN@ugt>&4!=)i!dE1HM;rc4Qm(M7&l7syrDo!w^Che#G&6JwjpTBRXqbvnL=jMOQ za)Vk>{LTujt*Fe~UbjaE6(>XuIRO?CHg~)9zP-kjm7Pupz*`v~INMSLqr=p5U0bP=W-UHE^PFEj zeO$RU(@E!s+UKv`sY{sS@^>&8>7 z1s6o2Dk`)nhznQ{MZi)wzztD(Dw~SnQjj+RR6OlD?|9zpf99M?X72Bs@80{}`@54# z_4aZbYdpmmhr^8(xI6n`zoxpwXcYE6t*alx;S83?iu^S`P&7fQQb^GVgrJF0A_PQ> zN^v-C`}WheOK)|%sdwu%{6p7*V*0#^jjIoDkB@w^foAz=tHO@M=lx=XA6wL& zy%X5*lI!uRY7gYD;* zfN7D<#7xKgQ|SzW&y1v71=l)K76yghX8;xLB`$5tMj!SBUHxA^Y*}@BU*R5OXAf?E zQc$&JL{Z(Y)`hu=b|-aAtA&=C|wdRd&z(=(*_iY_|JzC%)07*zc=nwq*W1lDc8XT(?w*urYPw zjk8Q7zie&bof2l6+nY@F#D8%;BnU{7)f^OtNh4f=+&BzD7adl>C+x>kmZ$Bcs zzIn>w8~(mEQ)Na6YZRwbYEBj%1ej|ACftg|A~hG^ zUfnlAQQNDp=v~^fET>~#HLq($WkCDh{RLD;!HMM4Mg`yGXR@VUv$rhn?Y>&wP;#W{ zRNuSA+#gDWAD?-bJ;(ua#cS`z0_rvRkJrHGXID- zaeAAnUOGA5%8AKbnRFTDS~M#ovl}1dgSzF@vY|!OPYO2nC%DbzdK~j@=R)j6v*;J# z(Wq*dRU_&*+_T;}Zn`$Zkzmr|dc;bScWr7$vtDmo*>3rSmiw+-J1-Skt_#TuvkHFD z^-lbDq`~Wor;5_EdfLP5J$lO1_dpqsW%hSSceE=E?-eocymgqKHjY1S*>{%|Yp>G7 z?!?!hsUDZs%G>Zpa*IiMS~h7~auzJQ`IyxhIla?Y4x23R;J$a-+Jykx1hW}|1MK%^!AH)OS+OzaIajN8h$=1$Gm@G$C(GN5A>BL$GNe_4Mk^- zny-?%Ju{~TzUz4vBwn4ite3IN>nbBgWt(FYyDSrOeRGiKacu3Zx+R;RRA1@d9qwRx z@Rq}^Cd12>?)90d~-K%`(FI(Z5JZ%Y83*swi`mJ(;Bbv&S`(u+SeKeVPbuXyt{LxM1Hh9V)EADlhE zq1Bw|g_I<+JxG$tNWeK?+8dERj6bKS4p;JDA79lD%)^R#gGH6d7T#>*WSBw(EItP_OAqYt+ z4;i>cR~HVJ4W=xlYgCMRz>X!u;j0ixqfm(yiU=N27c4V194(pgG+EIBo9Hb@iEk|AMEJg^a4#xrNCk-RyHbC0?=S8 z6@U;53t)jXvQBq8nK9T-AKBFksU{jyAxjf!!~K&k2!yXr zzDVD%a($KSixl`G@YnA8D%Te&@I~OS-SvNy%lOkvBO=HC>P2I(gnm2g_}J^@D6xl| zGj1-<4mU?Kkv|5rj8?iYQR8qX6LiN2-0loKW;E0Ygf52v)|+B7%Cthj)5A>f1kO$( z)|G?lPGP@+rY?IoW>h5>mDFdyG1~w8pVRhj_`_rU+Ue6x<^((0xSLlz^go$w{mXdw zuJ>{A*4;_xUO1x(?UnQFzQSA0t!C@XzPH_^eP$_&GqlOD zfnC+Mtht8i$ImauZF@sln`0N4ojE`Jc5&>axS;0J;s8cv@O^FZ%+iWLP9h`24V-_n z`eG1d{Jxv=WO0V_?uV`dWlfY2D-)Vh*H|s<`H`cm#Y=kE*#$ajq%9;jB z`twG5YT2ZoA94;KF1v237ZAR{D6{lw+_sA=$>DiMVR^_{>-F=x+oIp=n_rGx&A5~o QgQP%mi$}&m0MLFF?-wZd0pm~-shBT_hEZ~*1V+IM0UrPq zJ$nMy9v`%v`ZjJ3OIvHE+2+og)xX^~JWa6O>b9r7Tr8c1Nl!_b9N#u}?^fhk=k&&e zzQDA+-nA#!$!BickTw*+>JHFX*(sQ;a2gaB--m>&7)#T2NOlq7%fwuH)R#6X52D+)R3d$q50E zv9nfct=Tvmj7#ZZXI|>$yjINhGan-9Ys!1l<$0p}C-z;L_24i+*hw1l;|s`JX652JK&5o9 z(k-u2UjCDknO4xZIbQd>2bDj1MISHjU4SkndN(?xYR`R9esRlXr%m+^orYn~%qf$n zIk$DclnrI(e4U^3G;8~e9KGpB{!FQRe#IG4aPxV|>PgJ3rE_`01jDrLKiZr7 zbXB$kR+C#zjM84vt!HFQaT|Am#m^(H(~SuQn?aSm+A($3yGNoPL&CCdC8 zW1lA1ATr~%C85dK*Qc06S@y#ZeyBYLw4UG3^GAxK!Q8d2Cbrk%c3XEt#$CUky*gie zC+5#`TOrsK%ofD0e4O+>YcR&spRL-uze@VtKeFQR-sYat=R;#UQTV`f>HC*j=2Fb& z?zAo~m@O)?0wYW<`z~2_q?|v$)8Mu#^{z=cHS*OG=h&?a!*xuc*3uhVwP*X=L&J{} zMgtla#NZnK7>C=*50WnYzEbR2S#aE7ApP*J3yUPM12b{5IJ1j!qV<-;i}}nY-AqXzj4dA5(T(`tnlI_o=yN-@o25 zzYyA=)AjUF)vT)T70jPanS8lchUU-`$!A3uCrecv-kfTZ}PIg{uSTb#(ywv zzT`x<$KK|m4Pw)id)8f6g|8T|Jfzrv1XI2K!NZ`l77h)+=lA(zM*ck1sJq!tHL~+f zNFw*D%le9Xk3%u3M~)YaT{rc9TChts`C$0{?B#Wv?o%-h`|_DO)jxPN5f3DGbd3Vb z2XlAV+;b@Hq_l3F&WielcC7D`b(H^jKz%^D+u^qRLstsy`-#@5Gx~St4%`iLD%|z# zX3|k=-my62F^94c%fOE00OxtPN687c=_M*9J-5MZW>xBopRe~U*m5utNDkO>sjTaA zKuuc$_T<2z%k!&0?A@K`=ovY*{?Ry)uzXnOReG>50BC(9V6(kAZ1(#mh_t?vjrlCs zbM~gq>wTT9=IXAjpz|s`<~89=kLfv87)55RHd}>#o3_+|lapJ1J4iAN9e!~8PUXS$ zgQ%%VDK&L;t2)>0ad$mTm<|0=OMOCKeO!tcj&$*X@nrH%s&979jtf;e!H10SDMovZ z3U|V79G_XI`W`OQI@Q~(C>*b~bIB_@Vr*oT9ljInX$@9wjU>wMy(gC!^EQ3KXdz1vRX zOS%FIYdvIBr>zK^Hp|hnqU;-DbW_A-&fzU(Z)@_BJD$7u`~2cRX-Uf@>kd?X(y-mj zo2r7{#-m%$#*~gU$Jl13Rt1-O%Ss+YErJrDG5ofh_|@{*(7W571-a)g(mHwLOmnQe z?~9aQ%}U2FY~fxnNF!$?E>hT)i(4mcJYgSk@u8|VuS*xj4Ym-cq_abRvcLY&_VFXp zK@1++&Q{Mx!9)OrupC4wgwY}y zQ^7)OaGA)nT8u-ZG$!&W7CMmYg<^}PFp7*NWAPX#g2FD8Ui1c$`p(`*?&*?z8~`dFRkSj*$5w zdpphtmWgAf5bU%87Ri@<4B^7zdVN4phZHUlN;E+s8 z!#Ig3T%%Cug^5IiFbk>+6+za>kzkl?DGbWRQa`acnuS)ohEhX*P;-&>!~^A^BPfTF z+3-XX6HjCkseS}JlR{^bNXzkfCjKLPF;Bo({x56w>Ot8| zQ`Z84f??2+EYfLoDomhKVLE>zst@QgF<%}BN@0g^ghzxcq&_uVp)4m-X!WTxaS^aO zKL}$OJQ4GE#&GW<#;Lo;`;cvLetUkoJXiL)?dU_>MHh;eYe$4d6EaNZL^@Xm_V&Jokzf{-%jV`^v4pguR`5P369G7r~q_@aX zYf6~Aiz9$Vo^(d9^%fxaX%g2pG60x9TYYH(MJ2|FP*=|3I_chb$}uO!aN$?OyX(-VEpxT< zuUL0y=bj+l*CQotEzz|;dgKkiw_$<*oaRs!tgoUt7y%t*gY(9(Pq{oYn?WgF;S}{9 zEg2PYV_wRDbeg@9wzh-)shcyGozGVQ!B@H0?rn*Nre2@{kbY3q=1oO(0`1llFG$rK z^y^ahR|@fPfbE$Apfph#JD6LqgM7zYTh_nY{8bLR%(BR@ta`;lVE!*B>K9HM&6|-p z_O`$8B)DylM`Vai`GEr_Plq18E}wG_AF4WO-jJLK+`jr7tu^wosn4w^nRLSJ7mT~# znb9uKz6jhKSpew^Z+O&U7o1Kz@GxHCMoQ||_1M?NJzm|@HOd061kL|mX0fd%PNJ-S8{DoZbyZ9B&s~6$2V}MDhHYlVxE?Tee^h6P(`Q#6+kSb>eY#Wf ztEX-y#x90NnSUJ14!d5nrrM@@HuN9mo1sSs$}Fc$YdhgHk6XyGo>PD9%J?#G)M~f6 e(6_UvKC$Zw>>?A_@rID>0URd}$EvSG)BX!nBC|CB literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/imperium_ore.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/imperium_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..aa4f8cdd2107d5e0680bd86be074c21d605afdc1 GIT binary patch literal 521 zcmV+k0`~ohP) zAHaoz6e^?yFc5f)ECpwmmHfePetwdw>$=%{4?s~Ac<+fZ0$_|G#z+W(JkJvbptWYZ z-I57;nkKyWIOnj|B4Lb4BegCLKU)A! zzZ;A(sIKegd7hc3iTnMY+5ldXmv~VWjN=G^Iv$U+NR-}1NuKAFWtn_2#w4 zLkRTW-?U0$j7j7W0?s+caU_I5jFF-!$fPR3scpGb6#%=w=OlR35JI3;3S#8zugTu~ zXA2@(+!sXv!!V?`m|2!(!m_d~IsB;qGfQMIBZPpp7VmxXBJW-crq>uDMhdU%OpuRYEmQGd~^= zrfEWJ{UU$4y7C=kd|qMpJfjR?wOXYM6H<&Zt+8O@JivOrMr+L?Y{nSUqV%dg?wby18)$WtanLWjC zqUBPF#2F==N92<)HKdv`24w3leQ^6*S5Vsb!-tfclvEbXn<2~b*i4CYHlN&U#{W*! z_#7{9$?UETm2zoNFw!}BQm}wE>DMQQ9}|0W<=VC1-ezuZ+J9kUK{gk+#5dU)DYK@v zOg4M;!a71%dt=z$^ABE}UduF}@yJfbX#MSdQ$F{IGZ<+*$XNOpICuC|uFVSl&RlU@ c%wq%UzU4pJNh zQUp>sUqY?~r!s}PY8y2NE)Fb^L9LZLxGqH+r*LMiwX?A7ALh-xd2c57cQ1#o9RS#D z*NoS$e;^FzynlNIKoomOtlXXP2OI&Jz#YuyzE{S3f-wn{Zu_%x2%=3l0uU1PYU#@>1D#7Lv#?@ZG?w1gCL*_4 oQYyKaG6834fj%wq%UzU4pJNh zQUp>sUqY?~r!s}PY8y2NE)Fb^L9LZLxGqH+r*LMiwX?A7ALh-xd2c57cQ1#o9RS#D z*NoS$e;^FzynlNIKoomOtlXXP2OI&Jz#YuyzE{S3f-wn{Zu_%x2%=3l0uU1PYU#@>1D#7Lv#?@ZG?w1gCL*_4 oQYyKaG6834fj15 z5`sgpg$PZyD;Y8z0SOA-brKv-Lcl?=DMyamPVSDP|3Eq%?_*N?EcXuY_vdqOsXm_~+LqeQFON7qaiXThyzpQqugJ#} zht%ZvpDBQM560%p_wwSA*}1+w10aljy1h04^=jvZpkD2W>fOVYD9%RFHB%zF-iU6m zokVCg`z$YMqPDfM%jLzRs4g#Q=$a{Atgq!H>O#HRVQXU-fDi9V1fj?E?HNJnadKK_ zeJzLUjYJt>|0pNt1%M#*&^43upM7qI1G&^{_6Z`Fe6}!GuIj?J92R!Ai|A=X?5Tom z%Mp-L+&{_@#=ejQk()TUd$^jjrTS3WZOaj0dSw;caxjeyt~W{uW`VZl;Cds*lf*#~ zxdf4mX=FG&sJ!Z6QCYVwN7j_j7UYszD%{j@b2N;_lj8i zcV)_jnp&fj{L00><7pWCeEFQ@``?RHs_B(gc?!E4iC7{-68!TH&gwv$9wGH266TNHGM1O&l@4#qsG7Y80z z*#EHo33?UrFA(ZQJ$dmU6beE;Y==p9S;urJHn0xTEi$U{5b}|4%qc#X=l$O2eV%-I z6Rlor#AKjp5G$S2p#zwv`R|Slf*>IGU(O7)^5g~O!b0Q$h@yiN4aareDw_<30hgwx z)ydN2sZahK9blDBbi3*>7zQjpdML$}@oS#w_vwA?$zHKoR04u`d)QScS)vem+Am(R zeq*2OA4;seTBrTs2!Qg%8bTOs_136dzD5*{7=GW9LAmsOYIO%d;ac562m>(@CiO&! z5QdzQ0Yc>QT#vQ)J)&qN>+D$u>~8nvVYXFK7+`+RrPK8R=yZMN=Ul1n zZuimZwMHENIHYjyJezMfY20nljz=tNh8&!lxx%-dPm%#rk8W2Te1C)1@)EF0Yk7&; zd#kkGJXW^e=^EU+*#wdsJbm^YyXv6bzOxYf{szwU3@5>=B)|FIzQ*`)Kp2J;3I+OK zc4#)QCZF;6@Zf78dueS|OemRHn2N3hWQD&4r%;v%ko$SWuQO*Q{|Tw*H+b}-F?c=A Qn*aa+07*qoM6N<$g1y)DasU7T literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_side.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_side.png new file mode 100644 index 0000000000000000000000000000000000000000..9a157c2bd3ebaf9ecc04b906e4155721b49c6c7d GIT binary patch literal 470 zcmV;{0V)28P)Fn%cXy)@Unw(cYE4O4((Y~e;~h2mo_^2s`+dL9_xC)H5(*j; zK(Q%EDM3;b>;OKWuQt{vOw+{nCuSKGZ+%0BX;pO<&-wgwMZP>P3WS1&%s!a3G&a{% z`T8z{-|NG!1$43xCc`5`08C%3K&u~)axC;jiJ!!aB#*~a64=S01@uA_0XEh*NpwAu z%H;`7#W`Kmm}Zr5#$DCH*H`T~muXbhRV2?U-E0wKJ}j6^#7VTlptI8=U>@IdbD1tV zNagZui%A3kF+@bL7ZI?!gop}@!2ZD@Zif?_7SI9M7L!%2?nNhl>LXe}|A#&J8l&G^ z+Q#H=5@W#lmH71fg4^LN^gvZzjE#?$UC(@rtyo-IE;#7z>zC)}XXwqX6%YJP1xMLi zv#LNkb47c5M`;S*QBM3#ObG=I`Skh%K%IOC;7zgW*2#BE-tBPm0ls5>$7qkC?*IS* M07*qoM6N<$g3NN$fB*mh literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_top.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/ingot_fusion_toll_enhancer_top.png new file mode 100644 index 0000000000000000000000000000000000000000..2537301734f6e692246a86cdd496b96838d1e1ac GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf!Sf%L~a^~qXgrH6|*g)YaAsCZ_H<0;nB3Ja{1kjA8pNf|83d4FFnLtXw9|T zHww#ocIk###OCWv=l-&0v-!6FRyCHpGBan{tmf(6)hX5zxbR&41n*J?=ivQ!zsKmD z_VB9Mb48eA)|sfOWyk%h6x<@e+*iDR^6P>#A_~UGjGi3RIKdyhP(e*&nhMjYcil5C siTf=39I~&uZnHw>X``ao%$;-Y$FB{2^UkH`CeW)4p00i_>zopr01$Y2hX4Qo literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/legendary_block.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/legendary_block.png new file mode 100644 index 0000000000000000000000000000000000000000..db06d662a2231c42ea2f87f107d106e2afce5497 GIT binary patch literal 282 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFpG9Jj~4Z9seo`2*HJ4aEE+g`7N(@-7MV?o`Q)y(^e+{POOz$e literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/legendary_ore.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/legendary_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..258b7cfe87cc6c2505b3d1c806e32fd2ef3fd96d GIT binary patch literal 413 zcmV;O0b>4%P)@8lu~?{h_G!NfTIt?!1;UzU|m;4gl<`u-G->D%K#3=Z9c|G&KZF2 zcDwCH(PS8t5CSPB_r>(*oLyFLNmX^)*Xz}ht$CUz0Pgp@1EiGb4Yj5G`Ms{|Pg7O( zUxH0E_uDnSUN1kJnJFdD^(iIBar`pN_TS1eAI$8WGu=GTyP>M;VaKN1!T{Q>b(hO! zw+0d6bUFd>csvf9XysTv@Mh3Pi(-u-1ZVVoKAk}i-}|=#IcKJ6a*r&=adc1oCaUVs zwZ#|@CYw}?Zl348eSM!MwT#-AYW2MxKAUQ-evK{H*4ofN0xkR_(DYWZ00000NkvXX Hu0mjfcEY=_ literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/rainbow_block.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/rainbow_block.png new file mode 100644 index 0000000000000000000000000000000000000000..1105020150d13fab087840bb6d9530924cb6adf6 GIT binary patch literal 2919 zcmV-t3z+nYP)Msb2f+>^!^Mc4s=>>2?fKM^mJTU)@QBxbLfN8dQyAXq<7Csun}1IyLQ# z(y}N;h=}wT5^)CUI4XozD~`BA6hRKJ{lo0%-_Jj<=l#d$c|Ji8^h6U!HAgcvMJK$0 z0nUrHKntV97-5a^)_L0|uURYBHr+51ORx=T*n%u%pcR^+18aM*WGvk~(5N{Ln+ba0 zj}O+mx}>wKx;kTkB4b^WqQE3MhFj`2^NldmV$&@%**atF@<+v%;Rp_6KXzgd{({jM zj3lltBs_(`B=UNn2Y?rx)*a7X&+^RKm402c&~Gn)sP>(AMcheN_wGoM1_|jSBu=BM zNX>87*5}6Wy0r=HecqL^zmn19VVj?PNH7IkQK#fb z4Q`(k^1bGEin2`$Y2vKY)lxky(%S-kB}*|^jvP6{cFM5dR{1jR_NmocO4ZsPZJagF zZ67NyY2$8DJ@-!3Q?dI6ca}YGW9w>`*9ru4k%Rgrr5fD6BFYspPHJPX)^fzyBEbf| zEZ5Ipjki*c{j%+qBiByb>=Cxb=celD&tk36+PCI9>q`Z?E7ed%$&2ottM6VxU1d9K z+t8=FMYRIK9vnr(;wp`9-P6g;dhjjx%5pJW&FiOi$baavy{x`JpoM7t>DxESBs=%TQ*!hRH1DC|35 z+b6*o35M#bpAUT?%X$k8lOoq_SgBB-gbd|=H_f5KAW|K1MN@ciW zt4q?I5o4t|pNR2+WM5h%%T#|Br)S$uG`{@j`nF~lh#%kYn`v`GsQ}; z7^bB}vAXG_qa+=T5idoYk3{>jJi-@0KW|IvbLMWZX5NTEux}Tqt`YSi&A*~m4sG)2 zdX%&qY`XgZk@`=>>rM&TD`cnPc3SSJ*)oN^BicC44AI;GZ6)Zdqc_AGCC+$l%@=9W zt>0Nt@~kQ0YG#cN1cl2v`7Mp66Iw*e^|Z|;?GhO!Y`#J29X3=}nOb>E{i^dCIckWb zmOE>veDy6BX^tq9G%;3`*EQ2aTXA}e_nH{Pv^H9_l*&4$U;B;r>4EWM1HsmD6s@P> zA80k3n9o@M16wb$^$Ho+Nc)*jZr@k`_8s-^UDdDZlE1rTmhUyN!wbGryYdqeW{EUW zW67cn6eU4OE1k5|Q%IsHNmX@>y#8w~G6Ho*1cD6%DV)zM{b)O$uk#3>B=ZcJ7s)JP zeF@Eepx)(5z3$wztg6hcs%z@YS5L0`wySHEI#r8Bn5CgfqKp%zpGa{UYNVBh+H0VH zWo@tC{Ea5x1b+KwAlUH+hf?U;nbn)g$|tLU@F~JYWL%`vAvzZD>N%F)xo>89g~nAS zBK@R+d@srIlCYPo^^(7d^1f(Oyke4&K^ki>QlzH$BebZfrQhx6L}fkXnYRMLjnRBR zk#%2^lS6hM*@xJEoUBtMX3=9GZyaO8RX)B(^IJ5os?t=ckRLU7KvO$}Y|~n*ILpQR zP^?*EOw-n2Ep-zuS~K-T-~GLYyB?9WsYf> zS$2-36ZAMwyE0m+601~#B5}Ue&Mxik&{evDzSh^LI-4WT46%lZH&BciA(8qPbTKTw zm%v)e_mh{({xJJ@vS%+-J|Sr#Z!TwJ0m}<{GoQr64-l_jq)RyoD)ewuZ|C)LR9AU= z*kgciB-&)4CF0E%GFcO^X{M_oh8cBggz7V^3#22D!)g2@lW%u0cN(K7FnkWFdsv^( zh_nYKk`6KC2ydPu=>om)(o>ZIZW^RmKgacPK!5uT6gJQ%T`U%5vO47>#NT<#qVmr@ zx#MX;|3DxE`#2q@Ak61u_~0$xNhWm*>A55?X7nmXZDIHxhW>*ghZ%Z;q)QCC%K*IU zra>+l=(zq4>SK>?GPScxeeY>`Yo>*_H+i`@L68;*ItBu{4+@;kVb=$IHju?hq%S2q zgGn%YC9|PUc&jo!P*F~OKIbOD2qq|GYzL_E6 z{9M(K_7Qv*2-*h%yRnxe?~|2C>KkPIiGv&Y>jd5zPs&Ut&12$6Ojyh4Fhg@m%%lGS zdVNRlBKqEEz*6wIk7=>3Giix@;ON~ceW{esXMA~scdc4Mi3 z%{(LK;8{zGuZcNc=<&R;8avmimc3Z@>;A3{Oo7GYMF2TFZP-L%unY1*BLXP z`^m(br;V=pgTYUqmh`Lh5^JB=H?l~#7te}mP%NR<1)X9q=+NncsBY&y+54i$d!P4s z|8u5&U83_}P76lv5RCjrFdkar#RezTtb5YG zL>v;-%+hbnQN7>6EFIAAZUNCB%V8Uv_yoG{!vjpS23&y|f{{ZB-(PZr8 Ria`JX002ovPDHLkV1j4&(1`#5 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/rainbow_ore.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/block/rainbow_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..95fb81280ef7c83ebb630e32f16f3551acdcfb4e GIT binary patch literal 492 zcmV<+|=H3`6LVPN$L0W;rz+4pAr+;QK!2)hPm?LTQL00T_)& z$mjD>ngDaT9KQ*W0mkDoEX(3#yLS#}*Nz&fnLvmY#lcA(O8{yWm){IP(}|)40n(J} zV;x2!iF&s3gFe*~XaqnBn)F-fYe)^Pqiow|4TK_nSBp&~j47P1&3R(fD-V!JfO8Z< z5HL&Sc^(7M3LDND%rp=N?=VdhN-f~#XrCK4YfXf~6t~x2Owh;$QFY!5G)+X7|H7C7 zLbm}!CE@REvFEz#Pj(%qwTPAO>0Eif0KOfPRCXFgq&|RGHG`2#Vb2-F?4`A1heVV6 zYb~^1`dmnFp|883Tdqo_(o8N(bkH4<3#F!u%R~4R175q!1K7sDR-mH0^J6R^#SPXn z;6FVhld(|PF2@gv=&oP2@iqY-+!{BCHme;Mi!%%NwiDfpF#Fd=Sw~+*fccc=5=CAT ijjWX8(!JB&65vl1h1@}0!l>E+0000Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^MlX|MGF00I|DL_t(IPfe14Pt!mc$M;qUOwf&OUB}A0 zuIm`MmCacuV{_hm|L&kGtA|up!N6}70yO7XNvkqOzwLn ze3BQ{PPV{+)0w#4PG(vo-R#T8R4p~R_}#QO2@D7N50_$4JBfu#|JKq_-oxag1x4IbrUa2x?MCw=#Ul`mVx z8MK6Ekj5bp7<(Q8Nh;8^Izb8*hBY~jTT$*W+tYKpp!|fu$v-^9;8Fm14Kpzg&?G6% z0xar7F{G(*H4NcXZlX*xn6v-32aFL%J`-NH{zQZN9 z`vs(Tc$o_J>RULvas$9*!eK~4ZA7=c(TzTuCe>G8uJA7V(G&Whcjmhe1fPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^MlX|MGF00A{gL_t(IPhFBdiiA)Qgx@XpB726(jT96_ z1rfzyVZdO7ml&9Nl0DD{yH}b0`jzy^R3QDjs`_sx#2D`vR8`e=-LfphFdWD6#_}`+ zfSc#JuIsWapFe-UAGfAyND7!G!(#^CDnNh^^&@=Jgp73KIPz3%25RU5k>~l9#zP73 zN#-}o{SJgV56`I*?2yZDM$mX!4$zDXp^=KBU}!RcKpJ2M6##g+l19?G+)P8A?i>lLJgN$ffv?PD{1QRC zgMHswLuV096%>NEwGOsmI(*xPx%n@L1LR5%euQ%!3WK@ff2J2ShJHGV`1O2FV((2Iz-1iVX7P!Pe02>v6zDd@$c zA$Zf1ibO%kK~xAvHo?SfOhU4|GqW?Z)6?Bn_3p-k>7A~rS5@y-t$6&jWkD7t2JMc4 zHUjUzH1O!o6uX_hm|wwzTjz#XwA#A=E)+a|d$*Xt7@#N$bn<-%juVX^Ka~r-bmlZ( zzHZ?1)FhHb!CH%I;A3rV9g-`v4Z-(roX7fRiRE7k-EQds3_3Y>2;WwIqgwS)mIg^T zM^CmP_lQBB_bU&#hm*z8f*tTB zf34~x3?(*pw_O|`-cT?G7nGER^eTWQX3W)@AP1Q*efTvWC{r}|Th8aP+MkyS)I;GM z6)C8)#l;H&-2-$Yi@0miSj`~_TNKoh2oTcete_4YijHn(5d_u&*ms1qNd^LQ0z)`G zpu^ptS z)kCUCRCp5g5dq<4C{>prB?Nlhq%-m4*}i@Ls(~w0WM4O{0^rGIisNIvFyR z&=fpKVTo>m(j+(l_bn&tP#WaWUTZZi*--W+c|c@ne*v zg^BUQq)Ey+Fy4~-d9Q#G3Fc;}@!?~FcGjkkGzFK24qjKbQzu5Txf7vCEm(Q}lUd4S zM2x%Fr}1ftgrvlxqDdd!--C^2lY%psfVYpc?!D`#%3Q*L7y*-1p~v?)(0H@9%xiN%r<~)774) zjX)rDJ=|S<;NOYLLsK38o;ffAA`og0F@6D3A213j6bslKE`*du3n3&V3j;E60GXJxj`)3(>z1^VFnkOZaDb9Jd%quTCg)S>EQj4^^xy1^iWM#QuHxE zf#_b??77ke`wVG&T6x1d`{ymu)0Ypcftzo=`C!tX71Ft|nnTdCt2Eb!sxI|o56C~( z(r>NYyva4mOP=z?@1nE{=j#MKXu_zkkC;_adaQA~aMhajdoxd0Y#T0p=UA+*o_n|i zOtT@%)nAYYLi&}lVqnriTa0AD)cLD@lc{&|;0^h~!+hbPWV++gQwX**Qf zNs`;TDNN6Y)50niw;4&SrbjGoSfet3`M9M7Z#J&$Zo$WwNe|sDO%B%9YeyRB9tZ1J z^V?^sFI>EL-xZZtK!3xd?3#T#S#BvVh+Rvj1YRwg^va3k?0s|33&vWxHo{mF)&+|;Np=kk9e|sfIqqJY3quvI-CA=uWl8buTj^+3{701W8uS^ zOi#vqG-0G#fY-)f(<(I_?{g)K)@EgSrcZJSUy$(1qTF3nm*dUw$hKU5JENztcz^xQ zogB?P_Ab)hwG+_gw++_FmsJFx?ycJNN9_Hh^dN`pA;;PC!lgL!_|I(JgAcJ&*ja{C zcW=P?+=&-Cm^(T)KU%E8MC(3N4+RcuzJBvbfm`_fKMm9 zznQRX^@YCdxTVMJBSMy)At&>BExuZ{t+#w{8u#pG`I4=>;rIa-+(?>)V-o zEXsE0vm-(ZE6*L?yQRm5igjKT(C>F9mYL%%dttvRCa)>!4OrpA3);%5G-Fj`7KI

wkFOGu+i9zkbc6!=#h$*TyAvubOk%%;@ad1X{zc%xyVw_eHn4AFm(V z)rpbb-fk^@)|{-jmklOL=kFP~aN&i``m?O2>la?>DO4{H%a49&oFdv)WxKy@Y8R(a zVqVLCQtUXtA_6 zD-q;#!$RH`x965(7hGvTRcs9~$W$1-E+HNolt1S6->`Ye>Xz+nd{ixoFzoVDsWvL! zXTBr$k5Gwz1jT0HiCbB0&=kV(-Zfh-A_kv~o4CfZPwmV&dxN13q|c|O-w-Z0c3yj~ zKdWuU$YXQ|>vs5r*vjA!%z?ihmf1lgC-sM{Oh@`h)C-<#H(?CU1|bkCNgQWqZx3hZ zucH(mpu5*)+PT*{n%0H*=Al~jBDX%-y8m>Tli$UqMczr;`~AaOYMwS>!O(hC^@*KvXU`0tiq+6eBQzgXh#Z@X*p>#y z#MWi_SK2BDNw}1_+`#(XbLKv#RsH?Avo|<3GB)tH*P_t{HAhu3Mlnf5z36{Drozrpw6kHycwM zExXazgDUHT2A^Vep1sY66wRg!RJQ~qj5p9;W4=Gtl2O)kD8T(zTzlGQafml+`P_ykgK`R8@qwrhsxM|4)c;H}S7xw>}S zDnay;SIv?1{&wY-~Z|TqvuNNPB^T&p#2!!4$4t#41pf3iP0v-lr2^bJY#uLJ~ zJ_N$nK_gA%`fI>NZJ5>LfY7~;gvO_H=({Xg6GZe;gj}b$@Ftah zwv_=e0S}UbNEwgImjE(5)F>|i|5uu^DC8(a8g7RQpnD^o1!4$E!jLdHw5yC0NkG|a zBW=YjHsIs3@CyZeW`_!sN`(Lx8x<9Wi6UYI;!rG}Mx$YI1T2Aoh7o8e&pBuctSe;8$Dn0MFm(7tPB)l@faMI$HV@3 zg+%Ha36p$D=s#W|@q?cbus)DP5Futlu8|O5I{QZoHxIh^HwI-%p&XuYv?y4-pMtTN z-*CbRF?SThVqzgK#DhsCaDMoo@KO%@yI4Qvru2-K^J5}#xNrPFp}*EX3Wia1I^ZH; zMks@NxY(hT`2s8flfweW{^DsQB8!MelPOFHO~O$rXat@p&=dxlLLm}aEC%&QiX~zW+?62r z$E=i8ESQSTBvXkHNJSGsYc?8=Pep@N5)(~uDM%_76SKxH%0Br1c2rV$|`8pojF8BB^bfk~zO%q|hIrBR?5ateiYgtdbE zb5tv&`PdR#{0xr@gOuw7D~84q(0Gy`-Wnhh0RriZV%UGbMhFCHERcjp(;x~1O(K#Z zG|d`<(4aMq!oZP127~h76#PHc_^m6*_@8UE#VRM`*JZWE{*Q$p1N<;bVQt22@Q8*d zKK9$l|00@lxc-ZuFAeuEMu4e*2l*v^f6Mh-u3u8%m%zWf>$hCLq`)tMe|Ojan_Sx8 zUm77k{HPZNzY@C6kGcZCPO38&xw#;`5eA5n*X2HOutiJg9wOpta=vJMkk0s6lW8Dx4)hG`aCqHTh*K_MW`4`qYuWx0Uyf1y_5f`z*CoJK|G! z{=&^Xhs4Z{Bj+bk)QyrZdXGP9rCF13F~JXiTxy=Vuh7MK`ND|%hphni%HVIcy)jM^&rvLuO&-Vguyvo zU0vG_YiAkKo9B2;N>5MsEUoXvhlYkqJF3jJY~*@-x#i1DY0dMW&snF~-Kmz zR;(EJXw53cpT&T+^>R<~?&)(p7L>MH)wq5hmTxirq#izva`)0DD=yrX2oF~;7sZ0r G3I7GHZG0R6 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/entity/mc_texture/shield_base.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/entity/mc_texture/shield_base.png new file mode 100644 index 0000000000000000000000000000000000000000..8015a92bf8d8811c0a8e4a2a152f2419afb07c2e GIT binary patch literal 725 zcmV;`0xJE9P)|4sX}mN1S#BEU5vXVWgfv;mE9!7VDR$@Bq8+wSEz}_bsq6K})YaA5~21-}7rBGybObJvEd3`Rn(#4flM{xNf(bCglQPJKbzH6S&oCZQW=z z;sQWo)9EyIr_=G8?Sz1T_S@%=tE-E%?X~vx)6O%mh+Y3S8IQ+%0U%~Fnd}%4jsjq@ zSge-IrPpY)0PuBf!Z4p{J|lKG92NrLCLbLDx+{{xSI$bF-Uq-Y?E^3xje-CG7+e|v zh(RoV1KXst0N_1h0RY2bUlBwMlIIm}x7+^*fXnj_+jq8SAhuHZk|xM6jeEYc_gU?w z1mF$<0>G8;5rf!G5<7Mi&TEeb0OKbDFlE$hDER_02aVd0Q31g zJ^=iK0FZYkfcNMn1b{kV0njcGZinqu$8D}_PJxKE_fdj=z!CIGC~_9ai-BQX}kyyR^UfR6&e9%N>jaql@4Wzu%##{}&P&^H94 zpA1WqBuSDaNs=T+OuaT_TPmt-noq zdU$+%eXphTy7Z(ZG8>Dt1&X_do#m-%INECxD8e#7Jt3{>=l|-SiH-zWa>+SNrJ^%Xs=RG^75Wl}N{L8~x=U+ioa85K5s-`jjBPWFD+ww8u|+kMr^-#?uDy2y5C{pOPMV*6fywTjl8Ud?zQeQVTI z9sw)H1_l9@sC%!ASzH(-VtFNwRZG2pXg&YDG$Ti|KOe*8sSM}leedGucidC^Q|0|? z<^_)7j1f9wYZ(|M))+JVxWT@Cy=bGdM$-Y)Uk|#=6QoLb80H-oXV}2=P1W&-LdCWX z7c;K#GO+b*%knJXJi@>rF#qM5hW8I2?zM5~GgEDwK3AJX73p_V)GR&0)i$46d{`GqnhRF#W3jR&{b?T1SYIV!4K5;#o z&)DGb^>OJF%S%2@Tn_HLxfqHMOpRmG$bJ}=p2R(!!FvHy!ll(r47)FZOgqcU<)z|HCo@?^sqZtBd8!P}Z5fgrTDC z{&vP+(hM_h+{)N|Gv&wh3!DtRHeqa*$un4HGbJ$Pa3}1(yNtbo|IFkEnd`T-Uq3LD zg_EJuf$@Tqf(>8x%EyN0Ces{#yehqMpUXO@geCx)>RXcl literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/aqumarine.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/entity/shield/aqumarine.png new file mode 100644 index 0000000000000000000000000000000000000000..c0077b66dfdc728970d8950afb8f5ac12c42937f GIT binary patch literal 979 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qt-49tF>E{-7;ac^gw&lV08I3C}`c-bN7W>Ti0 z>RR@TTjai|a4nLv(O}bO)z|&U*ffvzqx^?Qkr%sfbcg&Y+@$q`+mZD)7uT!{O1gp0 zvl65hCf#{ol3ts?`DK)0Ve{w4<39IqUz+=V_RR0QCT?8s|0=7u=FEAkd+!VLU$`78 zlzuU9Z_b~;M|IU_+ui1hVO*!eWg>VaV(WCB?gD#Z_214{Lqpc?sV-W#L~FMBg!+VK zZrf&Z?A6bgW)dlr&D_tx@$bsZ=jWybZC$DwsyY3n|FWPbn`QUUQx#Nj`1Qzm>iMT3 zRS6AiQX^MI=&V|NeABCIXE`_d%i9MX-Q4c1?QmtIOJbrUFJE41vp+x2B-a2Prq4=0 z&(`ueu&^CuX5s&k6VVyxTT>J>`}6U;)9-CAmyZ;$_T|69&(W&$LZyc%;CWtvfP{e3 z{ND?VoDUz9+7Vr~zAXIOZpn?a328r#F{goz{T>PB*Q~qO zPw$-Py5j4^?ZTxIcgv?;J^adQ)4kFNo~RtgG`1TBe_!dZzrLOC{T?}!3#S{rxprIc z)9qGsXSRDLVBvP5YIR3nn7P%v`>cx!KOE5KsMX8Z8!90gU|D>je0$-Mm%at7s%Ne# zf6i$8`hczSnH@|I-uTDO_`>qx=*OHbYAX)ET=##Td>yafeD0`x(ZHAtw|k~rn6?_& zzpvQeP`2~2Gwyu#o#URt1 z(R1fvpc=nWsukz9_$uG&>UykGIGEB7-iUvz_G5kLzDTpz62}!@yne6FZLwhMgX{8# zI%c2$xK8iZ-I*^n)7cuoTg>Y{?<-Jy*n6|G@tPT|x#m_=8U%OnUM-xg#?d5|FvF0= z;Z_kR!()*RA8*I5D_+krSIH~c`};%xDu?9>90ykR&%NI7IQP+~Nx$}Jde*5gw{vDv z(3l{9H!~)lm+7DEGo6Jb&x&r{lC>||Il-*Fph4-{ z{r|p44{W{az`0>s{NkFrQ2wdUJ&aaXi7AR@ht_(pY5icEQ1(pvE5A&zS$+Nl4&|3y zR1X|KdGZ!FL;A7xcdt0RwD$6zT0gC>V$Igjn|Jot|Mu!^NY{(o<@NcdPU-hAE9~U@ zFP}Qa6}!*K@BBQ!760zezW!=vm8im+>Z6|?DSiF+t@2#?_b;pD{5Eo&Datz;&91=2 z{G4$Pdqnj57R#K2MU~8RyRhzB;nN zl)dYy67MqqD#1WM369RKjv{7UVXIB2F%)oAo_=^n^T3S6cTBtUmvu_Ip7?s@z(?IL z%hoPmX?bf+)qk5R6Vpgm9Y%)d>wi9OmU%wcd@fs>RDoAw`SP@7flor3dkro6!ZP#kgMB|Cu3Ma-HPU z7q8zh|Mrcg^)UO(61Bzd+3o5K=l(@+fB!?~$5P$h9J2~`%s#)fK-8iqSB&e*wX%%g zPNGY{ZY{M9KJ@iWo$xW=-u!a4Zf@>dzh0{>I$XMJdhtA0XN!DsV-d@%3CTI%e(UV5 z`8a3Ua=XjVzN!6quIOai$|38kwq3y?tH6c#fTV>~fB6cI1BM-kPKe579y)$2;#t!! zn?fxG*9QjN$I8m`mOV4yb64n{kII%vrsE10cdjn2I>7gqHN19(`yQzaGQF$r&i(bv zwg13JzTBPpO)I49n)=RE9kpT&crk%#*<*%N_~-oI zJt4d9{nB@>tB{Rrd301=LdtiwoFCiG1=sScSsevfaHD_49sd}P-`l66HDSU^V0Pq7 ejqptK^<~fkvN?bl1TFPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1ae74K~#8N?U;W| z)O8rgpUowKelQn zyF&OQH_#Q@Dsz|yLUIt|Xkg9>dc+b-Ao=mF=ef`4?)$y_URdkwSkG&F_PoEJ@0TCX z`}298@9jj!&~Xj^CV94PQW<%0EFZo-)CIzQ9^&ldauuLbd@iI6qpn0V{Qbfz5%Jk* z5HMh_t&Owd zqVYd4z+uy1!AtdW31DP+7%mSDk+#|Gq*eaCW-E04+D`_Iyx@d0y}jT_Pp9m1Jq)9x z8cf10IN5p>@|NercgI>GV|^l2xZa9M11vHV7yJ9c>6{-Z-jVL4JUBQQFhMc<&CdeQ zA!tH(_m6OMq7?*;LSkYXcu#giy3+xZDf#lL*u#=+J0K;1XQvmA9c?7N#O0=}I90pW zP_P+3pAWok9WXw21#%W;fcuf`KaGfokALZsPsARE6R^7UUfOL8G~!He58R!758cZu z`heDv`)uXld(z(?h~Aiqi3#v}+u>ltA^7Uc!(dIA4YxgTLEa5#&wOKCZwv-tK`ROh z={O^*1r%yM5=lu(hBnckqL*LOw4(7bty)`1u~Hk=&QC50^ndQ|9LmL7hla6S`$Q}2 z>(L5+Yonl>QNUmTa-hDBvi_fsRJhuCebERSp-?S#?)7n~oiP)NMGM7#5f7zeBh3A% zg<_r94A1WoP%W}48pJASN_hu%ZOo&H7M83JE2R8)LDN+6h^KA6R6*83s#Hd;s4Lqi zRrD~NfPu|-n(j8f;;NoG9ySC+cOJoK6>4V0G64hd-G9rr(;)@?EEPaW&0^Dn)N$AU zoEf>9houU#b$E?bMy)8_-XvA@u)H!4Anl9A@-j$&U!PRLBJp&%;8xOl{;GIo+HiFz zEWMHi`C2^%>XEp1DjWkfu07hLQ4~)81Xl3|e7&QRB3gtEK{Fy9WotqLWi%$VbyT}3 z^G>W4;>eAs#6eL&fx0<<24%he#wjT3Eb~N-cwamxo~EE*5(O+9GIvSo2Va9oN@{Q@ z>8JX&Vm2RQk-!PS-ONp{gdaNE3?oIAAJQGuwhvPUAXsdF?@X0Q&D@rVF(_%cvUJt>Xew7^5Vc2sbUYq3Gh6$ zDs0fHx5B2P?@fnbXnUyZ>C!d<1Mu4*#B9*vaKzBxTbg{sltrrh@7m4VDHafg=XPop zw>#*f{L(VYkw`0!qr5t<1h&6jMY`h-|7U?Gd4Gr(V0Rm zelM0TI#Si4qs7s>q(kX~oXQgR>K=}&7Yo_%a|xZ2tKyc|={n?~!Lg-YKq$~w&#W7g}9}!UC!De`*+pe zsfE+iVs6Dc30Df=3jGpn^LqEr17BAaE&s(hRaE+Fi}1x8{Hc~4qH_J4bPsAtbsU@W zf6k*VSA$pmx$$SurkhO#%j@>5GQ4$e{>jg9FJqOSzbS1pE^DD{I<`< zA*_sy5ykIxdfN_%#0D?UQ4mp|K#2Z&8_=n@^|s~ci92c4$jiN!NFPwBY*-K~*N^MhV{j3)|jW>tsLpyS^~%3;QL>jWG!VC-^?SUcU4UZ@aGY{Rk!o z#}(0j>3WREe2T3%{7#!WBeErG|I7Px8cb{V`lN1M`G4+CzV3x$#SN+q4X>~N`FOMC z^SRlJ8Y9_af^OXXJo)~GCs!K!Ejf-CM4cCXSKh08>+f!b3>~=}od(b6Tq|x>Wu8^_ z?)E#gK8wwq=gyzioW1ii!+WDU##}Q?7z)09-#+h@fWbQ3Y+;j!CFcLn@$F_yKWDl2 zIahgk&WvUI-M>Conz+&Mt!|e~*^Rxs=Tz`XU9!A+24ZE$5s;PZjJKE-DoQMhR_9y6 z+0l5xL1Bdv!*K;E=gI0QW(}9(YVn)*#6moa6G*ogi+>5WJ?lf*X_5u7xT*gEnyeo zp2qXw%JFlvk1sg+^`l@`hQ*pcNq)6%tPi4sL~dNZn!9t~tQ50@yFA}!Sa`o_dZhkb z=XbbHX4A~xK7ZEbvlR}XKN@8AlHq|9^P4_H6L+5Cw_29?OpnF3rTC|zV zcT3ZMy}h0DShfaa>VI7||A792ic9(rPA-mnd-Rdxm#CMz3QX&u5n3tDJo4%euVlIg@@JSX;2g(9UH2^h1gK>{{k? z&%ghkBj&=k=eDu7aHh;Z6J=W;iCczZdyoCDO`bJX<;|aayOIw){`TXVbc23P*&;bV z$<6z=rG9aTeeeIyHU8I? zm&TWb*W7HXJ)q&@II%z};rGtdN=&?NI_A^Pd=yrnYwB=WLhx@-#FMx$G6w4AP&>Ji&11@9y+<$5?7O-SdRDB<{HV{_{icf^RXm zs=}rOUijg(_G(VsVtXY)*?sB1JC|ox++Uy4rlQW9e8y2F3Zy2WTmG+MBA?&gshk~+ z7ZfBWavU)2IC6sLf8D#T%B^oFikPpE3$*#D@u0)OfcNo^c-0^KHIJ`0iD^!VU#eug zV8Pi3r}-;YPBAh!H&0>_kGJ7ZSEx~u`Kj&rq}ReTJT0y;k5R=+hB4a0K|@{Dal$l) z&ppWuho-qR+}O_W;jP~J$~!HKW;~LZaOD1zhD8q~4qP~X?)LQsym<{Dzh)ch6}=EP zWLR|IwYB-2Pgm9Eu{>5aS$rg&i}$p$t*61f7Zut|LYrFFcNgU-F$Y{=h+pJfmdKI;Vst0D8=w-2eap literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/entity/trident/aqumarine.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/entity/trident/aqumarine.png new file mode 100644 index 0000000000000000000000000000000000000000..bce986f96c06d441d746f12942b4d64895db5a20 GIT binary patch literal 586 zcmV-Q0=4~#P)z`yeqvV0I>FILsUxZD8GG!pO+jC*6VG8fFTfjBHrplueWh- zE+KcNW9DHJ^~M*NnJk89eNSFZJo6P1Z&n0fE=!4x0f5$JaH7R2_H70;lf}M0nfo<% z@8{&xpyP#}kt6YDMO3vPfRP`$s7koex(s|ueitzSV2c`@nBLhG0Fd7OEakwBdmnf7 z6~NO;IPu(Eg4SiDr~*$XQE1eJJNgPJ9LG>(I-X=#QDi#wdK+v}8$~5Zo>-is$aGko z0wnJ{h}7Z~uo-|~arUIBjtm<$(KDV)eFb!G(DW4S7h41XTFR~eVDX9B zzFz=;l=zEQcQZF=q9?gF7I=36DyBjapaPAbUPLM&loL=f70M8*5Xu#(n4(4^yz-8u+FvrY0VxvTwO*sFyN~IO=2NW*!SieLVgi%-{FQ&Ajy5 YTZ5g&z!=_=>i_@%07*qoM6N<$f}TM7A^-pY literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/custom_crafting_table_Jei.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/custom_crafting_table_Jei.png new file mode 100644 index 0000000000000000000000000000000000000000..b841796a31e3513fef576bd5e29e0b2924beb336 GIT binary patch literal 867 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K58911MRQ8&P5D>38$lZzY=1HA;AcwQSBeIx* zfm;}a85w5HkpK$L5AX?b1=2w9|NsAE$Bu=DhMJq3cXxLKMSyG|fH2?+fNJmqh)RfQ z_*LSU1v&!)9tJe201Y)Q3GxdDxe^GTmw7v|eEstG%a5<$U%h<$`oqU}eHp&$10Z*fzgj zcVp)}wvOBX{^v_Sn&oD_GP_H==J^sf`w8YxJxwRN1(sZp4;1Hf`+L!~(JuD?iw(_8 zry1I73rk9Vv+`Ay{AJ=$XkdU52j(%|xh?X3Q@RJ^Bi_Za-;m`%sy5_)GFy9JwOu6P z^P0Km#1if^KGOcb;9lza2Bwm7_Z9k#dGB=v;*BeRFh2Trl98n&TD@IBA#b*fOT&)T zA_>MvZzr=$JXn8Syr!Yz_LBgnmM`KP^8WsE=DlEK*};%I*_q>lm1P6N+sW*sY>bihy?nXq{nMQ%Gi#qLX@1=wx4-iDyT9!@RnvTzM}8}uRy!;8 z`RdfYGgH$qZ+-go;+vY%FQ2EczrXLf>&)}dQ%%pmb`O2#8Y<$tQ{z)oU`XY>>8X3y zbp1M66d96g7_ax*{qLhaao5hzPK`8k*PnKF#jEo>yDP;(c>o9+bnE{7`MSTJ6~ZM% bR=qHP`tI&S`zLGK346Bf*>l|8&dJQ3`S16C-}nFb z&Llf>eUO2!r7i#%gaij{0Km{K222JTqLTmiApo-}Bw+2v!`th{#-@o(DMDF%S zwu+wSFV%1LO}}?tkUqF&n4fvmTPq7^nG65oCKiir-A=-w>*fzSQq`)Ar6w_4_+uE8 zf`I?y{2@6tbxToCPtPNz`Ffl~Icu|Z&e`YIYMuaRJfDO%QxA*Z7GIPY)F~Y>Z7U6KNcfL7X)>(yt*BS$x{i;!o#wYEx(2o$*>DIwNtfo2CL_Bcrr= z#Eg&{QaXZ^QBadh7y1)S6W0`bz?+u&&d6HOL*=6t33cn? z$ZJw}Vf>EHofB7)Vu_}iFOe(05wh_=-k|!I(-q15=|a+&@_X8eWz~xB_CKtScA$LD zU=J?@ikFF^aGvM=ArlI?;XVkrkh7 zMFH982*DTADL(%hEXanjji0yX@EwE<^1P+bK_ZzYzqe5whM3$mOa*ijH&G*8^9tct z>uAJDd%WVeCzh|liz*;s#Qc}dJ(p@Gjju`@(;fRg-!MCML+#J z>Ox5n-InFF-88fc*e`=_rr5*sP2y-#gaBT@M%es&3*=hp`(YlR@#k)vojSrSsU)~> zxGy-kV7Xc>^kMmOJ7f0i`%aHqT3V_HEXTi5DpSVl9do+u9K7dhQre64TA$(M!ep`Q zm3+K)>iJ+E(HtrC^e8wBv2F`|Q=NT6BWXmx>n4k|jDw1~ytj7yw-k2}vHrO91|ICM z{>SA*oz|*3S;lyt^qT9pUs~B3iQtfqdV%|1Vw`3xBl|lUMr-Ho0 zh7iN0k|&2MTI*HH6bI1(dv;z}Nfo>^^9BLoT&nnJjle+YJ6ucLJ;fKkEwPn_!k(us ziY29u^Q&#qYi+43AGc0uG@p%PDCVa&aL!oV*bK4S5{92)MmVqI`TPp>I?DtQg1aZx zOz(8n@f%U88baZTymhCT)mKFGhC9(jdK|+8E}6XHxykcQjdgV|RB;Qd17YCs#iq_I z?|lAh)3#1VGEEi?e!`jeAR;1SC2Lr`FlQt5U3lLW`ztiNH~h@Uu_0rSZ2(1fJ+JL7 z(cTo%Qmpb;g`a>w6T1czM_aZV3d4Ed4~~o+2kJZgX&%2_CKqQ|xUqib!>Dxv*$4$` z0PbifS+2}t94&)pyCAQZ1Li-8yI@qdwj_+~l0T?7b~H?O5+zS|O`i7?`}qUCGA0i_ zW~(L$uASsc{N#0AK>K5SdE9LWd}*C-$*26Zdpo>lQMWmw(>KPt6bOS)nh;LiFz4hiaWgP&Tj0kEWwh-gvxg*rk>Z@?=jEEdDBUx z-0is9+c44j4+Nu{xIHtq*BCsxS?bP4b#!5RSVcpl`pNSd@oufXXSCYX9g|u*9IDj0 ziJ?6?)jshW?*O*%s+~CoLH1O1HSxk!DsxI}I5k?J?~@ND8^Cj0rhzWU?>7Qrf86M@ z#staZAuxBKPCGaG))4~3-Kz@r%og@7CFMK_)FsD0BWvO7F6GPMqGHU$N_9U2Ye#rj zs&ZTA6P($9$O&x~uc$XYLMD=6%!TT9ZrZBHX>1oJ(f9$ z-rbg|yspm+gr45TSY#*}6IPKjLG-SJy2pz#&02`f_}^w=Oeml?Um>G05IkqJIZ$!} zRAa zq*=i@AvwOkP*i5jzlx?-Qufwe$|RC(F!{J}?-!!j+{dN859kJnuIoQ($k8GXu{>@? g4AH{aZJu(Oifx??K< zK=Oq3F-HJkqDvS+i-}I25s&>hvq(oPb3pA={!Nr1iDtHD0927BHqLAj<>F!1Zjk^; zwQmMYe~Z&@0JcIWj+r^fde4vA-tZzSqLw0UWrj=77ov5XcR9*mdgu^jXpw1o@sR}G z(h*s8!>h(p-qzM5U;~_cf_aqxEBQNX%R6>*SFT@axVT5=>sr~WeQ7nP?>Ms69q0*q z6Gj@-C;b;*jJ(A6$M-Gsp7a{5^|caxr;LQWw&{u1R^|_P1H_j@_({Fn*rt;`r2(>2 z9u=+&bqKY}mX?-sLk^8*K6`ZrL9ylZe@(fLlQ0ZM?0Rw-+3~YeN$H^sd$RGT(~X|) z?rHR)l1g01WC5!3IH%u|^!t$cyQkqFC!a+aJc}O+vH%3vM0R0w_r94}uND&oj4++} z$+eemDoBhg!*CftO5dxvHQ3E-vIBQ$`f3iOkKMC^$VE==IN`oH_*Fp;&Zqm##-Y)` zvC$J9^zBCNzSNGCey9)55Sz#rQ+BDD?OyLpBel}$^nm$-z8tY@+68YlGzAQLE(BDI z1UP~buBaWw*aC;_($0>St>&?nG?2_huie1fj}L2KHxfR^%mi>yFv5=eT7n^eH3o|* z4TrEPvZQiTWRv%X8DLzVz>>sUl4jV@ayw%zfeT z<3F#}&!Zs$Q(6jc4i~AWZWnPWW=i8FVSU*KGNDwQ?ZWp~IK_DFw_OcUIMQGllgG{! z7`vr{!n846$b^Gxp2`d?mP#HDX%3#-`S4~=#O7P<{bfN1kq5;H*~SX1&lVL3d85rS z^7Ug$ysluOfY172D(ZK`xq6G@5Mdl%1TPV1U)U3;%}Ur#F@-KDYeZ5?|sD(xz? zvrwaBH9DA4OyZ6durr_gVBjPyOtA4gbEGkn z6_NRL4r^MSp$VAxUZHTY`3*t=uh+x+oPiz1N1~;@Kxnd>0K$vhMh1;3;Yp#cq(P&A z*#vMhq!{F9AqluXIN>ZDY{w&g2~ORF`*=$F=<^DI@ZQ4rBE}uJQ;RY zHIuYscxD%jp=<#eVDmN%V-~VY>G88`oqOTFQuLA-8Oh^cZQ}enfSWT112@GX1D3VP zuo)1M^R=VPCKh`VDWaR$>!Ik5OPIfCg(DnB5jR#ZD&5`%rW_LSFR5P5{s9NlhLfiq zHdGeccneH6r6QMonvl3{oOR!an){nvJ>rNJU>t?#8>IXXCa^xaiTAhc&*@0EDlIV{ zTD%!rky6%o$kq=ph|@D3R;2b0yLoz+;k+h8I;L)KgSe>Y%%$;8`imoDL55kCIpb#y z`Me@dilYxDKB^ziqJH2WJ#p8C13CJ#ziQ zJ;mhW^M;*=8h7I1!J@Ezb}1z=!q6W%bTl3I|8;x;@rC2h=n0@m@WA!C^PfPkFRicH z;Nge5Zxft;$r;ZaNmop+6UAqM-G6uLUkVbTO`bJ@9EH!d{7V)4L{tMd%~4Fw#7CK9 zGOW~*7eBM9> z_hTj68>&62(un-l!;(PObW*Jc>H$}Fe4oj(;y zcN!y=ZWu5`o8i(DtgEjTikP@RCgkXH+0*XHP~T;up2 z%;V9eyGjFbh*t$Oh1`nfg{EJ)DtuPq8?EHJcVTJ{w^^oZAKo*cRhYQ7aGomBt61mg zv!vM8gz1?;Wjx(kI@nbB@Y(CQEQe0-6uzDs|In zG!n%n->--1Bbl7js_>o|<(!&&v zEz_&=_&>+7KPCxUvr20VxC5``MQyOl)<4y{FP*t!lVH&a}{Zgam6VX@=59vZ~#mHOd;G$K}3z~tQG~Dx++*Ymu zg7pp{5A0Ex)Wv{e(RJxFI(h*^h5qaBRlqMyxwaX<#nSRv|Vil%juD@w3gaKh5=7}ebO${$3n B-}V3i literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/ingot_fusion_toll_enhancer_jei.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/gui/container/ingot_fusion_toll_enhancer_jei.png new file mode 100644 index 0000000000000000000000000000000000000000..19d6d0fe8dabb5c705a41ee6063202a14f98d429 GIT binary patch literal 1740 zcmc&!i#yY69DlbKB8H-38M;_>QKqvlGNF>&VwFlPo@^p4a?SkGQKGC;hMmyGC5ePK zmszJ=4q6f^w^deSI+E66Hg=}dIZw~|2hRIE-}m$Vd_V8^`F_9e^FHr+g4<3_bpv$( zfTq(f2M+*XN*4yyRFvR-q9|aNg?sGW4oaV)L`s4n+qv2SP)^s7ADOG<^TKu=2nRr` zVb);REVK*(P&wk{U`LGh86DuJqK+1lH4q7JLAg<3vZhczI%o^bFx4y~h z=|Nj?6cXmD%7M?ZZKy8`dfc;3D*IYnNmVx5@V>r2vl`vd;NXaD$vMvXQqk3};q~P& z*5a4Ht_SR>F(0eM$lm^blnd+OL%%N(7QskTY`N;^tHMGD^VR0Sgsi*&n=YMHFg|wBw z7rn!`Aizu9TEq^ft%VH&0rqZMjYvB-Q}SN>b(F#L1E7X%M87MN{&m2GAWie3yG;k}K>5y(6Q95QvRFxq>oaBAhe(_Wfuvf!r;D=CA`lKbUOxfcDpoq{Cr&OBQv65p}=5%|o zd5CQfZHfAXWfX+VzKsS{`eGFy+8C+=T_g+vRK05>?=4x=p6|>Em}$Ltl(QhLD@?2k z!|R!Xn|2J*l;opTS*V!~xWz-)sj2DVN~F#!0BM&i4=vn`@M5nzgb^|AALB86740;u1RW+ed(BqZ;H=LxX3Vr@VuudYWL^8@vBKjyqzK5=Ly zzG}~YE)o*)^uSdo(DlURpZgDcbkk?fl4g@f6=q-<1-p;ag5~+afw{6Og-kA-81A@L zth?zqr8Xbm;$fHe_fA&=jfx+pFvD2OvKFd*!0 zDJl6=VlQ_UY}~yZ=r^0-H5xM%Uqzi(dsj0V=couJ?~c=%D^LSPnE*6@WMxVnX z$d{ISSHC#q>zga8g5(B|r)3k&pw>abqts>p8S%%YKY(&3!DBjW+_V#uPE` z)bEmbnscKc;Hg>?0gcPeE~w?nfQo=PE`&P9pAhMuN$hPIbnTcEf8d1lv4S*TR!jz0Vl8TOtZ2pwQ$LF9%7g1K%A@^f%nS_;=`0pYK;_g`S4(@lySw)X zKK;$lF_iQ5T)U=HLt8xIHeWgub3Nr$|uHXEMcGvWBl9w z@0>L>!kOF|=ZBnC{^CEar7y-N1aZ3GBg408Tt%!E;wSn4ch$Q;POG;0jlFZfaUo~6 O9VbUOhtln&#J>QGR^jmg literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/gui/recipe_book.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/gui/recipe_book.png new file mode 100644 index 0000000000000000000000000000000000000000..199b746a1369aa980bc9526a41b079a11cee1a90 GIT binary patch literal 3263 zcmZuzdpuO>8-LD>x#TiNsoV|icF#4!hEw#T?dGQowaOH!RqmneFh_(gO1s;#sZ4F9 zHXG`P+@}cDDy2|j#*#~#F>+}z%sJ%5~e-}652^L(H0bDN_c>)kX|^;7{s zW3{`hCjf?)7|^Nc$0z(+0DyYZYS$H;4!#n#|x$ zW3n<)NDnvLm2!+e(=$D-=E&~DeADF3EobzzJx)IkJh9u8x|n%wT_-o-m!jUF?tmUq z#m})JQPJH)N6b%(t1FHN$7N-I+Av-P{ZYHK0>aFL~70 z)7O~2l^hKjC&v#uZ-aZwHrW*Q^z_^aULkxo7#S93`SqzuZ|ASUpkdn#B0tHQM!3jJ zF0$?-+~ zYgV?>5B4zuGAtlW+PSPTl8o%E1$veIjWM^7BTE-lbA_pT(~+`EP~D*^w|R#IP5@n= zx(AYs(Zvp3qLD)(yfAH~mmsn9iB+%H&7W$sED`PdHm)ssAsko_i)RI^-+G&`;S2{B zLzg@Gvr7OUZvikk2<0Zk#wTb0Isp%$BQX+C_;SshW8YSMklz?^@@W#E$uwS!@t_V^ zoVdhPXERJPK5xKFv?!!}8j|$}pNSV|HrJ9^H<8D^7?zTtV|z(s-3kv?;&}{&3j0%F zDa~@fi@Y^!YVV6XU&iVmj>YP>Yl12f51h%ztv3pj%O?k)vux!C+?D1##MUjdiBpy3 zQQt}@a%ji`-dgAUEeiaO*_kCD&-T4Zji$p+X(kLSbvedSQe3he=Imwo z-_cqZVbRH|5tDfKz1yniQO85{64{ z;`-F$J^PE9b@92hGHp8>X@MDKy@nH_vmNCL1vi8GEa7pjU=_XgU-hZ~i$ZkfnJCy+ zgi^@ zX(AIOo&^+tHT)xqoi&1T7sY7Dkie*7w01(=V2!f3o9C%ens$iVU^Hr`J4WN;i^=MU!KtkU|#N$i7sXd#}s) zfU^l`kDwcML_lm*?}I}MVn3b>Z$Q}m*}4c)jBcnB)3pO84W{`n8-7!ZPf~LEW=;IY z1n+)Np_2ldupUPdIDj!}SEDowj1VWbDj0!^?^8Zz*0x-_XU3=b&``pxg<}Jc(!KXh z7X0|uhY3Uzi5nhzwYk1^59 z9)%Za{zSae26}A+;+e0TDxoLmVnV*x9%LF-$LEScIMAc0a|CubjuPn{hL&iL`pMtw zh>W@Cco`6e6PhGMdFg^)_sqzX1!MD(szM5lAn{XId^UewCaisQ$#K{LY4;~dcBLJ2 zwr{pMXYRB`W-GK_fiTgC8i_N?ivNVPmo$$JZqI7fd0Zpmjz68PuW{P&Q7piaE z30#smbo4S%FovFwNYO$GZwcT!x4vJ8dBhkZ2hJnpGyheNLZo9TD??GgN4|fCsYp+> z^MH34-V+x)6Ix2-Eac8u=HZjKw)S{uo;r4)Nk9R zbTQAV(9F#2Sb<;pNb}%WTj~80iaxp(j?K51wE}v5H1$_|!gV3M`Son#btD2{s7q{j z?puT9_0MzsCph58=c4Ni|2#2MAtAP}@c%)`LP+z@eHg_?(z9B$4_vNysC~uJMz~uK zlTmbQSf6eXn_e4egM*+o;Z%65I6v5hfta2PsU2L&%iFu!K1bsI+3El@NDRqww{}tZ z@X-;Edc-^rq5hackAtPj5IWRUo+DPn#SRfv_7QwS|JRZaBV%7d%g7HE+E5zzjLdtM zX?viiN|R`G#S2<81At}K2{;-uOq6P_NSPLjpMN{tVY>TYg*)2be>-}oH)W{^4lku^ zj>W@(^L{~23r#1r@|N65K~G(mb&c(tj-NWh%5y6wLbsNB1;+`!$fwUG26f*fn%-T? zH(9OI(CmDuGSK%>|2jxHLE*o+;pJthM%*z1R|Xw7sQ&JQc!{wSCnJ%k4XAmrtV|(H za*vsm6n{c=nC**#MJDQSsEF$kZEme&4&6F z1A0?)p&0cI|0g}*iG+nUsrol+F7DU#GlMW;X;S4hT#T+?=TIeG4}N&TQXF-OT8q5u z$7Zq^am^ApWk)~#@ClX}eZD=3$sWZ}csa5Nk8tB@+fC#wvj|E9;mdRw-v~=DZ z;8}(-;TOp6im5Y~f*V|N)Vi}&7C~XD?-3<+IM0M|Uo_Q=>sl^mKYv6hHI2Hm{iHo~ zzD^Z45Y+qroGi;$1J$%a(MR|d>D^bU`At{&u}zta!BNYdfyO$TGxJpOxukEBjbVt& zVyqPz1(rV`Gxf}G^*QuTh+k5PLl|ow1K%fI#u#sqMx&Cm|1VJ0xwfbU66bW_=c=qD z=p$>M3jU-+a8$V@@%bHsW6CA)FH~hI3N>vGjn^QFHbu+2)8xGQa-*RxKcoZIGeG#- zv5wM5k!}ZlP&uDeCq``KSC}pDGmr^`1+a>_cX|6;(HTQnD%iWpDhTfJe=-CA?;&w# zn|^$gBpa@kEs=&N2HnM2jbygDibGPR8c}^iCEFY7hCwG0-zA;Lq2>Xxb{4UNzF&7r z8)lSQ(!qZl_?zVUNsBPyW+g1<_)xUG@GX^OK6S3(0m914p2ok@F#xQkQ;JEkUYlsI z5|A-?t{(^PGvQW}^Ne_VtikB9r7A2?#dABJ;Ox1O!?civKLd5WDMR}2bmIO!(cL$j zu$Fz&B9?_UxUSbEOsleR08=*xKIn)QE}sjo0S1tQm_RlOIR literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/gui/recipe_button.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/gui/recipe_button.png new file mode 100644 index 0000000000000000000000000000000000000000..95ebb0bc1d9ef8cdabfef7b110082151caa5d324 GIT binary patch literal 713 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K58911MRQ8&P5Fo{p?&#~tz_78O`%fY(kZ%*< z6XFV_|NsBb!^&{%*fAM?hS1PZ_dfTqwP6Mc2GVBIiXyDGRkmBUY?(G~nkXOZ)vH$- z*zGzdoiwp41#0}hXihqi5-ADt3kDj34jBCXp9?ZDFiCj2IEGZ*dV9k$=&=C-4ymT?hWw zUE|-&d2W09-z(b>{8=NKXeW3Ums_DbNl&(4bL|?s@MPnam0atv;KG7eXO`SxgZJTcTZP8mvv4F FO#q4k&&&V- literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_axe.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..f9e223515423c10691346bca16d17e99febe9cc3 GIT binary patch literal 282 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc!Kt1ujv*HQ$qTeKKHL71Kh?slrr|4)aG8gx zCqPQSA=B)_HO9}2t$sZG#j%Saw%FxExB)M7MQnq=@#K{v5&C}O4=(RX(lwvbdYJV{ z7F#Q8VB?HOcJKeM5#tv*tI!}b!-CP{^QNx;|Bfad{7KCQ5t9TQuKNf{Sj`G_5?tch z;XC)?-SxA1ip$glMV%!$J4Md&00G1O6S2)ThuYr(9mtm&;hE;^%b*2ha{w_2Tne5H OqC8#wT-G@yGywp;K3P8i literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_boots.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..2e70133d64bbfee7e182b6a5399dad801d1cd5e0 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#VfVdevo|l>B-iF^P?&PqfF}V6Ud;c`vpV?q zbNl3q-yc=mEZP`(cz7a2lY|dvG3d4KU$eH}lJ?H!f?}bOh0Eok+kq@@}H{*8h(+tG$zJ9^6 zJ*E@0cbiVr25fdGzJD$N1b)=n7>7v{_)$kAFccrR2j}WY;70(B2+TeX+E#6YYc;~P zmH@0?pE*}Y9NWXOy^h(nmRzfm+Muip(i}|7WV1Udtpw6MqpXW|R{peOd%b3W&#z18 zh6b{r&nW84Py+6S+zrre`HLUQM4D$T=6Z3OX9{P?L>wl~_-V#s?keW8E|e#(1c(qF cFPr}bzf%`xGY_8^;Q#;t07*qoM6N<$f?OtyfB*mh literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_helmet.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..6eefd682993f8385e7ffee8c2d9d128ceeac4629 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#VfCETfA-%lIftj&FsA)s({}lIqdhf$CO0-Zwm&@eSeXX|4*hvl;Cz8mxQzp- zoclg|TkZ4fMtiD0PkMND_H>@3mwhBueuiw+JX*pCGH$iGzT~qvK2Cz&uO6hoIBVrR zhuecuf{o*Ick&HCA&PGY&?5|)p2nkfS?78+(ln4s8yt4;Vz`PB3;de#mTNoWmxtSW=xKQz_KgMz+Bu zQ|q;1%>HUlxdau)371b6nWZ)~GBS8iE13Ld(&=iThxk$>JkxxA8MJ_G4j=}BOTm*t Nl&7no%Q~loCID*RZDIfb literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_shovel.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..d85c854ebb40d2d19255500940f85599f2e2acb5 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc!5N+|jv*HQ$r1$zIF@!YrS5b8-+g+Mam@Z| z&NK5j8+T6RJfp;Pz@)iBV78S+GeaPoLU!HHAL=vO7@L61V{9E<%rg{EY%9;*#`aqE z7Hex~P=H`dTGNC3FVp{5Z$9^j{i1^134;wRh77UBo(Tyi%Xge-&ThIGkl4f^H|w;P zU6ZLROMPmB(Nra?&cllhS2fSi@C{+%;bB;^CVIBQ;`8@_Zsbdi@J#ddWzYh$Ie-`h RE(K2pQJ$`TF6*2Ung9zcT=)P0 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_sword.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/amethyst_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..7f133b488eb7999f2608da43ae2ffea85a3b1c6d GIT binary patch literal 391 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc4NRUcjv*HQ$teoVU()9O$!dMg^+8>8uQYc1m9{fDflWlxBNUR`Oa?dF@vSYSY>YQFllDE zmJxF4d2+_e%lExCQ2@s3?Hjd!$ZKD@%iq%mn;+M@qY zRV^fC=9U?4;Qo_TQTE^X@b~L76|oH8nLIW(FBCZ3$ek~Fh}%T+{k&hi*Lq|&++a}F zsB+*D`^L86nRNfYMK{_2yfr67-wTF50WjFaKcoEuB|d-@E))saoNy2>*(e0zpp3(Y z!DRpH30QsJ*lNoAXEVhUlk}3Go^$y_w|8`}jsF$u_7DADQfEWFx6dNqWbVCBW7321 zgAp}%WIN{gXc{aywn=0(uWW2@Yj)APk)i8rvkydwy+~7RgE|}tS?^j&4-7r`HSM*a z1vNNr%y#?O)=H%DiT3)6xW(J<+Sc&B8g0|1fp%uQ8%*|HeHi7OJGP-$@zT0Kty90B zkhmbK1Xo&{{eTCvzZOo)yFRwWuAWm+@lMjXHPv_TL)P3odo?2uV>TiQjAuz7A%b_Y=21a|!Izyb-qWHzIndUE{{VHHkO-6tje6 z;;qTM3LaH4jb`RVxMeyIMqY_OSu$l3c;3F;Z9*w{#By1hN400zjb)DV5qNFXlmtYD zL4wJ)3EsN{Ez@`3aYpDB=vk^)GGA-YgzLA$?r!Xb@tWzaGPAoueKkPadgIzD9-11d zjph;C0y}j6w1{?|3IcBs)6G&mGK@*1aFe9j?3I7)$s?|0B-?VA+gcX}G#y{*zqhx0 zdR~}^wv{>Es%OeEqy4y}cLLMJ5nFen86K9UVeSh9PI$fZ=bkR*(h0=Yik!HMjf{Ky zg9e)Sc(hAj0l~BI#u+G!sIWEkq<&8EL zSi+X|BxlW(IxDs5|Dr33GDi4|h=dDTJ!!RSCzdPb&})w$f8EV$%+HQk(^T+i!3%b7 ze3RlsiHPknLho4;Ip$GjmzGmG^Pyar!8MXk8w$B_&wiRbt>t}Km;BYbP|NHUIqh1c z%>i|$2X57Ga+GaQq?yOHOfSD*aOiIM?xmeNH*a!uvWzYZhUQp=4^$pCFpPQWP|c33 zEw38g_VVd}t)9d6y1os3jMt zjkc}qALiCw>A00qk607#H)1f~m$b9n=p)YW#rB?5?XCJa&}vg+M)V=4S>!pjc2j-) z3QM_-DW{f*wDQ$MKOG&k?UbymX(rn5pXRte|7v2L`&^I3FIs+ovaccU#h&HYo9w(y zJDb&!cW%5(dcu#jcD1W&TZ^(jbH}xyx=#CBF5BvDeX(!7=tGjZu6xSPyvISpL1t;+CYL5O7GdxA8)^6{uy=1I9aI#jBnD_EGxSW7Kz5%vW8day zqm|p!&PpSW_QVb}=-)P6K6%usYxT*w25%<6d3!Qn++mS=?tGTT5{vn`=bLNNf&+r% zo(78oA0N^;-Fws`Rc~iLYE|XIOx;Xb3Tb};;kMy<)HAXmVpU;e%T>Tfx9cSTz~p;p_An6iF|BFw&2K!reQx@znbu9-b3RB?p&;YE&b)ZFr=VSH1%F2`9{td|zgc8FG)#%d1UINaQ{4s?4*BsqUGId3&OM zTfbY};bosOaTuCumlVcCF2R9%?bvycaRAI<_1s#XMmv`J{9p=ehmTV zu&9Ut0v$sa(!el|TeJxDjb7o$jNZT`vk(qTwC!aSh=2!50Jw}7&KFZ;RD_C`0zE6u zXarmZk!+wM0_omxnm`1?@hChBgLIa0qOgc1+HiXji%s!ya`{XFy-^Wi5{Zz4MoXnq zloW>&h(gh}WHK3z!J@HPB!obUH}WNb49ORpDk;V}oIo*C#1Tq30zO>H2`~ha5-I`# zwZp&o#}m@&U+MYc&niHApk;s%ZHvO7c|7#@J;V~{D2U{<8`XXdh54h!inF z=O~abG5wyx)t&DBl|dO&D2FFh1qF%s!(c4tSDY|X6t2Rsm}oE@kxAj8qQl?nFf>{iU!3Ob&~pdcFu<%SA`#UOkzE}eAnV^yiB1dr`9z2nS!LXS)Bm^ZO z@eC$_1h51)l8MD(iFmv%i3O6rqwo@OpsWPKzxPT>#e%3%qlw+4232F0f|85ClG{F5lUy_O3JUzbZ9-X014m(NI+;b3>HVhC@()O zmO{W#2qbF^hJyJHFJN)l8~+ztxq9IC<8$uD5kuo|RGG$?lrI=D{x<#^&QYx;I9#_QwsbP_*ZuQ-{jK%cAx_J(BB{_bX*E~OI!yXwI(w>U7cWL*g05A zw&S~#kVQ-Awpt8>>C8~xYOupuvmv8~#GUS}@l0La087aUn4AwCry1@}j((*2`x%a& zYaC~~G!StwVzg^p%zXCkXM=|Amj_S|a2@?cn*VOK(c~8JwL>bT7RzW_?G+ih@NHrA zT(np&OKY8I-4+sa0GBn?ekkV2wSs1U8>n}AZZ3wciXmK@qqpMDWnOcAciGDzl=W@*O#{J?&BFaO`_3A`0_A6ha@1bO_*cDM ztk{L_l+VaGzop2*>|@0r=-xtSR9jo}jVA*>IvclFH8|+QO#%yt^b^{h^Wyvt&E`o9 zGBqZ8In3=#i@~7O+Tt(l%A$2NU7Pzn2Ru^Yra3(OdFPpRj%FJRjyZ()LK6UUcV6LC JvTXh4{{W=Lp1c46 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_boots.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..0be8c719d1fa7a358e314ec1ad8b72419443fe66 GIT binary patch literal 5480 zcmeHKX;c&05{~SG2#BaGG9jR-7_uiM61D^Z*}@{LD4k9NQ9?oz2+IQ^?i+}RFtQAb zh$G?xin0hOf+*sGiq1GFpoj<}iVCBSzD{t#_vV~;Jm<|nbGno6x^=&*`l@c-+-)om zCrxz&bp!&T>Eg`vhJUqXx0(w4{nOY-0D(~IOz;g5djk@rK*$f{MnXt&yZ}N%aojKj zBJTHR{=xhD7tVMet{0fPz(l*fH{K(5cYhi7ZufZBf$(H-oHXxY@qs-X@4asPU^Jp- zT1vKC9X8)2@O_lSU^y>)L3MJ}>Uw%-a!vZ^ zYM&#fS3;a;u5ygi+5M-kx&HjXJ5-(U)}-@U{cMFT^t_&pP|e*fvdfel#xO<%jpXZbasho3{@uu9{!%mAyDz zYfOD#j%%*sDZ~}&Jp9QqH!DrA5FPbrhn&s@F4kcjwJ$J$3~pVk_EvVh)*a2GBWJc^Wc^`2d}-_BEP zatsKv->jr=N19bCjR;L+3J%y8&Uo6UZOM}Q)~q*6%s}vV4s^yX=%i+4;fAqkY?TGR zsmzECOE(1Ex9BrZV9bE@ULQ6f9_Dr$nN1X$Y@8S7b;YY#;stKS1-apJb10`mZ(P~a zf5C-CByF0VS-Mx)x?jIdpC9hlRwKyh+fh4f#Zo`-OM1ONNw*Ew9`W<(*p*AXl|CmZ zvdgqmL9O+w?(B3Q1tp?q$IRxD^FB4d{+7Y|z|=R3S=$w{L`6Btyvsg2HZ8l@r{+Ot zhvUaW!;goBQ7gt7{i|aV%Yt(6vFLiifmZnmYL!~o>Y!?CN?mqWQo`uXHz|c{lvnf) zEA1t|oM3Q6<}+ydnP~%EbgknB`FrcDNgHQmC=c^{?sU;-?mk)NQzbSu6q*&AM2ieG zxtVjZ!X91ilxZDH-fAAI)>t%Ad&jP#0GzNfmBiSb+}~wEeh{+0d&`x)C(-dGcX0+b z%O4zn?^gLJm*aUi6|=5AG(0!DFr_zEv^3XL^ZB*xQznV?8;n~IK2hE2S*^F7SHJy3 zDL2m%u$eQsg@3z3f9D_j^c-E@9-@A5N~U<;A$x5N$*yy_FtWN!Y3V>S)%4wZt-yOG ziRH=`T})N2-}iG%(h^$U*gflB7`sdyELJ?ba9g6mqIJr?RYk!UX`{U-j3iQC5GP=> z?U_jPx69HRF1p_Pc~0Vy?CFTzRYP7*=?DJ0bRm7(V0I?5sg2&Kpc(`)dIHMyMpl{b ze>?Dq$5S;+?IYUJ1>V0Uur2zaJMWA4Hizi@(#AZHADj}_#17;d58*X){JTIxhVg`- z5w57cM%=I6va7{;ICk;K;nn+50lRFlcd|5$f?bm>jEvcrDh@S!oXOC6l%3s|RiuQO zdzNXDaXxEMTvEHN)xWjZusEfqwh_#KR`ZHZJ$LrC!`;=|LEE;WB~FiYPUlpIB%STQ zfBS)_GPn8V+@bOfA035nfr6BX?&k{cwTK#OHVuzcZloxdVg4X#sGxcfh-n+R3Xj#NvQo~gB3Tp|Gc-J$q9JCTh2&ACp8E^e2s6)44p?O=W`F7kJQc&I^?nuMU=q z?wh9_ugo*IF*hbWNxhK1%70bz!&Sn7o}YD0GYibqw0D$R`qk!SX=cT3x7z1Vx;(ei za)8Q@_A8I+YA{a$ju%!e73Dw1?g_Xs%WNx)<)pkaVC&7p8ElmMyXjgfw_dnD@@`u> z&Ge$eT9(PO8mYSoY>Sq6Z`5w`{rTi}IKb#zpKI}6F+3n3)Yl4yxVJH~Ni@hBU0 zq_vO}M)PJa{{#WQ(NPg%v4DobNF)+V3Bi&t49DQ8R4N9G$Kdg3SOYDJj}ilM=qQn? z3}O<435h@jCWFzu$raA(f`-1EpxLur=qS7;_N#;y z35dh^LLMFE4uD8cpRXgnTpr{j24t+^$P|i|6#)m^pkfI)(pM!vNGO6UP6mp@S`zT` z5e`UO4nqQP<#2gGID`>Ih06zId7;74z{~=&LWPm#ayS?oLkIz4zR;J?kEEky&LU-y zUxwY`^~3?h022^Hur(~6K*P!|Up$^hpwjR}3oMp~oubd@aKqyNm$q#6Agw2J?#vaz z_T%NE$tC3jMNhs>zD9E8YYB;zuL>FfPKF=?Vj+&)PZ(=*2#f%t!XdbQe5%*aa_-;M z0twH-a|j?Ajb{@%Xd+|%e$WDN5uVvMY7d=A+f^IxP`%N3@y8F=2L3~pa=H^h8t zho4A;9sVajpOW!Unm{6d82K)Kf6(=VuJ2;tyOe)a*AKeBi-GS_{!v~3H@ein9;l!w z_-~K|J}xyr+-M6QwN%)yPE3RZ@ey%rS9YlsmP{8o2Z|5~4PDti4Y5CO9xPN9ySO{5 z4k#+lF`vgsEm{d5rxje7_P$o_-I>cgn(eeVH|C!@vQpiMqonLYGkBzn%)T|-+1W^H zSi1bB{-Go#_3>W?tE3vnse50ra?HrpBB|S{v9|;FZde-aqYjlhAMAG&5@?SHT;+6thl7WE+x%MJO*(lAvrR{liYFo`C|3@e%H>n z7`4teugA(|Rnw#Q35do+exZb-D;k|`z4eI)?2&$I=T)UV_t&R26tO~65^A2#PQ8Xk nn~v)Ye60WJpuchyCu|!lE&NA|nxD471R-1;J(x!wLR0?@4O3Lh literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_chestplate.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..3ec4929f043aebca0ea6ddb56c60669338212c60 GIT binary patch literal 5874 zcmeHLc{r478z0$)B-L?BjZw+TEM|sbkTpw;CRq~2EblOw#mq2ci)5>0$r4#2OUpqi zTPSUkq%3hHBotBP(4wgC9ja5;_g&X_bzR^0Uvtg!zW4Kce$RdX?)$ml_nkvTJ4-p4 z-(?^Wh@7>Rxjp!+ApA&4fZywJZ$6#80*NgW>htRaACP|%F zc3x#|sDJY~8Mg1BtvR>9@>Kas>GN_uGJkW%W1D8$qT2uJM(pqn?W+s?DF5+U6)XsT zEgr>J)nl)IDsKGTIg4sb?K=%E)!a82_*aRn$gGClJ9Uw^bmDx1>66`;J!htCf@#gu ztCCJb8-wTk`gRI>5+BPO?Ri`2ITyNjC~s-ou9*>j9BpVuc^`HC^0Dgd8aF-9#4RW- zLZ)c>Sqv;jcBoDfVdmsqV5&d1lkK?uR<2LtX^RYrH{4teTgq;4R{hIAzdAVVm59lrQ;`X$PmxQNXwQra@a*6*9>ki4B=vADzM;wM?IIh#!siA_*6f=^~|{<>r00Mm#!kTXu8;Ci4iab z=~$QT8lK(vTC=8j(Z=_qjwrcDY$@|9JGQ;l>g1TunKJK+6W+|;g1oTu?s69!IDgEl za3XlL%%>_RXq{DsD)aqvi?w*)f+SX#P6_fa$>KKJ(H%uax&6f?$2aySm$D<9l%*&m z(sAPj5b2iWOE>QX=iDRQkB@w-en13md;fRB?Q6M{w@9rG*+UJZ)Cr@h=MTe%j(&!7 znfC8gx##QVZ|%u!BpNEaI_e$_k~+8SV;|ZzC#J7?w4V`z|KzTeIw(3D?%=xOCHBOn zn>SKCvSR%S#m`avwe}r16!AG0rn_|CXxUT8FK;?7UR1Ve)birn;=b@6olJQ~c?x~2 zQd~?_e)@W9<*;FUMD&V!(A;tuit-diQ6 zR9go~0MDW_3;%Mz%sbtv=JhV(LpDw61Nvlv&*ivV>yGb}Ts@cFN>RsNv^`#>q7mVw zG`Ky(OJ9VxY1VtzZNlu_C6!s_jlwg}nuCZnO+4$z%D`~^LSF)~?LCI4Ja$Wi!hIcFgwGScU58N-PR5h5C zR1}E6vfA5UsNSsd{Lbp&3YK}-Sgqak?)tgZCF0iQrydnPeW-VTKlWg!pUlxMr}j?j zj;MXsydGLe1hm&Gb;2b=e&0ASw`W6h;mApgN7bk1zBOmxqtbSZt3OR>2%J~7rm?kij%=TE4|d*B6@g2g?p&*+@^CK!6%DuFk6SZYJl4To zYuOoA5ys@Ns2+{99Ch6hL%e?dd0RcF?!HwP%vmnX4T_YWb=1>ONN?|u-qI}fDeqO2 zU%i~~0HW>j^lX0Hyt8<{eSsj^c7j#@;*Ya&pQ3pXh{!>@nHkaA%em_HEOI5eYTN-lMQqy8f$|SYWd-<#puqL%90K(==P?_^p=vt2b`s1$qK5G z0BwwWEG1&(eN9ZldA?uHv(SkL%kQqXm3VJH=u)(1)s)24Oi>}XUp@Z9#Vqx$>gzD0 z5w{ZDoZa>hxp8(6WGq)p&QXt7I8umks!30kOBEc}O>@@1yZRzxM33d?^rwH6H^dT&mg0`PV>`|zkzs_7(#yggPT36G-*FUCYh2<@RMp@A+UR{> ziAz=%J2^r+_gzD!kwy45M5}lA+jnJ*Dm%z$47<>Ou3{5v+Bzsdzac*S0ApaVCSN1? z+B137OhI$>ORN1SOv|L|PPXBmg};Wk)<1vS)!+C+G%>H#9(V1!Dr(QEm;MR-cmD6* zPG$sz85y{8k|qRU&%mo`5FNZ~?k3pcDJ%wpL}ifygn+>Yuc{D;fsuesqWAzjC>iji zGYw&rwe>J4ooWbk)+V3`Y%{=%ZWY7+bRP!;81CJdvl8~6yTX5 z%!|ik={pO4^U5G;--QcF)y4~aq}(P%h`fO7+xJdyy;v9^XM!l zRLDspv;296Fc>%v{pufsO(1-uXL7%&0P2Ahkl08q1PaMuAitl%VpPgE9NVAcyMUomkbp11 z07&wWH=e4qYbChw6QcDGL5E-!+b|&&E)b(ObQ^R0?83{ zkVlJ(0;o6?04GyXAO!}6fs=6{qYeg(Lel_k6bVE9j$#Lg4pt?}_j|8|R8)|P3}9$z zDj5T(;3zaW7Dv;AlPDM(Tw4d^K$CQF0BzA5VIJ@%L~BDB8i86MU$78;Njw^h!!U#q zNEGOfUH^6rk9!aR0mJSZ5tBcV=;q=gYXe|04kQ2b+f)ytu)j}aKiz8GD-U6f~ zft5pNkURk-o9VeQMVJ>n7!9Z_Nm!^L^MV}=25-gzNIVwDfyMGQgb7`P3Ms!06TtmM zCGkk+Bpv{+hC*ZTDB;@yjmBej@L1dy6bg^}4$q>}X@UO@E!;g&gTHnb?z}#VJ z!Xg6DC|x)f>@9GT4vh?_U?~(WG8WLH;V26#d}HUbXgofN1DJS%I)Yk(^|_!Gbn{{g zHGYKiy#Qf;K*iu-o&CFF$S)Bigy1NVBb6xDd$F6~d1Q9vl<7X>D%epxfM#e8qc>iBeR(vP*jIqoc*)QE{<{FLc&u(IZv+OluUX&N@WZ zg+FOvoPeiFT3vD^dd7A^HQh8d15965P!3s{zwA}|(6n9a?2^kZviB}~%8%qM{amXQ z?&oHrk>ZrQ65XtvFyXj-w9ETcxkW0r8DoPSN%szQJ~5I6-7Ebe@3+R(mXleHj^H75 zFFnWd?_v5b2sV5;?P0UjphnYca=&WdlMU@F%hIR<6NMetS7b}HA+8Yet8;;Z;UT|! zsgFr@P%UQ6?T?gb%dH{0Y6HqAZMH@9qPzPkT^#AbV2O{&Gv<;5S4DCaqioljDY&<@ zR8ZYIXQGx|abUljTgl|e7>@xdDrOsH&YG(Njfp{zdhZRV%)N1aXnOrbN9Tvq-cY?f zz2dSb_P3gPqn{bRLB~CI$!v8>GUnLipT5wmcaDCX{4hxN)W%AQB2z#aPRIlXwG0} z)7`p?&8vMfZoECc;{NRf$m^EK{-^rkMzGR#dlaf_)N~$jmzsJ+{0kP5Gll>F literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_helmet.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/aqumarine_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..3232c238f17ce54124795de382bfa6e9bd7c133d GIT binary patch literal 5411 zcmeHKX;c&05{}@2qPQ{a!Zd-A&5(UHVUd7D1evf4BAujz5we&xgyji{2#5@z42sI& zf`|$#io+-{3XUiW?xMJ$h%Aa5iUK+cuM<%5y*cL{&w2CDobIH%Zr!h{zN%X{cb$*- z0$m*w9TW44rdy*FN{X_oI=G6;ZTMM4xR z_V%;DkRx|(rhbUfubgOQVYO*Zy&t4q`JQfcmoxZB94t)SV;A#Vy+*eA0u3c?WSDSj z*|CB~S8ji(Jo^}zv(}zre$)Subpy;A^sJq?_*I`#c*ev7<$;$HhB2i>sce1L2d&0C z=CmU1g|~->HBOgp5M6mXsOv|`?K9b->$5ooZ}_`(DeYp*z#YA1CviWV+kRoVPm&Q9 z_-JOguLrsaT{|`RZ62U+7JP|5Q>ot&l5bU2KO^^2$LnJ{b4{*YfBks3b$~hRU8s53 zt%bFvjh?yv#UK34J(g*8?o2<~QuwdIp-kRrZ!VS1J5p_-A0PFyu5Is(H3wbRG5k&7FmbV#p5FG=x@O&HLY5FFFrLrpAbAim^4E?9P zqWU!ByyI_AlW_C-+Wv=7_XnSl0w6k}e4V)Ef&G9>8 zbj+6P60k7y{o&5Wo%?rj{42Ls8ypChpWmveVp1Dc@N5f~P>8?tS{m}oBB)Ai*c8M1 zJ^Ow%v=3XjPoH6*YabA}Xz!bL*KBw>?G>2*L)Tv2$Je;mHfI zdc$(9Q#31$hZI}q`Td=986~Ilj-Lyj+d9lPcJJ*hzb2SEbx&T9cH7X>U>7L@s62xyPLS=RZr)MhiE&_a=TN@PXgpy=jfZ)z9^2dJ)vQt zyPcipU4Z@LnKS-v6{+gP!+EsQ63hIZHud+UiV)kfoIJ++70x*g)9j?-*kBieB4fc<3t?mVPN>> z7mc;Qt`T3a?o6L5xZg6}#xydzL7#b@rhHDfwOrk1Zr+=Pyavli;Ooy_!CS{CF2=%xalkdqFp->anh+JKLIIgZA`x4TP3Ri7ldHm@-yJ4Ac z2^ur)0MKCJ8hr$?>)7jWGk>j*{n6fV`G?dwx}41Q#qCREef-0{?H%Q1Ys!F0iOI*R zX|~lK>qb0vFgzyh`PrI;oEl~F<#IyHQ)6wv3xuoZQVT8|$Xp#bDT6n|A{7$$DmMO- z(lb<@o^wdKvZ!m-^Gh?&8!plsVs`}ZF*SIp_44(e62(31?203W){fTZ#78Nob3y|{ z6CZ}kgW9*uw9G5A&YrQp#37)%AYV5>Hj}m~kbK_oh(ixux-y_F`o;=s&^oti}o-i+PECPD5=6f(r{} zc`1{33^r6bxhK~-Twc*SFnCz}yEkftC@YD6|Jxi~KPSGpxFI`vwYa^by4W_Mu4@|Z z_3oy$ryhx0=O3O_yZs8aE4dGI`DFLNjeBPwYv%4e$fefRTi}-LdK#Uh9E=_uc(ElW z$%z>v-|##(sSDXY;zh_d5#+Uq!Iz31K!KD8ImC)($TosPF`Z&%AU_g<0Ui_~lCaP( zYEGg7k${B`Bzxh!WUkP1kw?57@{RZQoKqqYg8cfdGgh7zAR)Q4$3smW5X1 zGLUDL7>fqfDsUtV9pvQ$xJu;^Kyn~C;4p5nq8I|&Q3qhk1wsaw?LG#9ys^;BVOYk% zVwFmzgOcbVl}BLlbUGc2BVY*x45EQi#7ST<79&wusvt%&*pPxR7s+6eR060lL7p@k zW}(r@IPlRwvCPZs6TCz*#sb0zHWrj&@eVkwSd1M%Ljk+RARuE7{p}2eAF|tGxsXB{ zE$2gSF^~kd91pR84!F#-RRo-A4(rPdMfu}~BwMnDyafA}x- zVUh4NSzq|38c~Nc-VwyyC;Tt8KgOg5@N|rT z4iPaVP{70RcmxtgK&8@!Bs`xkBof9!ES8Iqssy9Pd!>RBAW%4*kSyepgcy)Vq+&=E z8Vy6|;dmG-jY8%V_;?{-AXG!C^1yKM;jqvI2i#|gPZS6XrE)O~?FI6I#lD|M{6u2N z7Y0?V;VD!qjYg!As00#$LK!zb0Fo<^ic^8&aSmf%3-}Co1QJ9lM*6+u?Zkzg3EatMT_azCjwiiK7=3#cGJ4SON$NdUqi8-yXm8je6@;8d3% zfxsZ+7$mAa4u_EOSzjs;3FH2kwrceN%+Z{Ch!lwZIJIbWN%=x6N8d(YqeSYp1OVz) z!2tQAAt=BYNT9ZhV2uv(mxGcB2x%W<_4-jR`kPuHQ;7mHnM}e^DFgwA#G@d!Korn1 zGy;et(dZyqNF{%Xu8<00B`AknA`l)Cu8{gva|PIprqK3Fb>(tMl^=vL3{G|ZCu7*L zh_R}!@iAm3_PXDh9qv`CE1U-{{i$e4v6P$lo9(a$F+LHC~DwwX}Gi3)m<+ssfey ztIL}`h-9+NBUph#P0>@`6Hr?VjS!(W%<*#5?$OjVAYhv_JG_zOv?hn`;zw(Gwy|cR zCOBj5$;#c65;)E8G&(X3L~Qoa*E4IAc|QiVJ}GN$UFT(T#X2a&ZK9`3g}z&Ze`U(9 zk)ZPM4Q;y(m@Um<_rtoW@8kA0XLYp7(zdKt6cBNiNl#V)K%Z+<|EhrJrXEg~De2on zyoJ;RAnewwB?gM?f1D|6$+b@PxD(y&ty~ZLqnL-^wVqy;c=+yC6ww(@BciUxm=*ps zIXBhnVkwojEwl%ynO|gNdJApb=B_2ocAT7e=jP^!O=)N9GfkX@nzLdx)@@nO+U1`2 zP_Tg%Y?GWmuX))CL&JTGfGZ+azWJb}x7eonos)Zey1~%S{C6&b_hk$2n>2MoPA+^;a zTaqP*Vq1#Vc9M~#q{LRA?;Sem`}VrNtLysqzvg=1nfJY)-}8I!`}f?>{mhfn1hVunHCOZ;@i(>g89F(w`FqovT zJ78VR08#y&)Iy*jcVEtE=hOHa`;5Yeh?=|oN2+tGvW_?t73VdrfMwIBrO$zXU2V{< zh_VfLGYK?A)m+opIsdlh>FS<}r&B=H^;@+yJj?-w;*mmwjQ8g~C$8&&?eDgkR!Ci9 zf64k|tg6s(%!q+FI38nI`p8Xkujmo{Ij1)hZ_7RU%H~3ZdF^!jC2~T_`jxLO z=GA2e202UQGpEd5aLdnD-O^?)+8aC`XEM*^xukZlf)m{#nwNgWuZHz%OaEs7wlQp$ zm)Xwv&2`+C#99-v;g&rkui7VL5ARN2(q%p&y|~J{emy}_j$bbiC-KrZYic zQ#IQ!x~;poD&nqAe7{fO?QvtR9rte|IXpx@&mpriBGse3*k3Pz9Ng77BH$&RT&ni0 z+ekM#a>MT76rn|MUKstDcEnOkB@bhwIjcu2o-*0rk`TW>v!}f|&t-MbWTV@?<3nWJ z)0dq>PS?f^%_yf@5+}g`$GVl3;X~nMynd_7&Ci@{G`Wz!kD#k@Fex{^`*`I9yyA68 zo^+z~>WavBKMiFVR&@+>y6nNKyKT+cvrg^)Mo-%3rOdw$V&~D9HTgtGoH^cm5XT z_4oL$Ch>1rdKsPQ)T_jT+eI}7+d88Z9_3uShmyYE^!E4zBDcH9Zfz+&kH<>s_pM|e@Shn_ihaKLQ zKMjWn-fv&7;hwg;`2KqS3wrhN{fDPdZ94^@za{DCTCzp0Tk5ojDl*iXJlb3rzqd}D z)Oi}$J)*Dd*Ma-(`u4nzinOf(^LK@6n`{S}!@}%+$3h2!S5hfDxsc5uVEJlf~P&@$(jipd1XbcXG z!yzFAQW(n>0TLuvXey(aB1=k^eaoMRx84-Wlp51}8l_oID4Aun1$2c2U;uE=yQg{wQw`xApK zBo>>)p9u;Q?~B10^iMc`v>Ol z!2E2#1pYd9Dzwj;<0!lG89k8Be6sx2BhF|cnpIu zLnWIBs=c?n4FZS4e71N;0wN|)z_CHl06N^u_j8LMn*;ia0GVo7B8fyMTagKPEQyGt zkUxX`L4gp;I2kDxgR+_poI$6$K$HNKIcyHV0?~XfYo?2AUZ_wskg|X*Q6c6TI}{An zQ2+uWp1_aCi?l(=oQ2CMKQ+^!^~3-~fD<4Bq0ulnD=J2I`QdO>0)|S!TVgO&%p5$A z!Dhz(FSKm+z^!NJ+>I@S#*dvb%`PclFlzQ~_BE0{vzFlSnN>jr=(8aRff$f6<0r&5 z+e8loxGWGVA0P7dqn-UXxj+GM6b6G}g(NX>1SFn9#vv&fiWQQGBT}$*1{N}aU$P5% zOpzE6fc7j%M@TCuKWDUpe?L2g7GJ`}VW4b&AjOav+4Y}_p+7{7mQ{_9AzP#WOBCxF zz??Dz^_#UpB#PRu!9AQA)~U$o#w18m6uDv2JS$9Nfjn!ox+~GQDClI^)L?e*c_Y}Vstqtho}R@IsLsTp&PtL>F+AUr zF>-io)3)@(xb^eQ%(m*Tq~_{hpP#3HHEhIx6=wKXv-2Gq`-txG%wX=NTSib}oNe$PIGuspN)dPbh$H;9|uXag2R3CijZEywYLROIvoE8ckQAKQQ0$ zN9|=ks+b#H0tMfIp?h}AE7{5RQkA5_7ZI8bck0hyR`XPKU}>>z~#YzE0Mz=q#72@H0+r8@c*v=clhrc zez5)PvWI&^W?f$F5sxj5TFd7dCSBf)!V*Lvf%;B&(KRuNJu!cH1N-xY5(h8?i*~_Bi8ui>v7#3GDQ*zrVdY^O!@y_ zwNfG?uG?Ub$+v@S$u=&J Tte?|?eq!)+^>bP0l+XkKC1rU4 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond.png new file mode 100644 index 0000000000000000000000000000000000000000..af729399816800d5e38f5a2f73e6d46fbd79ca2f GIT binary patch literal 431 zcmV;g0Z{&lP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0YpheK~y+T#Zg_W zfQ-(kGt z2%hJOcghIE@ax^LMKqsIC(aGSpswrad_I32V!opSnu8#q`~A+RX&SC?HXCvrM^go8 z10-`%6l7TzpV@523fAj2xvo1Jq74v2P~Z2QFBS`$PN!s=CQT+2wz68S_|6c@lVs1b zjCQ*n<$2C^r~odP3lD{*vMeb{67E$BFc~a}kPOIX)LyR_=fF^f8h~b;?RHC16lu+M zU31>HEyp30g~Q<>eBY z-6%~{)i>G#WP<4v*ap`4`EPU+DzL8oe$U_XEw0xq#c`~$17oUR*tRVs6I97u`u;-@ Z{Q&3wm7wSTAaDQx002ovPDHLkV1nvQx}X36 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_axe.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..e3ac11a9314bc879fd4203936d810264c6b1f633 GIT binary patch literal 279 zcmV+y0qFjTP)>^}~ak>E6W@JC3ryHyW5UUw$7+`TW-o%RH0#a;-nF=?6RGTpj(2(N>hcLbX!{!%) d>3~pf1px2bXc3rOzytsQ002ovPDHLkV1fsZZG!*+ literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_boots.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..5f45e7543a9e0136e18dd7818299d873c2d871c3 GIT binary patch literal 243 zcmVB31T!Il_kGXc zTfj{CH6Wz~&be*}w+UL88DQHs5JJHCSGQaoNN}Dfc<;LeG|V}_Kq`P7sG8w++xa$* t;}|up0uZsi>Q5J1kL)de0aoh&fG63>aS`Cz2OiddP#m2F(b*qx_A|t<@h{w6oE@bi9d&c;X1T9TP?KQ6w@AXfC->bL zi!PRRQBMr;Ja0XM#&O)iO+6A&mL(0tK+`l)(=?<5=z1g|%Q6 z5Xc^Jhy=uOET?c?m%6TF2nu4yaduNG05sUP&5cnM@i?M{GvRJo7Iuj-*}?5`U*FFc zg<(iZl4ylu6Rz5}70WMRQ)^Kayxg9;ZK$dWOQ}-;d7cw8&;ek(uIqDv>F4?jkfy1U zxCjs5QwInVx1lSf{|nHV0d%Vlq7(1JINpXK2j%fyevKbu+LRIFrW1Mq0000<|{LoEEaPO{}|Q4nym&v#JY zYWR@HETTB6TI!rb(z3Qb={IRTd14pd@K5AB^ts?AM8(5D@OblA(w2EP^>5?hZU-;y$PH##P zTh3T>IO?}nV~2sSaErhXt%k(5Q>i_f+zH*ElvfM=_+EbY)PrOO;X9qN`*S`TN?*_Y jlfLG?((LQ&%kc5zN3a=(4jp2^W(Zyvh>PojU0`G+!yqm$ z&ahy?0tQbrQHJfOUc>d_H2}$b|2;iD!CVKqdkp0>Z-SU$y~G*-viZNbmN&!8moFK% zZ{JRu0U*ut5}XV(Ha&tlig+)8G&>jyG0flogyF`cuNW@I>jjw22QIwDsu^z>5V9G= zFUSds7@Kh#K&;JJ4Iss43&5GWpFe-X9U&(t2WAK8y4}%RM7z-fH4u(Q-XG=><|JT#gW4Ltb z5@7?7ZH5IJ(FUN~4D%Am09#vI{9eFjGqM2{6%`B}9Ua)cfXim&Kn1x1Yb@Zi8CQ~r x#{w}nV>1M9fQB45IPJqio7hZ7FdYyw2mt2ii4ic465Id)002ovPDHLkV1gxJbawy% literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_scrap.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_scrap.png new file mode 100644 index 0000000000000000000000000000000000000000..45aaf107331b4d743448bd59a4956b4340449021 GIT binary patch literal 421 zcmV;W0b2fvP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0Xj)UK~y+Tt&u&B zgD?<<2PmKjiUJZX2^XNqL2^h=6w%N?7a^kj@Kb>lyu1UQGTf3`|-%TxzOUNcb8iODZr_*WXnnE;eG))_~--pt4xm>swMG@Cuua~+E-wc2? zjD}&*`Fy6&=R?oulk0U|6Y6Q2D##2V&Bx=BJkO*1{m#&(uGi}fpl0B@t~eYHR82}9B}Ia71{mUtvMjk*-}lL~ zEGmkE=YSNryE#Pkj}{~>%Q9Z$JPbpw^?grq9Ip=%LIMmC(YvnWI^s*^c}_`^C^LVj z00CON00=6;PH5HZD~{jU`>wWAj$gS|B2`e5>L_8+)ESE P00000NkvXXu0mjf5s9+S literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_shovel.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/black_diamond_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..cf2cab4e821612dd3980866cfe874642c2819fab GIT binary patch literal 258 zcmV+d0sa1oP)uzsQpfNAFE=V!Qe z>lTB!xH!Xt1q+BX09~`1ni|8$j~|IQ0A!7)ndpB8VG{;)%|wL(NV9{X5X1cKPZ%tm zLg6;UVh?W^AZxzy=qpGqC>Buk;4}cFSzdyZ;lPEr3{cHjlMGe^u-J?%=qwrvO@r~}0s1!HhW zz{yG}8!4^%zK^P^(62nW1={R54vL}xNv6Pq78pv?6sF4BIbZ?(WJxr#WRZ`;sqJA98eh{T2EE0000@A15#gXL-sInlwm%eC z?2B+v7WdV;1IatP=G>B*7!T-u8i8JAG27!jZsX00Obmz5eu5x)%VMkm)m4GgSfOx` z;LC3fPF$i(nL_Z6i~bGUL4sy$j+E1gESbVV;;sQ=J!eE{>zIu!(WOjRb;*4D#l+a9 zp4K?+-{8%PbXAvnT3Zv?YWqXcb4HX-T+BvxrTIkJ!;~G8et{rUqcm1{m3g$aa)K#4 zG~;u=KJMTJDVo-tuIf_DKf@37l@lJStHS_N(k~$8G=46sB>ksIIgQ0@hwUIiJ*{zU z$H>o$#8qX@K7bTtYDAXIk71L^*)@?RbJ73E#MmYJo6a%?lHb=A+Wt@+ds7h(%HlpA z4$5L$sjU3~K002ovPDHLkV1jvb;H1Y z8UOAVJ$?8;mS@@j+tPgh^YbnK%x~m4u%!5j&Efe|m3ZdrD@o|BuRL<$r&5!nxl5no z^tT3vza%3hfZ)>EPZHbe)+Q%(#GXH3pgbXQXRpEGKeyj^7&Scfj=l{xbZ-2Yf9)IV z@8~L>`pE+V(d%sf@N=_ERG*&O?jn8QlK!T)#K+6#^R&nC8GqS7A??PFm+FT%uKMa? m-N1OW>``fNQ=mgC1H;r)@tOZ~Iu-+c!QkoY=d#Wzp$P!-yK2t> literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/hammer.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/hammer.png new file mode 100644 index 0000000000000000000000000000000000000000..27ba1c5f9a39c0c31c80ff6e890ac530a127b548 GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`XFOdTLo9lew`?`|cfNro%iln; zSkhvx+@cS;{d<#Ko*5e&7#KV$icL82bQgp8ogl$;8h z*lx{`dpsrikfyVW!YPJXRgDt^bZQE$+81i(+>fvDNsw^Rv8Z{Zqs+{Fg?siBxde?5 z)k_XIc<|*hY+|rGdV}HdG;RL>#z2c=N}DuHYElms#J%B}6L!V1<)qh7r?#!1s{?|R z0yiE20n?XqhofXG-AW4Auu1GQYTW!#ahB-<@<~bUKl)J{ixT+0|NWktx245 z-&)eOk9B_-i-mq!+ryCeDQ#OnS4&JhI8;Ug>_6I^%t;&rIRjt9$l<(7(2a=j|ie{;QO=t&N{=WB>#i@2eZG z2F&5qymxfs!q2WOanB!{GRQ7i?yy6=!<0dM!3~BkMg|s>y7=91i}nBmg~8L+&t;uc GLK6U(?~E@1 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/middlepommel.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/middlepommel.png new file mode 100644 index 0000000000000000000000000000000000000000..cbdf8f9d5dc44bebd02e270f4ea8b881b063a5cf GIT binary patch literal 267 zcmV+m0rdWfP)S{~vdY{yV?u{m(!IV0xi5li|-w5rz-#k_^jV2s3)CA#q+{fW^X=D-Zu8vx(C^3Pu5y004rsVfC^w R`%nM?002ovPDHLkV1fu;b#wp# literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/toppommelone.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/dragon_destroyer/toppommelone.png new file mode 100644 index 0000000000000000000000000000000000000000..70d2242b8a413cbaa95d76745e217e07cf549a05 GIT binary patch literal 404 zcmV;F0c-w=P)|Ww!ZiiQj21csA}-C=QsW#l{VsKC*2XE63>{MJAY{oqxQT|v+8W3(LLlO<`1N1Kc$Ax>&x%Y>g66JwTie`}Gg`{W(<$+G;`Zz5)vM6JW(dW9@bS$WTjG@FKF$MHK$58zk>+c7sevFr^NkssT7t&yz zQ6A{zc;SA9^8IZEl)EdMLFGLZ%^*cH$W4hd#`Z_8+5OyM<0QwvK`-mK5X< z*0_Hy%0fYTs z#j5MU|6HRzUt$R0MAqR?)~G$cA|Dty*EwwS@84pd4@Ia-vyXgiU?@INN3Z3ez+%RmM;vcY;d-@V z`)w%0GmTC*{U4FF#mDtI1lbH+O?QJC1YDX*rmimJxRgKRZ6AN5j>nA_ zz2(}UTd)6KBY2=Ln&C^Hkn!@%lfN1T|5Ve|{mLC|C^==ugni4@f`aDfA6R_YIbgkm e*S^L&?RVyGF)G~0Uz`GZj=|H_&t;ucLK6UoSaRV2 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_axe.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..c68467c9f3872d2b1088e87f361b142f15de039f GIT binary patch literal 322 zcmV-I0lof-P)Px#{7FPXR5(v#WS|f*5~JVBPxwDb-LXw?G1L<@0HirG-3DyW@|j0448dyvO!KCt zXTb)1{qmi713;SXeN`CF?0*XPrKAE6gPPcHhMI!AaEo!eKu&|}e{``f+yIc~Pw&4m zoZJ6~;n9t6gbe^$3o-;mI|RvrH9xuci9t}9hvDYAcW^@p24Z-;_b*tg>oBg{oac>xrNUQPlG`*yqrYsQscuu8z9ue*3RN`PTA z1j7JW^eyeZOi(k(KokQ=u^HwXxB;*LYihVol+73hIC=1a;~Zar5fui+Px#+DSw~R5(v#WS|f*QmCJSx(2u>GyQ+_l!4*wj(=DUHuhlpFCxvruyZa#9z`KY zft!~N!>(;dFbsjo&F??T@Z$boxIPR6jLozd&Yrr4)c_p>1%{m~9}+g;@%^_9=a0OC zD+JjtCMwP#Ce2CM0FW&pfNT@U0BqtQbr@bC+W=%+UOoMe(+lWwU>Bfke);q>!?XL} zQNrN=FD?dgXRI{ literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_chestplate.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..ae46a687a0512855e16653ff79db35c2ee5dae86 GIT binary patch literal 450 zcmV;z0X_bSP)Px$d`Uz>R5(wilV3~1U=+rm&5ByuKR1+EWJnU_MTiuH(2e(X*$3!j^#Qu9dv5{> z3Xv`>!jOzcD4X_2TT!{iIlAFY?ZR`jciVY>d*0{l6)<86BkI9`SkhfL9e;vf)ikm^V11E!GK_BiwjY|9_8Yg8zMPeEsl~ytb1E_(5q$`1F-c36rvyo5ZFSv}y5sv|V*8l(j07*qoM6N<$f(wDj`v3p{ literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_helmet.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..026e9c9fed8ee0161bca9d7385be7e6e35dc6c4e GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|j(fT|hFJI~ zrz{XK2wE|}(TwfIt&M+vha$tJGbhg-U$8)_E9qFPaKGfeJwFb9c=yv@ z#8yKl; z-^(4ApRD^j9OMqEzE)`(i&Px#@JU2LR5(v#WS|f*;?wVwE%+ZMzh&xstZH!@0MabPF9A3I-NzRU*bKqz0%=uF zunQD5`5BaS1R3t$xyzs|_Lo6TLx`a!=QUU_UISp(gA9ThVy?x?uwnHThTR+g5pMv< zptv07|Mwn=GQ55Hjp5U~-waQ0e<$7mkYb`(rAQC7H)Fbn``R#s7F*t_}x zLCqL}NQ%uEUVw#mTjOn_Y{oFa)t?ERY+)&k*i1@PQpRT(07T$q5ku!Er2qf`07*qo IM6N<$g6bQAxBvhE literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_leggings.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_leggings.png new file mode 100644 index 0000000000000000000000000000000000000000..0a8982f3e28a174b6bc196e13a0866302437f742 GIT binary patch literal 280 zcmV+z0q6dSP)Px#(n&-?R5(v#WS|f*QmCH+!vI4UrvJDMeRA_Z!|TWYQS_j2K$0@Cbirm^ zzH%8%zj^i>Oy9o#l;P>UuPBCKH2_%?vTHtld&zKa|3|_Gz-$C*00BNOaWGAi0WifN zjnYco462&a#2KKXq6)U{z}8!Er;5rl{&(`@j2r}U1!#^nT4Kn~;9K!&RLQsf<0CIxCC63hqPx#@kvBMR5(v#WS|f*QmCH+rvX73O8?OfUpM0(hI*_9fHZ69OTzX4`2L6C-TOBT zpI$@EJh$gD!-G4&!Fut!;O4oHa6{CM_!;;_85y{LzF|0UfQ8}eskitIKzF{IKl6Vc zNqMj#r+0oJ%>b}w9u9_^w>cPKE`b?BFcv_XRn>VIwyygI_P4f~@PGFR6^5NF?too^ z*8rH!=T82D2O7u#|3nRjjq`8dHvkk9l6-IBHp9Y%C<9>82(tw_KnWTE(u^L`=rIB^ z1Zy1DG5G{;fPxAuIGw_hC^4GxCS_s`005eYgb_|W^kx76002ov JPDHLkV1lUPx#+et)0R5(v#WS|f*QmCJSBm;D9SpLH-ynN&jSTE5AfHa%hD8e1QbIo0br+5A_ z5@i5P^W~Etzy|OMvN7Da^qe>YK$^wG#2G%l|Hbg(-8TjSAuiGk0NDsK(|pu|Fq%@~1*9NOpsMYI>3 nJea|09bcfK8%9)8#^(Y6qey8Hm@0Eo00000NkvXXu0mjfop*1r literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_sword.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/enderite_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..20cd7342c6cb1daa5ab2fe9c225999eab5ac5b64 GIT binary patch literal 310 zcmV-60m=S}P)As=7>1t(* z&iw;jQ*e_O5r@(tbnDk4O}Q9zrg^8k+&#~|`4lxWj9QYdtvYb>`Az@M`M)58!-30U zwFf}eg)bWx%kfrK5|qJ}8kpdmAe*dycn*f6A^L&$C(_~d^Wh|1_=REA5WUv`{( z`D6nK3thEmc%;jznIT9byxs?08Al^T45y`TL1t607*qo IM6N<$f~uE)_5c6? literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite.png new file mode 100644 index 0000000000000000000000000000000000000000..c599dc66b7862e1e8ceec60fee00e422a343d055 GIT binary patch literal 5443 zcmeHKc~leU7LOJ|Q52UdD#aMVwUbOHleJ+dg@8dMu_%fod zf=lWGF1X-At!&m6L{VHoXtgTzsh}uDE26Ydd6R&Or#E1D@9*C4 z!lZzn|5EE;Q>b;JF=hj_uFvvSj zywWrcan(eDmja!p*rlEE$l>K}k8_K^dA>Ae!H|w<;j_)gq^lm8&^Y#|FY~rO%JQg+ z?sV{vtUuWy%)D86aFqXrwe4TKq?Zobi3OPlUx6~4k7$C%jN5&vRa%cu6fkP>VPCb@ zo_ls(q&S#BI6kGjk2DS4(kJLdd5~NBH`9EE21hSRDIPfJQcz}Qnee+nzkq_TT6F8T zm>s&+Qf5Fc+NJsDa^6?|$hZiN@Me3@bLpuJfi>%``eKSWfDzoL# z#MtTBk!?k%M5Y4!j^y-W;q>yDiI&t^Q9cDX3QyZavLM<<0dUV>vu+5STP89yu5x}l^wb=!pp0AH{(csQQx(7 ztcb7EN+yj(2*b<4Z0GGq*R=#DXFN?H4)jevt}4OTt}NHpmNz}vH|!h*2y4$YmWA!V zKnb_|$?a5T5+#4F*-bENwHlE$qkn&9d+vt3099_r__O)Uiv78v zKia47-2_hxP0oEF4PvT;r>I_BJY;zix7zR0SiG>LdNZJjsRgtp3p+B%s3SVT?(~Ss#I%H9o>PyV+N6Zk*%MT%7grqQU8$Q>eoGnKm2G)&-^=}ZRqL9_)~(y2udAbe&RW#3Y{;E5W&KU>I7ZE}u`gt= z+6GkwU&@-cxjOGcc+2H2odv+tU#JI;hb_vH4v4?c+h4gI6&DS4=#XrP+WS>U8jRcL z17q)v39k0|y{AXL`lF>JzsQCujoz%0(({=@XIp;xP z=c>G}@YcMhtCi|uBC|a;;u`MHWgKPOwBGd)j>CU}TBI6DQeE zcR0^KYd*9lBLqiAZHY1lc2p!>JhfZ+#CykG&mVI}FUZ_bHo{Wq8a>zuy|mlf;qE%mfGM)Z1d7_gzH7&0(QvVn|+|u~3{rgtzqxMfsDlX+sDGf^L3ULJF zLf&tcWlJ*3Oi5u3R&|TZNAN9J@5P;$!a@w+hy8b$Pz-bj-G=6)|3` zmmi4QHq&TnLo3x5$|+T2Fy1*Wc41Ridt^wOTc00)Iav`KBJD`J@X5BW^O=(C>yzPC zOWn-gd3aUdWko*G)ej3wGHM;Dk|+;6X@&p79X{6|dbRzgYin&_RliE4=t~W|RxC`Z zq)-OWSCjL4wq&{h#kF)qfy*(vS*s`KIfWwhHtP{|F-B13m`bhlq_vfupi$KdPg(?9 z0!sA$ShPAQ!GK8t4@ixCLbtkvj@0<$O0#w#G#Rx^V}wLyr* zp0wGLFseUpz^E`Crh|aUtd4_dUXE0uL7^0c2YlW`L0);%q6tDTU@%N36Wzq3;|3Lj z$>;MKAjE(mfJ6YscpZV50iAJzm7<#?05hTnwVqJpI;xcuk>jz1Cyhq#Q(woY)k`FA z=yk>(6-Yf8W<<|m(m{q+%jkWFkr2g^Bs~HB?HxuL`Dc$2jv4V-1B!{_FdZ?WH$|XW z6846{nvzPb)!ULH#e2t@0)2zi#~L&?i~?m~8ca))8p-&W@8Aiw@~v3!#Ae;GrPDhQ z(%l>WchIkMw}DBNL?Q^l(O9cfaeyby8m~ZsqiTh~wnSk*o5NEo0Xc+%0E~egas?^@ zCWOdQmO`QAD3M-NVx5sdbSP$}BFX7$k_TiWatLCf0E{Zx0L+(j06vOv00qclD`8;@ppD#S3DY2i5;tf)X%Ymb&XB&{k*T$qlt8SiF*#f=4DvxXms~**?=9#H%wQxt z&PvJz>8x&73RLhpNr{l1qt+rSjG@=5Y`0kJA|SINl|`(LN;2E*WHJJO1BMW|L5AZR zPntC}s+IE1wuC%S3WPuc5CS8;fe=doLIQ{*V}b%USHR*<13>}U3y&+*%J~0=ww@lU zu)F3#Y9r}C-e&4PQc^6Y`>Oj=qqdzTD%Ex>1PI!lf)RubCEZ+Zddu($|Q0RwD~5(8kR90vFhlL^RCzFZD7F)j=0R`m_L5myo>#DMv#NF7P7 z$o{lxMV;JT!YS_tV~WPC^&u4lKnP&MGA2jBCf~ds#Tfs5jtZCy^HCN8u$62WAUlZ* z$jP$;$hjblVLUb)=CR)m`hUvtuU*lTqmW^pjIYZoWc;P@-GE-Bl+>o%MviE5;xpci z{2tNBqWqJuo`(A;T~MhXoV=I5ALRNV*Lx}OUf>Vi^+B%pQsBM7AG+)RCYR&ehek|C z{;Ovq9|@bLzBG`JllJnEzyJ!JT=jeY^X>KI?*M(!93zD?aJco;hqB4yLK+mg$5k(TbTSGDtj73 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_boots.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..d95337652e7b7dc959fe6a3ea519ada2fc1d5d8b GIT binary patch literal 5117 zcmeHKc~lek77i$aQ6xnQh$t~AE|6`qk`f>SLcl-_SQVGYWHNyWS;#^Hf?5$2Tu@Y= zA{Jago(d{fb{7Oh5iE$5iq)z}K@_Cgx}d_F1XMijIq!JR>wo5)$;{l}H{ZSY``vq! zN#O_jnxpN|C=|+^>*p;%&KUh+HV*lAcs>N8P-EKSLYArppcbo8%Egi>7^{v|z*tx( z5u;GL_TDAS(;v>6__oVRHFo9yEEotv#ZhrmVgHa%WcxTQ!Z2PUIRuFN1z&uyrlx%sxm^SaGBwLeH{SfWdSIJV z3T4TZfuu$Gs&p6L#PXl!uECryZJM}0K|{%$p>!+-jJA>ga%x(WZF)p`5zsIx#$L>yKg)ju zeHpq2%{jeRKss^o&>_y^!%nou&_gvC+U30um{tMlRx55;1^Z_x=Q&v~#D@ZBqGqYA z?K3l>z+1}exmdB0vZ~v7lYo9#G+}=^UM4w%m*)y!-{haYoO!HuML>s>d6(}NJT0

XRZek87{&ud7QRIv5mcf5L6Y2u3qP5)S&b92s| zr1IAQ@B3%33L1!~f3XN_XlGaNI4uOxuWoEU^L3|O*SEjpWc#~`4iCGf@hdvKilvjP z_gQLQWFDBZW?2O#H(^_WG~20i@W-${leV;){!#+=NwW&@Q*gwL&gv=8o=gYSjZNG8 zzaJ#Eyxdw}W#)iyNe()75(B*S+L-y~tNHitud=+~n(ts)Q0Ciwi6e@KhZ5MUT%*@L zD5`XE${MQPysvE!dR^Z9NydcLGE;ck$-1vm^4dgpf;zRYGj8pIaM1m*#^p+WTV*k1 z)#93ZoqZzY`PjCLX8*r!2NHXo_ZGfwdNgFwUG4cQYsyf-x-oe(GZTd|?bdoH(9%9Ba0AeQ7y!ZnubU43&BKre&V7#b8px_kry- zQ)^oG7gxn*GcTnU`Ns#kt-fKB;!swodwaR;UeQI0qnJetvY%l+L3-i`vU8^0?=z!A zTGjP7!1Uu;CCtdqd69Q_T_9z(EXgPfRGE!;5stU?o|AuQBM?;+(aJr&EiXl7*@YzvnN1 z?W_s=ZPy>60b8aUox6RpRud5XV*RygIYU=>@NVtdKuwCDuJbr7uQyI8@r-DETu_$Q zVv6OhoF!kM=oNOv^VVbcr+u=gy}wc#2iKw$<;uLou#`Gv6vs)Bk-L<)kOj%51W+Uw z!UUaEfsAAn%FRQk0HH`&jTOS-5*Zu!wBiB|D-p4AOK3b2PvHeeNc`fIaBy5;2ox6y zxr%Te?r1k13n7rgY7ncFM#)qx9UEuhWg*vkGZBY1K-7_J+)^GN>m^shSSo=^AmM#< zk{AHzj>ftvMPin~d%*|=a>vF+sMQJM4dfykQljlql2^xeTl41ch>qnvKID>)7}4NfkWa2YQ)mLQmQ2?vt8YKk##K1DO<7f(BE|33#L7!5%M5-_(g^2fw zGZFLwr_d;)3>Xnagri_7LaIXIBY%QdOT-_=`Xn~}iXolRfgtWa@PC4SpSuB!pm;o% zw;a;wopQa|IDNbB2;3K#1zv(03wSG(dhSq#o=?=IDjxrZm{s9 zK($z|l(KO=5W)rpf5e7Jq;Rkr)T>6OGZ<77lS!p8X#j&t{|NdPR;rMS)02`(1PWkS z5kag42qlPAjzkKE!$gHF+_0eE7Z#EYqAaK{RD{`JN0MQADPd48SBA*tQEZ$(G_0QT z!!i%)ClROyy+JjMcq0K6771Vh^bj(MMWeDv6lW5NMH+>dizMRM|Ap3f57upX&;2AS z#DA>8G~80baP;uq@NJaD&`VgXp(|J*G@OD8jDbalI1#SlB`5-vg~Q1B7^&CycFEt= z0#hg=!89t2r!(jjq@2iPJd+6_H3h>+nFs-fh{61nT_qQ*wV)E_gd;j4S|Rmm&0`20SiNZ{*P9c~O5U&!MmBn~)srDrBL7nw--9$V>&^*fWFKd47ZwwzO=@Z8r&u9a92qZ@az$ME-` zSlV>s@ztM->~jfew$s`{>E?Cd58Tr YO+u$%FK)sXBf+7#K7rna^TRg$7c-2hTmS$7 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_chestplate.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..65bf91a1924b6a73a4280a449540a702f736b989 GIT binary patch literal 5715 zcmeHLX;c$u7Y=S9t%^&9B1(*iB7{u#1p>$(A?%9chcZbfA!H>95D^qXtqNtcSU^++ zk5CmVAPNCoSVXWYD%7xwiddn7h$6-9n}7?RujhQnbJ~CAoY~&@&U5d5?(^Qs%w8`K zmsz@ox(Ebf7Q@xi2R`a)Hk}#p-gx*Oh(Jusiu7Br@Bt%`QkjIy7eYwI7Ab^;lzc7% zp=@hex1qR)qVxKWS+CBNod+HS7oo;x$X_$i;Z<#_im?|r)L^{5j+be^Fmd~K#qb=< zvkiuMOUHVu>K>-LWi55AD73!I>5LjQ9$7H(yf-r_e_HOTBR3_ld_705&xc&c>by^F z&FSzoIrpYs+r=t5A;G}DJ@Hn!Nu_D9)fK_U-}4O4i;o%!gpWM#NB*W{q@TyENV*V+ zh-4mJ(Cgr8(S@ps-jzD$NJuU6twDYF9Qu z?gFMRYbNK@v}^|J1y5H6d1*K1I?angUv=_U9h!#QyU<|O zOx7G02F-Rv;9|2Anl~8f19m4ml1;2u>rYR7V03l;yx`1YT=R@bBW{p=og0G8z+I7f zc-vlbYW7;^op)kWoHH}CO8KZ|tMO~f0(o+`dsDZA4)$1buA@G2%z%|()?3Sv28TQ| zJC^R#_&pYH%{z4+xKb`nxxX*-zT3*8W2xqid8!jFcf8n4B3XP(x{YwxJ|0~f)wIKh z)^YR)+v>SVik?KDewM1gEqV@pq zspe#C?S1l{K=gW6OM|+vTI5C z*Fy_SYERoIzAG(A@Gp!mTu|s@v&{6unkyUqdo9LH)lfdZGGnNJUy_{VbguZ$<3!Of zEoNr3rw8`mED;x!_{F!D^(=aeLGDj8tSBC#+WhpIBoM4HO&PBIx!ZV~+gtZ*FRSE_ z+7C26Yu9zToGKJKll6zx3)DwU$z##kyK@B)!>^W^a9O+ka9X>CMA-M(d|>zVr{){7 z!UYjaj?4-Y&5b-*x^>;Q)H@A>Xj^Z2}fw z45>zj{n(ywLR+%_@=*-1o~y%N>}ra?ylBgvER=r9>4JyR^fw{@Y07vNYqdi1s!C1s zjl9&R&d>OxUPZ6lobzn<^5IhAua{K;&)pw{R;vC)HAfjAnx06#+0g!D)r%Wjl}caU zg8^1iucW)CbTN03c=&Nw$VlU#+aokDl5 zu`{aM?CWIqowijzg_G~Guoh!fs_T@m7qV;JVt30ov8J;a`{HxE1Ef#cMSb1(Po0cA ziPYH^Q>LPrsa*HIbJIn$tSJNa63faK3ze@gmver%Z)W3uB@H1tbWR>CS=97r?#V= z1!+eNUZz%uW)Ihe+U(v@7?|xX&l+Uc^Rp0_c-?Cxf0>5`_3nQj;1<6`tE&BCU6`Bi zNX*s6+3y;XnXPHDgk4cfl(xB&#wpR~?1HcL7nCR6)3W^dxd&yDp=cN$wFvIIF27G$XuN#W-T0%2{dl!9ylq(HJD z9$!pH4OU!0A^99S%Ad#tm{JEQnC}`XgM1@B{MeBKHkE_2wb8X!(qI4)qyUjhkx(qB zDe0(jTpE0?8OETH<0c9L9krh6g>;a}ASA((UBfU%0?GyE#q)$K90`sA>b=I zDp;YA(lD5ahzQFFyro3O!(gdYDh9w|a5ywI3D62OQ=n8|m@6;9zW$oqi)_71rp z{P@NAKypc#j14)3Lt@3U$q+6Krq@RVO-ekzNIISrOx|bCIP8yh(lD8D+=j!(Ktf0a zgUaFfu%Fp0_}ouqeHNQ$W;~tAfxzxQ;(uoSA@^}(*ow)dIZD`J8mA0LI!Y5SjU!?6 zIkfRpGLA^(-~b3sCR3?s0zkl_sU!jcO`>o)I3gBDrQo1RPz1_}nZ!f!jo_$(kG*JkW3CMP6LVsEb+MU84jD~3`2sja`+;U z2VtaQ-uQ&3E;KkBm|0LGR2X@D98QMjAcH`KMCK=v2uiU?2!t>(cz!d$`n9OnwTa-xK0pPNSnLz?=) zjG+M>dV(=L`4eN9e?LbOz@c(UR0U!*T^70tHP5Sr85caRdTsLI@uj{0DNJ ztcv$JT4OYw@k3dyG5=He34=+k6y|1P3~teI$H#nZ`R_@C1O7LE?*;d7xnmMf#K0FBe^u8%MwjlVmqtho|J93tUkRDli3Ip{at6!I#Svi% zpG|+M?n;A?Go`K@V{rWopy5Hlh}bKq|VHVntrew3?q zsh)yrJH5K?Shq~vQMyjrsP+Z>qdH@6=Ad1VZeE>g;NEa4Su1T1T^)FeG34_{7B_sP zs`X`f_l26NWi?rai?$jL7QcOxSX38<&FxsX$1%#{u2mlW#wM?V$F??4M^w|Yc?TC7 zWo{DWTywbXV3O0ZF0r}F&cwdwaLy>_e0oZOJauj4lyvv{gx%POXIXh`-tn78f^duF z6jJTbo?^9>LYnqA<8JSpJgqH<=Z@~?q!s54W$omo(d<^*cQ2YYUT}?9i%;K~-sEpt)5>;-Q3MHRaK-{vG|dT1sCA ccH8d7+~2w1x%!yZC`>Mb;pE|1Xde{&U-ALE1ONa4 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_helmet.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..07524fceab9ee4fd4caed0d43bea8b5c8eda1103 GIT binary patch literal 5135 zcmeHKX;c$u7mo0O5J47O1&R>kf?JZwMivQ+VG9~$QxrEQlLAK*iIZ^BvFm`p=v*nVI`O^W1x%_uiXK zYEYn`CDDOMAP_7?{@x+rY^^`cOu@Hv-vCS?7`LqoTZo6i@g%hdlgSk*2~SX?BvdDt z5eT|pA1zq4ZKjLG>${)18*N)yAG{d-#G%kK<7$P%-vP@E+A_JV%64h{rp$}4ekfS$ z7gm-~Z__38pLvsf!ZxF|!GCvvua!Dw3~qI7lM}~|_{V|3tJ^bzoxeMt85m!(#No%I zxqe3-v2h7gHI=vLR8JUyNa2nrH$TKvJdBOL=$8*A<06-1D$uR?nIztq141k2I&gw4QCz8PXhF#B6P}MlNMZ76gC0EZKLy zIA@GY?Kk&B{ps?6X;Jmfp69djf6LJRMsD~V3z%9SEt(vzDCj;=w&(N#_T?LuqPqUp z*&D@+SNvIMy!gI)gU2ZwE5U`WvyMiLySVg);OVs^-|nVeaV?$q$oNY1;nUl{`^}Da zC316bN?~mN%UXN0y6}`5o#SVb!oH5?>Ac3|s@iOE<(qouwx`L5eUs_Xz0s0e_ivwn zBEg{-WjbbSd+%uv^t?s4yYzAPvG9^3z4iyTm&XzPf=fG|!mnGJa~c~Ti*n+P3z}|u z4tyS@xb0RIq1Zj;)y#80CSAzt$o2?qI$=poh*00-I-V`Y;L%a1!i={(V3?N08DHbI zwJqN!o2pT4y3}PYaY>z#Qa8R_arp`|Ke4#s(YQcJJKZL}zeP>HP+@-c`}SvRwmPSY z`}0Pjqh*nmcdJR)K$=r(?tNP@id^kDOJ^l@mmEw!NHSZSSb3Z~?YMvHz#Jk);>La4SiL&E zIzBOo#yr<;XUuAM4Na}g`uR}W(lTo((R#o2u57ef6k>a_^MTWdlQ$c5y9TN}{L*s{ z+gV$uMrFgl)_+ldG52U~LIL+wT1CK@fo>}R9H!MtPKm^;&BZf^ex%DWi8t13`yW&PZy{B$ed6)5y>w@R-HUCfVhj5kV%@(^I<&MfSew^_ zG|KY`wNV`b*q<}vBD=OfjhM61X~d6hH4SldLZ2s|9bY)`bB6f(&h@OXzI4)g?8Tal z)*SPUKKG!sD*fU}l6dK4EHPOaxzF?Z1NWZCs-8!;nCITCC8&>U_9sWCHiB`yN)E>E zLh)Qaf+?x66qBG-ol*_PGJ)Xcp;N<142qK^Xp~$fAoo=NL?+3l0&+N842ji3G+OSz zN`r>33JgP5#UMN>*~6XarsD$wC5po&ol>FF@^u2TftL@i^=2BGWPso?0`fv}5J`w> zP!fyEqCylOoqQ#O>`o-PX{0iKh_~+$1-KKCqj6l#r_ti$8r;gJo3>YawLlvkJkZM7E^bhd3T=rh94`S1=7}6OY2ypj~{{!^f z+znuW5{voX7!s#8=zm3?USb3}SJ( z5W-=h&@d{IN{hoP1l3aka;hBgNDvvF#pOsSu!Kveuq0B10@Jw&MJDCIkc`b^bLi+W zig_A2s7hEdJSshv6i}f&77WqZObVS%X8CRd`NIILHV?#kh?ATF2Afw&AhlldOB0M%$g z#py}u5S7U=tVj{QFQ9}$<;azA6iQR8q6`cAec^*_fU>Z@Pyw^S4wB&uH7JZ@nlKDg z2*~=-NP5b5%VN+^QW%H5VH^eCAO@2UG58GEFgnC%Gx>u_kw}KF;KRsZ3R-w2DmBCjxCWPyXjm16g7Gm_ zuW#-0f2aipB5{?nB{GUDk0+(D7$_(#7-duFbO_>bTv<$4De@t^7L(!eum<&t0y+Y% zKz$mtB269K!f7AEW=T*UV; zRHzF44T=Y^ODD^1wt`nJQ^_1ZZvquunY_4mb0;{PtNj;g34~E&^v4K7PM#ewj>JV` zpOJTs9Ej}6ve4&KfT=*_?G?s7i$vP}k!X`knq_=;o#J;7`!|p+D=|Om&QAw+@ssmP zEYe;!oXxbq>9+bS*lY~-T)LA7T&eq$u_SPLc&3+kfJI&0rhBH`>RFx7`fld04qj55 zB5p1Hf@800uT0&ZesR>9j@~+#h1c&Tn&cMdd<`gzjOqZ;-VS_9#w+Z&*RH2(Yxg!* oD(hS}*k)Y2FoN0}TvJ0JSV=g={!{kv2cZ%~K7rncW=F373$;41S^xk5 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_leggings.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/graphite_leggings.png new file mode 100644 index 0000000000000000000000000000000000000000..9f0f223aa063357e239e9d164b8fc027fd83962a GIT binary patch literal 5266 zcmeHKX;f3!77l0-qiEDh5fMVP7QrMpBS~Zs2}8s{1d70WC^yMXh-4zU5GEBFv}g-B zLA3}JDuN7(RuoVs83nC%dKF}7sc4l!OVw7N@@@hmuGh8Ra;?{YX04lh?mpl7_TJyw zXD2t6@9klNF~^`#C=;$H#}~O{b(gUb@@+LX4x&&qon!q2VP8;-Q>m3=sSLuwF)9cL zMN7pfRCL#^O+l3dHgjJ|7GIpX!W!Gr@ME^$ng{ouL#o28tStYhK6hGo83$duxGw7M zlhKoduNxYi&>z!+I?1sX*1J2=i^j%m2E3iVc=_U|@7s^w4KX#tH`t6FZ$7r;a(iD; ze&XR?v(we4l`m5)GPlJ6O_~hLjk%*8{LQL_@X75;Ax20_Ow)@q#{AA;zf%OkJ zK%IH#8r-zI+N<{`q`#~jUy#}s({N)q4^v0j$-KSmcU|sQ~mCNzs=t_OGrni!MughKo;4+0{K%vb1+@jyBPD(H9FW|NH~ab-EVZhvD=R z1FeaJ^B9c}I-jn&S#Nw6ePUk1_hU~UT)>#!OjGyam((k6G!??bGbx{&+Ss;K&000w zfx;z*y8$agQKkEA+{dHM?T6Qy%2k}R&w z-B85g_OJ9Z2(q?$_$k`eWbtB?6Xx_{>FtG|>?$I+d=%%mntRRqK;c)urw{s(D?+#a zu>UY*clb=6bZZ(5>R@FV=Atv_y)iFOy!e~l3cIe+hTgDs5rRYkjm@hymYB!dSq$~> zG)V5SJn}-7p8m}Z?D67}@Sv3rj}nK*_Y{?W9w=uO#Li8|{?y)M*2DUhGfWd-4qLh? zC>~t>Y->!2*GQyEb9=lo>#7@V^95S9%d*k>sy+O>a}_&}2!o6AU%)QAySf6(NtpIS zR&#!(dq))U0vU_5~P7-Z`DPoF>yiJ=(7H2VTMcAz= z0n0WJUnQyUNEUb9g|8r?cQVGs@d&2o@=BjGX)NwBiLEyj~X|0J%uhAy( zNz^M3&1TSg7=EeeziKbv6LJy@Bw!1%nTMfHuJ6Lyfk&1GwY|;Jnd4Q?9_dHUm|?N0 zlEYwE)6%9JUspE7!Mk%Pk(Lr~8SPx4yllAb+}f}! zkIJgjZ_L8+LOxL@B)NuuyY|i_r_m9`=x`tP%IobYRkgY>DKxbeY5B2Iq_qd~Hn4?C zIS~{o1rRY>u0mQr3gzG&tpbJN5R4N*5~;!wKU!0V$4Nzw_)T;kz*D(GVN%anHRKoT z?JtZC7qUcnXD5t9G#eq1LokSomdg|xcC;g2&&x)}Ix`86(?j5JM|>cUk8@S3AsmfJ zBLW1sXlWD$?}WiQs6}G7FUNh70(o-8hrzIlO(JQvTB4RpRH`K;GK<9`0TdF2LO>7% zO^gBtqX`PlavjA42M5v!)lwBKRVr{gPEeqXgdOpCWFGe>KDmm=o1#}}CRIT6AVq^J z5}62)#mrtkg;PUuW47!vgQn^Z> z6e8X`&P2i~oGMZ+(_=(J5+sA<2&o2%kNgfEmWtns^-gTM8GSm_13}zP@xOz9le->_ zpm;nsM=6ZdIpuO3@w#}~BBf9&V(W+YWE!18wWkq4dyq+>fgqj0Vn70d2(SmqEQ*j0 zLZWF@T!jV(6+%cyg^&}a2oD5^X#y$*A_(k-3<3?H(+L70BqFfvDWDi+fe=6zPowZr zOOdJsWz(b5QHc;Ls=WY$gaC^mAcIr_jY?$^KmipZ(CH$8$q+#d3PjOU>Gpx`!sj~T zDMa9{g)akPu~IE}#PdKQ&d2ZVjK5S4`N5!0H8R8Ao(3?PGzLIsQYh57pa4j%K`Ks1 zN(PA330EQ^+Z~|!o~wyPQfVWrw%sgyb5 zb;06vlvC3@A^Wn z?762@gZPipndz7mr#}^JP&ko-28^2AaD;1ON*D$zBoNX*ChPT$ zUHTWb0E%dUkSVe!h(tmGQVUcD0i@HJ1TvXL1IQFaa!8<8VTxU&6vJ9j4Y^1V9TBaN z`qXQMvzge!Rqw*JVUTWr5XA@ph45A}#-w7T$&5+5uJI;i2hx9u;-CjiYct5Y2^-SB zkZwqtYKN1eAp!rLpUKVmJ6+&#ADq0Gz8~cJAlG{-@Lu2#)%8KH_fp`!z#ppX|0Wma z?F$v8K>h}4k=Lb5J~R7~S1lufmj?$$L`LZ6KlUC%?z2^%K^hcl&LZ7qfI5K%b`mtY;*JmzP#FdRf&1R(7_oQ8ziU)ffYTn zHP~CDsy2;a0p|Y5=FDXkEvl$y+`eRi=~eJcg9X?I^BV?ETQl;AUZvzA?aQ>fe-e_g zG4xZfuQ?fBC>Wh_@V0;Ne2m@b#^5?5&wT}pj zXR{{8!qP;RiVY@UvyIV6G?5^;vDoD@;H~0MCYd?^`TogdW?&IgN{KhNXFdOaU;z7Y zW$3M=BJ%FdeexSPf&j9|c>wIPMfUVHAtFxz@+TCzf&S5?sq0{uE!NLkG7hMfVrmQ( zJqUDgT3rXL_&}lQh}23k<+FpZJMlAH8}m@mpnh_tmD<%nM=EJUMRGkYK$AHYd>POz zE9KonX0S=!thynl)|5fe~|nTOGN+;Qc8)4s9AV18hxgp^aW7Th_b(}H&6fo002ov JPDHLkV1i`ytfc?| literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/imperium_axe.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/imperium_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..bcc51249da70e212a958a910b33a408ad0d3bf9b GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf@S3j3^P6zw+u{GkUPk}_S8E*RO;-xryoW`-d6~31GY}m98Er3_ z&?aDV;Ihw`{mlyn4mWb=OXk`9I+d~FSf5h=b%q&dKX12B-0|^+c9{KR6NbBKF|RgA zIrN;Zn0t5Tx_|M`ebUN`2N{ZV7R=z=JafY4jk9Mh`tbihFWVlo$L0r|B~=?Q@G>wY XPK>H+xwxYR=r0COS3j3^P6HQ;V151Y2J7zSt%zY_2dtac9rIg7@4jyZ^ zmpA_y&uBba5<4}8P0U%rG;q~i)4*MkQX2efzFh~Det(Fao3^^`=VB(E_b1cWb8WoQ z?O))xZ*{R*$&K9WlLc*Of63YOXLsj>)%|+@Yql9KdTcsf?csXeCuduaS9u>^$0inE6@L$v?g9FZ!PC{xWt~$(69B-da8dvO literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum.png new file mode 100644 index 0000000000000000000000000000000000000000..203a4a9675c3eff876d0ab2cae622ea392c064b5 GIT binary patch literal 341 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc!B?Ixjv*HQ$r4rym-hd&=WyOxaDZd!My3?r zS6*TXzn<+C<~eO{cIa!OM8mq1*TfbHvhm5=H70S)P*}n#s~~-dPw4t^6mqD&EVIoVE(wq`s0Jdk&!U-6L;57iI`Sy*M3~nLf4ArG17=Wx9 z=FN>8Y#HPwI2mSadIYx^rwd$c68={f^)o2yFfi;|^OE7h_1z2xnyw5JW*9Tvc=VO9 z0U%pJhJa|+Ut1ac0}jItS+lK!Vb75TU_%H7qNkbYe~_~eTzJb+kZ~658=?&WX?8Fa zVwk`E3E0^%7r|`D>jGq(k^PLGZm@cRSj|{nfbMKUDHX*9q}U8I7;XTmHe(o|A;%4l kb9@1Y%{v6s0iiGe0IpMX5y|V`0RR9107*qoM6N<$f~lKuWdHyG literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_boots.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..4dd70eed1b9c84462d3ba099ad5aa3b7b9d31976 GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`=R92;LoEE0Qx*sq1g)6g_>0Zu z*Y*GHJF|WsbKAgr<48hQKnz3Bja#t?3jT93J6Fdm9-gPn{eUe&m|e0d(ZQ>R@kT)j zv%{n9`Fm0#Hm_yQGw@@+Alej@mM_O?He&(f4UtJX2fD9+m+YGp*D1ut65Ei&ZN_|M zs*Z$;i>Ty!32KfM9F5bOdDRfYdH;tmWdipC6~fiYM$ z!UQi|-_3C6{#h`0&yfWX17N_#CgFc&Q9qcAY%8*wHQPGC8ew7>284K3Fo41Un*pG} zJ#u;_VFPd_E}{&uF%8EEaaiDiXo4;P1tcgoumMo$g8~p|7=Sc^0uq}c*ffLGW6ew; mL$J93*=DS5>-+7b(0000-zuW&o(`kmNwKmBEXRO?748F!G#i6!^eld-sLHOH$U}8aSCIXoCu#!aYh19^CCXx z!+*7Tc(&*7VUhmw=xc48c>cQtiKfJcy_G7>tJ*9ggg2$lDDImR*ZGKR4O@eVyvDtrRb)2RQRW0u>I6)xIVlFz?=^<2xJHde0=E7u=}bd!=57xz+ zuL}s-3=3eaE+EEcoCXkUGgbpgu^GbvQfN-K38pVx-_3C6 z{#g`5uo{4@3E4F-Uf*Xpa(X3U17J3SG=PAFs3Mpq$pDyQkVX|nV+I3FSK&5GW*KZ%f9igIV3}!2GO<|b7{Rv?M(4FsTCi=gm;ugc|^-CD;+&{~( z=g0#5EpYGX!pch8#CI?ZZNw*i1$+9S|}I0A=Hf5uU^9$N&HU07*qoM6N<$f{F=u?EnA( literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_scrap.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_scrap.png new file mode 100644 index 0000000000000000000000000000000000000000..ea8ed5fa0c370cbf8df15fe65149b5ee6ac16046 GIT binary patch literal 412 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc4ThdBjv*HQ$qOX@{Qob1>JY!fs|_ntn=V-} z?s6+}E|6llEFpT~gM7=vLkSHz9LgPsPn_U*s-%)QE9epTfj{5&IT`Hz{h?+@(gZsZ z<^;2*8wS1G^Y^e^7GL*1jf1y`QJTe=Wl2A)4mXRz*>BG#@~o12RM2aXu;68vA{)~O zgMzKTf6kv*XWGVjGfaR@lHB+!KIxBPTB3kJys-Uc4VM2+cT4ULQpQwn#SuMPdF4Gd8RPgg&ebxsLQ E0D*#*wEzGB literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_shovel.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/infinitum_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..13239afb01b4279f261d7c6f5201611ecfcaee95 GIT binary patch literal 268 zcmV+n0rUQeP)|iLwFn{|KhN%;tz-@-b9^NoO)_mj9S4J0`g#WP6Cujgjv%CZ+!+{HL89M$_eze1t`*fj4svVf5&7a(iiwdN(m znr$5nAk83e5HtXvW)uTpA-jBIBivAsn7w%!^u>ex6u4KV*^WF&tkRilq z#_$46)4`L=83@^oH66eV07=3OK@Ko%X$B(@VP1Lh<_^Q1`)A>yjVr;S7~p9p`d?mx zli|)gCk7QoW3V1VhQJK~X?8FaVwk`E3B!#?Um0C&62R#lWDq_>z@ZIN$p3#n!+{HL z!J3hs3o{6oaL~O1HUJcTM^3LK=wGaX2(tksiOUvzITip()tU9+FMkRE0000z_* literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary.png new file mode 100644 index 0000000000000000000000000000000000000000..85bb7dd17d8cb7dc6cbffcd2ba2c56594ee7180c GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf*+GYa*hxuzoLd28<0t}|6@8pbNGh~!~mr=l+#Bzk;M|gyqqsq%q@uhaZ@6PpW zt8eaL5#&5y`PI+r(IO3oh-puE1T*woYl`x(T6L(pe%^ysmt`ZTUHooa8mq0U^icR^ zSE5A4na_W=?#PusCb4T>_1%Nkf(qx0ztytqO`EZ3Yg+8}3bSJjE|y{!qUKM^+#X_c z&&-#(q1aE8Av;&&^rxjBUbnXymYqBLU%2_X(!J_snY*S0`FUpNGDsZ%81_r|AHzbi WsMXte-ZTMy#o+1c=d#Wzp$P!(#A}BD literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_boots.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..12d3a2e857b4a9b7e5e0db81b112246990fc68e6 GIT binary patch literal 355 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%Lhh0G|+7Ag!ybd+E}pwQJW(N=lwRdv^W$_4DV?@9phfw{BfuU*GiU(H?#ECjOI{p3q+1c4MXUox zJ3~ZxEs&Bc3Gxg6j}I`sk&uZ4s^l#2h%9Dc;5!V$jK}j=qyPmoJY5_^G=h6i-DPr6 z;9-4mOhfTg@V~16*SB=)-6_yJcWt{%#Zz^L1F?b%rzh^xSgGuBQX#a-%lL|K(=~&V zzszM4lE0p_`&2EvdhXOk0mhzB+=pL@%5s?PS7u!F`8ewde?DEF^)-$h>bo9@iM`p~ Rss*%@!PC{xWt~$(697$gkyQWy literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_chestplate.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..08e174f8c7765875efa4d2eb771d979c9437a8fa GIT binary patch literal 452 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%Lia0G|+7Ag!ybtF5iAqocEa{rWj`<}6&eaMh|+vuDqqKY#w>#fvK|E32!k zD=I3gs;cJBo$Kf4S5{WGV#SKJYuEbw`%6knYHDg~X=%-yH%~%BV!?t1R#sMXxwz(V za40J)FH%uitfppWX0~Y2q9sd~sHmv8xVS7`y42U#x4gVOARxfU$0sl_5aNS%G}%0G|+7Ag!yb8yg$j+uLhoWF#pmIe-5AW5Ealo5j^$mMXm!19Ic68eV+fe|M=#J$2H&I ziYNL#PWmrj&=cMywd!NS%G}%0G|+7Ag!ybD=8^CfByVq$By;(_8J)(#m2@0#p~A!2LdV1k|4j}|4_gX z>|Y@S5-jkDEM{QfI}E~%$MaXD00jd)T^vI+f=kbN@*ObXU_NlH<>`NYJ@3U!R(w5Z zRQzbuw0sFs9SIY4!OblqKb~IXU9*ap!Ls3|x?e}+UuG%coBT)EPxv*cq=;99sqeXT b;0>GmE;ifWMH6L!W;1xY`njxgN@xNA?x|08 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_sword.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/legendary_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..59301ea639e82b0df5f629c2325feeb7ab4a93aa GIT binary patch literal 322 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc!Rwwbjv*HQTPHd4H97FOt~PW_KC+|0^+qA< zy9bjd7x3#HGQBaWfVJ$-fw|g$_RpMTsKn=1|LJn(?;+H3m>73ruu-Q&G+xN1^_0mbpR;qX&`gD5p z`iIgFx8=^9-?eCmR7~hq9h)wP$Z1uqvtB=|l>2v(LH3WLM(bg<2Ju79IXq7`7$<#r zzb@POme_}Du2oSPeH<1)_}o8O9FaED<^MMO+lTZUCufz-vh6O7d)(_Hm$zl9_lvGl RU!WHmJYD@<);T3K0RXtWgZ2Ob literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/blue_stained_glass.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/blue_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..ced0234946b433725632ec77e1cb1bfbd5f620c8 GIT binary patch literal 105 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`2A(dCAr_~T4Zhvn(kgU@A$7^b z&W%zRygM29PT8?wdQ_Z*X~Gc+FyG`O(@hBm)r+g7gh0rfI?y85}Sb4q9e0PC<{9 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture11.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture11.png new file mode 100644 index 0000000000000000000000000000000000000000..d994167cb174ae611d011c208882255840076ee0 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70QzlRTecpjFLB_Np k(S%3B?Qlb4L<=KB`XteXU+37$0#!12y85}Sb4q9e07*y|ssI20 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture17.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture17.png new file mode 100644 index 0000000000000000000000000000000000000000..8b80aa7dac996c17fc93406d342e5915ca27bd73 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70Z^T9ZoOfVMkTGpY jG~tnOJKT^M(Za}}SSKwgR<`mzP$h$>tDnm{r-UW|AK4XM literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture28.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture28.png new file mode 100644 index 0000000000000000000000000000000000000000..6f0c6b7b23cc9dccd3883fdebc4aa558a47c4a86 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70HrmRc=QlDPu*hOK joFQS*)5dss0|zrhez8KJOVdOXph^Z$S3j3^P6gTe~DWM4f->ntQ literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture31.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture31.png new file mode 100644 index 0000000000000000000000000000000000000000..88ce17d5e873888b1bd2f161df818980642f5884 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70CdS6U&pR+C$e1=H jn(#=t9d1aBXkla!&5%-L5wiUaRLS7!>gTe~DWM4f{B0BV literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture32.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture32.png new file mode 100644 index 0000000000000000000000000000000000000000..62e6efb0d0bff8d6b62dc6248f32b429a301470a GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70SFT_Gf8K#HLB_Np k(S%3B?Qlb4L<=K>(`Jc_xAjAqfGQb0UHx3vIVCg!0A-068UO$Q literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture36.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue/texture36.png new file mode 100644 index 0000000000000000000000000000000000000000..d0937f82b0f0ed68805d49f60a9f886884210cf2 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70fBygfU(d$H@OT9y k&*H=b22yN1hn093RORh2N1mcDNxiqJ@zmyN*G%LBP$h$>tDnm{r-UW|Oy(9( literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue_lightsaber.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/blue_lightsaber.png new file mode 100644 index 0000000000000000000000000000000000000000..82cf6efbe03946a1b06448de972abb387fce9387 GIT binary patch literal 876 zcmV-y1C#uTP)PUHK5+~*0$`|f@J@Bi_HsGBrG6gp_9sVPZR z)J-~Qr~kS}h(aSop`vb5Q<(27Io{S*v22msKELzIah z@m3dQ;)hloq7ceDv5bXqKl%2;~|% zD*>OFo67}Wqy(z(eu9M6&2<5${f%`2W`S$#0&LPt?wwer%qBnD4u3a}@(hy*@_-*}uzW)U3e0j%`xn*JXNxXF`WfKSY!*6W}i6(4DOVdSBJ@9d)1 z>p(o;vL?pQ_aE{8<_h(whzsEwKLV$&H9>DZD#AznsP(eYqbWyYz5feZ;ZTpM4?XaygddU8l~E}wC08J%J^RT>RJWBY5h-& zSudFMzkqAW1MrfticwKOsg;Kz2bUHD54N~!5?G20jK}uR%DKR-1uUZ{7;T;SPy zfIS|c4_r$gOP&K}#Q;{r1)h8N$79!BU{qPY1I&uGx3ArG0k?ME9=n;pCzi<2r%rmV zYM8^}a5x+ehr{7;I2;a#!{Kl^91e%W;cz&dfAR-K?jsl@7M9Ea0000<{9 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture11.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture11.png new file mode 100644 index 0000000000000000000000000000000000000000..d994167cb174ae611d011c208882255840076ee0 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70QzlRTecpjFLB_Np k(S%3B?Qlb4L<=KB`XteXU+37$0#!12y85}Sb4q9e07*y|ssI20 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture14.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture14.png new file mode 100644 index 0000000000000000000000000000000000000000..cb5a74c63920d87137f9c08983f7768e73fb4185 GIT binary patch literal 82 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|lAbP(Ar`&KC4s`}3akbbmsEuu eUeTtwl#yXy6vIL-W~t*qMGT&11FB^3boFyt=akR{09e}=>;M1& literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture30.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture30.png new file mode 100644 index 0000000000000000000000000000000000000000..9af03ec0a1f2093baa675b65ec56dbc80b3c5a1e GIT binary patch literal 82 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|lAbP(Ar`&KSFT)1QD8NgxTGrN f@QOCYrHl-#Z!*m0aXQfrRK(!v>gTe~DWM4f->ntQ literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture31.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture31.png new file mode 100644 index 0000000000000000000000000000000000000000..88ce17d5e873888b1bd2f161df818980642f5884 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70CdS6U&pR+C$e1=H jn(#=t9d1aBXkla!&5%-L5wiUaRLS7!>gTe~DWM4f{B0BV literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture36.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/double_blue/texture36.png new file mode 100644 index 0000000000000000000000000000000000000000..d0937f82b0f0ed68805d49f60a9f886884210cf2 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70fBygfU(d$H@OT9y k&*H=b22yN1hn093RORh2N11FB^3boFyt=akR{09e}=>;M1& literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture30.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture30.png new file mode 100644 index 0000000000000000000000000000000000000000..9af03ec0a1f2093baa675b65ec56dbc80b3c5a1e GIT binary patch literal 82 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|lAbP(Ar`&KSFT)1QD8NgxTGrN f@QOCYrHl-#Z!*m0aXQfrRK(!v>gTe~DWM4f->ntQ literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture31.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture31.png new file mode 100644 index 0000000000000000000000000000000000000000..88ce17d5e873888b1bd2f161df818980642f5884 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70CdS6U&pR+C$e1=H jn(#=t9d1aBXkla!&5%-L5wiUaRLS7!>gTe~DWM4f{B0BV literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture32.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture32.png new file mode 100644 index 0000000000000000000000000000000000000000..62e6efb0d0bff8d6b62dc6248f32b429a301470a GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70SFT_Gf8K#HLB_Np k(S%3B?Qlb4L<=K>(`Jc_xAjAqfGQb0UHx3vIVCg!0A-068UO$Q literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture36.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/green/texture36.png new file mode 100644 index 0000000000000000000000000000000000000000..d0937f82b0f0ed68805d49f60a9f886884210cf2 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70fBygfU(d$H@OT9y k&*H=b22yN1hn093RORh2NtDnm{r-UW|5_lD1 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/orange_stained_glass.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/orange_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..754a1095be7648c0439d745e7790862da1c3204a GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`NuDl_Ar}70djj(}&1hsgz+v>j z{_+09Pi7qaG5@64VTNP>dzSr|{6Amqm;(>9$3>n^3`ZG)Op_%XdM01In!w8(#3NmdKI;Vst E06R=K!~g&Q literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture17.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture17.png new file mode 100644 index 0000000000000000000000000000000000000000..8b80aa7dac996c17fc93406d342e5915ca27bd73 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70Z^T9ZoOfVMkTGpY jG~tnOJKT^M(Za}}SSKwgR<`mzP$h$>tDnm{r-UW|AK4XM literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture19.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture19.png new file mode 100644 index 0000000000000000000000000000000000000000..d0b045665c7f3acc816e277d492365c83ecec885 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70IyyRk&O0zB$e1=H jn(#=t9d1aBXklb{uu|19V2e-{P$h$>tDnm{r-UW|6yp_2 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture30.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture30.png new file mode 100644 index 0000000000000000000000000000000000000000..9af03ec0a1f2093baa675b65ec56dbc80b3c5a1e GIT binary patch literal 82 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|lAbP(Ar`&KSFT)1QD8NgxTGrN f@QOCYrHl-#Z!*m0aXQfrRK(!v>gTe~DWM4f->ntQ literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture31.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture31.png new file mode 100644 index 0000000000000000000000000000000000000000..88ce17d5e873888b1bd2f161df818980642f5884 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70CdS6U&pR+C$e1=H jn(#=t9d1aBXkla!&5%-L5wiUaRLS7!>gTe~DWM4f{B0BV literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture32.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture32.png new file mode 100644 index 0000000000000000000000000000000000000000..62e6efb0d0bff8d6b62dc6248f32b429a301470a GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70SFT_Gf8K#HLB_Np k(S%3B?Qlb4L<=K>(`Jc_xAjAqfGQb0UHx3vIVCg!0A-068UO$Q literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture36.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/orange/texture36.png new file mode 100644 index 0000000000000000000000000000000000000000..d0937f82b0f0ed68805d49f60a9f886884210cf2 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70fBygfU(d$H@OT9y k&*H=b22yN1hn093RORh2Nzopr E03k^s^8f$< literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture11.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture11.png new file mode 100644 index 0000000000000000000000000000000000000000..d994167cb174ae611d011c208882255840076ee0 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70QzlRTecpjFLB_Np k(S%3B?Qlb4L<=KB`XteXU+37$0#!12y85}Sb4q9e07*y|ssI20 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture28.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture28.png new file mode 100644 index 0000000000000000000000000000000000000000..6f0c6b7b23cc9dccd3883fdebc4aa558a47c4a86 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70HrmRc=QlDPu*hOK joFQS*)5dss0|zrhez8KJOVdOXph^Z$S3j3^P6gTe~DWM4f->ntQ literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture31.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture31.png new file mode 100644 index 0000000000000000000000000000000000000000..88ce17d5e873888b1bd2f161df818980642f5884 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70CdS6U&pR+C$e1=H jn(#=t9d1aBXkla!&5%-L5wiUaRLS7!>gTe~DWM4f{B0BV literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture32.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture32.png new file mode 100644 index 0000000000000000000000000000000000000000..62e6efb0d0bff8d6b62dc6248f32b429a301470a GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70SFT_Gf8K#HLB_Np k(S%3B?Qlb4L<=K>(`Jc_xAjAqfGQb0UHx3vIVCg!0A-068UO$Q literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture36.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture36.png new file mode 100644 index 0000000000000000000000000000000000000000..d0937f82b0f0ed68805d49f60a9f886884210cf2 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70fBygfU(d$H@OT9y k&*H=b22yN1hn093RORh2N1mcDNxiqJ@zmyN*G%LBP$h$>tDnm{r-UW|Oy(9( literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture6.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/purple/texture6.png new file mode 100644 index 0000000000000000000000000000000000000000..68cd99b64271cb4c59c0337f67774704074f7964 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70bM`KIXwS^rP?~1TS-2q97YXx|H@um8R@dK$Q%hu6{1-oD!MFVdQ&MBb@0B}thBme*a literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/red_lightsaber.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/red_lightsaber.png new file mode 100644 index 0000000000000000000000000000000000000000..a7240878e18cd781b8f52e3a88df0cc8d5635b21 GIT binary patch literal 946 zcmV;j15NyiP)O6^!vC$w}T1guiFxhu(YN|NW&;rpK0; zJyd%vvW_8Cdn~Sc2OoT99YbUtLyXI1an(Br&dWN6=&>cn<#N!@Ye&I3SG@y~*N((# z=R#y1L!5Rl#JF4z+NwPkdF@CL0qbFPbgXUj*AH)T(lso%bzAVvhOt3FYj4DY^ zoCNL0gcB#hZg&{8>nWYL=C5mEUCV8Vh1HRExW_SIxqZBrLYoQ2OaikzB<>_=znc&% z=%~$gngyMm$|jaOZEKe$;8j?caw|g10Mn=vS6||_6wY!gyWJu6l+LJ16Pfx%P)iwY&p zurB15T$_OYvvYL&9Lv?QFH4+c64X;V_Mk*@CVt^0s2Bb{$C-Yw&BR_qxi-+V+*AT9 zT@gCgwu2ggX;hbv?~4RD?OX(v->~EP>aXAStH7!~4l2x1jejlc7^2;nu-hFnsw4?J zhN(r?-oNH7r(zmanm_){&eKgSw~zYsI@;kL-=sf}q$i+@s*otiSB@&55B9TZW5{X12kw_#Gi9{liNF)-8MDmgN2V&$Z U4d1@7DgXcg07*qoM6N<$f(Fyi1ONa4 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture11.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture11.png new file mode 100644 index 0000000000000000000000000000000000000000..d994167cb174ae611d011c208882255840076ee0 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70QzlRTecpjFLB_Np k(S%3B?Qlb4L<=KB`XteXU+37$0#!12y85}Sb4q9e07*y|ssI20 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture29.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture29.png new file mode 100644 index 0000000000000000000000000000000000000000..2c4a99cc0a84cd0eb6ba097b94d83da8007ea0e8 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70cXk#(uV>?8c)Ws< kXK~^I11UD1!%931uVjoi#y5wU0aY@1y85}Sb4q9e071+a761SM literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture36.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/texture36.png new file mode 100644 index 0000000000000000000000000000000000000000..d0937f82b0f0ed68805d49f60a9f886884210cf2 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70fBygfU(d$H@OT9y k&*H=b22yN1hn093RORh2NFVdQ&MBb@0B}thBme*a literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/white_stained_glass.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/white/white_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..fc9fc65dc6b29d2f4e9055532681739f55f95fba GIT binary patch literal 106 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`hMq2tAr_~TfBgUdKgr90dCEjL zwPRTaa=dtE_;zxq1)t_#%+@2poEDsPAZJ!ZV-63)D)*vhar2FtK+O!Eu6{1-oD!M< D?g=0` literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture11.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture11.png new file mode 100644 index 0000000000000000000000000000000000000000..d994167cb174ae611d011c208882255840076ee0 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70QzlRTecpjFLB_Np k(S%3B?Qlb4L<=KB`XteXU+37$0#!12y85}Sb4q9e07*y|ssI20 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture15.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture15.png new file mode 100644 index 0000000000000000000000000000000000000000..b5db4827073734698911d36755477d53675c57c9 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70dx`@-*)y{?6kcIy jyJ(Og!OPs1D9FZO{a8D(cS~3tP$h$>tDnm{r-UW|E(aCE literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture30.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture30.png new file mode 100644 index 0000000000000000000000000000000000000000..9af03ec0a1f2093baa675b65ec56dbc80b3c5a1e GIT binary patch literal 82 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|lAbP(Ar`&KSFT)1QD8NgxTGrN f@QOCYrHl-#Z!*m0aXQfrRK(!v>gTe~DWM4f->ntQ literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture31.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture31.png new file mode 100644 index 0000000000000000000000000000000000000000..88ce17d5e873888b1bd2f161df818980642f5884 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70CdS6U&pR+C$e1=H jn(#=t9d1aBXkla!&5%-L5wiUaRLS7!>gTe~DWM4f{B0BV literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture32.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture32.png new file mode 100644 index 0000000000000000000000000000000000000000..62e6efb0d0bff8d6b62dc6248f32b429a301470a GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70SFT_Gf8K#HLB_Np k(S%3B?Qlb4L<=K>(`Jc_xAjAqfGQb0UHx3vIVCg!0A-068UO$Q literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture34.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture34.png new file mode 100644 index 0000000000000000000000000000000000000000..9ab79780b81ff820d316176d4313dc51ce88b674 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70C544Q&pR+C$e1=H jn(#=t9d1aBXkld7by()$W))Laph^Z$S3j3^P6gTe~DWM4f56l#C literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture5 proz.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/lightsaber/yellow/texture5 proz.png new file mode 100644 index 0000000000000000000000000000000000000000..77264305675bbde439baf291d58c590972d6908b GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70H9vc9&uwHnV3Eae kI77mqr;YLO1`cM1e0L?q4XL;G0#!12y85}Sb4q9e0BC0yp#T5? literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/magma_strike_pickaxe.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/magma_strike_pickaxe.png new file mode 100644 index 0000000000000000000000000000000000000000..8e9eb9b7d0462883ff31f365949eddb112efa9f0 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf63q&=Hms U6CzP~4d_S)Pgg&ebxsLQ01tIjp8x;= literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_axe.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..286bf289a3dc3a9bec00d1179b5c6a079f6973a4 GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!Vt`MGE09*-G)qH{+tW;x&)$qf zRl)f6=?p))&UAI{<7?!)$~TFfX9Fr?ED7=pW^j0RBMr!L_H=O!k(fHQ&r*m%frFWI z`tkqrYvwj2C+@ntgyW*|s@A)v#%*bAOJo!63=SqHsojn+xFiwi@qDjWtyN*+|JR+| a({(26G5p}3{h$eG9D}E;pUXO@geCw0_cuKN literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_hoe.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_hoe.png new file mode 100644 index 0000000000000000000000000000000000000000..ef9d5ee224b3ab90bd16b932957a4fc733bb5308 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!T!2rAD~Kz{?P(^;XK&V-uFj#V zkl`n%eSD4jrdh_XPfHyCmIqY9SQ6wH%;50sMjDV~?&;zfB5`?b*G@qO1)jriT5R6z zH`rRtF8WGEddGuzuXcNRyG)PvdKEWia%g)+Q0>3sAJ1h~;$#{{84k@~w|6_x2nJ7A KKbLh*2~7a0C^XCf literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_pickaxe.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mc_textures/diamond_pickaxe.png new file mode 100644 index 0000000000000000000000000000000000000000..25a097c5ab0798293026506fe8867cdaf885381e GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!T!2rAE0E?;RnU;*_B0b!-!zNQ z-c0-Wn$C3f3_m&J*Qb}f{`Cx~g0UpXFPOpM*^M+H$IH{jF+^f&Z;v6<0R;}`PM1~x z{})_b$hJJ~wCuq*>A$+ZNv4#@w=*cr4@;ACdAZoIrQ)8m-=*11_y2$J-R5twux{d` fweM8lz6y_bP0l+XkKW~)DC literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/all.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/all.png new file mode 100644 index 0000000000000000000000000000000000000000..0a56c84d9c48d3e9f6f5d79099b308145c7ab14b GIT binary patch literal 1724 zcmV;t21EIYP) zL2BeW5QgPAcbJ9ubAa3+FzY5J2gurB26BLbhIfF#VDKq|2d{II?0b9|zgv`VF_l4NI1)0_n{Wm#VSE{Y;E$=E(uZL8Avy%0i(_qU@ELWqyg zugvw`>$-Mc=Pdu{_kYgoAD>^w-}Dyls1(^~n&xbJ>2h^lXLVg?MNwonqmewn9xnz| z*Y!wt>b>c6Im?G8xB7D@4!omRb(Qh({ zs;V-RELcV|L15dqXE_a+;1<18%ZDNv0{~%|odx(*nuI&0A8TOXi?TfrxGP-}Hp`bd+mSGQ2vKF@P;I2=Z8 zZtY~-dcYE$DUnnmXbohiPq}|EA8!NDN4_g1TZ6g57BIsq2=p1@zFuH%FvU%NE$;F> z7y8RJ2XjGR4(1lUr&0*AP62vAS5+1Hhu3wTxuz0*EnrSLm|OJDb-FTkfZq8+To-hF z7HOs;c9Q`N!*KCH(g5@za7i%;g`hFsL13s=xjCJQ1tEIwO{1MF6y;!Uu0FOgN3R3e z3QIzS^E%)kQ4Qc0>)-m0pt39{V*pA>cihNeO%38qa=sm}r=xw}k4n<9-De2OvJ@|m z4^Ek6O2M~wklyiX7T~)fG=*rN1FR~6bFlrG+zL2c3O+WHGXUQhfLruVHTo&tzYvxf zz_csJ2R#O$IuoEy0ec7nT`>T)0a#-Iwew7C{Z#lI2$7>lo(p{X`76kG*&{axfws|2 zwPueq0qfvp0K+g`O$++*uRPC1RaK+fzRxtGo+9!ws*lgF>`91A8?MoHDj0*nvMh}+ z8?GbW^0aT?_oC}M=W7YEqxV#^gL`@Io-67!a5x-9*L9=Oj?ur2yI~l_l9vgJ5pA3Q zZQf?e5cCZssmX_eybcgMP2=Xexwv{8WCkz{1F038))8JFA13SMQ*bNz#Gb;UM9{7q zNa(wP)N3z~590at7~RW+Wc5Oj=^UQ?;pN}1oZK|m&#eT4c#y{cOLi3dw3XFBZgXj> zkQu;Ktw74y+UeI+kJIz(-X6eog2=S+)Azmg z+7we&$@jP8B?gdiDb(z~5agPtRT&+b+so9)lmh9U4(PZ_@A|&KTGgwnYE&<{^@NVP zp+j2!kMG~kPd|TMrVE+ttGvG*NB=_|fDY%`Je4^=`VzP1({{^Cz^fa;R)5G;$@APf z+Hw(Z&tY=9zgwY^@a<#j_f6RmdbN0 z;BYDU*ccUpR0~~l6NV*vsN}g7cDQ<4qg(Qg#HVDIw2fULiN)GM;AUfhREZh`=wAex z!S;a%U`CWWz!V%t^wLq!E!yXj9eAA#3UOPuHT45KmnndAR8Og&OTot`A1w%M8uJ4k zeeh|^RsUXGy^YOg0X7+K1)tbc8?pdqu*m|p>H)wQcmQTZ^8lPjWQ;mNEO~i9=8l(4{#%)vI7<|fKKWolv4lJmV@ncbZW2(3T0!?<2SNxd3>8mGI35*u(%TsgFPo`ne7?c!0>D z4zNT0oPY;l1`7|6`Up!|Kh6d0oV6bqfh-^a{ULz|UiX9t zmXGIo SJGcD+0000-8lh{4m<&t;ucLK6U;rxM%% literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture37.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/mjolnir/texture37.png new file mode 100644 index 0000000000000000000000000000000000000000..b6e5e2b49a6f7c6f57b465b79fe1203e1f807fd1 GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70bL?t=)w6LiJYK=b kvpDg9ffO6hVI>|08!C1wpxt7@#NC8kypVkqu44?(FK+8{;hN?WDc zqA^5*3aM61MV>LlT#1_Jq7h#D)_VWIJ8PYD*80}o-#TmW{q21o+gh86i^zxo03dFD z18&E=(Z9BkAn*Kae773_gfh+HCJvGRtQ6TGy*M+viTMO~vfI@%0f0Pt%HGOsvaJ1XKR_ zeo#B#$1&C+6TgdpW%V2nCPlrQd}yv25dAE^ud}&?Ty1#Y<>NWZ+;keQsIl?y!54{&=`$22u*lFkp13%4U?Ww<*)SHf&dJc5aBf+WkobFb zO(T17)7i6Zwzs|M!sPL&&D$NLo}7N8&$;HOlTijg_9ilqQs z`J4s1@0H;dzBaox-=isygx?mU?Piq;2ZtcXO^$Q1Ge0tfe{yrfR!0`p<&KUvKA51s z2kECie(T!mT&!IP+mf8MUe2Np;R$JJ7j{@Na0fatWE{|DQSPzD7Z8$MKkye6#$-rK zJhP~0gBi1eA?HJ7rh9i&AcMwZ)^Pao5j-})?5W3j#bSF%pTj}36+bfGn7m(~39m`T z%(oYH_@mpH`Dyy8ezR=9n-Nz1r6;5=Q2zAc;ypBBKljId#Hr9kxh>ZIFJfw{x*~D_ z7%S+NB#a7tU;zcTGM=n|`%_k52Q6czrbP^7go)V*m+d>IsJ2s(y)ACUJKdVHeJ(Db zS8i$HV#aTq(62^Gs_UXu1n#g%w}uS&?%sm^`9nZm=-rpj=KIsFl9ey2;wF*lZK83^Z}c@FU*txs%#8mi zl>aNGqYZSYIM~QdWwfO%I4g~$lq9DzsG2Is-t_U*2)=*TrW<@ictka+HCpACQm71C zDdBE56nHulYB_S&wOr_)_>73MCN;UVWwGCn^79?sq<@4=%6WvcxuBqu63J6wNL}T|!S3V5)ig zg62KS%$z{EqoFjEI}i$zFmqb$xHLXYiUL_lLEc_}-A72_>CgPw6RaOlS!|a3AQE&b zML91!M@=nSOE~zHrb1{4`ep3q^)r<2jYNmw*7ZkBIP2sUQo4ebmx82p$eeVg;{ii8 zNh@oHD7EgnK&Y|NmI*mbxXejI8jv)}u9rI;sbXe)_LRrzP_*3Vy3zKrWzR^^$A?oc zu2hia8<@DB-VD87T1hTN5goA63l2V+@oK0(vLG*#X<8w|K z>xgA}=69934h3@D(c3h8DRF9sDg4!STNH*L!znL0`MuE??Jh-@sYK z&4-3I)(kq$AutFJm4Fulb}Nz9;xC8xI`@xAj;+KU;cwR6-yXM%FGOzqD1G04J_sMw z@i&6k4~IXP_c?t#&y8iO-nBwVI4u2)-Q?WmY>1BVcU+nx4LR{WgYuExKIzG#l_SI7 z(@B*l-m;FgHDSZDUy2wb{5OctVLe^>YDpd6o{N7I>E$K%oNetUw-=0E5@}2dlTpa+ z!SPCaj?t4-zCx~)WWSf1{znjl+P%^F%&W0S6w_YVD~dVTUTJ|7v=q$-8WyTI)MGMVd~6zo!iqQ>T4B8rURF2*`KG}OBQg>xeNL* zIGo_F;zlyyZbUR2$QN`MB5ZCWy`nk{U1Lmnjk_TMYQ`THH4wKg=Ut&jJ)-m`0p9{VPJ8nz zQGVTz?%Hq6^JdbkVz;(<-FbEfb3CFFfrx7k%-ogT9~c%1S3mZW zPn<4CM0$Bw?qyL>UR6_Ts9nF0cn>uXgGnt-87){CU2%(Z@TU8BT|-EpAWAY2Pievj zwqOk>2}TbPEiM%vxsfBaiHV7V55!2}`-z*U9ai&)YXe)B%Z964Zp}k>_)5e+!Du$Dyl+JD{&QZz^p4Vy z%pL9+-`Gyzu6J%^B#0VFJUUJou9PcJ9y?aIN*MB~ZUeg#g!p=%Kuw%be{uq1%(*WwPz4lr(2^3>8Dkcc*_7Q(s o#vu<)oRV&EQiJfm761Pdq8>RT*Y!%1I{wRHe$5*G!PGP9KZ4sr@c;k- literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/bottompommel.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/bottompommel.png new file mode 100644 index 0000000000000000000000000000000000000000..3405f76bea558c040f09fed5d05ef2377ab74939 GIT binary patch literal 416 zcmV;R0bl-!P)khJ$x<=G%a#*Mk_f^i`W+8mEI9iZ9 zy(jLf6w@Yr{XLB*?KGY*G}%yfyilZWMZ420k1k4CNB=zI;W9w7KfwmUkGvV=Drh?i>h}NdMj7ytDt&B>uyUM>H0>O|<56JE$SSx;R0khbe}E Z;r!RYO}rh+4ZvV!@O1TaS?83{1OU%on`i(4 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/middlehandle.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/middlehandle.png new file mode 100644 index 0000000000000000000000000000000000000000..2202e6743f36805f5a5cd5f4e284393fd5fc720d GIT binary patch literal 354 zcmV-o0iFJdP) zp-V$i7zOa(L^OzHEC_;PR95^G#3Tv^1%pAfh+#!t&|q9rECvl?Fd1wL2LA?=)u13O ztU19TJkw=N+}=ZcdkF88%l$5V_neRO9hK>U2xjX?5qvytN6@U*B3Qj|w$(e`L!WRi zt?x!~^Y|R;g1)iRaJTow2z|nNeQ{WTh4OfzD}g`x{Raf)VG=zj5R`{W^qfGP^3(~$ zDNmh1ocmKJ5a<5X3H%=q++FU2skuE+T|NPe8-w6{;sAVJl|ZptY`fRXXJBh)2fQ@i z@Cy%oPqI!(`ks3r&w<O0-a)9~uSyD-E=gE+pmc`)gan$>Rs4 zIDxn%49YXxg5dtlwjj7a^DRha{@WO002ySZ~ScW@&Et;07*qoM6N<$f;*^~ AqW}N^ literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/toppommel.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/old_mjolnir/toppommel.png new file mode 100644 index 0000000000000000000000000000000000000000..68b2d940af828d0d365f03ea7495fc19c9e4163e GIT binary patch literal 280 zcmV+z0q6dSP)ST5WFh;WQL4DNyPwZB4(h=Hk2NNHif$k;3D0pxI_#4y!0000S~%9POy9TXA%E^%sPG zh}KdOItW5hh=VpHG*m~ukR>pSsqYbf|Pd q3z1Rc$tdxPsk2UBRhq2uepF9)++fa6sJ5E`0000;AWe|`)~i{lN)dQ z7Z_Q+k7Hw~cu~a1y11ri>#6LSf(en;3Q#0#o$kybtr{)pJ_p z#|qmlnWVIUuX2iIzO1V2vw#%}&jK_w=k-hr2)gpLd%?jS@=MR1U1ncYK1+YmM33yZ TPZT784rK6j^>bP0l+XkK-iK9C literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_chestplate.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..38af01d0845c44e2821477ef4d542c9cbdfa8f2d GIT binary patch literal 281 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vfu_1D)w67#$jx{J$Cb>1yO$AkA|DeFB3m;$@undwuWUL$NMgcd}MgcaiewD zt{Y01L=5}?o>shF+x4U%RQAJxX2P!i z2`AE05`O%bKV14k???Tgog6WX4;s6&fk5{&a}M6i1-oSO4*Y+7-u0hzuG7K)n;+!N ziAw;14O42GeI>LHWHIOk{QIGi$b4;iuF6rLH4KO6vm9}^VPKef$2d=AQ&KF@bqt=a KelF{r5}E+`SXC+j literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_leggings.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/rainbow_leggings.png new file mode 100644 index 0000000000000000000000000000000000000000..c44f67f549f1c4639b41e4f382a24c7f6468cb9a GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#VfBWuSKYt6kuU?q# z*>E9a&M}LPk5@mrVsUm?7Gp-l2b=vz_P%Jk@Q+j5f%SrlL&kh9!3m2wCS>{le8hVF qbZpGDKO7T;*&YfDf1dK6y^8s-k)~Bpx=bq2)eN4lelF{r5}E*%e_}-d literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_aqumarine.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_aqumarine.png new file mode 100644 index 0000000000000000000000000000000000000000..36d84974e851aad984c2b4cdf57f5508c7c71c4e GIT binary patch literal 6066 zcmeHLcT^MU7LNr~q>2hEVhjpW(i2ihsG%tlgn&U&nIsbokYW-@5Jj3St0*8?C}Kqs z6j4?YWCa!h#a=*BVG*B%ML?RBRo(=w=e={@@tn8+nUk5!-0wHP@7~|N-<_HK>a*Nk zM{BMY3cH*EVkSiP{1WpF<%f4!sSsC5DqE@d>Bmm zD1W7J*NXz(54WuN(>yw46l1TZo_6FGU3k~!{dR9&S6<*G+bnaZ?&{e$vSo{6$jIL7 z&Kwn2i!yn8>NS+C#=PZ~<&anNjna=L(L?4W)kK#?Z197Z)2p)Fo}9&258oNNoao;A z;)8Q!r~_U5gxQ>Ay5(DH)dqBgRo5BMn-@ zOr3#CTQ7Im{4qT?<+QQo!z)xhR})uS=5a+r zv!WJJa$g;Jk~Vt1(d)zZkiGJTm(qfUtzGFK26}(bx97UetkXD3UGHO;S)S0QVN@G| zi=7>eKbSP5c>~X6n*W-bRi#a9$yOlecGJ}rN1XTfl?N2YcD=PVIRg~i`0ZOH?bNFG zctS3aW!f-jygiu_X|bu~wme5jytg`D<>mv%W3yfRYis`=PHJ zRJ3l3ip05AYb%G^rYzVz*s>R1qp`p_8PKkqp<#%7Z_G)t>}2m+w0D!1<*`huRaR;6 z`u8T%>z1k@txdDps0$Yz4`psgmp^%aV^*;;-+EpC;Z21_my+g&6_)R*XU^?(pN>3# zUusQiU6TK}^`ow$^4|WJcUOe2@lv$Dxy|*azmc;2R#nY+2;PxN%=6NzQ?e5X^}_gi z@<0M!zrNnUI5lD7OoHCcaD+;UA(2bxJoBbaI=Ud2I5#EENntp$Jjbqf`<3sFBXXl*Gp59;jxX5GW4F66n?D&k0A-`gfk(0Ciaf{c* zoH#V;#i_E(nn?kxy86wEN)m3h7F~Qa!H$-(xxvz^ub{;anSNvD`G6&1s{0d;Ik9*5 zI!|Ldsd5SI>r-YmuZk|7zB9V^eZ0X*LE3z-ciFptoe0YAoiuMI%K9mbXId0j>#|33 z=iypO-G#pDnI31u2I0RgX$>soH?A8w)N{9XNt?~$N;uMp+g&Vin|oi>)Td`>o_JWh zf@#10uPKsdw<9~}^gOPo&C-ca@%O8d{@KS;g%LxqFVUZwUa<99Rj1SFqLplyw)xtU zC{^Heoexi~!V*{MIGw+=@UC&;J#$#CfJVCo?^?HG^ijiuzn*nRlz>#5z!fW%bq;mW z_fD|+f%Bd^|a6ppoFZ zZ)0L1Y*pqTAYGu}OvElIafvoeL z*#6Pyd1Xs_WqH}zuY0cah8@0tZ(v@IN?Epgn!HbNCHr{0BJ2TU@=Sn7VG*?9RsL=MbQo+x zg22Va$J52-bMJ*ZZtmuEx<{>}N!>cXd<0VW6ufSsOT<~YRY!sU66dWx*1vTJOFtx< z>v(S4ex!Ysq@R1HyS?LNQ9==XYE0~f3bJK|$FHNyw2&Mcxv$}3bm~P#?Cq1drk*)d zST}HYuO{xhacW!K%Bjg5{e_7jzgxB|GhX$!;+NFZiVborueS-%c(&tgJPZqN!jgL24)#~7CZH~=c58D_U+c$t=vZ5 zvy#|obQYzeh&KcjMKoWs*aDOsJY^%>--+49zC2@5vX76uhCe&`UST>1!5o>Ux8?r8 zvVZwr@t-_)IVaEq-*-41>D`pp?(*>cz@UXma2 z_c?RSkmtrDN9uOQ#tGXyDvnr2S3lRq3?IFg)Z-D8?R;ix<$*h-=du0B+f|*fo7)=x znv`~^*q2mYvkZ#NOVj(5Tb{#Ux@!f{t&q+1qH@JT6u=X6 zK$KD_fo_#B7|lT`0k~nH9L@nl1R^@(<;5xlT)?9vRuY*Qro;tYFYwqX1^qTIXK^=% zaVb26gS{3_Nrec6pd5fJh2bI@RY^yT@lv5p~N1zM_n{KGyCcv_DjUnR{xhKK~S1LDRaKw3sJ{Q^Xr1P%IhJQ@Go_8 z?=9M3lJarmoVyv9V7hJ=d-8TwQ72ae7ZczoZ`yxE+h};5zERrxgyFx!Kgqgw-^tpB z_w$xM4 zDt62CgVlPjo`W?vO*59=x|=m8R-!l{&SLxLQ#Gp}EH{Fkrs_KOM;%DmPw(?$o+%%( z6gD7Ge+1im_gMeZtGnW8LA`2knMpSu?72pPi7xCuFkyg@xapANMAi;t6RW{Tx3IA{ z7HjvGKekaCwBE}g+<;x+9+B^yq@VnUUpF45S>vW(y{-*GraJqVtGpfg?Fx$x2WQg;v_1KaA0wnkz z?n)8$YZw4E+u5&6M?W@RwX-w+eKZEU<8)YR)(o(`-L5YTWx-MrFI|s-A8%GvVp8x;= literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_enderite.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_enderite.png new file mode 100644 index 0000000000000000000000000000000000000000..9e16bb4961178186606edeacaf3d0a3de5d2ed45 GIT binary patch literal 379 zcmV->0fhdEP)3ol@KfR24c;|u8E=wM7- zH0?r2G^U|KU5s>~7w(TVHt{T6{-1mD-OB-WLNgQq zz}M$D0N@bk56xsMG($o1kqMWcZ^0Sp*sc-;5h_A%)(IlB@OgGn*lriL+Xa8;B9cjH2_`b1nK#lIe~!jB_Ggi&61;OsUfCjZ4mL40bt9@(1B_ Z`T@|}i&)L~kTWF!%dt%5+m{YIGsj+U?m>Q_ZEBX}Y*XQjQW*5sDDb ziIPZD5;~nirF3{nl2Q>OC6|24hETTl`D* zu9LHOSD7BEHkQ_`!V~NYh}n-Sqw;Yh2QJjyKX=Jsf^()n20QHSF;Zn{Tsv@e=ecuS z|EW^H!RP#~-KZH$4vMdH*CfPuYhtvZgif${z|{VJcS+W+J0D6$#t$Ngp0BkZq;4?- zTDSbsVRgl5EO73g*PBzGV+!Mx*YY6ijlk#~0fJgvsYoP-^2xRa|$@8?HG7Hi^+ zm2((tIuJ~kqO$ZyD#G_Kyi zx%{z_Ez(HP^2_<0-%Z?r{<>u?+lhq7Ov?u6E&9#XcTQ*ow%rfE60a=O&2eq7)w{4O zenZpc38tdJfI_|I%`dlXNx1iHze%fZHZ9KDD0x!xy7gsZn&~1tq+@ITDvhZ!Pila? z>%CD(KzvHN&x{GSFNSVK8{FAxl(ooNLX~G?L3V+;OA9Q`@YwvMq z?74q=A`_-tTTl0)gm^Wboa3gu1WdLXJm!~rv@P}6UavE0-h{${kjB(ZXkKQ~AwftA z1G>)Gqj_*_hK^#YWtx}LP0x4rc8YJFG9%%YAV-jdp@b^ax6|%6*cF%L))ik!&r+n_ zoT<3qk*&DbzeYc;c~3Ai8J0=P7O`EeSS#ic5vaJn}5sSi@lBFJR!5ovx2*I z;|q1h{ONrhF}5y?B%Z7p*~JX9Ju;lrt#MRQPwh$GbosQ=Q?^B9ip7yErCobn?#nAC zAN{*l9q(P-)fzqYNAvC2gyw*->?_$mIQn|O2d7S_kAQEer3a^6oKZnaqaxjMeEkz@ z?3~|NA8Ij9e;3N_-BaHP9iMO13BH{~ev(_v8K24B3FP~HOPiz>H*$mTT6BH@eSO0b4x%a)~>-*Br zpE$m9M^}Y;%P~=9S)085UYxo7y+ziVn5NaFy0y=eq7r?IqDn6^3`IkPeuKCQC#TY- zXBW2^VEPGn_CNJ>IbUjMG`ql8CZ6U$%l6O=pv(9UFE)<&q3c=K(rZ&QQWGp6z1lhp zdufk(MpIecbffB#%ThY4QM`G<)65y-#f8_b3($M6&VN`>+vA&;poQP`zG`}F>!5P{ z&EhS+Es6CDvR0-gT?D(B)jo6A9GDqTJ#TaCn)DAd$#A^IiGFeJ`jm+W64S=!+0?&y zPA}a>tfTo&wQ0%(KDJ(4`V7j365pR0x@$*@*i^Z{)4cKgMDvvP$Ri-DXLi0wQne^g z{(xDRz3i0*p;v3g#ksHR*w>0y8T8#^J6B3@GaQD7p1U88)p={xxh$^7Hxt{s^47{L zr}{!-_PFIGozYI}joc8jp{M1Bahpf*8|zZ*_Hs@0f`rt{BhB~AwPP1#S64lB;@S6} zie`&mf0$EJa=U1^T}jOLhjuA7FH(x?81%w}0Uz5wbUYpzUn@3oi}LS@UH5Tp@a~%M zDcB_@2!zIFfrA6r)xqI&t%EDvf%UssE|m*StNgv4cD>h77=+hwv*x=PhyP_gImiBl z@rnq%azJMv+1v`75*K>;@{X$CHzyV4>*vRz-fFb>v>$zpo-=~8I=i*6t;Fm_FRQmz z!@j(hoCj()$nUw&X%C!RX00f z+HJ?2ZJbP(P_kZaNv^i;#?-G+UfcKP5l**rARWqYGG%Kf`NfTyg#6tyN7rP@iU_ay zM}zHpJIoZrhRVs(^h-5`8Gjo?4d-;oAu0XqpV7A) zq2B7QdV-0~)vsNbx+YYxYxbd7ladmV;Mz=yQcIWh%NeUOubszs-q3mxG{9LN@N&xI z<^3_Cy&VG@F5b(onzXeUOq<6YEWJ@yc5m&_8~36LGuuCCM?o;VP~MhPYG)`URV*hNVIFcgxb0-+#*h=qPpR)Izdcr5fX3J1@TI6%Pyml!GJ z9pm8x#)N_l9@@?pX%oeS0YXR)prV9fA{jG^g;sN!@V%-TheoMQI!Tb zfh{nyXptOKkBo8LJ5cS1uv3)QUTTj z7X?Ug1S}pW6ym;pLne1pz>rT4{p}kvA9x4Hc|kI9gcO9F6p%|9W%9(JfX7td0(=IA&Sx+%RDg!ZkcoH@L#F{e43SJ? z@IV53@fU^<^`_?NJil;*HAzC1rNWlRk@d0?`+ zt}HYWi~rif4FlwSu~f)Ha{v(K>HW3GM<9f}<$y{x0+mK3lgSJ!4IY3_84XVjTnb5L zaK@>i1U!~B+QS2x&M*>yGe;l==7kAI11k%t5)~$^+u>lC4pIn^i={qd zaTp7&Vxv^ZFWnq?J@EiJ;0VYecr-kb#KaSs1d0!y#>6w2MA|$&o{9g)Ud$8lqyLw+ zYW1LOM(5l`AcMz`RyU0y&ZTA?gQr_kzq^T=RGH9xRo7(5Zi{-J)CGfcnF+t+8T!ujC7^yA| z#J&U5;6`n^E5}K@TXUlJ1e3DXW6AJw+RxRI?L)twySvVdKj&`AJK+opJ_$ z+iO`lSFpUOP^$5yl*F|v-p>(<%#vMlH=5q4?6X0fAyanVr6g*zFTK8{WRS}CMmyA& zBBh6x7ibwQNcmNpy^yj)r%1=b!!RVb{Y-i6I?V>b`3AQ>%FO-e+?03^!zmq_*!YAa z5|NDwY8!g@Nv3|m$h`v%t-bmyLJ?_R!MP&}t_SuC!prSwTFE=-`%PHG1$n{8+TT5a z^n1>(d|Ph2p}=#pQw1%D^5BwW^1j9l+s^jvISPe*UBIiG5qi(wyx;0;>%N>vN9vu- iL>BfGti1iOc~HwHIc=?0>{`|AAY7e19P{l1;{FXRl9FKn literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_imperium.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_imperium.png new file mode 100644 index 0000000000000000000000000000000000000000..987ab0608c0d8140fc3897f26606fcb0dc643408 GIT binary patch literal 351 zcmV-l0igbgP)-_Egs-4xV2fz znJH%%QF+q0XJyKdm0Fx9MkE3NdEXbqfs3+xyzfBMY12WxuZUwSTHRzE7`bXa0CM<( z>OE~SkhR|p1%P;85!O{rGD^l3te<|-@Kd`)tBa8f7T93`V1YIuPOn`60Ne4}-Oh~A x)QqQ`kA3+E;qqYIF}`8PTQp!(I6NU@5-8)BqA+*yKB)Ou6LjJ*$FZHpEgs{ z@YuJ5ukQ$KXgIes_C{3qoMQe+)*}+PdFHfU2$f*)(ya9jf4KI=j}!gOJPZ}@qd6Xm zELfG0*1^&7qHb5?DyPujb}bE2uOG89XsR+N+)84cS^0rax`SgzrFb0ck|{kMJRk1; qxhp+y)AxP<8?Rq&`+4oRmw()OKZhI5S55+*&EVMr6c@+P3Jp7+jq$8+BPXL4pT-~I0V?!CWz@Au6lk+#KN zRcVD132p5I(K{zO8vtTgs zgK~H8%;$zGA6{tel8qB53{0fl(;AsHslQGb981l~TfY9be|mh;X2shnvmcKQ>1Y>Z_$J34) zcs(vtFyE^^KGn6;`l-+@^yMCp`^i&%@5MWaKAL7HYNLdqIS&KG&XG2yg_Mx(_syEN z8l69^Dbs}z+3_9PE7lKao~x0%$URzKtpy6AcVwR260d*Y5itneaT(A)C%8+vwTl+* z6RP@h(fg1tQ6er()BiqkB<~SNc@(_BVV%|Y_-%>JO3UR>5AvQ2UDj#&%_XMk_R4kl z2K$tVEgntf1`W{)j;cZTq&B>L<5i7SS6O#^oh??{8}$>R{q*7q`CoLGwfp{VRd!lB zPGQr6W!5UP(JOZ5I}pj)3F;0~7IG!)rz)hSl9L^-Z<@z&tEbUFeTMVbZYJus%~ReW>Id^IkDp6 z)rk&=GksVZt?7&{o`So@{;krja(+t{vRr%yhj*X}J#NKAUMpU9MJgk!x{C(4)x7F+ zHjfx7+thYdWkr7HgkB1%Gd;sTC;tHxH=}~PiwB21x!oE)3*Va1^lV!>MTh-soNokf zw3jOvEY@VfT9!Lmm?9M{0xzL2SUtWR-*>%bXzSqK*bD&ZVe87v&cK)IuN+CatnSk^ zvxuwz&ZMtz91)-?dSWxC$30%q(@X3o(%m&H^1bY)fGCHZED43M0)HRF!6rVC_7ylaoBFiEGwd|>%H5}h(feh(1gQSq`yl^RBQfSnfOqa zi!lXQeNp$%^KqlY@sG;M$NYHV(UzyZ4NkQsa2`}^l*cUoV056uqo>zka2RCcG-gNv z>T+61@)4;As%&D@k&9JkfN^t;>&jaTu@N z(eHlJ8=Lf44ismPUa09~#gq-`_H$zbvtfekBg;H;bdN9Fe5Cv75qYp*TYWGVcT&c$ zYIKNHNVI=Nbc#%-POIOz*u9fd&Cky1^!#-?XGU#3%~~-s(u%P!IbO*7xFK=9bnqpM zK|OS!fO?-#5~Y-N9kt0zp$kM)nf6OAD*e3DMbW3e;zskTa1zTBjBgFsHb3isBec7u zyedm0>tQ;BYIpU(IsZ~hlL0~Iq0{w_K=Dje#DnGT@0+XTV{#wjd+Q8;+f|*>ePCnZ zLs!M>K85=Qk#b>rmkQ20ILjD3{9~-H-DE00Ypk@_FuQlt!uFR=S35k=o4S{kx%(C? z_fGlN1}Phb?hDn_imH0bFvqihI#fU6z+Bi+Wd7>0QO!hF3$6ENvzBN6+V#o;z3~x0 zT!Hb}6W{*+@vHR3eh!Zn4O^BNJUS6xKzO*rM^rS~=$CdP-iS&yJh;=BNAlkrrLChF zYl<0IWp+ws>er%c`PEl4uXXAo8t;@W@~!asYg~={s62 zcm~ z8T$cd>H!QtuPj5u^Egu_H?4cSuY2Z=#Jz5&peOPiXW!{t3h?={jt8F)p@q*=GjYm zu0`4Ps>>@nZtlqtA;(QCC;74gO^JJ2gP3=&vh(1(-o>fxuav4q(OMm|&4XLDo~&Jl z7!I|QdK<8??#U|ulF0@#w;{r6KQ^;&*Bg^Fo}<GyLEY2 z+U2n5_A}UjjVxc_){5<0$2&|0 zqbHEHs^!Ooy;5i*80|f?y90*hh`G@&NU&LnpP1ZNQNoMB4 z`Pvc4+!y?Bv_Ho_rwnO1I#O(Sj1Y-Ys*M>!;xC2CW3ZW&xk~~QPbQP-SR|H7W+L$* znS`WcOo&JMh0zed>8!$H^$qNOF24WVF z6e@%~Cx?QeSPMWv#1pvjc)?}}2{v2;`DNM>>L(^30&D;g2w6j8aTGL`f;DkNn^2%@ z9C;lYO+kO9&ttM#;r~lp(mim~`J6kjg^>O5InjJexq>_ANAtsA_FON);d5O<0T}Zk z2!T+LIp-&YH9y4&1h@epw0wN3*UxhHf2jqKjx{l1Ffm9H217vNaYP)Fj0Ztz2oQ-l zG={|>%t!SFUC3jJ!TK2{`BO=QPNYwe(*pbtH!ykVo4? zTwpQYy%u)o;_@krW5OyO8RXVT-<0wbaK*a*I`!RYm8NYQn8b^B1e~GT7DnES_|}u- zvCodksi>*Itgsf5-j}Z*$XMa(v!ms#wj52%Lg`K4QL^Byv0h`T+vy^mlo%D<{+v=b zbHVE|LRG~R#esUH8AK7 zqbsQv`ID7exiN}NX3&!7XSvv;59Cy4N49vEE5K+eEMN)KdF9=E-ff*5iT6kUN}OdJ z=_qh2I+;Am(O>oS`2B*!n3U1xw%pl|>$aazY;hiLM(0H;S)qJ#nr-Kxa)427x7buz`S1NVr7yO! literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_ruby.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/raw_ruby.png new file mode 100644 index 0000000000000000000000000000000000000000..3497bc1ddef4d6165f8f3746aba9ee8274f4c363 GIT binary patch literal 5729 zcmeHKdpK0x8XuRGOHw3sF-9cJ{lZMfC70pTFu6y`%$_|=%*D(w=tPk&B0?&pQbZSt zQbW3&l9ZB4rBXsFbt*Naq|TmEeRa} z)-ut8!C;fUJl*`De?7%DNdvl@zWc(2!6qzE3J8(-F{N;!NWkI7fN)8o5QKvXTn-GD zaPM&NlH5Kkow26|V)eBl7h*%q`!&R$5^cT8#FYat`3r7D%#B`|3lAK9{iy2mIWS~X z4QfO7!|0`?dr{LYOYdy$&pWoWZLCy~ccq@9o@R0J(u=@P{bvs6o%SqUyQ4vWE~x)@ ztKPo~&{I-dO%g%~{c+kEVR}XGyOD6@iDTK*UM;)C%Npw6cxac&6r14MT@TetgJ;XD zu~{35C9NFev%Sq3H;d=yAdNPf_xGB-h}Cv=4sUwCwA+8x_7%%<%NS&QQe)Me_8Ly@ z8`qpMo0XiZ7o9JvZId>99vKQR^WF8>y=Kmy;ro?EHe!v_I@4W` zTWu$?llpQZW=Ss~FAbyyRMbDqY+%e)J4sn`Aiu)D2-u^lf0%n&eNpE8bx%u$n0A9X zBb~ASb}F7hh7n(R={@>Qh=_39K%zun%tdM(hV za(DM_Siy1K5Bi7T>vMs~o#KZR=Ar8QI>TO{dVemve7owzgQ?n%YvE?==Gq1oCukz3 zS-9&P({H+)y5<`Je_Y=ICqI6nzAnF}rI;6QJvytVZ@a(CM}x4XgBAw!kM3Jx9W2it zh_3Jh=vgLym7V>Cf<0cFka7D$BRhD~uJ_l=noD$7%)GsSRP9#OUXG<-8g|yLYLkD` z)wAMzG&rzUD{p59ok=;@IT7XQhlpyjH9Iy(rM%S1l&IDIp@xM=%{0FAeBDl*cKezK zrjN^08@oBlGswiOPZzJc67f;b2ZboTW$nA{*{QC&oGpH7L2;`+ z_LrL#e#+>*E7U%cD1IP%-nT7Xv%O#*y=I?<-(=&uwa=H&;s+ZsmLM%j~$RDJ|r5xFh-fy^$Gpw9eaJ!KE@Yq+#dq z11Isn7#%imufC+2dHH0-q4=ZdYPWgEMQTlR#=KhUMvOZyA3kJ6=Sdw;4IL5EX=H+4hD*K*&Z^@HrN^(b#crcfDxfz|JMrqFNSM%>mv@YAd zmv1q&RmN$0#yTPJF54Y=w@AMv$gbrUxhqjV0eCmC&Lj5q)#T`*%F2T3*~r1?j-Irw za`JggH!?beULh|%UlDygBkaN5%+SmQ=AnAxN2`yl@((hl&D=Q2Tk|F|Y{38gkp(i% zHTlwph1x69jVH>D7KOW*8O=*b2fnBnwSc9g)H@$wFqJf}t1H9H)%9Dcg$iu(sx4H{^UkxH zmixPJ`KS`F7ki1Z)7Eo(>@919Jqs(QhsI%Ka_vIG-1(@@snO@oWj7s2+f-YnTa^kQ zQRx}z+4l@#@fkh;*oMLGlcujY&Buk^8 z%mc#xtaK%(?XNXkT|cf(Sh4xts+aaz`tT8*rO%NmWxB2Z$PJI?ZZY4TGV|m~KKJq* zp-fGOYFsnF!7rygr%mm3q@2Da;*H_6CGV1=U-imWJpF@PW_EY$8QCy~>)RR{?ynqu zzo_<%spCaa?uQWhAoNB|;zDn}5c(ntAmE{xYyk^ICGdpMn-KTt5-I`#jl;j$#}m@&-|6|{uPQ)#pc9xvG!}(H^LXeVXNV>4@es*ZgZ^@cH~{*9 zK>LAWL7WHx-Qz*N#QaAJnirk%ok8JJB$p>tIt7XM(_(DkJ5CrUicw zvJd+cUc%-4Db`Q6DMpm;{AdWY+;{$;(BFJlf*};0PH__eaf(H~+^7hJy%e?p;Ib*o zM-s>(u}K&<5=&s>kpw#;4rz}k14trBB#~JllSO2+exUN=izQ4x04k^;augThVcFww zWIKog!vp~&fdz7qEG!v^#DN$bfz0M`I3(N;6uu%Zl$FewAFWbQu^}ofNMhs3WGoV} zXWAhNZ0JVDl5j|XK(@0Zuy7m>Fm8<^4ip!L7Zrg+VU*;`9!3mP!V!pgR0N#~z1gAP~e*5eja&g7W(?9okQ9riAInlz`A` z7#yC0!BMb;04$k;hn~qc7z_pT175)9auWX+TCscJ4&yQR8PRny=sbxqp!hWE=q?lA$zUlN15O zVnHN}#Ks^=ECPu@V6p5tSny|dv4A6yGDV9MUA)Nm+Tp9%`;sYs$ z#NeQ${ZGZvUp+=Es>U~$9nk+Jih~mHLz#i*jrT$23#x|b@8$5TXo|w~H~zi`<8NF6 zqW-SY1UOv-wz$9 z`Ce`=0rpqQ^3HgxGL4#@UdP(0KklAJ_SiIO|C99ghlqNz?4&w{NFp8Uc(%No<=-74 zH#Kmttn~E0E3~q|Wi4uMoIDg>!qq%2Jk>^hpX}6@y)rx`RukNABpL=L(rn$aShihQ zPH&L!<}fNbu@;0Hmg~NJ(l$Dg^fn$p=k9d5@7-ewZ#iF5E0%R?mCFlp3xiVkr|I18 zB3_l0bQO6&nsR;7Q_Ursb!|QsoOj7>k_ib$!)DV`({#*iT!t#t&wB5jJY>?&E;e9L zt+!;vOuf`SB=33AExoXw>BQjpOwo_NA24uyS46GFNIU1DIB8@?)W>2Bwl7xX)Lm?- z5^zfDQF3KndF_dJ9eJYO65Y*j@Ea_9#VLcb1*|?9EYo3I^KCqA{UIjH^KhE^<*d=w z&n}Pcex_?xuZHuw@?H={c~JttT{mVsV{?rO5ZH6-v_Y2&t8;O1PRRY?rrER13L4`! d;g%+@Ql-VUPz#D4;0^?K5M;e?{^a1 zTpZL@bX5=tggVX9&K>^MlpS-G;Isbd6o^15M(?C=7Q2ICNP&>g<^)4Xakv0NLJ|%e zfsouQ+8h)*c2wj24P*Aar*iRqe#`s2mUZ>Hf)%YU)bu8^p{jFBlH4;>yFxxpP5m&8 z-IdK0>+Zj#SJ3EC$;Ld*-kvY~y=gG~{^E}V<_+DEv4CL!wAH6;^v{r2^PT87Rk8by z5C70Oy1t$Jz;fw5)h4@(Pph~_eB1MbN?dtJ+Q&RKHgLYhs}tiI9NBG7qjDdtx7;2y zCj#x~mR*}F$+efrrM_LXy6?I6E`wG36~^QnR3<|VjTnpS ziu7~}cTICOY^;s^aoFgzS6|^r2s+u_(_g*J5^a}%H~#@}FuB!VvXK}wP@PxfONq!1 z^GlFcQLK|HmTKAV3thf6ZpASZdQknOyhG6jHL21XQ)A-Md~T6S{FUyIb#cPu`xA4Y>7^-aB#chUA&o%B*{bo~Tr3 zukQF6$o$QJLoA9&DtTl$LA8u7E}x@#ffde6Q)8q+kLQl1&Fj_n!2y44?cD3$sbsBn zKm%brNAVBcP(}M!2^6i}jT!yUW@ z#jvUKJP30eT;?SnStB>+;1TwH$IK%_4?=$0M?;+Tz7p?(k|o-=UG$W;-lJ?wbm{w; z&ci&jHT&q%*Of7xbtSTGC@+wE;LuLvQ=yLx+f+mKhr>*QA)Q)m*}LHee&>UwG5Y>| zZMvCNL~gUbuH)A19h!Ma)}!Z}oXxKvqAxUlt2=I0HGE{=@7AxM@0Ht0DQ`Pl$M){# z<*Y{e`u@Sz+2$rx&oEnir3QF6lzhY|D{Z$|!B4JtqIl`NR`r%#r!9*e65?CagDu@0 zUoW_{s$D8jOuA~fRr0!Yw#*+3y&HBpC z#tYgf;ypvQX^tgrId{PRbf=!GW_IFWOL4tgn8jN_1SAGl(v0r9+rNGsJW(3nY`R8G%ie*Pg8wewzWbPIrsT&6j{c7L8$V`fW5=sDhMo$#3;Ie7UY>kg zZ@R3*VD!M%tbx*#;_Yg61)SC)_cCdtiJ{Wril#-zwo9Ik*QO41JlwrCehD^iu|7De zB|Tu0b`2V~tB9>F7&4=&N;}(Ae8%Oep+};!y6$7Ox-YD}Z^-@#ct2?ls*t}?Mo&78 zJ!wTc8fn-DJXrO&lk(v8xh3;<7p53K)xqCearkX#aAD)G9lD`7D@I3|U(~*9&W+ph zM7wA`(%zKkTmF2WWHv=|8obnD0{wk(%DUS*^MdQo7E||2JL8T|L=-l}`Q5O;)UvAW z9&Li@RquJ?w~@);M^c1#p=FCjuB8JjKD-JD`yd4rIJ@pNUUjSMs*Cxsvi+q=NOIbX zu{n3n6rXPs^<-Q5ht=UDN5)V699ia6TmFcfJk?#l%R2c_x7I5TuE(SAQm4vDcdk_p z99v+rzQ7b)(tZerm;V1I~?1vv9m%t#@g=M-i$`BQ*7K>YJSuc20}#5`1vFHK56oRl$frtl`JA+{&# zbnTn!2<5rS_}1g)A=a&>Y-6p(gpN(Xh>D!n9$aEnj(0<@;mSvp`r$`CgIj;`56^!m z8Y`hB$yugJ4lHG7N@68DD+2}hS8G%rKE5D-VM>nJ=CMP$3Fb@)hP-yh+VL^SXS9cZq={=1)F_Z!#D^!Vt zr#?gmcQ!9PJEi9Pj2m4fcWu}HZTz4X17wxDukYWc(EREyIi-BHj*MkZt{#{BcfTP_ z7O%w#RL9DtbthkkOd<+PN_*7>g1NtF8%1>YbX(-reTXP-doVw!L0I@|`R-l>LSq{T zel%`&-auvYxfqbeXFwPUR{%dc5eRcDi2!5C`1B_0H94tObAWH zkx6IqD7PXNtGWHgx#fiMIfhQOKO z&}0b5FvH_;5Ca0ffN&LZ;Hm_Jzw}B5#e$*OOj9xe0?BARXvRjv_Q`0FOk|=-5XBS^ zn35n8nK%t4%LCQMjb?$uV{rdS+=4+dn=j;ApqxP_($(Xi5juwpd5A$7YXHg2jEE01iXIPfuqtsq0}#5Uv~!7xag)0-pc$fGjUmI2xE)P*$ig z^0XWdhH5K>KrvrP=ktRtP%>wcGRV)v&hUC-fnv}O6hp8z9G*bM;i-5M9WbSu;-~=0 z1c#%}dM1N&=Ce5L@c&I)wtA4}us)n~M~(=#A3iObSyCQQ$jsf$Z7^qgEg_N9tAYwL zXF?Exp%81@PZ(=vh#3I#{2{n~%+~8CIp@FB0)qnQoMp;Dn~~W}G?C0;p(zB2fW|Q> z0E0;~!!yaGuhB((wm1wFLN@*|k1$toeNJejG2++&iA^L>&}1?|Kod!101Xl-02)UCC~N>=fuNb`*G~VRV*Jmln2pgK zE9;D((rS+VkHpU?e9=l_Zf0a~i-tQs_H)ahB~8{`|HaR2!TpOCVCe5gzKP%ObbY7m zn;7^e}=@dt3~NnP8a+% zY>MZnOQ{ljUL{jx8c{Nq+yy>d57Bd+eagkUC|p(#j1{#ok~?)E#F zTvBa`*m&!db;0GPL6e}M1a;z1+IN2lTfD!ZF!{wY*ruXDd+XEM$CJ;KYhg<{mL0t| z9~PY5Nr+a?Fyd5>M!h$=d-q~pLC$(RTBptec{eucrgh?rgorn)8I6my*LnpPYc&)9 zYHB-fdwOH>!5xy(IJJQ+d&QdDorgD7MvCu0sR-e38g_M=8(U8;s9yc{ymmU(JcB1$ z+l@cEeYcTup#MmLOO$803Hi>h<%v2ZtlA_T_*Cvy<})4dKEK3NwyxZWTMelF#?G^@ hrjKb-K6>W)5BiX!b64(-4rrOPKBFuYxrmXO{ne zoJHaPaVGiyoeYBiCvuAZ4`<-|U(G6j+km4$13*p&8vxSGAoG7agXI4h2JZheR1N<7 zGI0JcVd2Ma04Stk27sJ>oIw_>xtM|Pe-zMwIYzesJ%I*fGVx+J;1bY)Q^3%k$|Uyx zoP_58eg>icu|SO=+vk|rfo)F*Y7PQ=17|>jqUxf5G&s~Jaf$z*Dj@TJjxogM44~!! zAWbkTH}FdR-@zjDzm8exe-tCne-8$Bu+9Dq9KM9ZN{6Ah{+2S cV4e5JlfY5L9R*MWR6K!Udw*DY(EP;{nNqFk z{y+#JH$O2nYh#(Gqeff+iql@Keh>VX*9wS1u1R!38{0T<(ry$kGAOwu3y!TuZ7i8m zEX|?O1yO?Ug3m-7E3yhD2E(^Agzc(|OetQgwHPJ=@Q_$MHi>`MH%NS6Av#N<&j0`b M07*qoM6N<$f_bQV2><{9 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_axe.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..523f9030d54f7136d5148f4fdfa2b1083a182126 GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf9 z9EZ=YzxR3W@4K-N##Yu#;)ZP3 z^zU047{WfQGAJw)atu>Ex&AQMD=vl&cQ~8YIQgh5Z4(UcoHDbDJ1A|_9nL8R8>aKS z6u&H6)6%H2|54B#>*rDYZKs+y{m#hw|N5-F#U&a2 b|A&MhC5OGs^}Zbi^csVwtDnm{r-UW|C~R+% literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_boots.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..4f6e72ca89176f18bdb7be5c8e1ad31acea39c7e GIT binary patch literal 5539 zcmeHKc~lc=67ML7AmRmbjS_+*cyuljNFw137{p)*k;4l*Ne802$iXQi2;Qu6tB8uA zATq)z2oAWYBZwm+D&nXsUdZBjfQl#xF4GAfusiSV^Szn>?Dsm|Usd(5s(w{pb$Tn? zZ_y+}OG5wvCiyTK9OODhb577heyw|lApp=xjpGKZI8ZcNu8;{uVi>K8mBVN_MkEA) zm^&|mR%AT3HyY|PiP!P!2v!qaZcc1qh+) zz3obRJb7I_iZ&wynp()2oUZ~5%271nwPNkWUmq1tj9&rM>Bsw&9X64?P;|M(`rPVe zDnsS;j7dwUuGYKQzctf&zJ+T8BQd`_GTa})`np|QxW8=vxdN9ZeKI?GiK6XE!kPGG zO}zxK)lB1{fvWrIbwMy^_@@)qg%?^raH>x&h=bM-#g*SIZh46r1dg76c;oj=KSK9* ze1GBkzr&UTLN_CeOObYWHyy#Uk4fQwMVc+HPbnm?g0nY&Ntz`JK;m8t!a)3&sm)t9|VHxL+tyN}ra7IiRqGQdtb zY@c3%@gmiL+H<<8J6auot3w)pN9o>g5?YxuZF@FX(K*j_pm39A zX&YBrxQV@{PBam8TwBt)gZ=DLP0t@|GIYB;p>Zd!Md;($87c=^mm_MUCWR#BMkI<=EKnu#lBZEi2Vo=xg* zcvjNp#DgI-t#wMdmdcoSoVQ?wRk`?XBU_a6>dN}jE+AE4% zuk~D7ggL^u+nLjQ3+zhmBHvr^Y6cI@R1%I2{2G^1+O$0!`mm)2l`%>v%HbpUVOZ z9|wOhm2~^AkmWwDtL!T(>23?mGY#s`HZ_W$b^F!ci|U$_mCGk!o>#UWtWAF~tE!i; z^I%Kx!_N4sru5UPulvn)R%M#5v$_=4@WCYxRmrngPsr-ZdcHSdlgfH`DDlJiSL9RM zZ&%*(p~xe#U`8aPQ`S2Ed4)w<^5c|!(Qd@wPR?muIIYI4f4OmnZ;N%^Kyu#G#)om+ zES_gktWg7po)*Rg{jl{}_Kd@~O>LG6PAwF#%Ras+>t}1by!+g**>10pXL%Wjq(!G>CE$P-!+5=9LAXH zFN}!1$lkYL%Qngy(`{^<8-~YdyH~!~Wm#sJm@PVY^1*{fUfa2bkRbga_bEd_q&kwL zN}o2o%Vc?djQsA-=y$WCdw_%fP;ML9IHE>UlxaZNyTa77d(e84qa3?bU0n{ z+NHbSg5dCb?4t?CgP(^TP7e9?#+KqO{G&wyb!mOUou?Z@N^b-|+ds7N;pw^)m({uF znY^jKX=o4kNia9e*00oW+eXq0yLChUzv0q-ZGtRPzngf(Bl-FJbHfj!s{S-uJV{>q(RDk;|)Zy7*Zq8mY5uP{zhd*D!GT;OW}pit6<(mG1{p z`fnBM>Rs}Yau}}`A+L#G))E?DCc#1i84t$BNaVIxrhw5TED4JTy<$XBM2w3e+F2nG(l`w7j}XX;j)_pI7LSuiaHF44s=T5QkdFcV=@UvW^0visV5Lm0 z;KN=~uvBF`8e)+Ti~SivlTx@yBG)E`kT=GefdAP}u2zV(HUd5l7Q+$*REfk#7-O#z z3BQmvCN_;mo6hJ!5O<&P$5?;LU2BY3u~;;QjIY)>^X|xFcnXv zID(Eal?0L;DP)jB5juiAGT)KMBM9((h%gGuN2*joQa-GKLcp;i1P6j4iW7n406LP$ z1dt@)@jwcdL8U?XbAws$m5|55b10_J91WsfKCKAXXUf>9WBuEnt zk52}PM7)qF5K;v^zLOS8QwN$m+lP)JV)0)jY%!z~$`lehh6VA_O9Q@WxFQK0pn^24 z5geVI90&wFmEzz;bRs)`F$#ngN~Gg7paeYDfvD98_%v?>5<)shB!R+VoLm~NRcPu$ zL$X1bg*1(dAZz7FGBi&G45?%au1qGTV>H2{HISdxEMz|kAQi-bR50QVPjsN+i8Laa zi+7@tNHnt3d_10pA7w8Sh=j5K&swv4(9R<@XNr`F|5&YPWJ?9Wkt3^-rC6lhOK7xq zSI{8-ND4|Q3KnSNM6gCw{0K-I4kP2^W50fqi~gh+@In%SD0G5Bijx581tQW@JiLGc z!X!rr0hvU?6N&IxbfrwFiiQ-hdpN=)!WGh=TCULcBPEM`;uyI^e@_=Te&ZVdk$Br>=6_ znbhZ+ny~eulP#9;qh>YSGPra2%*vYoxSp7^@{tj8EP1kN9VJSy^r7{ReNgb8+$5VT zDJ+8H##{A2Stk10U=!PPaqEX?w*z#&o5OQgdQeP%G3tXmy|_B;ox!&3OtKeCtegCwH$DeLOVm908bCQiJyp4nk_;~p- J$~?k0`~gs^K}!Gt literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_chestplate.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..3a611b1f358e85c17bc73307d48742c33485e484 GIT binary patch literal 5558 zcmeHLX;2f{77h+;Z~+8GMF?zy>1 z_VRF^f}V{=p-@wpE(~wvt|hgB@8qak`_$|gz)PuCf)EK3adNS-!QU~MrPxKO34zjo51mz1s6pL!OI>`f*G ze$3zRKUh0J%jo#is8Dx6hoqGjc|YZrpGl2s=#nefmd^2R?K3qHT#X6Tx!t^DTk5YT zgCFQUIBGbeE}5>ATC7e$kz!dU%}$q_+57bzS7XX#7MZoiQL$%FC^I%KlU8OM`d0JE7miFBDpsl*eAH)IeP;FOoxX-{`?pWV240@KY$MpJcUR>MonPeP z!_|BM zzp=0>S<`=B#N&fE7Bi19`U6d0d3?BNFKOqb=2koQtkLkv-Mi!DlgI5F&+dJniDpoP z&QHQWd&IBRzn-?>;AZXa_QSFC4>g4)bw}gvY-_B%P3lS;y(479N0dp)GnT*2Sfa*! z>4%yLhD`%Z)}fAN%FvvgfaHf))DuX1%V;*WsOV-r%-v*V(e!A3+I&~Z;tfufcD5Ia5x@9T!qM*bhPVRX{jG3Dz zuVC+3^sJugMc#yF`Yd1cbceMWIpo-l-5GD{wi)#HKU3dkIN;)pS1;^JA?yoHo}aU( z%GGh~(7yF)l(vpT#yj)E&L>u{;<(z`fifMPl z?3k6FdgP{Lqk_!A_=!@=6vw|7_2+D zEn2*HX8BEidf8}D%tvo?g869@JgBt3EWQL9KCrYhrWMANIBu9ad*e%JnqV^$oVX@ShjpV+W+RthKHjp;`cPJ@X{S+p{bJ%HRjSdYj7z)Y{2!vOxb$wr985D!w-n$AexOZvO zX`u3{gUEmB@6-A5Yr|(9CpuH+}iclIAYswN-Xnqo@dJgg2b2^J$lEV7*M#@oUt3 z!>B&gz7=3z8)a(fS;4_<4PyRkJ%w1avlwoz zX^4+^vAQ<7#qr=l`^(A>e4M|I0n2NsnsIpSmv1yX3;scFVxn+f9Ld*Uj@d z>XDK}ezjoZ=!)BfOgH0IvvwG09EFsjlI6kl{hFNp7***K)HWM93kte4i= znBHQgl+aw8^I&k*oZ9OPUc9TAVL55Ia&zj-ii15$yDV!TW*g_9TB5>3Cr#>)b?V&t zi)#4h2b7Y^KW#jW;wMXU&MHlvy7><*R5DUiU0hZf*IYh4qNFw`-dJz5*ACgkVtB}2 z*HHisBBqiyWX( zo=c1v@`>^AWygfEEjU-jt~eS7{tf~{BQ|fW{p+w(vfF*GXaZHK;STItiQV# z#z82CFl0O#58xbSyhsw(292>2bGUSGhSO&XqJ@P8 z0U!}bBpiakNutAHP=*Va%#%}$b1)zYTg(%|JYhIS&Iz)FQrH@cMfx#c{1b@W-M`X@ zOFpZB=s}QyA_5T)5Cj6k#1RtMF%lv9?9e}skoY27KEWH32&G~+m{UNAM5N#V4i&ix0wFp;%yzbqCoPPoHl+zB~cs1A}tah*WcPGa^8ukf~H6 z1(-nS2Z<#}#>q*E0N#wG7|vnSoe)Y8$sC>l41oxu@DN3Zd|v2CG>EdGJW&y5MLQA< z-9Ze2uu$wP6!NXHa%VAe%CFt-$a>;{FvtL52(bo`%;*4#PNMh%=5#ZFP9ZM=06H)M zFXZsJ(f1ob zYrKmc3WkS3Ncs4juV31E|Bwp+mrNva%^@7koI}KsNk~qy01gcYk*Q`J3YiR$NYMA} z5+N6k0>zMB2%;mR6_TF{tuPD6r*P5t@TgEoK0keGpU;!=f3$#5|1|PL`u>#br(8dzzz>0cX4g-- zen^2I0{_ge|CwCqZwD$U9Qhd(g&dbm?tRQfj#{cLH)jS4k36Zozw;mmxoe1A0wgGu z=5+a`gvu+>M;g^&rn{rs^GUPR45{h;kxP-|v^JAr=S#cRkbS}R7dx%XaT}`MVVtxW zr>aX!>AV^9J1Iy$8<3Wei+B+!1L$UzHlFtz8uqlzr)0R-?((esM%Y zORo)T%&GWE=*?R~_zbT^ViS$m*r4RB>ThAwk4@j0yUF(o>agWx!#@4H3Fl6Lv0;h) z(yQ7>QS-a*jwlzEebA|VxAa_6h0$e$#)@^Jk_+|a!741gbd1a|_a*6dcr&eCI=X)-F!@Z1MZm(A1qC;(BG#uo5cN%h3!c|=-tnCFKXcAxX72aH32@azpjA`P9H9vO{`5gnk`sATda48YUW7=We9 zWh7E+>*J`Pf;(*M>W;DLre}_On6rJo&Oa-H&i%yR>wcuNP;wfW3N^qnuK2pwO>HOo zm#xgXS~2o>mnR@qSi<$oPKixBa{6KVhP)#qbRG9f;w(nYyn5q7Q{Of2Rd?qztFOCk zjBfHjv>`aXyJN`tsm>QE%ghmfnHF&`YG3K=x|i;(T2PEc+b&y9vA%=hx{tf2shd(6RPk!w!+U26 zcKzzDj~s8=U2U1_0Ms6~>B`>zYut{jb4PZC=Gftu;<-P{MX`!1ukk5h=G@v(ZJqv~JtuiSoZVTo zue>TWFF}6nJq1I)9Yb4oklMQH691eMcmAAf6IftZG52^Dv>wjtwbKSkA;F}9u=O(vY7DvwKRzEX230X8$+Z&T&N>9SA- zx@eE-*NsT8`|8aUtxViAN!wI?M6%cf-kDJURuCnWcH@Q4A&Yho zOGymfR>$1ZwQZ(fXVmrUfAZ=aqYqXH@6T9QT2?;)WJ1-_$7TJts{}R|I8Irw+$v1Z z?k~VMKI(bUgI;=iyCZnvii-L2j&_Qwa%@XtougM`o_DrBrF8kfV}nhedGB8!+VMgx zKG4HD`T9o{FUS>1F!tjuh8vy5gXyL`UBNag}`VYDuN8JJll2{(#(?5sW%hJNXIlI4-O-QY%9q5PZqDACE&bOo(~how9(}i3A5+;J{YP2< zvfI^1_cSDzoCubT3R?~M`dDI-aTCKU!*iE0AG<8*pL&^=ALbNgzsg}`h3}F_eKl`x z=?>07G__%5my9mkx?VdI-zx9DUEH?1yo&;ptfu2dH(x}3b-cl)^Z9`<-A(%rX0H6> zz%P$XirtUjDs)=6=bK@2@-oxzMS*QU4lz?^-em1Oc*!$-LWV_h(P0xStIXdi*v^;L zRa^HST->y;@1=?P3(bO)o*R8gB&#`cqUlEqzvW9+3MzuCBp5YSp(Y**B$B`@RgFj! zF&vO!@p7dHA*6V@LTwC+5bvYKQ0aS|I$4us#Gq0dmV_w? zQZ3;h{UbasmwgcHBi{@o#&8BZLM->5|0DFf*o|NUB^2`gRnla`q9Ohs6obEfR3(+8 zeB&jLf$<=i%LdsPj|no_To%aX%GjWUC1pz_bQF>z^g&c1N-d5krI>+=Ag9U+9wrBs z5c9Yo9Yq)*6NMNc!r>wyif~yRItPVeI%5z;ghozOC6YAQD+3iuP@x&gA(TZ7g-S3R?L;tqKMjW9DovzHmE=J&I13mk-wz9k{e&Vo;*a1Mu^I$3_z=v8 zS&k48*Myz1$QPr@3934z4tq?sfv$e%qoxmiS< zN2r5iv?S6<8^d8jDp_ww7|rnzVSxF4Q+so_DZ0!>qY2aY5PzRY?%Br$HRLRB>*Zdy z&&5Y`ciPMuayp1i;V)O+-d4DE<2u@TFnX+}{Bd(2-zj-yA7b_LNh4=(!||rGg$-+u zhrS-gNPiM`I>e6tY>Dl$PD{Mi$|*E-PS=6$;a{&j*LtJnMd0YbpSzlOEeX1Nc9U}i zgVcEMAy61gs=v5ub4%AOB)B$ssOt#Pz7leWXmeBJe&>SA&{d-e?eEP|Kj^XIaoyM_$_qWM> zuh02Z;oEex=E0%pHtGI-LiyT;W{*o5V{?wZV%l}9htcH8j+57YI2jl;ouZB<%q_P9 PdWXT&)z4*}Q$iB}>XU3< literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_leggings.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_leggings.png new file mode 100644 index 0000000000000000000000000000000000000000..9409d26c8daa03631e385b6af7bdaed50af20617 GIT binary patch literal 5536 zcmeHLc~lek79J3Y?6{yHA|Z;nC7De2Ku{o%Pzln20#=bpW&)#RAqfz0!-c2fhTB5{ z7gQ7%L8(AH{<6#xLXK_YWz{y0lMkUAMQKBwIjS^8k zCI8H?pc+SqWwN5*z(|Uq3w6Qxt@z<>!837 z+uX@LRS7+$GR1;+8-);ZfP>B`{V|u}(bPDXYm1^-6E^P6QkQx>D;qvP%bC6Ib|>2W z;ckGSC^gthJ7W0yilI~hqR_Us5}P_gR}b5OHWcQH95RIo<(td|OJ^k7?@&gT1-{ld z+%I{eKXz??=4B7J8!jE2qju%>Hs5_Z?#~BH&Lp^(um5l^wdh`Jc5z0Vsh?}-{u}u< z!(Q9%9CM-`n49)<+E~f8go(Ks$0;#|_oVi@>BDKi|Iu6^ITWI}?q}}c%Dy~oNXrk9 z=WLQEC1%5wjoWy_AW1;wqFtq4kFBl6XMY?;|9-M}#L6inHVpGg>0%TuyV*0zoOCSW zc-s0DGZ)Z8+hoTC{gx8yYk|G3?`e8R@OR;M;kpTCoskpmX1VR2G4YmZfPLBZbm;>N z2hzDtz~9v3(wKFJXRsh4$xPxKYM~odO>iQ%mzhrR+5#xIuUWKYICk_@Y_Lnsfn6&s zsV0txVkWJc*6Q8i$qTSUsSPRZt2Re3?cj>km1`WNPGXvH-3@`8|Aud68BqbdQ*Fo0 zW?~_^X5!n2Go`<5m)v-{3+6UGvq{gj_i0wIVGB8pc|xAXw|iv75=)O!hT?!8dbUBFIHdcDEE3;);W1z+@@S3MOnEYd@^W;P%`pFYg z;2%e#=uFo?!lk?290QY9k02yvay#ly$`te6S|lY0CCK9%`9Z?7Qzk_PY59ufnT%6o zSl>KtNXn{#3i924z5Y0E)2XB`+K2L+k4NVa^G5TUla{&UcCCIf;@p~j9mSVt-wQya z7oKqb-f8Y@>1Liaxh# ziRi?E{1-Q~*|Hvw(w4>3mp97um=~GaZ(h0HkGPrL{^-KWJLg^Q+p~``YF;-@x9UA? zbwTX;guXj?=8I|97d%;!l9A|(-klHhytr%Q*6H`kc5YhznW>Jw*IDy+jB-ORrqD_& z2&I$6MS;wd*{w0{#dl6+%}c$|xy!mBW#wz;zFBWiyWLv)z^X=Bt(sB3qov;d!xaDG zCc*-!cZkz+^V*%^XGZ{l$tuj>KQzeS|Klja2T<Ts&s$$kD>e(~lliOY1AEq9O%OdHpnVCdC zUt2UhW_-x8kc@Q3bI&F3zWtTDWu|+C^Mj%#*1U6c|xSQHoxn#_t>e;5}WhhGmOT9Z`zLVoE-#z2YK?h#`DZ z1XB!()&6K4CQ8+yVW}bEveZQ~E<&2_W96;q;RFg)2NU&*c%_!7=aY=QJp9;Trjm$8 zh;9*|6e$iR`l~c3kwIZlKyrW{OM*x~RzzYI1TiC7Di9 zX=14~E|*IMAu0rsaRgbLqSV29vQj(VK+(q`K(#Urrq*F9CDFhMOI3+FK8b{{6FaQ%=#|=j6>vSMdRR@RQ9!CfK^=I7Ru_d;O;*04?=&;-3Z1}Vlhvkk|i3P1_}5iL%cjhCBqP&@sLYLxgf-0ky$90L1wTx zOfrWfXOX2$8A~dqA)pMV4WJ5AYIU$uh8n1Fatem?KvFsjrORk!hz>Ey3^tof=E5+Y zEJtY!SPtUET=oEpSsD!QN;rOCR0b*pr$X3F7=>s|GKjEHG6Ob5Bb7195CqC0M9xK| zvOX$99eBQ>L3|QK0gdEFOK3c-ldCieK1mGAh_k{zuY_X?G)xB@RHL!jY&s2OK};5x z!QeojL32=z7VkI%DGj91`&JMcFA%4M@y@{%a4bqyD`Sn980x~qv%!^x4ULL38|`>9 zJbw)e>r|R>l`5W3GK5AnP<~n#fLlgSW`cC69<6a^Xjk|&e%lcB#!bvD%j1%YT zTav}W%2*U1AN~FM(T@E^FMx6e4U)4_GKY=O$P5VYDJh6>$S8wFN0S-q+MQ}{l>fKiHT z(`Um+G(PdEpGJPaXolhX55D>v?jQ7kQ-5{xMf!e~>#JN}q`((}zjoJGxxPq&F9Lt< zuD?w#tIrROs1pCFmyACWUYabrgg;JNNM{NKKo{^3Xc|&1%Ec{~YEhIH0Ic!91*}Jy z0NJ@txRIa>5(f}kO`QoI=C)h^V~U%O1POe@IX_ix&9nOfbXt9pIUoEFckHN2>o!aE zVzWKA={cT{9Z%AKn<$!+y*IQj(E0f6Dx^b z%pY>I-WJHJb_K@UUFp6lsFswMI}6*f%92#bRmd z)Xv3V@rRw@TA#`b6Dk6kZ`}&+zaHuK;L+2E%^eFjaqjsom`}Or?bAL-bStyPm5B!p N1OTXy_^{Y(zy z6W#?zXKsAy5M0hE{r_)rN1ni!u% vI2g*N8JndGvmCk6Bc5@haPs<@LJSO%#W7c}m7f0u^f7~{tDnm{r-UW|yRmx> literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_shovel.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..907942ee8ba68530b25d154e63c6edfb889c19bb GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf~BoiaJRr+FP)x=Gcn&VSRVKS;4Cc&K~0*FD~|E01UPM@F8>o?9i?9k}fC z#h#g&xw(0vz~Mh{{X5FcysQ*LjoB_tc&v8neh4eWGvDA)#a(JSKwmI;y85}Sb4q9e E0L^-7aR2}S literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_sword.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/ruby_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..bcb70fa8935a42c4dffe116e50e9227b99e5e8bc GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf1O>=mSTSU(4++d0S|Nnf!BYBloR{!kN zZv1#Juk3hxVr*gj#b^6Pm6bCWo;`5jz=KS+U-pOn-`SthK9T4&<=MHCum7cr?)*>G zbL5Yhg?BheC5_N8rTaz4KX>;vF78A|NoD)n~5+mu;zopr09&YY1^@s6 literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire.png new file mode 100644 index 0000000000000000000000000000000000000000..d119049a8d01815a955b3b434213bbaff47a9204 GIT binary patch literal 5568 zcmeHKX;2f{77h-mAd4a@i$aVzBWU)$B?KWXQ34r^vM3{+q!U8OV$w*!T?2w5sHi9d z&r#G-L>*KVL`B?KRS@whF5m)=%ZMxB2soX93iYPymG$2IGgY1RJ@>ocIp@3Qo=&Io zgZ!;594$~NlodCC6N3DXG+e`nBHu1=K7uHeX;Pvf3=RR~(Q1uKB8!F4aDo~_LpqrR zh0-;(&J91Zn_=1A>DD$p;5EjjLVn>+R66^K*-4A1aTU*cW2gMKF==y1gnQtJ_GV>o zdAVy$!HB1Mox`l16p!?&&d&ng1g**K>`~`r(o0Il+GEP6Jo~Zd2D=qL6~0TqeKB!2 zgn!hT6n$dpX@{nCF(nDBo3ZuD&W{4=1;2{D?7L$L?4T3*0uM#xCD9eZKgm zw1S)a9iw1ZRAFG#!Iw!%dvELP$fw;rLRYzuP8;>p`wrQe58my0b}81UHD>c`C*4{> z+~yR&Z{?_`)AuXC@A7D`Xqj{N7pHLN$+jDBo(dHEvw@X?yUf;FKXe~w5$EK!wx!9$ z(%c>;-)Hd}Hf{6LbKHl|T#;^Z-*RXr^AM_PF5h?MmNoKIw$b@VL@8E}q9sx1QnOG> zK7_7`Skp7QKxi}hhbzG2QzL>R;i`2f?j^LZcHt4t%x{>ETQYoxk0salAn?vnK#f^D z-i+7a>*90WUNrON_9*84KTMN0lcZI&>6uHd!?m^hqdwTpoBwLE9ky_H^&Iy<{ohdq z2MhQ5So@ZMx$aoB2#zQJ_; zq6b5z=(P2d3C=^!Zq|7)rf)82Ex*(9JSBSh1AFw{mV#?hmX=L^&w<=K4nL(?xAmsb zM?ZH`b(hv|pK+JIeevs#)S_(3zcZ`q_MO{!-G{$4OqCth&~%PsO0kf9`}1{2syl>*?>ilBand_u7*-Mw5Fh>%-#mj(0-e!e;``yjzn_ z>f3Uq|m7)SOw|h2b z|AjnxG|styUivqJd<32+q2wkfq2x7I=`zopE+>Jo7U|$Tb67)HzFIO zC^LQipxFae*Y?ANuDh#Q{>#7D3&S0VKH0RjK}9{4HS%KB4d~Yem#*dAI5XPz)!Zvx zLvGry&zk&vv-c_5u8etOTyzSk3rlyOwRC+`SFb z(%qE%Wi=bA5b1H6)}B^74#}`K#9*J!E}o6}rph!P5u3 zf5%Mj#k(C#dDT+v(*A<=;+~23(Q3*8>5w}3cJ1y>LR^`9$7ydbJCL(s!*-~a8{&B8 z;WKBGGxshgZ2efmuJ|S5H~WzzQ>EL%rVCCN$Uh%1PuRgYSAAsWk{}P|HM3Ngl0&-g zOC^tvoFz|^(8$5#Cyt#JSpXBK{_OaQvM{g_t{$gxK9F;QA#Via&6#BcL0#z9k|3?A z+ccrMEoaKUyjAY87i5jx!VNonc4x4k{yACW_9%bFMv)0MdP5|;%cc9p4fh~kB6p{2 z-G>JZmprd#TwM&~N@wB2V?irg$m%`u-9_JT=yE+>UoZ6c(m53uzlg4OR+oHd$#yv6 zRvNNlFMryQcIjJQLe%eL?Ze(A%G)2lHK_~R+mH;6fzkUj2#KJ_wuo}SQ;tg^p7JbI4<212Gj97$+Vj%@Wszu@>4#LAS$rrH( z#b%f>rZX@Q#NB89LFiAp8^H*Q#{)PjQJldkm&3vs;swMikxUF2Zz&9+Pz=%_EJ?zk zV<}X!2+O2_RIHdzX9^iaGJ{Sf44~pFwJ@j@K?W*>94A9~gdhRIk(pQ!q6@JUB0>f- z5gte)q)H$OQ6eOZ22ccRWJpzlu>+$rP>B&L5=fZH{ z(M1vo1tJ-#4Eq4g;B#3R60R>kqlF&}!V;B6!NTxB5juGG7py?0fM&y>K{X@G7xPlJMWqhSP)g=-cxEnHKS%U^Mj|soBuNzER&WR%Sd)XteQE0HCNZ1ueJ; z5*y=0xca6<(V$WaA?>5TUO(Aoe^UztGL;E3Bp{Y3mN2mt3Pi&SDM(>4>12=ql1Wq% zjX9WItCGO+paz;DMRY{8Lh93~6?#hF7P<|F$45hk{XrDN5=dAgML?tj1S&xIq!|96 z&ym5PQJ4}YgoTJi2uq;}AuNMLl3>Xa28{|4K>`)&sDs4)pK|axb^YJuviS1S2q}@jdhy6BVbX*#X~^s3P~j|p4r&6*5v9)#O>ICd z=IVfOEebVawBa&AW#`x<#$hm*=R5525J#H{4z~GiEr{tnmor1as1Zfklf35Ux0V$M zYL>$b$9iW+#Xf9r9GPr){$s_}7<=$Rnx4`lEUSLm`7yZI<1v0x^3j}wmINRBg)(7O zlvjO<QEzp3STD<@k;RmNxGX6DybSFC8$C>~(yD<)EvV z@FhBodR)-MYo>38=nE$ZQMFZ-$t~CQSVxd%oA+v(bZSmdSGd(AkFj04#unTB!``oA tytj%t>C3lGG!D+ipb`_${who-sf9Qx`F)Y4nOexWvQM z6CkDDkeT*-CGWHRit`Y|7ny~%88Z0<{`{ABY5t*L#?h?G$yjn$rBQK>q)6+M zEH_V&=`+m?Z0f?CEvil$9a4C2)i1Kvx Kb6Mw<&;$Tx7*JsV literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_boots.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b4f4fae47b6214a737ee575e8c32bb340efab0 GIT binary patch literal 5958 zcmeHLXH-+!77mIu1+jvPV+f9ba+8}zibRH*LSScY&{eTrO#$Lx+8Z(^`)bQe9!9|f>0>UH({RMN_Qv(Et5-yqCgm}43)uXSS1po zP^xEbD}4_BW-;kw!*qq_{0!FZVyky$`t^O&j9XXJ&*g3SJ*0K%6&H;C)Sp_0J~Cdc zRV7;H7+zW6a`&z7%(#gQo1b_*!1c=_LT;=*a3~^VGMKBGe*WZ1#!$2Q5N4O&`VRKq zDuyiI!24(5Eq$uFH4GUpIz9)>u1OZE3+8Qhec9XHkV%WPEJ>8>o(pu$tonOe3iABpX6ZTlNzeNm zb!pBKy4Kel{aU0GufN_#qu^Ck327^hVG@ z&o4O~_4Bw)`Dl8r$KI zb!X~MmiabSyjjZVe(LdXP2LAW&3cCyI%c~`o#jy4i}PaNEvmxe+2X1`!Fsp*lnsq# z{Zs9TDJ6Gj>F|wo;u_c*CQ0T2ewLa??{gmHn+~!C#|7yttEw=`i#+IYakA#3h&zamS)1DkQx#d%;zvNPQJD(FDu74^F2(^3}e%qrT z^Sqv>xEGuJ;~x35kVNL``x++IbD4%y+x$Fdth`uiNd4fqdP;&$(f1T@ra$go>zx-f zPaO;0HL1TkY-sxjTk$`e=03RnwI@))l-h%$RWXi5sOn_|2^Ad8OCdh*xu?3%wdw&VF3QUA*gM z&MiiGnwV*^rjeYL7(vzcBb*u7VP22|eAu`?{lL=#xA4~%DMJn#LlcwyVp?iG7XGnT zKVsSVeGaV?5qT|_YMIO0HRPfP@NB5PgLtpOBJ(of@9*aa&^N0j z>)Cxg3}--h@|KDYm*3p)cxjm39=D!rx;Wy!ZQsiaKFP_l{ZYEddT(aiI!6{^%hx~c z>CF)T;)WU`%F=^AW-S1_*kNgDH+M&F71z|}rdfs;)fs@@CrWp;vLce~Gj#G(A5rQe z-vi}^^*vRuZa0nJ`}0M2N>Q;X=zF|1XirFQP;bw>!@*l@ZC1(mwX3$&p-_|UMM&-O z=D5=NQZW`1NO>?;C6*zz35Bw;RmmX!23U#a!2u!(1M@Dg5Q7#87?_o04#<%?!0SY; zFgffI=H|%{+rXy@Ft$tdY*cgvKnyD(v`QQ(QP5Qk%rGt;c~*DhFz8_u5;>A>G~4`4a@vVqn%Ol`=XG7ZMVJ4IyHs@&Fv3Mx)_C z0**ic5DP#NDp5izK%y{HLyTZJ!V11zBvXo{60{l<;z@&)3=9StM}Lk_EaPy#z)KXL zSU~u|sUR5+j|FjJF>dq>h0-Y)0r?crU(Qf?A|)K>4lATVaz5-73`>+|qam1V4)+U! zI;8-SST>v#Lf#l>0{#~}S&%$%*hav|!GW+C0aYOJ;m6o3MZ!PH8WWp(WH_DCfgtX_ z;E%EXocpjbV#VRm9i{vrwNthu1EY?YE|Bs?0{ZYHiOS;%AZr*P2&oi+L?-e9nl(fQ z1QZI5N5vDV6f!spiY-wnAqgK=Lm}W;5rRV%60C(FOat%)hz5`#3Ixz7FoH-0`PMKE zq)>VMQ4q`IB1Dx?;OMB-Pyz&s0FfyI5*`m&pkr?(+LTc9V))WefN(3nckVGR9 zM@?S=%N2;?)S!3}OB`_};M1KENC;7mNDKwQIGH417+1Y6bR-*uSx7BZ1o?BCbO$*M zDW!5xsWgy*QHO?BLw*_NAp1!GDIrHl2_xP>0+9|9=md%fM938Ci3dNP+kd9qt<0QXcTek=95vP&B-k(CFb^L5KJwDJY;|STGzXf;BS4 zUk6D7VC4Atq}R{=qQB4rNF>uBst^M30wJOW5^N3dNQkg#6e0vdL;{&_O&g1@kP4L{ zkQ}xPKzKyBLi9Pz720BC2`$H(hpdCu>w_=`fCKh zwvx?p(ry?xM|<9+f%X-i$loHmY)3m!YH4M{zn0$cpS~k?f2yRcYLe)&9gE8~Oz!?p zv$#cOckqSTFN;z%B1)aL$XVGcz8QT#mUr7}qywd?^*2?PnS3F;Q+i9&N=t*;66| zv&>cVe~WPTE_t!|N*x*i*kr4Q%(HPr%~e(rD7<3%v8X(ABZMau+sV!GqP>6AzX5r# B^K<|J literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_chestplate.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7051eb67bca904af054c4732321c0341a37d31 GIT binary patch literal 5704 zcmeHKdo)yQ8y_kaky5!;Gfm~>GWYvrBKIkSqbW+to|!$2nK9GM#z+?_MdcRioI*;e zQ&Myz6e*Q1RQS@35}}a8i4Kl$4_#Q_S?gP^?>qlBYwel+KJV}SJWG)M5sd`d{x;m69imLboIcIdC%CqML8WqsK|)Sf!0 z#-j2ByL0(#6)_}>hdGu=Szd>#b0^D^HrQ<92TfkK`o7Vnfjak(P6lB0fT3e<$2P^{ zgy*%$&Kd1df;BfzUO2Nz>UdooaVfIs5@^5s&tRS7XY4%eicZ|bC8i^mPTyK>@N!*%kEU(ha0{rcVrAyr!RB<# zEgy#tTRpE&7wQwXKB&+bJdoo1oN~3jR}#D$+V$6_@_-Gq!^^RGIuXqGoHQRsV1lJL z4?9QKRj10h!G2m(kwM3#vpIfe>H>8-mc^+*A zU-72${vj<(x@3AO$O;I(egFem9g5r=yRDPc45Ek9L|9HvKLmOFO!tT#*89@~GYOpZost_D}35yneBcD7o@=@_9p3rbx=A{TkaSsy5$aoj$cmH8|Kd1s2NYVy$r zt)I2>QoBDOgQqP?E>^uQp1N*x&z-lZ(g{erDtr=e)zALbVvm}WY-MuG(fE0RdkHsF z>67umlIa~r`aRAAiQS(DmH0>Q4@@}aB^mE-Y^l1F_UdMfpu?-k zIG9${b(rXH7HlKvNWAQyeKBlG&Gy`xQ3hPg=p}o5e_=F-Jz*s`*Oa*59omCNsj8jI z3j(_zO4q0C69U8o9c%ZToz>4h@#$#Ky0@`yprvGh!0_Zw56v*N5f6rJ|Tx$O4J zl&cg7%X@j|_gCm$o=VaEkh{mU&wyfGmnY|&8!}E?&U3o^zU#wabxL5GZtCE6Mzy^W zQqopFJutdW)fTY)5Hjbq*|ojzqi~t04oY|C&&%CK!B1!BKe->CS$t!+Zo58vzIzL0J~7B?Jki{DE*w`$etmF5I1{1we|$jxc4 z*iN)M?L&&akA-bu(zf~i4n4xB#hvM7J>U(kZpkaFEf<@|WqM9vca2NMC8T$hl;kHh zRZ7Co1#gor;}o5FR_?3UfA99LDw|m9-Nl!@3}-L-qlZ;B%gtu+D*1FIE4wwBvU27X zUdEHc*lUY)2Zp$j=f{=i>0VFV|4F%BUwmG%GkmIiiO;P-$MHkXj3z{X@IFQ^)~fy4 zCh>irTRKG^nf9@-<-^-m26mUWgztWHCabo(tm%ZP7u_~D zj8bn9UMXG^8#koCk{ai!o9-T8s_PwpyD>S0h=`+V*mUca^fqDQ%-#j2M8{ttz42>S zIg;C3>s}i^X!&X2ZnI5H^sYzN&OMFozSLjV8*Nx|u--y-V$#-2YluUd%nQ?wo5^u@ z2!zIVk-fbK+ur_5ql4R9>gGh2OPTHLo9kCNCN7(}*k!|Qk2I_3-B7i~j3ag@XRZmx z7xd^HBrh<>#zl%tOXF{z+P>#}j$TeAs!!u}+v{U3=!Jjb%r8WDHRK~ZJ6IhrHSEq; zkWc$-Rzc719oxslUbFaEY-c+Ia7ak_6}-pxG`ZUNZm!1Fmp8-q4;9$l%2;#GNMAq3 z|5xDY4bvN>Lzha!4%4q!SAh@FuT>G+#(1xzC@q(A7*ZM@(X(Lj

?kv29Mu`M0v=@bg=g95B0Flc^1-N3P8<)RP z%x4JDHcPavRZN&b3PJ!%C6xpznJN}~n3oCPtIasL5vU=Mn1%M{c%bZM3J^uclCgM< zqe>J)L@&`sSt|rWrl*6`X9{@4LI*&QoQcDQhK6E8Nm!Y}A4gy?7&tr;M)Inc7>7)KfZCEpi&mB;De4KU=TEaG=(#p$3g2}NWn1>*slZgTf4Fdo?n1aV=U>I}~0|OF>1R;$^XV9tiQ55b9 z5nPpkWOP(&DgjJI1Sm8CnLxl$2~;75Os9hwfJmfbhy)&mO5+QKWRN&arQQeTQV%u@ zO~j7GH*E2c0FY3okh0JmfRA!t@eRurNx>BmpjM4QrP0Vl3W-5wFlY<{j-NF*XOWSs6``NXg(Gm8UU*I2UZM&Ct?U>E`i3xQSjAE<kR3Q%Xk&Lk9@99SC>-R z=#6fDF)_Ja>tC5=+2qdR literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_helmet.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..c482fa3e2a2d37a6d99b86a7484d7ebb4be1f63a GIT binary patch literal 5812 zcmeHKX;f3!7LG_AkUJTj!ACj0V1=2ii8;|t=!z)K$Hw*APFk77C}WQ`iev> zrGgbuRKy1=pfadP9Y9*FqD-QI3{F@o`fh?Etk<>Pa`pB7GHc!Bo_+TH_TJz5_Bpw` z*c)67^cLu$P$&a8S0^vzcc$i=HU;@!^!y!&Lg|VkeF9`&paLzHhj*vzv(jBs=Lksy*FOv)NAnSb*4>k-?6@|tb@&m_n2CT7438WAzkT#oBnZWVVmY9;*^9SS!+`*AqKbPE%EUap3uUXet zyxmOo_LXr{?#a_$U~^&^YCilUi{}kl3x$)a|)rXX7lxg$#095RrDQT)+`OtQw`3G=Z8e)w&u{R&r>+O2mPauodRC8q5e;=4T}bgk zGkagn5fh9;Cf5WD&u33rb5xYqEgO*AZi@Gx6wf?w?SEPVZ8A z&zM`kDsY2Z*V)_Kl@PdgdC2t)kkQ_+zeDY@y7NU|8A&}@OgdDG-j;;_(qUKi+7+de z{Yk@~j(hHGK33}KxQz0kc*oq#GmR3Lqw?_kil^DNLe|S|r%U)F;)==zf+i)AV$xo} z;77vOR-x&$&DF6$L{_D8p$YnXl{mswbtAs?Vsompkuk;9TAjza?hn@HB`7)aCCi*-(17If5i1(R-V3opq4k3E#G8t{_b1C zi%s)4s|N3Qge|Fk98NT$oM=}98)>t`w)N0S1yqUpLVyGFsr^V#({_qo;>BBz`v@iF z@x2#4PdNoICD*C5Rz3ma>o*;kv8{9 zMa)2bX1CXsquad`vUgB(dk^m_zHNnBot$JYdRtJTbCZR(N$C?bPwoUgTTV)I*Lz%i z#J31LxbyOqk-?6cZ+2!eIQHSqmD5Yms~bG3^8R2NjwD`Q`DRsHM}*^x%f6z0JLN+; zMYYsZ>G`<}gx{(4qGO&!S*2t(bjAg?T$I)A|20aeesZ<&##8v{oZjV`-E+;4Nb2nv z6H%Sz9N2Z+XHUVV!Q4z!>o*Gf4#j@Ga+80aZO|Q58JwS$=HFA3TPmF& z(Vu2oQr}n=ZQj%$C3nUT{<_B_jz| z25w2oIS;=S4?rioAGQ_b$LFJ`MaBH9jJ~|gb=SLfdRUGPy|4D%)|7LKn41N}JH7L# z`qUF|UrqR~zA!1)e_A4E=HdjH*DXy;kL!9}_D#wOMR-={_P!g&*XFIC^4h5_FxPDE z;FQ4^xksceOZOI?QZHS-^dF?haaAcn{y|agL6U%n8O9dhW-Z-2Gx-S4uk5@12K$vs z^aK8sYx7Rwx)`ExzkGR9`O;{x==;J|(nF7cw1BEvOA^^^moIz+5*v=Caxm_HOgD;d z99-Aob;Wm*MXk5I9ww2{9-&)ye2)y{QZfCD+)Io=n)6O5hMeB?iz}~EQ^s1?) z_Q~XZ*~h(Tl@}KSU;fZ5Pf-lXhhFt(L`2)#Y?P$-DWf}4C?f|xauNi%uV+Fc0S@Gf zI518r5F;lA3T0!f6ob$fScc}nA$%bV(|@i4gXVKt7=Ma8;4XHAL;0?e64*O(gAWwB z1!8b9wyX7QluQIb0LwtMQV=GTGLE*QMJp?jhVM1jxF%yqhC=@sa2`7?-;0X){0}l}KL?RaPz)Dp@ z8K}exr4|~9Q4A+o3Q7248DAtsYcN5MNG@YxFvvXmLw*9WyZactQ2L$)gb%zD6ypgv z051^W$3G#JIY%HM?-TmdC!{{efr|Hnr6Rcmf}JB^q0C}Dgo~RydkjHSQV3rl))s}3 zHz61o8uJs&C1F}0E`*1}U;zRuMe-v|@R#v?6fBoUV{qsM5}if? z#zDCWr7}^RD&=JYJ`d)YwbueOh*X}%0v<$ktmFX z(WHjfK#onjBmKk$WuOx%gOO+ek;DXuOd`z(pfO1lCWWvP0GPlye-W3@Q~ft@P4}Q} zM%UbxFGb?3w5HLP@`l4lN29|qzP6XpXl++8L1?rDDHs8BwRs{~qf<~QC=7v-?c=>( zKiK(yq6L6NVSscVh$V1&3@n)pBU&IM!eY=!AOMnx6o|^0h%OcJWC~CM+lL@LB3vQ* z)N+MhHoAn%C%P*_Va@s=j9~#HqBtJ{jR{bg0Qo&*_`knKI>ZHF00gmsM(T*>Nm!6U zp<#J+WDGz^D-fs?lm1IJ5~)4}3X{lSQmFsG8aXsBNTNd=EYiXdQX?6{(qRa|5-0=) ziNc{mTAI_FfoB z!hh%IeN+9NA<*d0K|YD!&vbpJ>ysGxBHgYC#4=s%8Yo4fX3W-HlTZiMrigK>%+1|-YL|}L zR13;4rg=Gt>4}?@y$`+aX&Pa(j_1ss6@dr7pyd}i>)kqg%jz-f_R0>!T*EBK87ES4 zavYeKXc~ks%5++FDbvJk_po1rEcVTv>$cC|{+^*4=voYO>vq2=TH;le|1u}YBs3$n zCj8K&+zOF#Lg!1;qTkYgkttu)Sg*g!D+mwjqV^d3tw`{7Zk(KuSy1O2T7LhKF}pIX zFS+W$sk+I!t)u{yLz>*Yq5L#zPK2tGe9+E^-SqQMYZOaVwfv#F1H?U60oJx{4_Y>{ zgC_NJ-=sK)8>Kh#{zz6E$DC1J>TVlaWWm=b^Yx3>(d@Ua4`*y$&+2JgQwktOquiV~ KI30Hgj{7$O$G0K? literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_hoe.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_hoe.png new file mode 100644 index 0000000000000000000000000000000000000000..018ff86c055c6c3619830086b3594152814a7fb9 GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc!A?&X#}Etu{KZTPmJije5 zv^!KFcJm*1U4y-ETlw0mco<`5-K@)M&J@_8yG`ny(i%Mnwm6~if6Ccxjqz{7AFfMe z>VCke&?eABX5EQ;-c!nl7z8Fv&1$UXULqOZki@ERma*yoe`RSW6N#%nN((%U zIT}nRt({qO-~a=|%~t{E?LzOI0Xm8=HNrE^*Ox&H$mRfI5V#aP8AN%y`njxgN@xNA DKrmH~ literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_leggings.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_leggings.png new file mode 100644 index 0000000000000000000000000000000000000000..7efcdd48e01eb0cf27bde8486ecbf01af1fe7048 GIT binary patch literal 5966 zcmeHKX;f3!7LEf#Q3TNztvrbV1*}PK=ApzOK}gUbg@E9MH^~hI$Up`Hh(N&sVHrjh zoKQhU5fn=uK*W|RA|Qw&f&~Pb9z~R@2z{dOCOENP*Lus<*Z0e;b(4Gc`R=#({?6X# z@lq+N+aR`J|MaUr} z6fPDa5aBJ2Yy8f2+0A&>J4ZRyrYPajS(h4KH&YlEh_FtzVW&1KH|D>B>$6Vo)F3#WXQ?uT0 z&v!>QbQ-@fI@OW;(|2jaz8ju<2i!-lJLNwR=KGb|M@qLIUnO@L>3VQtbkI;xbJ9`x zqR04RrfqX9Zufo-F&;&nc`|xd)WI{AcfAiE&R$w)pXM0Sj7dCUmF2jnK5qMh?n9V4 z4?+=%^*YL z0`9w*7a9&Xmmqd{^ zq%hY87KvA)HT_1%21}kCsVro?a4-vE)yON7fzJ9=mn+`ip1X3e-D8(F=yJwBlSc(# zpT=#(1RkHwB*kwEv0OexUF7Ka>~75xTBX;elUZDLOy@l0*xl2&c{7Yl+y@Ldw9IQu zbnkx6rp#_lm%b{!nPuNf*}b{xae9yh!&2Ly59qLIG!|L4X=+bLV8Ud_Mw^qK?0KVc zWytopEdS$tL{@5}2sFb#NSjl2ts|gO5?>(GMzv{G?2DF<8}hc0FYisOKDAqW)iJ2u zw18dl)utD_?wct|y?6H%pkx~|E2s9&Qoo*@R8@pjR~9bV%Lu%{H*5dbcR_dBJKfg% zvZ}4`b_|k3;~(2!GWfZ!wH6ZrUVmD6KJwS1CFe;XGv%>O45H4Vqx9jm;c3;s4NjRo za{R|)7KuvS;Y_!7QW!V&&CSP{*NZM+=V5L#clX?O%fHmgnUH7&ROpPIvNu+Hbu+I(GB@KIHgpL@o0WR(X-^~ioPiH$_#Dbh{b|!Z3elF zoAcOn6Rq~=q>)-Nzm~D1EOJLbg#Zk=~lmC z8q;TGPaZ2EGB*#k{{E)dj!(#}DPL(~zNxR6Xo5gYiWjq39vl|y-5v<5fj-k*q3y{|qvef60OFHws?VPrGd{f-NNinu{u?Z(JDd*u@`BOnr|HIDH`SJNk zqv+U+B~<$o_RcpejnRAu>R@H*=HyaMZ2f6`M6;mH{fB0pQcae6OwYpHotf6navw{2b#kSv)3LJ~1V41it{E)K(^mKh@*6haZ*)7j-M1w3M) z0#zzG9gEdyG#Cv5BU1!maWonY3*fPMJQ_xzl@U@E7><@It#uUR9L|tZpb*PdVwn`F z;{^FKwTgj4!Sl#>@k!)d?t6Nv@~sN69@ubDj>TaBtVDwS_z9(IMHo!-HlRO!Ldkia@yvNDaiV!_UD8ND?kOU@G z!tvoI;8kML2eBr^rkl~H^Kl@syZ8JP(C>2BgJBexOLvwD)H2+NEE?G6sr|txGKSrkE7C233XH;i6SK8aA-1) zEP@HB5E{he$!I)|Pa;zUA`ub7>#20>Kws{`VW9As@%Z!>j}TBLk|`t%6c-dAS9^WH z^28FzO9kpw!;vWzA{9@=(+E^50l<9#`9KOKTyZ*59DpH=yAlfME-)nsSB_W$20&Q3 zG(i7|Ze8ebHn6gwu25lSy&X=5&Qd_2N~Yk+WFZWcE;OW$^8GXy?k6Fr0-Zq>1bYMU z1Ui7H<0(9VLdR3-M9Mb+KnFg;%Ybrst3dU1Vf?<$QA1BN;J|zeQr2!DUeY~yLcXsig)B->t(LkyQMB{`a8k$Ii z$Y?$hE-V^_00JNZPZE%66WNtAkxBz9pydIuj<8m6ed@JB+Kn%v{Y1DX5Ynv=tQZ== zqj5wYjzR}Wbb$C)G3?);BUK;-AOHl>0G~=m69p6k8l;gZXb}}20|Kg0fFn-~`Y+{( zC-ZP5I-W)+k^g@=68JcQhzu_r0Y`wh1reajkw`&9WKcw+5b+TBwr}27$zRLyedW_8 z=IDUc?f&md*8%$<#XS!A=(vE_f7}KiL-47FeSfUIEetr|zw`69ss2tENaSZHpQP_+ zxjxJFNeX-t_;YoAmg|!g_$2V>>iVC_W&GjA7?Q$&XEpF^Z~NMtzVIvaH2z9gXM`JK zF5+%@l2saP`9jY2Qz8)4XX~y>hbQq|Md@Pl0+N0Pj3YqCvT^5GM4XLzd(HcJ*I90|Y0zq9DtkXby3eme(K zJ%}HOdbXeWw5j^JiEX9Evplz%XlsNWRae>$(%Y*qmUJQ+23L2?K+IqK;;}K+sU^iX zy_@A?ev3m5_S?qazr0~=z8End1331RbEOp;)MQiz;?9zt>L)d)?0*PKR3C~aP4hYn z&M-$y5nKzfmpUWQFgH=wg!{aH34kd3^zG0@o-P>FX#JnFq>i1 zv(@H@58P|bWNT%QQ_#NpNnRvE!FhpG0RtERlZGP=AA-30xxi#C(%U zGsB6ODcNfB1_lfaJx3DXoi2$r26}@pHNrE^*Ox&H$mRfI5V#aP8AN%y`njxgN@xNA Dv$1NW literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_shovel.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6759e3aeab5c213e9dbe5ffcc68767d00d59f GIT binary patch literal 282 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc!Kt1ujv*HQ$r1$zIF@!YF*g1GU!QJ${DaE_ zy&3gi(rl`jT5#~wJq!0`7%;6u+vD{_Dizopr0JAe+ApigX literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_sword.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/sapphire_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..1083563d4afe8dc0a0a2fe456a97535459d6ca3e GIT binary patch literal 341 zcmV-b0jmCqP)}V*U@C(#L3mPF?+YloOJPO#&tU`9&+sqVm?%a2uB8NO3%6_Q=Krs*8Tm~G@ zkNMh*DCB_`@&|dk*xQr1UDBIxjpalQg~wS zzEPiDCY|h(W5QRhBYOR5(g&=IMI+{RQU-o)AOI)TdwTsT@1HXT#yU4fJLT5~a*fDc nW0*Pb)&y?J!EKE4umG$8c)g3X*Ldkf00000NkvXXu0mjf9rKHu literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1d34c3cd65f0d29deb9a69106ffb95a3452576 GIT binary patch literal 397 zcmV;80doF{P)S6ovC@Vna<`2tsKQN>QP2&`r%E(UnL`YY?k3{=|hFD?+89sI5Mk-^~eQ6fVR3 zobS#(cg9Qlwfn>1^{h>-vc0F#Hlsp2nmmu18a)B%s=#N~W%+T{W&VBFla$D#O)m}W z0$8A9S1HBMlePd(XT#QQv|&Ix@C7geEU*6qBobgH<#A92Btre3b~JaE04Dvl!b99Z zftpO@6Mz8~^Og6c{spFkngCe@Pdo;06KnamzJSPr1C=2Y8v-W(iz|{vxqt z7JmT(K%}~qMRfyaLwf`O>XBMs1L@+l$*BHJ4}9}rB^?F)4z-_rU-}>ZX7n$MBb|$`Hj;00000NkvXXu0mjfJGQIa literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log_top.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/stripped_oak_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..c845578b2d69382b5d085183b39c4a80dcc6f7a4 GIT binary patch literal 278 zcmV+x0qOpUP);iTs8#c#R7-uB0K%gzK+^N&{seWxkR@xihz8`Lb}8u z0ta1vJqAfK+!wjPT(}jtP$sdj;1}FN8f6HE1_v-?Uv~h3kMKXFN%Sr*mAv+#%5UUJ c`!gPk5BEWC3`&%W+5i9m07*qoM6N<$g2JqC`Tzg` literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture32.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture32.png new file mode 100644 index 0000000000000000000000000000000000000000..a8f643c9bc7a8753625453103c2dff828cd59dde GIT binary patch literal 82 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|lAbP(Ar`&KSFT@AS70@mxTGrN f@QOCYrHl-Zt}?8RmjC4lRK(!v>gTe~DWM4f=l~Wj literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture33.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture33.png new file mode 100644 index 0000000000000000000000000000000000000000..f4ea995fb80ba3e187878e7b1b61ceaf4150391e GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70TQ+U_b>4w7LB_Np k(S%3B?Qlb4L<=Lsrf{i;ho-k#164A3y85}Sb4q9e0AQ;ZivR!s literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture34.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture34.png new file mode 100644 index 0000000000000000000000000000000000000000..16240e16c7b3756e3b58e77cbb45d6fa45135aa5 GIT binary patch literal 82 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|lAbP(Ar`&KC545F3akbbmsEuu fUeTtwl#yX^7{i;in?I)k6)||a`njxgN@xNA!G{%= literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture35.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture35.png new file mode 100644 index 0000000000000000000000000000000000000000..5f96d00af36169176dfdd32223586229e701886e GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70JX~DA&O0zB$e1=H in(#=t9d1aBXklbX(3MXtvb+q^#^CAd=d#Wzp$P!<#S{<# literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture45.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/item/stormbreaker/texture45.png new file mode 100644 index 0000000000000000000000000000000000000000..30eeabc02fcc678ebc59689dfe1c95590fb1cb1a GIT binary patch literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70XHK5{dES9BLB_Np k(S%3B?Qlb4L<=LsonjTobgxIRfhrk1UHx3vIVCg!0BbcDA{E&pR+C$e1=H jn(#=t9d1aBXklb9mrz_-*YV&EP$h$>tDnm{r-UW|Lt_@p literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/armourandtoolsmod/textures/logo/armour_and_tools_mod_logo.png b/neoforge/src/main/resources/assets/armourandtoolsmod/textures/logo/armour_and_tools_mod_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..846c17b0be202340804e6754983461a0c417a11b GIT binary patch literal 11491 zcmeHNdstIfwnynLy`51yefbROjCQoGXssejNaFMXRc5530wzM*aYO_$Rlz`>*nTa2 zAh8soVoBO&C}Ic^AweEV^ioNcM+lGv0whx-oR9#=5DwwwadHn5!1+FB+G%h9m^;lM zC;K~RpS{;wdp&+@t@Gg?PF9k!TW7<8$Ep{i2CRow+!Qf>ke&QML-Kw9TjH z&i!XO;rtwXpS|vmKZvdMdMr@d8su(e+wq;sY0-|t?n8u#>QJn3_l$6pk4PZ@rA1Iu zu!J9-B<5;(x+Fd~O4z1KlzaQ9Pr(1pMLb>Yop<>!amWIo$?hz~%qjDo?}kH{uBV+S za*o&zDURGV#i_gxH;I&4A9-`cl=0zcFjEnNtsVP^lle30M8C zvXEIJN@qJNDUrIaWC*8s5{uPCznZEs=&Z@sawh673YkZt_Q*7ma#No@^zMmB4$+`D zKoJBBTP|fZVB4Oirb_G^olxI}Ibl5Z!)#m+ z0_je%n86`@Rs#6*1OzD^Fy%u_v{f|Leir_2qdWtI*UA#nyXMSDFMQVw$FuNhZHs4} z*X!?L%vb}R_ab4;^1$O)>T_AsQL;G@f0I>kxY)nkp1kcfT7@5;;@#)Rlrv zsGjx^xzxUilgo34bs+Gd6;G6@j11W@9*L6Kue0`#!f)1C;o?+V9uL&tc^AlKv#>JW zEv4LE#r>YcS}ynZxF?Ie!QL|37dm9+jOF-^yfshl^~Do`AOV4!bV}xI5KYOP(s2|~ z`EHZgJGSyxm3(SI%(i)pxFWLMR&K(GPPwNYQsk#xG)$yUGOs2|=}Ha=7*iqo7$zFD zbCafTT0VOgTZ(G4A)+M`%%t-<;$D+DP0IYh5ic`QS;&56+@%b{PN?0u4pJA}JXiKN z$L%CYBU+Tnw%o6KaUH+i(awPfX?pCSi>k0@Ir*PVM+Vd#$#yA-C3NNGD+Xwz9=cN8 z2@l|~rGSvd5&~5N4A#gX``b@YX=}Tx&=AziC&qTUoW>UCMyUY`VXzLg7)MOxHnow9 zA{DaEOcWm(y+XJn0HK%kc8>+oZTA9VZ}+CWCe|lZo`(VVJm032{9wK(&jL3VUnypQ6&^pL_paoBtpoI5$d`u$57A3=M-39^VEirSgofx z`!%~&T+w+@8bK!Rgen8A1F_aj2A(@m&&w<3?z4)Ec5@QD^ktS;2+oz%8o>A0fMFxyQ*HWp@{Uk7oZw5Ri`s zVGa|9L-D2_pEf&^Ah!s`zSF4HRl!sADgidRd8+wqUSF{fFQIm+x0q7XYTWyYsOBFN z0u0C|*+NE=K6d0o>8aAG8@Nz-Ya!DyZ(yspJ-aP#YeclfRK%@Uu4q%+H_?&Fp=qdw z0;O1TG=nVS#R|EM24kh1Fd4+BCw>eaLjf3F94dl>D4^3kYIa^Nq*|5QWO(VHK)5bx z(%FzSK_}rk)t<&H4rZ>DS6Rr_js+WfMTmQM3gooPc#Ce#1*l)pwa@SUsN}-;?mzmQ zI^VU3zb%gYRVBH(MrmM6ajNo0_;XIiC*x)!Ykj`tv0X-pYE zI!cpQ>zHEb7@)mYN|N=ju!k0E_;C^9T6JC=T^>_?#-WF!phR)3!Vq;PmRrsBCd*6| zkGnbUlv~XW=r`{JXQ_Jgp}Az~Uw~8(4BP*axz^2Bh67Nf5`6pO(8N%>8Ac71+9*&( zJ_q-N)$^h-B~+*?q>rvEMzbWyU6&}0RVghFRjSGAVUjMLYLqFB4F(2ZA<mZ!xb8Woj!L#YtDw)H)l5<5R)Unzbsf3gpI195NpDRj)4p=TSgRsc3f zI}!x^;mlrJ%K1@b|D|-Mh)bli`kl-Z>7LvZjftwmmP5yesOto+%0ywis1071ga1~olW-fd1?GqDxJWM$wzx*5v2<*F3xqVCNuk5Ho4t*|>9)qq%{ zRc&&_MoT0-z8-3H&@Hk=3=3h9Idm0hjt~dfb%oI3brKiFdE`YD_Rp4i0#JK#E-DKI zZxI}p3{O0Xr$7y%KMXsqA8Q16%3=vgG9}oo5%zI4~K_NycIHMtSBucb}7bWCU(;bBz z6Q;%D5Xka)3N5fg6cp)YXVsYe9WDQ7AwNHSVsSQWI(N$#qq*DjkCWDx7^ibL02cR> zIWqgk<#5k(lt+=S`Ua!T3~juiwwg#xiD?@ucqKqTosla~6t~kK&HZXpMN6@I?CXfw zOv6#z!tIOZOF4`CPa_s+_u={t(F(QWyM$h#RcWUKz!3sx%6W)_g2GOFZ7dEe188Ct z>XQ&O2`^0|iw}S7*hAMTFTy>k-A;3ev35wX*XlY6THlitXd|uGvQUS;Zh)i`R+iny z^r=mwCC1)%V=A6t$&&0HbWdq|z`qtJfbc+SjniDBQjep0!7Q?1s3SX{tW+uevtWZPFNg}d+fT7o!b24b)df*d(#N!Pk^PALR(E@myJ_oub?rx0 zIClggkP*yZ?VYkJJ|;}v0NI+~@%}6`DIE4aaiee}gqDva^2l=T?r|L1eH*VGvFW5v zry3XJ=o1<2C}^~riVe0&0_Qo~_)7R;LaD>~qQ#y9+Ukgk)_cbm$OwEJX@L){I!k7G zM``=GabY|eumNuzc9eBhJ~0;VOx_#);`5PGWy&=^cs8S>E*zh+4Bu(OC?G|+*#`9!wc?zKFeF6^8l4i1M}c+I+< zN05{=pw`YE+5>M*K}bTpQNpc_8+NyzV%2KV%$-b(5Q3VE+`im;Lxr4OlLzQ+RJ=Fp z%qh2CDMYJxi5wZY21NxI=vn7`Z_DCjV5F!umV+jdp3K%S9d3xgN#(6cOp<19XbU3x zoy^qWX0hDT>rGU-CrynbB1n#65wuGcRcbo@$*2fWSLVp9N;Km`GlI*AaS2o<)#$jX zHccL2X4V85Ezt2Z(Cv83V0`rr+=X82vg9&{v(M!gwaJn8EyU^@zw)cSJXbXPS&HWQ z;r-6*8;IVolU6pJPh(c!=qqOCiX83x4ZkU$SwUz-F6i#j|O5$R(tL7uuj$NV5p#%7j>W?k!ibj)XwJ9wP zVveBl87bjw#9&OMPHBc$c<93kUQzjU$sjBYt83P|=to(I!SupDoWWoM6TsK=R}375Ldfiy(EsLgG2PcI^7C8OG1r~= zQU3F%qM?6tMcA=R=Ktn8w3}q-sn8O7_meYc^5V1e_+`2`u(ZXc=WGLUbjY3EZ#@E@axHXSsFy{U`2N&yg->sys)HTuv zaK26B`E$tmFI^sk0_& zF6jRYd2fD>VZpVa8EGjv6;IvVIGN{|0l_m8sc62RgFlWP34n8GhxiQ0344R~iEKU| zh==EP|LgU|>0t6P;buiON@g-2-@cDZWJ^G&Zz|!we#5&Mvq9Zo==MFTnJ+d?uhP7w z52x^f$A9m z`R2=?1Dpd#Jd42?1H5Qvf!zO@WB>Igl-S|^*duJdq1V%-gAUfc=bV}47jbZoI+XAU zRgkQ!zO>VgOlji5aNj;l&&?h4+4sTi0SFOf&OFMt%}0bPf6U^2&c%$Gh5xqodmOZF zae5dIRlF!UGSQ6tW=2@qTjn8H&uMmOqHGLvU7JHgb?;u5m~8W@l@;C1#{tUvIDxU! zTJjx{y>GJJt|^e)J)JHk=@Z|CqWjleoU@h%_`>|#;Xl}B&_*xKufK@naWt&HNkp7r zUBuaPKfhn|roRRFO2x7@P%tMNQ;*>()Y`lyGaHZHY=SqS#_az&n-k`lP^4nHA{jh7 zI$cM{`1I!5hAaLh>k-&We2V2+0uObV686yLhRL}#t~Yh%{f+1axUXT|<95oiZ#9G< za_tap^U#W!U6!^94L(ityY`6tiLrF(0+nMeam+lv_SoNXA8K3d>;1>y*SElReE9)Q zIwRU^_46-0(2Kux9oM1aY(qUpN7t}p4cPDN1#U$FyHDb0|NGPz92B1J$e*UXWYsop z5ua0S1s%_~(X5#fMB>c67m4%oe_~|&VQZ)nkq+b3UKDbT(gCJ*DuoZai|my)?a(Yg z9e+o5-AN7FE+~<^jcxUs0v1fHwrV~qHBY)EPbJ^j%HAbIIW%JsX zAMPINGxAb`-kvbo!eO5*#_qEiexpBT>^x2G)7*Kp$lsHH^1XxZ?qubK0X4WQ#bfjwuIrF)i3-p1L@6pKk5ev9WEN34%Q)*1M4OpN z|2&oA?No?M99lbx?j|XhjatP=GLUGEr<4RStWZ{sEUWw}uf)_{49KiIMoly1j@s=(JNMd)JomKXkCS>w`A)*9h7L3KG4W4MM9b1_=AiOJx8+KgY{WArQ zZ?$W`ot1)Lc7e>_Qwk=thjD4tf#(t!IjO_8N|~TeyESh)up3vw0AF7}@TIGqhEq&n zG_^e1lMLhT0V{n>lwLL=vD&nl9?>|7u_kjEnz6%+=b8l+V2l<`y<{KeNWGh$Nb-VIOhGH4LQDz z&t=bce;+i`9N3O^_*{Kx8_kQ!UvLhs zWBP)dU(mX_8smc5DbLT1F44TdB`%Ts5RaeY@?8G$(5ymU{Fg^FB>i&zMFPJ_;1>z} e8%scXY5{mTsa1Qa;9i*C@!GCeD_?%|o&N>JBF;(x literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_1.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..499fc2623057b639c84d7a60255c777ec3bb55fd GIT binary patch literal 2428 zcmcIm2~ZSg7H&ugh%sar6O3j_r%fza?V0YLo*BBsfb0xcU~rh3Qi!FYkAI+HE~Xn8 ztZaEiv%0c~DKP{UHAh9a6g;*_mT+iNo*OnBvT9s4$d)l4wJ`^-uA4af_Z%$NTD4WF z%2f4q|L_0a_rLeO*KcN>t*mfb^2}reL8cWKS?usWA6{tE1Ms`u+}evEajPV=*;Z^e zqqcz0CAk5DWPIGdu_VJ%{^Zf+8f@d5^3Hi*#m{}dX!FDR%-Wf69u>wuf6le*k7tw{ zrH0KX7gh${{f`??yK#5BJ^k6mv*z-%mxScP;kOEy26kvr9_*0^ANX6|=>r3uOZRQ- zpS7W2{L)8zmfmV9=vdfUL(bD0f4<&otAFXd{q56R(%X-O3LLec9Nh7IT6%B5yEK>= z^y{}f`e#3RU~|i+uXp?3otrj&a8Y07rL-fjuh6$Y5lH=}e5`F>SEg{VW$&|R9#4Pt ztD>{5m+DSn?@aH>>^+!p{mZUvYks%>&*Pg$KyND8TFhVRm|iibq$|Dh7vch)_r;_H|5u%>q)dKPw;a5-ZPZ_@MZ>${o$dfg?qW3pj$7Zf{;*OGc#%@{$rH5YV-pO@; zcJAYxV@+*s-E+FDno|0xS4}UDUAXzhzz@xHu537N%w8PWc=_CKq4WrDD|O~SvAFav zp_|)7mlIF!OxoXiK6ESoLQm3(j>MB)i6^!shlbJqtw`ul!cYhF7@D=B3f@u_dzmA2 z&juJ%T2e!3JsvgcFj`jf8=-SFmiwY*XR{w@?LhW5 z1O$-Z2)xSdn0sNd)i&X+W>PJA{NY@nY7>Wu!UV?O5O9b0ML`SPzyrx-7!x^xRV3Gc zwYeuAbtfEt>~MI*1n)h_Se_~niosfZLW6ozvBiX`0kWb`kVH1}=ptzm=ouVj(G*St zJ%uwA&*1{k5xhV%JV!Gzo?@@8a9#nZJdjx2uQH?IQQguR2~uXa6B)FBF*3i!eGE@+CbwRFN(Mz>L3Hb(-fz}P*ra> z&sJ>0C=C%^+T5Jt@&!C5%*qMq0!P&Blsv$paH>Y6!D!TzM#exG2?MR8qlkqdAj2k7 zxky5zqcBty*aFDJ!H$qTTs6@8z10}13eUpWp@N*+b&xQe5o-J zhzjit!(Z63LC*qntEYDB33w3;R^c2rnI`6nDoF4OB#T4{5pQQ9R4f7i!FK1 zqLNda&bGcxJei++y6~>*v_tdwCqDA?(-tcMQ_JjZSwf;inv=Z3^te4 zt~H!Wo)P-~PE8#bcPvhKX?`lxwc}h>*3)g&mzit7|Gcs+?XCGA`m<-`TwPUkOzup| z8CdhmoaWBLp8CQ??d2<$9-sE7+xuozAI=%yc4A7;l-8>|)80e|+V&jD82N1K{@y>B zQ?5OCI5}h2toPQ>`(@S0VE@l*e(3AFShn);Gvliduh~&E(7NPMPhw3@Rs8Z)A>Lyj z>fe=~aOVb*y2-wAR5O~ezLoqg(bBv3jZgmZtz~bmzWbZotGPr^v;DhOS2y@g#|Lwf YuOD%g)o-bqul{-#=a*T!e^s^WKkEo>d;kCd literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_2.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/aqumarine_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..83f4d998a53005575e81226855d0544d55fd95a1 GIT binary patch literal 2518 zcmb_edsGuw8jql)Mp#<4Dhbf(&{_~C?+2MCSWJKf3?jh?3xP~#CNPp0$v^_Fr|2H- zv9bbH#G*oNtJYTWL1jx9!nUX2!q)BTcF`3KuuJj5w(8Mt&#r6PJK?eRtmo`MJ13Kw z``zF7`@ZjYzk8EiIoTNz94?2&Vnyh6+FbB_1>De6q2Rkwv!{c_nzxvA#L!yO6|8-TrV{!WQm(efU`5W$Oo>SLi!y<@*OV z=KE}2%jAPL#MYP_`(gnv(Gq8x@?>0mKV4aY_V_*i(;k25wba3L-OWX34tMeD(jSa} zd9vt-+Vle(n@dGW0>$FphMe-(hI5Y&9*k}5ok}-uxzzqn=JMDMx1-3H>T}6jja_lk z=l0j`yL-a*tHk9?{hL0`A79@4c8#nt%Dv>?`my>mEeUvg?Wq^9EQ@{mJKdl6jF7B!NYDCv&f2^*Ua^E{l5>laxkakh zsR_>5$6V9usDiaCx|^d+sZj+wZea$uP#aaC=bBX9A|jx?7wZ%fUJlq7x^(#-7HiQG=AOrDKD2_xT98iV zZKgLH)}px6&c_I+h2;C}E`VmSRI7b13@;;T$U>G-4mEt|*F7*q5o&mo%pf$lG-N5I zt9Fyd>g+tcx(rtm@amKZj>?Au20KY(kk4*&cu=1j4icl_oiPhwCxlg!X)Ne}L(Tr}l$KnyKraaPc3800aXpxtFK%&|K>Gdci81U}3q z5b=cqyPe58i1yHFmB4u>mnWhgkNt0WzC+^lCXlSA?A30f}E|B0Rk~l ztrM?cBI&him`M;NoH#|G!B>kyi4zt=f)EM|jz|fK6-iE3C=sPhY9(;F1sCF?SsuN^ zLt_q{WOx8Gp8_OOi(HNoRw+V=6~JF86(dSqX+b0sj1bE$m|UE!nDt-hraA-U6$+VHC=tnJN|8b&pFwOS-5$_H43|jAmxy7Az|nNT zgn^Er>{tmYa5+j~h!GwIxdR0;rt1J#K$ zngkJqVhJh~qhdv#NP)^ks7#(H6r#deu#=#yRsRbb+({6)RMX3o2rcQ}#`pn@A5eX=WoJK#@+POnYP z(`9|TcPKkV^z_a}AID@x)(D}H-J3UQuiVdn<+Jknah)$&cVI!ZaCekl4;LY z98FsFCo;2&=l`8iGvAT9Z6hagM|c|W9NYT!aC+}2fpeDuWna5FY{>iv?$xtg+OQ$C zy&w?xko`u+g_n+(+*m%QDZjC#{_ecOq6lofuD9a()==}Z?Fak6uHMSZOdZZX=Dqmv z?8~jtJ>L1=OQGkNy;?VF+&7O5zn9?p>->e=!Uao{QhK_sy{o;=>kEXP-1=?b!o}O~ v{VU}2Q|}$l>>PM_;qLv(hfQ}<4nAVtdNp(2u2X)5`7P3?Woz5kn798MCV;{O literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_1.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f781b5e1481e21c259832a6ba2706c7819f12e22 GIT binary patch literal 1005 zcmV$ zJC4FI5H&a04(bSrk~$64xd3$v4iRwx#34XRjYORq8fr=;L=7D`$m)&!tXXeDvLZml zx?vNK9nbU3o6mMk^~i%D5UKO|?4;GZPW2Y;m8f(0e7RhT2B*_WelM4c{HAG&pE`TA z7JY*1sG%UIF98K0Rns<%44k8>(93U003pn zLg6R4K%s(ASjT<(@f{#Uq-b7qfZo^s{Z*(MAez99+LA|fKyrSVLx_VC@No<%2_Qg*$K%l{&f6wHn8N^3 zf+s9T2mqVSM&=kwA=8FLN&vuNc(DC`Uu4Q+rb&|I+wIou_j`H9T0g|`cCjbIBnAM& zIz0d~0DCuwhzoeWTk4Zx7>X;QkVA8UY|l66qM(4iPd&zgLi}caj>T_OL!I@=Tkl z6xwj}`CQWQB6+{o(ECxoPPzUt0Q5-|OUUhUTR42tftdWTcCfX8Q;=MPIt2UKj*|eS zpTjUTlV@~D%a-$g91++YrXVaDbPtL$PRHZfY5lO+TNb+F- z*fZ2O1`{tDbODyttUL*zzvdNPXDNsO$f_)29P6^sp^4JRwL-K2-C&_S0O8PC=PSC- zKRQCZp)wNF4Gxf;_G#THp^vk9O7r$fid`gKCbOS_xtCY~NlbmvwYY4RMj2@V$SH={>2u?H`tL z&aY&u4uLh1Zi)-w27H#*aUD0V=P7?L(P%nlZ9>_iJ;VZZ>PSM=VW;SwYMDPANuH%# boqfLnM>py}dwU%&00000NkvXXu0mjf(?!wk literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_2.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/black_diamond_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..e89efb86b5cd33a185e24f2f6c9587997a138cbe GIT binary patch literal 531 zcmV+u0_^>XP)-9PciQx9y>2#_9u)z6zu7#Fm zsoemcfYF(vu1}|v?jL%WPzLbEyMkmkn>}QJ2}lRf@Fl<-#|={gp!jaL>nR_{u`+@Z zz&r{Dm=d7o;R$J)_7VUiY(TgkjRcH>RO8G6WCR#MhM1-~^q_R-0iZSt#DD~#dD|rI zF7d2Q+AY4_@A>2>N zasTmnl*we$f9D$}`wnzl(<1=pX0ws)cB_R$S{QcDps7CF{|%FU8GuJYiiNXyqifhX zLfh_N`@xV;d(6uKu#4cN-JhpEI59{iNun%hnnq_kSTT1nhrn|T4|>NLO;7pt`3GA+ VQ7}n3&ujny002ovPDHLkV1kld?4kew literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/enderite_layer_1.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/enderite_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca0ae047b699392445309de32345112f1d70a6c GIT binary patch literal 733 zcmV<30wVp1P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0$52zK~!i%?U=nv z13?hS6FZFEeY2@nk)%%Q)8Pl_qxn^x()F#K(C<3t* z0J`r#(I^tJ6;M=41?bsH(cGR>dVrptbU(k1qX<-e@A<6ByN*x_*w}8V&E3tDnu+I5 zSIw=JSv5=Aw=Zfo)daPA-?{J%)DA%A5_nPG3W!2L3ctMC(5pVp#rnYT@kdxgA`PLK zQXW7S0%Ua#S!r*7NrlVN!M)m>!bb`PE4u_eKYq+V1oT?ra!IKGi7lT5tpGh|1}TLr z0r`PEE%zj-=gb+#(@I8&*9xIoF75Ngss!nOfKW*DJY_GSXD7(mrurZ+(mYS%c(%R! zWo+8+BZj>{F1{R*iUJUiQ_~YsZ-Cz7@~j>GIPRfqfZ~^|h#En5m;4&;M=4GH1(oSk zzGKfzdHS56!A2@M0K!WkFa#&zU94?3mB5tTu*Nk4!t*_Zg>V!Kd`)}V+t^6O1E^c% z9$;#&Y#xBUY`(59I*|vE0{Jsf4j-In-`bt;#pyOPc?+1d@3M%gQ{+H#(#k$$NZH85 z1F-*i`%-Iy=LqQm(&YhpfX{+SN#!3QlLAZxs{k2erYsBOo?==m00K1@Ce@nbQUGOm z0%0*S1>gXH4#8s**Jv+4x5XI*lyQyk+G00%1tjqR(*f~Jt^^X^CX6i%vlbpWJ;1kj zSx5>s3Ss_3;v^WVVDYF_egWuZs{MTvB-#J~01jnXNoGw=04e|g00;m8000000Mb*F P00000NkvXXu0mjf6y`cu literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/enderite_layer_2.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/enderite_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..68fab57d936e0c8fb3236a8bebc9e135699ce0c8 GIT binary patch literal 530 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH!3HE3&8=$zQjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`ISV`@iy0XB4ude`@%$AjKn=Z~E{-7?&TpsLdoeqT981>~He?Cp&~`lN zwn4~o!{!a5+4&Cy_cVliBtGZd(*mu_YU`@PZ%h^{w(Dd3*nHf4zt`+0#!?~v zMUodH=T2YDm(qSbcI8hA>1f%`@aeVJb6ocpiSJ!L^PS+Ltc7fgcmGs;^`YXy0L9-YQT3_;CU_bEsw0lsR2#;oWr%!htp6&q}%j#(^)>#_0sVXW}CZu9J!pUUS~E4J+Mt{y|>uA<;b$bf6s2V zpWX9xkEY;$)3^Q~bN*+j{*o1#{adEBrMf`2)=}E6WZ8uc7d{v;TP6mi1)Co@Zr{wa zh=b#jB=ZHEn?TfNTyR27yb#lR=cH LtDnm{r-UW|yg<{_ literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/graphite_layer_1.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/graphite_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f036e918ef361462e23a59573610e7b78209c29c GIT binary patch literal 2418 zcmcIm3vd(H6_p(W0Y@=YQ%DFn+vQ_id9@#{KD$T(A<4Fa<=B>D>@X1T=gD3yX@#`5 zWhZG}7s^na7!vGImyhEl1Ek=jrsJd(YzBh!87K`Tq=As&4j}|jLZHxuw6*(IAJ>^O z)0xgxGppTq-?``Ad+yyUZ7eM*)J~f{O{39h-9^rFcwY)HU_7NDi%02({wg~1v<)e7OZ?g$In|e7A-vaQUO!X4h}>IUX2dibhBv>qGfz0swtvBg zGjpbYRrJv_m+Ia@ch7h=um8ZLky;W=Yml zVB^XA@#z159b2dQUmj}KqC_1WQnHZ8o;{(;F!2tudRIh{@%$1N61Zf-8bK6=~K18-WTyu>>;;iIu# zL4N@^riP2Eq8d$RwtA&$y0+h^(M-;ke3eS2r+D9_VAiFhpxK)+MnpC)5E2 z;X#cQvZ2@hFo+_OXhT;RJ%lIh0JTz4a|C#sOMF6eoxq6bl83a@tT7fc1cAaKv0xw+ zWn(rpPRzn*)r_M^9HP|O&`M7!;*cW%q4l($z+5q@fkGh(f>pDlM5BuU`PhSn-d zn8oqN#zuXkK`%#YaFSsdoS<-u!XN^RHiZ-}hJ~W@5+q3)Cx{9WDXd6x2vKP{UanVc zD2yW!U@+|QjI)QLNgbdfc#I3oJEEh$rZB+EK~%1f2*A|< zLdv|9d!gG?I_|AzQX>V!@m!#4l3B>nB0S5sPgk(_|6FH7mB>%s)`CdHg zPCWe7;qZuY-tQq(d8$At2J4iCdi5l?(}t=6vZ5?VBAa;hle7qo3Z|U3AP>=m>7@BBSIdI=LJ!u8O%hOOc+g@XpG}U5felMWFUB&;tVLF>do3q-8Pic z6Uk+1fK&W(BxplDoPa#yO`3gD5O@_%)rd5i%|_D9miaka(-JoRCN%$~6EHO&Wz-E>r{HEP!p8fJt{KHAyf=U;qZp;wStVO&LuX z@Am^(F+d6?ATpd$Ncl%)ztYG>fV~E)2E~D07Z(RvlqgbO3fNc+)Cxd-FoMD;qmLw5 zBgvAMls@?XCmBMZ2%dx8&YS%t>^G6YEIiF)CIcb(85747z?_Qle@*5;i#;(JE3Qtj ziPf^=cPeZGH(~0<1xZ-pNQEotmzvV*YJAdz5G-i~&hZiKavA(LpmRIzzM|zHY(3xC zO5Ec*vnglk=-3k%+zr7U>HeW9pYOXr@Yr);s_UbT(@Tyi_IH`*Z>-mRaPjfXeWSb6 zk4pD-?l^YHn{jF|U3wj1f0HL%xO`%<>&>h3^pEY?@6UPa#}!8ocOG3??)cr_iX(6Q z<92Nwm-g0F!=X;q*tm}E?#uJ6is?F)zW7n&{?a4&vp88_h*I&W{ymQ9d z+`jnWD<{%#E(=u-Z8&bp{M!rHic4aiaPfxKs~1=eF}iRlX)2pL>AP#;1&dxr z2UiVb&U~8uYp%0@f6seg-f-?;W9+^DZHqJ|c)RDa_Dp-&_V&P%v^kF!9&>$?^}hPs N>2{SkdzV$W{tF=wTN3~P literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/graphite_layer_2.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/graphite_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..b86851a7dd3a917d890d0c1f275d5e10ea48cef2 GIT binary patch literal 2129 zcmah~4{+3E7Ei&7R{PJQD0(HP3hlJnO|pNo8@phy+hw<9VQF`O%E9q%@@1QLlPpQv zZhLjCFz6}eueJlVqK=5@NL6sEa#$JX^gIQb;~Y>cLLF2Nj-n&T=*-dkvb$Z&$c&lE zCVAiQ{oZ@O?|p9{3oV?Vn=>;9!?4_d-&>EK_oExXVJiCVt=>3grISx*88@ zswl-EhLs-a-BMTTU3}LE4_SyU>lXJ{j7=%8_4nQEC~Kbi{0IE#SNDm#-#%_!Sm5mY zXh~xtcHlPWu^1WatuMZJ`JLsFk`?3n{KGqa?pE&IVSV^jeR%2@Rmb+e)4%eyrw`n@ z$#?Pep;uO3?(uC~(%(c^SlL_F2Scm7zN~-Y*i*&5?~nT$n*X)$+1eS!Lz=QOQI&{0 zo@qExa@XFzo+rP5DgI{pjOoKm_cxxN@&5L1NADe4(GQD9H@~){jNjL@=icMD6&H;8 zKi_z|<)6fh(_bwc+LwLqyB%lOZCL-w#V3!#p&~dCh@9Crec9}~9mS1*SX}w_-dQi5 z%Aa;++gl4(ll)_R&#keZgPVR?d-6o*f36Hi>iO%MpXnOkQ*?IdRLj3F&&z*s{M-#M z&l-KN?B}IR%AF`FpwJqO{JdUKtsL+CNO@4lU zUS6K6s&>0QH#e6g$%={!o6R<7&Ybe{@`8eb!oosDQDj+;#bU_mldpTS(WAhqU)V5y z^@W`(S#bwiyD{!>)G_R)BJ<9|`Uh^uuxy_cUS=!{F5q}owg5qmKubc7BQ%Cp&P&7r z-vSLh0;7`RAujywT>_T`53$q{q=NBk*d+NoHQ3O(FwA$h@NR*aH#aw@GQlAR85#gj z$T3Cd5*{K+%%OMFY$fm{#Axvl%Yq@iTGb$Kx7aNdS(A|37y^;tc%>$YT)o$qCP7~w zqRBAgoYmUi-fn5PSyU}*rQL3~m13+6Lm~vJcPIu(kcwWCB1zMDq0Vbk+>lfSH)%mc zZ8bau$|IGa91jLF?24Y&0V!flfVh>mP*zzsvreLQqoxfxr*pX`S`T-`p|u|BYOBV> znl`8yB@^!R1Hn+n+pHui$?;?@NVQB5fzM##ty(O(F7Q?ugEAu1QBHIQYe?d++FX^7 zxsptOA~*_>;k^nuQKtz+VsKuSZ#5$YydJ_#kP}p161e1Rgmv>mM6i(p8{tX2U=vA~ zi*=K3hg}qSXN0GCdV(jQ=mt=DX!0Oti-bt*5vLOfqMZ~N7Wq?lhII4p2x+qcfpJEF zlX0;V{);pTwH}B~&d1~t5DzWdoV+6#)kis2YGOtYMW<{Zv)isGmVuqsGm$L~RtCkaPaWoldfl8&NxWX$RF z(EwLZGNp|%2~V~<2l!M8I%tCekv8&8K#4*$3s4)TVA3_V8UUK2ZIC4yR*aZi?IvA- zc8~&e@HQH_piRgy>Z)k80}WP1k!naB)OAU5@Y2*Kl}!X{Z-V9yAbm)RLCn9=$2zH) zN~?L`Cl^?0y_Oa!+@wK~&Eq?R5vh%e+M2E*m#-^WWs}lP4DGMoTbu3%Kiv|^ol?6N3r)cu`TS7b?!RNiu2Nq%wzJ0n`u?)E z!VfVY`+UJY8&@9~UyiN1l+!)t?ixAU|EC|jj;=IL&g&Za{vh@(bUgY^#Tympe!S<) zG3U_z`?fo=w!ZDR?wPymzDwA3IsQF)q5oo69-no7+t{a5f5PTQoBMao>X!eKwP+w# VnmzgiZT=kuY8HA2|F~++{{c>Z>!JVv literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_1.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ab04e41ba47359aee368ae69b9982f30c82a82eb GIT binary patch literal 1110 zcmV-c1gZOpP)$ zZ)iy+QY5~JCKj3u?Tgx7DQ0CdBg$1iSpH?KmaNGa64GpC z5)m@dy`)4-O7ZpR_pIOX>~zj~Z@atqp547)?%wl0?>W!&d;UL*8OvH*x!Wn7K3AxQ ze|~YP`KX?H>Bd)94=J_f)A zs#n&USMMK)1rUJw2h47YGs% z0_(g_#}5L6v^f9#^^KW2rNlS;{rUUbJ;UEmU-lL>jmDVgk>i=)Y3_*f5C}mKXK(>7 z#DjTrmIz325q-9G^G;K?*qHr$5<;%)2xJquQB>-P7=oNP%^}4>2>3WFKmdVY*xA$U z3QlVvKsdufphTQ#X{#4)1Ax=VyX1_i6f{vNqy&IzB{N*cXu8_eS?xXQ{pCO?nl0{n z?HuM$5C}+H%M}4bFMtd%BH;o$$b|*9Rm-=Cz+p_2hJ_ORoWklFA}VP#rva#8*ZENv zqEjeph}5?yCY4I%lm}ZMlDCh?<8dcGd$sTr1;GhS-T<&^qEP2n06N--939;on#-+s zaw!b!7RIe?3o)xO2xJsO_Nc<3K3yt%-XM=<@;qHK1KU zx7J{uwLeW5zpx1IH9dr1U%k&27+R;VgC2miCO3ov!2f6DJO*%P_21wfs47!>uhpb~a0 cOce6YKWOy}P9L2ozW@LL07*qoM6N<$f<4au4FCWD literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_2.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/infinitum_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..92106a325bd75aa633b424fa4a313b535eed72d7 GIT binary patch literal 590 zcmV-U01v==@(mmaSlf(K;hJcDdy&%4 zu2}?(kIuQv3tMz|^GwHQ8)g!qT;aNu&g=zS0pfY~{mUa`kF<93EIA-+eix3acUbt{ zA|VhkHWZ^`sX&>_Lk8d5JM0r5OCp{K81SpbUg5+eIRC;%1^Kq7JJ14I!Ldf2Pb%%%Jvg5C^(v;hzU z762jMkn~oG-^!$3HnEn{idiqKdPgqr{-ext2zu+i{ODSM;f%D-2u0arMmv3Ua-gtD zhUl#}z6*O9`e$&y(H5(_%hOwDQH+#HfP%F!xX-Bc6$o8e?633x5wdj?P}N9P0Jb!@ z(Ln!%x>bOes^PVilwBc8$ifW58r^BuO@LGp{9ycf!jL`!HzEn|#rIzzh cNTV(A1;6riF#gsVpa1{>07*qoM6N<$f+*bsegFUf literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/legendary_layer_1.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/legendary_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..481786b336e74f5190d1904747b04dcbcbfa5464 GIT binary patch literal 911 zcmV;A191F_P)6u{puE-0=xwIN%U`6HZ`L^fSFGlD$~gdJich{!`m7Z2Wq4zY(lc<>Jpx^$R> z2T!s=Aiml3yR+Z-=KDV1_ujns zoppf45Jj;l2m-j>?hR6_tE&)=MnRTkhn2pa<}3{@gO)vNr(oS^OF49LKgv1!FXkwE z%__63$_r~o9z+kQkAL#v|AzyA~ zB_m1F8XAvAUh3{1xH~ZLfOQiN1ax?K*wUkuj~?GtzT}ttZudPyFzKOmp{t|g+S!iw zd#s@0aCrYc8i_`Jp9cbJRbF_W z*NsDi6Nv;BxAIB3GdnjcHP+X6pZ57;L@5@F9V-+HAE<5u03640p-||vQ9c@tGDSnl z7O=go4T{AgyiO+ZXvVY%Etpx(>-9EHMiE%6sCS?Q+`~-lf`08c&O&sEHAe z@+~bHqPMWP*hs$rncp@-nR5;yh!LjH!aDR709>Ld{@AKlrUBee=EFOEufcorgf2EV zHfH&1XU{;5u<>}@7Yqj9>@_5=VGGdRc#2lnHlWEw0v0AFz}?UQ=da&@Lq`wOGEm83 zh~nt!3a&KstsbI89l9LHoeG6QdZLpXOifK4$>;MMiZ;$+js^mOO~ySPABS7H9L!f% zf_nK1G_>f?3o4N5>1n*TCX26B%_E&oU(9B+&jmryT33`Ma#rVDhw;g1e7KMWwpxtL z`ThP)hAb~F!S`4UYMPqB)6+u*XB3*5nb9v3vdpyx0#}!^*%x&lPjhm9{)zd92uyR3 zXFiW+GMk*gW2mhZ5R}I7oi4@dgCObPj^}g6>1nH4K=5oD2DQi1W zV{?EZWQHY>@p#;$s;WXZz)Dt@PVGmEH5u7XgMxJ zd3kvmK-CN~KyF##lfz{ut*R|XWd#Kf24-f6y?_5QAlP65B>rEB8mL-DMaAtPPyPAx zht$Bush)*}1srg+sGrHM@L}!Z5#do|V`HktCd{C-XV20kMggzdlOF#fOb-A6002ov JPDHLkV1l{Fo2mc+ literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/rainbow_layer_1.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/rainbow_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..51f71584c13640e2d4ae35f79100ad148e40b105 GIT binary patch literal 1180 zcmV;N1Y`S&P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1Q$s}K~!i%?U;K^ zQ&$|vzo$3>4Pt#Q8i$(rs{XMUb)-HzUS=wBJ`yz~BD$HV(YV1dTNWRG7#1IB44P${ zX+VrMEJ7qI5(+3j0UhY3pe_?_vcyeUz(kSQUVDG%Tw3L0`y^p~bN$T>P4>Zw?1=T=y z$014ehSS(rm<-dxj0;qye`!aerJM^8oILaX>tfmT2^>nL97x;qm_@Gd#3_;v}i z@LbxZ-aZv2z@u3r5qww%C*=v+&y$cgKxn{FOmR2i z$ezt;$*85c#~YyViNmT|9W`MoK`s0}0-s&T9^9bnT;@Nfpmt75o}-!%J6+<}e02R3 zEZM0%FU0Vw~Wd6OHw@Ke*3+O4kxqT8= zZJ#1C-g%|_G6qZ}6WqsoL&u92x${c*gAHwgVUaxf?h;>Zw((C$A6E<{-NBDr?3{Ux zw8X~WiM^cs7cLJlbXuaZPb4XIz)d)Di|5F}hUP1%9;p4le^UHI&24C_j0x!Smmve@ zALD-~aXbksUvPcIeL%H|>)a{afQB~S{Xd>dng+TF0000Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0vAa{K~!i%?UzqT zR8bVhzb6zbVxcIGrji*dZq${3ASDzRx-deGf?R2c8#j&{|Ex4fT?kP`5X^2YLfd32 zDS@FV!IVTG3=FzbQk<}v(a4+k+%u;11aTT+p7#fb?|hHPeVp^od-pwPG#ZUYqtR$I z8jVJyId>SW2aE~7kh+F<DIOu$Z)bPTs8|x>gYUX%6i>u6F-p^5 zWlSfa*S(CJu(7i?MuBjIbeCO5Q$)WbqN3r(FT~>lhA{8*P{e)hrl`aSMH*5m$|vqq z>7M0D9QNmr0fYMU4)y*jCOzQrLAJQzSdw#kQs zcEb_YZPut3uS2?(+n7cil5rV{XhsDc3ph$hCA&R;oAa$fU8;DXj4a#mtlr1KHKSG2h-xuivKbJyP+>*%KN}< zm?r@E18gOsywXWc-2eap4rN$LW=%~1DgXcg2mk;800000(o>TF0000389240@9>+q@_YA0aNHrs(^qLQ91~SB1I4cK|tZ6 z6cJDSkg(xplhUeH_Ty_q+6-uwM`Gjo!2*80x3*ZS7ld$M4fAt zIqr!430^WInmHj{7EOe{%#~KxYply%aMtew$ABu$@i?3b{`*q%@NTp=ixo_GD%n*} zAkkQZ8ZSRte|llJ)=FW&M?~3id8_NngoC33r=P?3@0EqqyMtGDggylmp2p=eNlt9t z3Hg3U)vRH~BhMLB!AIa*J$6r(!OtfIl}q=bu}rEzSkTsHYao) zjs2Q;q6XNVR!^0E$}!um1r~psOMDq0uU0_1u%E6r={MaZSD=4fY%TMvmu6Cx^m)mTHD%JQ|~rkNEI8X=d3t=+*sU zqtyn1`7-l|mX+sxO092^+2p#oNZUOGAo?56J74-;|KJc7t0Q41CYG`0^utTS{?(`T zJ{{@J;Ss6usUK3#rDHj2rp=F0VF}Gx?>ifSo35&1tO6KgW?nN7sy}=2!1vC?PpV&%is4+t+7ihO5|5-kN&|%mMUh=uh7iocP5_eNc$>NXa z$x!4}DjD)*$}*7kOqw}KqA1PMe*GH0^!}8sYgrl08T0Fl{&*hSx$+$$e}u~Vh<-&Q z#}}EFYa;Q=o%ae1wQ!ho5D!^8fM(7}{%i+rBO8Q$!ZDL2_lf0Fz{L z+d%4<^U!m1rA;vE$5@O6+{^x>AAy zoAt;=_lHI+l(-tC1e)Z#{0)JJ6k0m_UNl{FFv-!7iuGQT+B6o6b#w$6@k)DDwo^A4~yw>EI8fnKOdkti3k%$8di zuypoeG)K*V=QGMzg-muo zby|4m+U<|ujh#?#8!OCH=}s_xRGOTWnNe81_bDk09`1Jw*{5)lHm%Pdf)v=4MVE!g zT!Y&_H6<+%KX|e?9^u#&jIPn~2u|!r5i{#H-9LPwe*(k_2BkB!e_lO{N_jkbwIoR) zXpw&btq0+c2EPQeGT(Z@RmRLHFLUcy`CMq*J3nFm^D!3+2@9NiqFNpi@c4EX%uLH! z<*QapBIQh@?F}cIrHIB8T48=6?R$7G^#vx9Yg zvoR{V!Kwztoc9=8?7QQ40{BV6u0-$33=h7W>x>@U#7GLVLno;UWK4bOb|Tfeg-`Qd z4iCSQRC*}yfZ{|;r0hGgX?vpz+;F$IfKgaSNh^yoY!?`<>6H zRgK0_gGId`Y+H^$bhUtt-AlSousZvgT5quTMjXqMJ&k^ma2v_Ezn(uj z1^rT}Nw=ZF^aZw&)cSxeB1nuO{q0wqT5u- zI5+pFL^)l$LNdPpmNMM54jUB>KZ;@?_sGqo0FeyPJQTP zZvxYGQ0(C6z(;7h@Z$={MmjgkRa2KY<>O+uS_L4v<5z=IYQ)+ZC347JqP zFS6`lh6r$m{sq8&rH+xChDq@8j+vrTF!<7~4}x#|1yMF0)FGRgMAPCMnfCW(Qnpf$ zcb=MMOzUJ4D4APyJ;m|dc-iADU0&oVKJAn^?vs|$zJU&p&rW;25y`Id_5OTjf_o`p zx;CGqQ=o)vK+lCi)~iI&bSy7yskg2g86Rl2!<)vN@0CF%Zl{d%(BFt zuZ}qOoDCMe!Rz5pjobk*ZW=juJ7#k|kBc2OhS@=MVuFLykL+9N!WFn?sd}8?}zViVvQ9$xY&jv%R>&6M*CFeCAk9thBfW&^M zMEX+Y&hTEyGkQrn2 zAD=f9Pl*5cLiktj=SQM1Lv5Yai{IwIO7#T61dnwZ-(G$@Bs9}sN(zqAsR=4McID(^ zh7k+{oHX&bk{O9BSE2fvBs_tBe#qGR&<wXTJ|@+!oe(ik#ax zb}f5QDfRAb=C!WmZ!h~tkU_6*&eFTRua!66=}k1bMAFYbN)DQ1)C z9A|&#&;-40;n6TsJ${sM?oKX?XMfjoVN&vA5e6Ba+r_NqX7SqfDcD@=cCjt9+M($y z$}>qkCUNoIXV_DUE^-98+Y8M?AXHztl6J>e8;P;%`LHaNj@n3pU(;F)wX{z=3nrX> zlS=Kf)@PjCF22LXd9URA9m!kojwWTNI<0%}sSdJUOSHQLdd5kaz7?$SY7H&B z##s8r)%p=KH@dYp-l9@dXxTGevhjwf>C8rD^r2#@*7y`ZfZwjyRnki?9^WSnhx9XY zZANU4ZuLmWKL#KihQ`qRgS(clUwg8%0+j@f=A2IsNsnH0cPYr6tYZ6 zniCbav{AtK<`re?`NNQsjm1SdqY73BvA1$eW9zl+Y&I(zYc5LuZTtbzvG#rG2%8Uj z>5F*^6$lZNyk03(1KV(M#KI1~UqJYnwkvF0OLi@FV6IPipVulR?CH|@w!&URHTT4k zI0b@m{o}H1a!2rOxu>OI=dJULy#a3n8{j-B_vfwByA>6a-V@?T{K!)S?-1g^$Y^_K zMTY1L){|{kwJTAxeXW3a9V~nWMG5(2*kg5KVy`qlDauiQvGe`7Tiy`*=q_F>D7j|9 z)SFj~gFMJnbc_3&iQ9&fYUQ#6J82m^1XnvdM6e64Z-()gskpmr#}gtUeBlj@7n(Qw zB%5wn`6~~FXzj5tmcXTd9WL|$*1QUWvFJJ)5gUns9L=DQ^vY#lMKJ9^t@bxXgAVeM zpeot-^62$5=E}5^ZlPO9{3_$_Em6D4AjqxtD79T?~-#=raSRA5rU=Mvtf??;f_T&>1R` zG{Ha;?})!ET)h7oml53Oqkyg+Zc&omwQPB^#8-ty5kQ4|(K}&_AISE+zCB@$SG;cC zEDULATpdorM=EP{lat-@dR9K)z9PCO$QjYpGDv0!W4saA7Ob4`T0`fsMQvi0hL0D! zxG_YsweZ#5BDe4X3+fTJn4t3h_(uU+1!J|&mWUo?(V3^Ov}E2gfD8LMj%R1AGqhah z?TR*J{!o|&I$CKGFR!vNy{DYT-`&Qj<)jl*J9#VKr@;HcxoD~7z9XTs*wJ*k9zwmU zsS884uSibtpqXY5lVVJXf5l!L)BAdf_g33irLi^S%i-#+Hu8{*G6FX~@)`KVHYhb~ zI8B){PU-elt)1dK)oLT{PWCCGO!RMRu`-#KdK)!+Ly?_Q3~l(u9oyw?MS-o5u(5Z& z<|TIWep7)SHJRxbR9g?LoYJ>gY9b?8Lk|aez%OUW&h2$PUud#0=)G|?b_cRky0nH9 zlf)e|ZIQCaKGz+-o)I*9_%2J{{Vv0Nnfh*noBfFz^-o|u9?joE7q+#gPj}?%8R)4J zGsC->oKH9^CS5I`MmM)ptor?vir%Cs;pmQ#tPblLY}lHZMBR1 zI;D^0Qe<_Mcy%HqvWIh0kBff#qj#}selRj+UdP^QJjkA{=CX84XmMefGe%0opJyTawmdmY*rk8eA$cV!W7kT%NtZ@OO^xTt^jv$#f>Wrn}M z&&QMof<8eh6YfK|`?TVNZklDLo!#1AOX|(?_pjwfvV+7!wsw3#x0^Ed85Xd)js*`s zj{*R6;RFp0V_gl6-?z84O>I_Cl8R32`IBvqWudkTO*-zu855gY+S%O3B>J=pFbz=7Q*}!OJg~gW*0f`Mhp}nQ> z{`q6f=H2i&9TB&?%VMuuv0OuQ2}j`Yv*hH|u<6bE=)?-2D>;)vi#1uijdYL467 zJ;A@sw7hn=h&(2i@USXNOjS%s=1bTwiFQ_Y!4q~Q>rd%NMN)Fa61d`uAeQyFZ*tu9 zja5jqlI;|zf=nYluUI~y4m62{pdRLxog-&YL6fb2;TFASY^;6A!us0Vk|Z?9V2AZc z$h&3zUrpOB=tN%9yBZ5C1%FlB94)iS%JNDHW6k^4_E_y==rc&K>(IuxN{?DYz`l%E z5p}obEOb@Zzo4KkA@r)pr}6p%iGXL5oY1wxuBdsP;EW5EEKhU$)}N^jQ{|Y)qK5B7&jaRh{ib+h$^6^hGr0ufK>rm$r?Znyfknw1RZ}8&dlG? z9OLhXL1IB_s%*->iZlWb90djR^>8PW6@67eKX?^s_XlQa5by_t;-&(!HZTTic#?2H z1Ox$rg0*}J-f)mA8&H{q#VeX>Ui^)M_M`%Gp-{XOrKNp*d>}qD5Koe`Gz^JEN<-n& za5$KT0F(WQ6qGNRNESJu_{pJ(BV$MeFABkv2t43Kp*^V-6%dH#2mT(PhnIoDAM`}> zZz|CAkoHA+Ny8veX%7$SzrI1HXnE5}ehcV-e1mLGJG7BD#gRR!Bn(c=8%Lyw{FOpm z*TDD>hJ%!x2_9ZQlA?+Cx52QOKX6`DlKT$~79)*w$9d35$+Y-jf5TG<_&>$^TWklO zAL;xx5ZZ8m@c#|{d+tBLG?amXqNXQ?dN8Q2rV8jFUPY`YhJaQ4d5ec3usB&H7^i@M zgAq7cI2Z{>qrez63W~-ckZ2SF`4=i(BAJ3BVsHmkG;#=m#-jj}$KmC0C@>BoBTJ*e zBEU!(91E63B2jn+lpGumL;r=sh(w@uCCdG;Q5{fWX;dgQ8iU0mkYG8eoE#W|kVAk` zXe<_t!OGA`plAdfCG&&opbm=a#=0sXI0X8q#n>H1!F!TCR6qtO4A98zPmejl17}7- z9jFGAlb4r;$s^^U@=!U14B}6aC5}X6A62f+dlDF1L9(B=~sML}tzC^*_^ zP`HdD6s`!DH;2h9!r+Pss1y{c2>lD*6HCDR{cq@l*#lJmS#uo%nKr)P57W;nWrn-* z^XccKJK@J%0s?=`3Plv=X9{GLHxBzFP8!!w7sdrebjHz^kKg+BcRS&K=mi)QDT|ZA z$$%B`P&^m`mz4vf@pv4qo;Vmr4u?geWHEndCwt;4J}44S-I=B%O)FY|{?H02{Wf9s0ha#WT+SQ&pWtFrWeEBsHuUzSpuHa~5&C7QP4OaHOt z|0deO;`$%_{MK;)!4YWG{|@qx^!-<^f93i|3j8DRzuon(T>nUce+2%wyZ+zgV*7K` zh$GVe>iN*Ngy%H^V`$q+CbYh`Ccp}C8nAwURL`GgVfE6nAp-#HJO>vYAR|kVW@M)5 z8fY<3)1NqcSiI@}xqbkEK2ujy-P~nt!CK9Q$3$@7zV6lq?zmWEJ4Py(UfsCyD5Vp` zLFD7mV`qcRp5zkCfBjtDMg8cV+p>}lK;r38=;1GT%I7VPW4XrHcc#&LL5Fc z*g?9PwO2-W99Duq?(DI%09hlp%R-`rfzL%(SUO7B?E5b5jW+H8LgU9gMYHR8^Q1CZ z{oja3iWr(5`pRNZvSkDYoOfc&TtkR6(p}FOx6E_tUcGtKVi-O8g&weoH>@Y(sppfh z%mYFp$@x;p*@|$h-?A&QCugtmcC8wIHEIg3Tz)A$lmqnlUnYTOS=8zC2TovX7x8y* zzB*ZS;do;G$3qpHpQ@wk`_^mnD!u5WT=p4?0NaCRmh|~Vwo4R#g>x{eO55l0>jL7b zX)i%63G+SKi^*$ieiZinI#0;_s@KhysuKT;D+)T67KoCXzIFP!TjkepzMqYadLOxU zpFQG=knlXiRzFMY8Y605T%AoXax!H=u+P2L9U#i}!M#>_@)yuAIDnA`px;gSbf0)JA6n1^UKB*f5rkoe@{-q;b$9DX~nzqEy~CHGu|gE2d=-F znyA0?*?B9y!^+aqqu)&>xAxY@t*36`{OR-~_eeFN!_Kc606C5g2}*8mP4RD&lUlh+ zfKbaBI@Q8}sd_%;3PLk7=;}ao&~|m1?XxSYL;Jc3i~fO_lA@J literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/ruby_layer_2.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/ruby_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..36d36c1045609bb71099d24c2e2738c572351ce1 GIT binary patch literal 6689 zcmeHKc{o&k`yVR%RwP+6CTp4XQ*@+YqC0U}#`jkSY#ZHf+ zQlUs9DOp>HlHZ}_>3M(eb-mYfUGMu}b6sc7IrsfJpZmT)-~0PL-;-!#wNq3`RtN%t zh?<+3*nww5@PG>Nf&T?L;js`1|9Gf_3&)Pkh584w=nP)~%GvJ^K!Fej9Rdk?I+5v` z_Oe!#xO7bjxkG*j;*ccl#wz4<{&dXs`0$z9apX>2teu^$l)!+nyWz-e-Pe*y#REpO zErnaFtLzZlOA4h48$Q+=EXprtbj}>;VkgxZ9KAkWyH@6K_VA(?{N9(Is}XWnt#iu0 zG}z?aJ32FO8g@eLV^Y4?i1(%^A45f|+iXPUM3-b<&(-|VReGSmv3G9&&0xE!yvxR= zdC$JiUWpuNFPAj#ebAOfJ@O(L`V?8)dyhD(X8FPPYG?L@%O)!1-L~w3y!f59id$}3 zFEqD*9usy$jy`j)u?s0`MnX@{&0iVr97W=W!WO4B!pGR_x2H&|ew=+RyfACO$MIh7 z6QcE+;yag1dZh2If6r&p+x7Ux?rX80t+CmxVYkFFbM?s9sIBD^1i%#R`z^U zZ?U;Wsz%s8Kb~fjgDDlTD3@2=~Om%(f8kaBTssRk`v{Q)>O~#L8Tbyub-?`bGwhK{chPEAF zr-J{}&g9&#;~rF!c8^_Q_tSl>e4+{VO4qr^-MgpCpH%kmuf^uitu>Wr&~WXkwmanx zuG^07(7TiF>UH{H-1-d*mF;Pc&Ta=klhh}w-Xq+CpE0>AkF*G+tmI1pc8NpO7qd5ODHb z=jfEUn>XtAR)#UK4R);Rbbn@{Xqq$Aly<3iu{fxg`65`sXRAV?$z|5wisDFIbOm1yl+Ey++xd=4d6Aw~%p-ubMo zBSY5k6TiU5nhuJYNGi1|_*jL^7WQEeXt%0r@!l-WJsp`bKoa84{(EV+vIL*^nF;ia%eHkwnT=81 zzFw5BRx1L(#}xCSy;sALZP)n@>>9o*DNR0my!G^UwZ`0@g2}8GNE9Aud5;Y)jC3n%wHA$;s+&Nqa3DO}h7-^o8wmN-i6X z+OXUBUA^GDx2t<)DkZp%$&%3LVe)=r!Xx?(MndN?7BbzGlA3}V+xGrVB}a(zI&TFo zBVx02Cf?w}Y~3Dx)V@TzkS_7)`6X|&e&8!=sy|Q7`?yKb>WgQWeC`-xGWhov+)X>- zXCKyi36^+zo3ElgdlLj1{@z69@q>{sM0O2DiAM z$dXg;?qkl%K$|~!;4;a)Tr07Ss?S<;1$SsCF=?xnTV0QGd)=j)?&&-cZD`Mfm);ya zLf(W68cz+Me=SsV@}(g$-7{<)$Vd}N<-GHi)Zi#icssi&$Jr7>+41Wkhp&Zsxry$@ z`K62!qf8&8^d~ihPxeHSOjF#{>yAHpVynlWAB=+fMIO2sy6Nl#Bzp3c@T+o)B(Wli zICbc)z8Yg9`C7C#`p^3w$q&s0yBFK)@-Iq6tdUc=8B;+YBbUkCUuUiHDk14@9Xi(u-%DoUSahOL>tQ^Wb@Sxc}SNKG5j6H*CdbT z-EvW|JqgVBw3ooMY znd*z@dKw9`RS7MYODc44&!f{l!Xi2()#AG$(Q&H_C+B0oKCE<|u9uDzi4$?CzId1j zZ3>ApO1vv#>N}E)A73xjc5PCVDQgaUxMB1`vn9fJurIDP^=^h$e&;bghLewZp$7iK z$MgV4P2;fpBiqCJEEMeK#^D`-4W6eMhm7hmUa!2Io$>ovLKn@ZZm#=uY~sbWrHz7T5=Y+^TI?=Fsr^&A@t8)>jg+J5X-riwAtY)xc zWASYWgeQh!Y;0q0Z2aTB55DcQ4<6GuYciB?@w6|5!Nn?|ElS2gm!MmQiXGLB;%qdl z#`Xp-#;S^%A5J8;M)AeU;W=F;0C})8LiiA=uKp$hLrALo`sy&o)fg6xJa&YqA+V%~We4k8) zT#MwSXZU756cw@u)RHe=%2wO1wh8+>x;e$&**$#NJnQ>TI>4D{Rrk4=U|jDXv-PzJaSb0Jw0s4OOe zOk+_1LWU3Fqfl>f3hMzuc>Utdv%Ao1PoV7_PlD{$F%`giM1nfht z9H^l_R6Gr4uw6(mga8sS0S*}&!u0iH6GHT1E4&2odfAMGL02FgAAOh$$p&i73Iw29 z2rUE(P7GlLV_@5bpn8EcI>FAw^g9K3rw{YyaQq2KB$vxYaIpwhpcfL2$K#PG3=)HZ zg9tc#zaNJj0{3HYUZ(iQVFIwJfee2RgXITZ<|I>CK^%P;4D>^PVXU)`y{Z0_qn$i^ibu|4-=U*#p)4Hs)pwHW+{Zis{>wvIhdb-F>_DWvt94D0F33 z5XjVTC9uiC0Bt2tkn5X^>P`0Z0>I_td%ym$GyY94kjZEi8Vlgy7#y9l+zWWPE*Y&2 zrvchjESjtfU}^ut&Sud$Tyh|=!wb|A)C%m+6|JD^--b}*@5ykzf#vZ56@#NNV3dDV z4EeocTEvYLz)vkcip5S7 zh%-bH^0DOEu29e-=x^rAhCqZRmk%CDR<;aiO`?G#zWZi!2+y?-?z^WK))iZmzm}rFQhLCA|~(e7^H$s*-WM$VLq9_Kyo) zX6j^f^3S+>m`Yo>KKqiijGCQ* z1UfRmpgPKrXJ(C@32!}gb*dCn887JXr+86)K+Zv7FvQwo;ntd>!z!0b?0Ud-CQL#!z{>!*uFhz#82eOq>azl9Z(%~Ie_03{WACC z)8LbYg-nRjnWx3)(>Cx9p(q!g?V{RRRNGoxJ~;iHKHL@=5-GEf30(iW#!;Bk>vJWc zN&RSpZRZ9&ek4dgZuptC`g6^LFYA)2xjsz#K0t>aP}`R(!ZGV%O~Iw)cmKN_;*z$W?>TsOqO; z$gJx!iLT+ZQs<)yWJV}#My%=1D`^NTua0kUp+ZhZ;~kx`cFiL}t2i!KS|UiVcfpd# zwN8)pf9$w49o-#pa_YsW;g_6>8e@4=Gpu1iLjBN7Wk`TbrB955Hq01uBP(}@GVf|? zdd3qxr1U5OLY-$Pj($1Rbl=n5EIG4C#^J5rsjDP;Q>iBT!$`ZTHyJVS_JziuPEp)1 znK5WK!>_J1a-cy{Rm}kS>gwVAvb_C;YDw8t->h58t)-*ZAEsCPl&OWwFA0u$LbS!; Si;-aeLd=O)CVv?1js8F7%&Tbt literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_1.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..37c7efa705a743d33ecec1fa9dd6a3219c472fb9 GIT binary patch literal 2428 zcmcIm3s4hx8eeRwina6(TRipXcC8E)H`(265_U^KE&&oT7?O-aJ6iVf4=m(Gc7fpZ z#z(cMCq?XtQmPdCnCgv!)f;RnU~R`oA6~EY)Ou=>jnd*FAgxw#iX64pp&v%_XK zqmEF(BY6RWWPH-Pxj4g8I_Jnr4Yqk*Y5V+dCuJ?PZoOZhSv~93Bf`iRPk45|eM-5u z$guUpCFNmn|HFopUfkR2Oq=)A>@0rnvN5^n_-lns9eZ$49_*0^@A-TF$$bOu%lGc+ zpS`JY^uouxm)~eAY+KS^Mb6h6f4$M}sD0+F^YxQ2rL`U&D|A(Vy1#Q_YFcl|zdW2D z4(eZa_0OHNZ)?+*?{)+eAchjwBhtI9Je0z|03inpO{LI*%lq8r#g)b&t~Vf&!PT`Wo?5V)Xqx=cuQ8CC9bhM zKFHtBwspa+sX=SGj3Coe)GGmL-#!yT?n{x}WlEWS5i10I8cq!GKoj-_AsRt)^1?w* zr~wMfgG$M7!mhn@5JM%=ge}$E3472CswC@*5OA$1aSJPI1V+U2a;GQdgjvYo0}6+R zeO|xJhD}(6n1#=(S&N|&h*D$1%Ipr*90&oF*3cRPF9=KZ6b4C9G$$l_Sf`~hMgmtR ztV&UWtXA95(4cA1X#$~2Ey*y9mY}p0g+l}`H~JMWjQi!eQIZ&q1;|233Mx{-kE*mB zAE;AI7>pwtpf6~*kF)#bm<~`8ZI}ycNe!X(`P8T*Xjv(!ht9EB?uwS(jX|Jw0y$6@ z5BCAn_pHqzW`Jo$gGhdNj7N&9s}TTK5{o5HfMFBP1VJ3A90fC5EcPvoLn3Ag6X6B#dOlnnQq70wH%G;5A`tXsF5* z-Lu1YL*x|B!YKfrKu|iCpjgW2CXFmfu{4oI5G)Y~2Smx!_}`$BHwlHGoM>6Ck_=C8 z95=__4;QGNV2T;N5*lfBmJ^~W$Xq=Tv6xY);{25W&H~tmQJ8d>Qj-Lu2Rfj`vps|d zrzyPw=RF<(D+Wlx07Qn<3vqur;87a55Xi5DszGsJ*G0rZGonSxi~}30fLZ~l4^B`x zrFWAAt0!49JFbuR|C0UqqqrEFCs|P3P&njLBIHvR#)Sb9{6ENLvW5?#V?k^e+9VBlJB+_ zpV)G``B~!rf*r5#N4^@%J8) zbIA6+?slzpDDVukU=x>O+r>u06D_vudDu*}FZHt8yzQtxORn`J4y) zccvxYx<;gIac&;g3@2`ECV!l4>D}|nr{DZw*;B3W{{H4#ZnCe@`Qw_)n}ViegL%kz X54cKdU#eK3{(9O9N-W*Kt61}I%2sG( literal 0 HcmV?d00001 diff --git a/neoforge/src/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_2.png b/neoforge/src/main/resources/assets/minecraft/textures/models/armor/sapphire_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..dda52685d74dcf327a86b29b7bceae253b1b28b5 GIT binary patch literal 2491 zcmb_edsGzH8DC;F#%QILLZfDPb~dgeJG(QpFLvA&=`Ogl55R>g=)pKUGYcd8Vs?PV z#>8kmX)5?g0IgLNqxA_0v}k;gXil`L*fiQoB@e-nsA#lJO=D~#y|XOToO(|G>6|k= zbHDq$zwi5g_q*Tht9d!|Cry|-K_Zb%BJDO0c+LYiG=2>Dt+%f4lt>a*b5?5}X|+Om ze8|W7S&3xU`}Lcgvuq2dpLtOYZ(6%xtLpY+X%2hCM1AV=sc)R2`#+iE+xKRVaK~k6 z_`|}YsQ*N=;gTQm*L$QhmP||YDvF09^Uv?jHdPRBbw#>bBVA*9GcUED+`9De_7l@K zWZxa=KD6}fn(QqLx0Yfmjqyk8+DSWwcZag`mw(W)(~%RNQHXdva?U#-&DKh011`-1+BhZ|Grj+*8fJ;~C<+xE-r z2g=@q_a?Qbc6N-td9879ZSA^0-mSa9c1~fpk>2ZDk_wg1MrqMA3(QyBW&8UkKk;D8 zQCB%aze?Bq*kAMZhWl%-e7xeugD$U!eth|k=ZBi740iUFUHm#@^2(u`;}6LCPp5vf z=m*QL7vDYq+NHM1=Wm89i!O8r(yy%Qd}Ukz)Rzj7eCOW&uWVi1xWz3^RLfsKe1GoQ zs*M|4lr77uCLhCJvpm=T@mHUn{H|JgeZ%jK<|X{5&p-SnkX|y7=PJmO8=Z2U1Hv7U z#?gA@3zhM=5JE~}J4S4krIFGZcA1it%_61G+95RwVGc;^kQnrb#uo zU1jQ!D(px`o66jwn$w{oI*`mZ7}=~q8x&ZB0u31W|#C?QkF`# z9J$qebnxJtH=2*$JaFuq%F?dHb}Dr{720|w)+A4N$_bY|!v$O2AkmX;wO7HzC3tf3 zhyH(;q_K9O8}L3EwiiVtlBcGKcYc% z5MTugiU$0_2obfwF=7I|i)IZB#UMhN1uk^wLDmq@LOQihjUri5t`dg<2?UvW#z%N; z*>MsuvcRQ+5GFL5s;Vk=l~x_%OEj3tWYVCx2FDSAKqA#afr=u*h+>!|PGe&uG|zrM-*zF!=4@TlT07W!WDy+fOs3s5)qmH2?LRKYM9FOIZ=tx0z znALdLNT`CR*{n)7C@4mj&nMk^qpQVCO1MBcmJ3jA)Coh6V!{=?KQ_d@v_2#~-DpBgdYzA<4PF|hu@N3J7!jx-&5AsLSTtwFo4kltOEI{?OBwKV&d zF@xTO88Jf~v5@5>pol~+3{`7!7-DE58!%CzBDerm!fL|75*QMNCqV2#K}xJTKp4x2 zu<|S=g!qC`$Zvtg&>)d%c+L&Z215yyjS^Vk0mZchiW9i805cMLjL;j>P?SJNz#)e7 zRsSz&>?A?pG7oR7or?hP)uZP4`N(I>A2P*_eh!M2IziFHDMYABmVx6&x|9l*u%H)! zG8~3+kJxI8!ca`h8WG&+^NL$-LeeQrk1(vB)?!pTt7S$RBO#wqMe%HA2~Z7)1F9}2 z4m4|clTt?h4gh@+6bH=zrH|&JWXu}zz(1UzS@S3@hH(!yiWtYR6?7pm0_#Q^ zn>ZS6j%*O9z=PJO@A>2o`16oO+A<65&M#iS96XICW=&$u`lYK*&r40*8FX+LYj4kM z`q!DEq1@N|j_mW)b^UBQC;fbV#qKtL=Y7SrQ`w0fKm1mfke1{mH?R5K+hZC9ll}4W zOW+&);pDnKj$_l&KYN}G&i+epWwBm&%&eWbpG#a^-jvW=UhUiR8$-|WXIh#LRv+A3 z-1xMzY3A-LDLh)Y>!SatS?fC0=xL}MT;qB0Lf@C&Xyy~1jrFHz$`zZ=Y2Uf`3*C|O zgq~Lx0>;BlpH#Hw?7}yK`&N|Z9N2s7*0)~1x?*MI=P8z?s<~s=NhQa3Tvcs( zDt~rz;wkUF!-b1qeEE9yENRNQz5o2jN858Z-LLJvaOifC^PPlo()a!}1{!=hxDB4M z@q@Ly_H6DkE@>DTJFai##NtoSq + + + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + files/logs/all.log + + %d{yyyy/mm/dd HH:mm:ss} {%thread} [%level] %logger: %msg%n + UTF-8 + + + files/logs/archive/%d{yyyy-MM-dd}.log.gz + + 30 + + + + + + + + + + + + + + diff --git a/neoforge/src/main/resources/logo.png b/neoforge/src/main/resources/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf1f85ca19a4a78a3ab14e29a1bb14cd85f684f GIT binary patch literal 79081 zcma&NWl&tv+BJ9@cY+5C1cC;4hoHeV!6mo`cWXj$3xVM75Zt{R4+M9IAOQjdcj%tZ zeeXN<%~Va*)cMi!U}lJpM^awl?W=^JgT=duLPrqp^> zCc~d=bvK0~~QhEr^ zyBm0w`$Uz9@XcyRM8oy+-swxuT9#&B%A?}j310U@;+K*J^+vSzO{!otbitkcaj%fVU0wM&3HBW#Ay63IZa+l(p;7qFigHw)9v4lQe?Y8hhI@&>z;vEgs47i%?4K!?S7$Txb_i zf_)=8JMnsTr#jd8kSqz~wp3YIjRVQWxqG!A;}{hS<^ORtN}~3L6g>H|iOXnflvBTX zw!r7i^ksm*N@&@erI1*hj#{qw4N-K)Ek2MbL_y>j3KZO6DI8;{sek|OM@;ZUDdCGX zxvY=1i3b?&ba+p1=L0Zm;K}eh;d+6rX_z6L?yTSiiy9OT;SL?_mP)6a5)>y*-Rpoo zKV>o@to0WK!>!~0{w`t<=|>^uWFSX}zh8qtPuG9EmfP*`x!VTJq-W?)w^I4%`3iVOL_{*Anx`%`JDke!1d=kH{a`MF)Ccb51v*69vr?{L zNt$SD*wKSqkn@83N)^o~F-s9;W{JUGWs z-S>X(GcBVw*dGnvwkU{v27-}blGtXUmjKnJf~L#&Q0-Na)k@9qE89^|5G|M|Xr~Cz z62^cAKXFfd%G}&IH zERtNud^Z|5O{4LC6M};-JHuSa6It^*FYH!PFhiyS!t?fxQ*1x4($ZB0sa?lg(3BIO zQdhB#JeqcCH)e97;5UOS=gA^lO38Jc zRe~UGPyh&eNL}>GLzUXi%$Nx7`p0Ntn=wPXe~Ak4h++%~LCPZL66U=`O2Y)haC2Xv zenOT`P%|oiI}t35c5q(8s+v$<2_`@Gwj>H5hO++VMJL;+U&eG8V(^q%VIGg^)JXso53?n`pr>$|Vc;}=cXbfgE_ET# zN?>d~G=2k#0sX8WE{ML7gJpw-zy9=834OJ$+5e~hIrv4-Y_%nCk)fY?*Ux-+hCwwx zNPRzFYM$o4Ogz#t*5ge2jxP|1_m*6W6kXP7>J{~4Fimb)8?Sb9dTQg|6BGCb+2?%< z!+aO&UN--Mv>ZAytwyX=a6LT>i5r0wPo`ape!|kI;OwtLsdFR%G)N3BKmumE(7VQm z5<1xlBw1L$u5&SE%d3NLgV1OJxNqB^k|2>k;=Ug~f1;T&6a1is5)G;U+-+-&#TX)Q zAj4-mQbfQ3+Si&?ZL1w>&39NbD85qkU%mFpeP9RfA3Ps9mpB^Xa)+(^v~m)B8;7V48aU%eq~2Q)6bW}7N+ZF7lkne-)zpb=Zx{#GbYQRr4v?4G_a zMYKok?7Te_LS&!8{2-5LB5%=`mX|BM5O+&zz6DJo3m6`fx33y@k zxB3W74ua7DE{2K)u+WQmeXxvs8;ca4^faf(b>R{DC63fmcl}{q{Zt3_Q05+z)a2nn zQsfRVP_%&2Srl7Tk}4u(O$rXiV{Lb$_x(^rz9>FB@7s#9`TnDLxkHt=#!i>hiSTkDZ%E!2rg?ru{3HC7}2srm&q?j|Za0lbKl3`q|KoFjz& z4-a-hkbClZE^mkO5~#s%Rx zApYlRQ|OD=$k`Fo&y&ai=044TIQR*_q9>mVBm&nAk^@Ew5{qNiEJr0zuNI%sfeTQ8 zcO(*A5o_T<8Z7xi_NTI!=44!BtJAlf)V!GVoemt+JTM-rU!X`E@?uS2f%&&75XqmZ zCt_Sf^)aGxinsqL42NgD~SAEfBOgA1=Vp!k$*5MBo04Jo; z3s}y#XTfF&r$9wIbsjw1gz^=V+1QaCz*az9ueE1`fk+`;S=*nesJ7xy65WrT!*b|& z%Z}*czrk$zifCA~3&?jW%tZ3@WS1hy`KXz+o9CQ>8mLw+Z^KLw``MB!naBG_1pv+j zz>$+VLh(oH^dkAxgBsM4Zl$w4rHf`J6%SZw@g5g?#NFzdW^N&6V|0GXoaCyElS=v8 zC>w8p_?V3kr5=mNq~&YX0iOJv)W~^wA`_9hU>{tt*8;kThwDI+WryN2gel&##&j}q z-?Sb-bHCLuS+eUP$llQi^^4Y5hpLAW+3@S6o}1YdloZ)8Cp-Fu&B@V znzE3vCA-(rmTH2abXAvpNK~3!x)T6S@Co2@=E@(2q$LIvKt|8$U^m;E-k)9P5#Bk@cvuYRww+F~YP$?Np65G~@lraszC8Ontrtg(WhJ=AJb?Q82zpm$d z1U1@BJvbg;lDuhYEUIo}23n~8q)87+q+fo=sYtX!nhreYczu>&_a!20_0uK(R< z5>&@yC*5t$rWFo975<6S4lz^@sja+)-Mg=)3R~r>@87OSgswR%x0%n<`{rY}EFj-1 zM&8nxMaS?eatoPMYN9-8vIQku@u`IbBc+%iZH~F3+}6p^er;ikZK1Z&%Aau(L~_EU zqQuf%ZswyLxiTOJP=GPyNoq-CZejr5&PLqBMaPx7j#eP}DIDuqm8!?X79u!qKv?h? zQ$FBGo!GxJ$L$;=%=@7EZ*3HTLY0db0<+2a;9-fEyanbrg!7G(u-3_&W2CfiR@CU= z9~<|W;)mMM`StmekQU31eQuMA&+|gedB}tjH>twR>^fpKGm@u3N2>H>8pOAs$w>CaDFJTM?A6VCH9j*DcF7k_k=T5 z-A_ksH%GHJvyFvy#RPyg9I$uATeg{Gt#|%OP%1{cH@%I16T(_i_MYX1;hiultnb5n zMffzyTV#08lCB78G+ygmm2FLC3Ns0X=<81(_=v9>qUe2?r-v@;x&E%t6D*D6_0a97 zypN?C@!QaY%Aj)od)`i*TC?nM{^Nv~9G8I|M+sK?Lp}4CEkV)~_r$eLEm!`V>`NSe zv8k;2{CHSp*K1}({Q33x(6>aynrF!}AHO<9{)oi)b0<=27nkuRh`Y_@`iL~>9Y=<4 z9K~qZ;xv$QY^Zbe#YCavtnu)K?w&rz2jzA`%+C5!;hrG?#v0@L@$R$J!Ui(pYnCT3XM4~kJpjj`bz=8fX993qsdiAu%m1?WLjO!tNGPPze(CA2gd}tL* zXAsi!>9;PpwSDvJq`&`4d9(Rd+SW_wsV^*YxNZ)S5fwkop|t8eRP$!qN-v@W^&h!k9029*>G0wtT{--@7aU~F~@BtI3n@#=`n?W_udgHrn@hg2qZ=L`$6~p1E#x2l{LU=Rmu=1IHHi zQ#>6V9Z0kOvZtm_)XhK#sf5sMCPXMLhGN-cC|o4ekVOAJ4Ro>o!_`Xy#z<{@SZ9q~ zsn9&;_r#`|S3lyh_hAzPp%MS-Pq%D4ZN&{vL7ClEWKLBC?cEoWuLX{L_!8!b zHTgnt`;mM-B$!ai?;>%!=cj!cEqOKbGjOnOveSlFrtn6mlL6{W&jxG)tv<@=OF>r@ zN>PjA=Rv^@AJ@rs&J4 z2+G{m$QF~^_l}Q;gVt>9KSc!U`D3JRusJ$`Oj!G{56j&PQQX#sLZT!lRr$SIwe7PO zhcJvIz3%7ADJ>|X2-Y{XoSC+$LeuU4(Y$X&IDIIR#DWCl2RP=szk7~zXQP1Hz6aM* zM5v3eHvaj-QG*#><};!ygVlY91XgeFeT#9*i{ig;UA5x<39-%@Uc#vhB@|aT+fZ_#iJm4VM9Xz zUO#u?klA(RQeJRiKn8()MgEcq-M4!6ymRyo*c)e-b3P!~x{;-qmySKK{LD(DojAky zrH-6G5}~o2xSjk1U$!X$76Da3k!g8z%MFoU5rOUpr5rzhVV z0uuE$Oc!P_4YE)1_dNmnO?b&%TF~1wdKgPiS2X7I;amP3ucx))7lkrx_1kb? zH9?MSUW~^Z2mprlGRcH|kh1bnbtX`|dQeT+8Z#BcRu}u;`Q?~z4$`cVLN1l~%jM7n zhc5jbFO~RS7YHB)c6Ddl7ZV3IL{5pPk9VyUyYD@L_~}QMb>8}8X0lTnxtOjXMm66j z7L$){&P(lbB(4LhWGmMyhb&jTA$lkNhYz)z7T8?ow-__m?x{>mo%e&^J=c?`kAL

Y$I!M z78iD1U68|<9i+NPhS<=rS2rDK8hSKY!xF!or3Vi5F&`h4)b*(dm*QlREj@o(&LE8j z9E!wU8KrnuHu5J;Z}a|%8O(o~RCS}E^p27)?1=bNp#j0-8@m8Q1>xo8m3a9o$M?z! zO?>ZPQ@38yuj%Qa8(^q2#8DDHe;s97fuy)u1F1oKG+y9&2(#aKm*eiZ&wHF_*Lq{R zV0Pcb{Y4pSYAUbX5z-Y5RCGA`*@cSqPjE|#bIYInHp%MtL7R8}cn7PCE?xc1y?o;& zk}KdV^7oHP+(DAVxfX-(lD^8*yEWuX@!yKpLm+Bb9Gv4Y-N#CF<=|@E#|B>f5_o8XDXe6_9LL~c&c>W?P;LUVy>ewarU4>OblAe*Wot+iaw+1*eZkXs zV3{zLE|mR7!d+UBG%F2&wIDB+Xp1I)$d_W$@Fmb74`=2b)}?935{I-B`#;=NWN@OL z2Jgq<52!Aze=bM=hA*Y5ske25tNu}=SZs#^Ed(nVaA5>9d4#~(V0e@Qqpwf<<-XLn z^r1kT=wvuHH@qA5@BlRiitg;M2J(HcP0q1a@3KX^z$?CQT5-_QCXIZV4=Gl{oK5aj zv%KehU#=x8Eo(z~&*l*{njE-+IM7mY?}=}oV&8tRW3j8Do-=257a36G7`{_2hY{Ps zcrq_=!w*JX%Tl=Yv>6}zH5hE%*8QNtz(cH+9KF_9SduC>SB#^3w8Z_XSwF-@S`z!4gH>&zxf6NdBsBp6yLw$jRwmIl6G?c+FS=APS=72@pEjC*eX?< zpV$*yeUg6oL61W#hGXgoVVe*Z=ohVYp!n-EL7{RO9kOZ-H4OooWcpGrD1zy9yw|Qx zMoqYp4_olrH{rFeGj)F+=h6f?UUI4nqeRD%zx#rP;^K|_H%wP-GSteU2@Gcdyg+$3 zN7)Jrs?>tG-+xyRUREz_)64}*eY;Kfyo(5J{1*%JF-xy)%%8j%PSr`NQ6sdzlzlfs zp=x;TPkE{HgA8P}^{4!cHOdGI4D*udR5E~vI4=@W;S_baewar0tJSG$uyq^&V1c4b zR;@eLWXKVWL$rU?H0$%;{+gteJ3HgMO5%#{M*NKz1l`cfk^ApUq&^9%(yf>o(+;%0Sajjftk03c zJV*YKd1QuaX$1-ldC`WJ5mQQyUP~2K>bZxQh7L9ty)hG3bYh`}8+&hvL>xv@eWgWl zRl21)_r3%I@g)%aLVbVm@fnL{1BdUS2Z(yxUe#U%&*|7{-Sx1g1hLorWK^s7{T!ad zub?C${Yw9_Du^Au6o~~xE*5Z*+Nwh&GvAQrt056bIfmuqJWd#k`)I!Uq1^288yQwU z7Dl+~&$du_7A;MN8t=rH zFSDa>nr7-a=}*2CN|&oC;teClW64P=rw9mTb{h65QRD`>RLS=tKN`x%TuI{V4m?gPnGoxJJD_W* zP^5KTNbHNPYjK}^TO!sasc_S7TzvbgEn&l>eY!Ys)H2rQD8C# zQpjiwfG}=E6Bd|j-zTq()Ql7~Y4>cwYF1%6y~ay6#ftj1)7UGbf$Wc7v`QtbQ9onj zF7dyKVAfiAZ+tZJ+ORomihxZ28J0BkUm=rAh~1cMR_kHwo)6HpFS}U*9{1w$bP;6y z7STUYtyntN=Wr~4k1Vi!!*A1VTF1O43Bc{AmyqG9Lvg0dUQkF|SGJhsMBamdeJ_3# zArYYB!8IcT1gLLCMO`k=coCqs$f~P-9yP{WTrC>bl(M4JIGF5i6|I%nF7j0ytZ=$j z5w#Wh`?P=%ZH>o|1iR?2-`e|!b#^JM6vQOu2H~}p{a)r=T9gt*ivEj`+^3NMst>$)N22mno%|F!MD^+0-dc#RnuPr+JAW$6Igd6GYoS_(>Wb_*u3~CO z>(}domSsB;FSP;{X%sX1mVi_KFT=W3{O@+I`V?roQ$|CAQvvRc&c{YeH0f5C_lWRJ zxll6X6{d3K;yFsFpQfENl%8;0tpmA#6ebD|Xtw%dk`4|&=X@jrkgO}UxngSgS=J+h zu1mp7Ih1YVTbJv}e?$*Ogo-~fE?KDdQ6V<2r)i}jG67BqZ)@Mm%>uh`a^ODRoPbUn z`v5f6YvSrO>QnVL;gf_tx399ZO=Zrn063MolGhJ0fK0UY`81{(qL-+9=>Witt#h7b z>qm(wA5=~k-%D0Hi2U`rv2VkuAv_asFS|}uq2d)pgY}8ZP+8hIhSL0FulH&mR)dkF zp@LoXGVvC=rqcO;4^~2ROpT&zBs|`Ie~Xcsc#B4s3{a^m%}y5K9SibOzd*>?K`bt9 zF5WPa)vd4ckY2l8;J06f=1NO6>)cdpOzb^!LxEWRHha$HOQFg7DqM-~GK{}Ds*Ac> z$Lrh)tqAG%Kd+wmEP$UfSkLc&72=yJgKqZqJ=|rf zZshf(ATxCk3B|IyWijg}wUxY;!+EsovJj_$QUU0$NS{Er3zmWQ6MxpOeJ&;L!jIWQ zzeFYM7$^IcFAKXY0FNEl+4l9NE(1s4;0*b|;|`nxYTDE?=l<38>VyUrG8E$&x)|y$ zzb_@n=$jkK=6EA34>SJ8tgoFy@DFTp!g|;9?G`nyT}3w~izv79#MLRUvHD8j2)v8? ze*Ww+443HcL1lkpv$y@~(N^4rIo4#U%{Nyy_UE-0b1yrn+KlRsk%4q_ zBiVv5Xz@!5C>?gRKn$WfL6L&H1*3d=<{}MO3f{3TVy6F#0Wz4ONr3M|ZXP-pU8a+F zk0x+FYk-~!&>te5dI6WtGc_nsNn?DNcZox-U1^&&e1P{G`A!9sGn%o4dXrq4KA3tX>uN_C8z2SZl z`Lt&Ee)eGqez#|M8kHLWtX#LoKA)z_G^<0~l(bwPDd`qJ<@}-gOR5rhbU#fQ!29(a z!-kUh`PE$#Br>7vo-iHCJl@lyYBJkk zT&Km?IGLL0o06IKSyOKX0$zrGzI6BgPAt1cyZStj=S7)L>_*kp*a#c{|IPyBhahq) zP3Nt6=WKG)HXO)$o$8oEJ)9fJwPk!rch(cf-t<*K`MoxSeCpg=0yw5=d>6AiUPxw# z=F3pFtGI*|Dx+4wOc6~2pi}SN#>6DYiVtBZzzQwBA#?eOQ@C!#rBIl_jXwsp!T9P!vf3d@; zp&U5oU4~cN5Fxk#s}u|`#%CLxZW5oGDUmtAhC&!yi2Og8HsSwsL9Z7$Sh6}J?=8lT zk45Ta`r&ztb&D@EwAkJsZE{C!&0qZO|H;^e^i63XP+q4l{aYEme{j3@W-haj+L3L> zVssV)QeuJsLVAcO>wPKQ&p$yD;yX7I+VFoMj)G z+tGA~4*Nz4AwQoT>E-+#ao)5(G7NHkI(PdRh+W%~%b;9@ImWVl>{L~--cP+DV8o%7 zjSL=nl{ekvRUS$eO&n#jEx`CC8d@c ztAg~!Wey|8O}&wCab_+kt9}n{x#0URJkyhny@oj0qi&ie_2NQ<@l&dejf7}*-38_c zOoR`ZE5%OmsCb%x7yK)7FEy$hg-uAnaU=p3{9P8dzgHgottcpyoL^tZgTnKG+QpaE zJHyS!n!=6LmK_TXL*-cje8-FeZ_^AY9cbAZYS{u|P93}JTKFye(&XMdIY=?4eH7tC z;2h}67{O98oBzvPp$CNn6&iS)|NZRF^pW@a+8w=K_Cjq$IpbL}W>N8@kFd|mYaJqa zcX|5s%S^WKv403RHi_D+463#gCSahwH8;kb#o@1>OUb|459t5iHt)J={wc=WZc?Tm zzf`N%k2$1X7hfZ5Et7HIeY3wg6(KtwjgUX3-vZo)+noC-)CA91`#MTm(T*LQSQn@l zP-c!1SnCoc+Ut^jX~_B3THW9+YcRq6F0mJNnDWu&ciArRh`yPtEPu6fR%r8M_>>;V zML%VVD2MA`chq_x#Aw?o^B}_44pB8y#X{etA<;RFT6iQP?Si?*J{O>)GXh|lKh*6x z#cT#tDp%ALn#=SQ#rUH;Z|BCx$0SC*^A~{-s&ENeZC=qS19t zgTIN(y|2!~z&j(!XeanlmaN-vIqo(hb+o*TYzkk;xMYqUYuj;1QzgQBW(m>pNSTWN zV+H>HPmD8tpzr42_zU~|1mKk(ZgXj6`HD%*Q!kBH&yJ&qwT{ucX0oO`{o6TRG!?!k zqrdc%tb8b9Xx(pBAMT_XEOY;)Hc0@==jn8ac9`s*FL7IQRpnZXC!-vnvwXFDh5Unj zLd9rdNt7;bZ@!?H6v#z66_=mn0pJKNOV;daemo#o+K_+PGzSDhE(EU7`i-zIW%Xnw zjxZNRJv6kmAfHP9 zz{dInqXR1&h?oBy6InQp+D58o(iyy-(O3E#fdBW;+=$j!%G**0OX8(qX`Jg^3J8t9 zdVXfQyx>o6KKSR4qmr(gJNw0)t11pJqht$Mq!f+`X#|cJBimYX;x;5NI;5kW0T}jR zin&NXZ`96!4=xlAaP|w{5>odLP;a1W(+~Dx`jrX~``B$`8_g167Rv}!U1ZyU&1Z$* zFzrWzHPVx_RS2jWbbY+{Zw)d>Jolnsn>Y&TCMDV~(9qiOiMkrwoJ8_vq!w_s>Cqr_ zp+jlXDDV(@D=b}Bv4Q-2R24}?er{ypdXQWX5}0j`+!iyJJDyicSL6BRKGzC@?XUY$ zf(!zZf7rOPM97Weug$)g+T@9>$v9Myt|qpsKEkJ|3l?3PpEM7-jw^{szIOVIn3__e z>Z<#fV(|ID*I~~Zc>OXSn>YalrjR_Vzv5TeRGwbkk9Erw>W2g_KcoDyw+wz#tO&y$ zkq&PMJtf38USZc4hXtb+*+mbkB5_>G#r7_nz8_*te8!2Z9X zQq#?l+J1Aw$Hc?w6c7?4B3|(bo zC(Wd%Zg!eJo1h9R6(^xjj@N2JqS)%h&| zj-m!5hx)2$!sW-`{Kv#F{ake@j1{v=Ll1#}2N|JmGO0wxWFzifFV}*!ILvi8Da*~Q zQQ0*4mCq7e>R;l<5N7%Qsa5>Pe<+Crl#UXna^09xR;S#0o0UHrM zaxut{Gq)IS`Ph!8<^XG4R_N9t%TdDW>(yX?1ST0OG~gG2a+;ZnAQUc5=Je2+rc?sLTap`hIQ}TW7+>*A z_Nf|Ql)=Doo+nSA8-R~tl1NFYzN{d7ow!c0(cojJ?Xel`ha)`=!8PT!b-r15n#2qj z>G4DqvKLs6#y~H-bBuo`A6_FP;^mh)2)-lrGS7`0S;MYTU|@lWo{RKaVPQn3Ay7WY z{<@5Huq~&I(;F%&E-JS`+`I6Cn0ej6R%rokb7Pls!|M0P(_aWDp&R5I$l2aSks5Q< zy-jA`t@F(2UpZ0g%5J<34Wu=8r>(X`6ciWszGXikNg5mvJY>}SNr$|-^)i9F> z=^@iz)W;zPM-R195nPOr+$Ei6Z?D!(3MLJ^9V%i|^$)=wFC~LkEO%IDWQ7)pa9IGj zO03<3b#x19##b=_o-zGAzz2~l5tE$Wn|S#1b1?lie2%Sy$khj)-|n?Pb5JQnde2pV zj4cEkeaR2Ne<5YC9Ue{eCT6SV!Hs|hAPZ^J8HkOGv#yJZq_G^Z{#{#0NG=cp!P|wF z93U2XRbIToU!m15p4#$Pxv|-C(OC;ITQOG7@G&xzt2)w3xyZZ!hRtLdA?~s;gj-CG zKPenCiJi!Ol#4y0B9H66o8e=0r?y9|*mSQ|5dCv22YW~CzZ4<#dK{08um@9zqDuAb zs=rkdEpsW1*`RUwhjz?*LxoE@FC%J^svKK_M)mcOx`>_s=TDoJr!d0{B?JVP%=N|Hqd++q3wd zo1*l8EVwt_bDV(4G~RHc13Mxz~oWcQ$=dJYS~Va6g@!`Izjx-7y-=nHaoEl0I;ZqD$nu_Hpn&cxFVqHb|6u?p9JM z)A=H5MGbV@@jKGA7n>O)st)Haj(^zHJ+k1U#F87B4gke~5}(bdR<3aSY6nAA(* zw3Hi$4u%f}76q%Qu{&x|#Hx|8Bz_>eb?7loedqIrF_k`U84n6^Clox+YnYDuyTIAg zxh+AxMq7P7Fu``@$yf4~s@Lv%E4-EdYYe~Pf1`d7;dEas5m(o@r?2VbEKfl1j}JZe z8cf^1pp8X4eq?1h+7S=*uf2tZwf^qm%#W_fgw0mn{|{P+`eUKysTc^ff{(JPIc~@P zH&Seq(EneNQo8ShmPZLK5F=NaIsfyxB}&9C!;402W`a#j`v$HZL}F&XAgi*Uq2ceM zd*+#kd?LA3csu!1;>F#IeQdBYQ9<$Jw&3HLL+hEksf^^2)Iv#RInsnWC8F`seC<>hXYV&Om%>*Rs-WX|eyv$I^ul-dEs%Kj zmFDMyY#&7tij<~6PJ+R7wp#o; zP2HN8{}Zf~fWi;~+%KCal`ic10KsEDhom3$tn|2SJ@zTV!PKl_Jo?0&sOecVdQ`WP zK$!~CzN1_VF9i0Vj1L|w{^XxE(PT?qlpQveKNDLDJ0w_DOv)zo1o2HD&!S1g|rTg`}= zYTo`1NCO8O0|k5pZ^_5w1=o%^cw#uv-wkh$!GuDT3Y+wCR{H;%XSH4!*mU6z@RT=Q z_PbM_{d!mrW6D|SSH~51iFFs3Tfsv=mHekD?b0AyO*xQ!E;0yK z+I7a41sj~9_qDsyT+;2n{N}SuP&11Jdp(CG|M(F{UW@`DBT-HgAU@vqk6#TDS2&h! z>h=HCvTQn#>U_&n4f{P;-pMszbAsV)Y5?VM-1bD)**zaIa<^Gds*yE zrL#t*w*{jA;z>I1#DmZJtR?$se0=qx737JnKl`J3F9S5Jbkq5ft=%V)XfyZ*8Jg21 zB_2cvz>TtI9GUVP_G9n&e=E4asv6GvIf|bofJal%=8W&h0eieAtGbzz+_1xmM?A*3 zisF*};1^Kd&`$$X3WiMtV0g26>As~B3Y5UOKLnnv^)%A}$46w4XadKp%p)aq9`CK0 z3Q?ZaGJ^!FB`;P&A4rX(HzCYy+$1-F$!||0e~RBlG9po<&o9<~^yjp$!GJ>ET4EP& z*EE}|_Eoewa8^m?iXZCx$GVDOMJ<_CHfE~yo5$A=C`KY}!H5*#;3APK9-bs8Z zN5tcR{ez(FG^5ZYbb;zABL$Exr~AS~*YG~hAcPu^uHi?z+s(w^LG_^PB!r5Xzzl5a;dGT{A}@GU!i(^k(DgS;2;mc^aZ$c-EdbZ1H~h$7 z;!XWxib3|VAtnNjmVUL;>x)f4SsdhL$KSK>mb3KiBHOD>gZXL7PRkC3G1<+gdCYFne6}2W>DEhz0Mg~Go!erL8lTT+uz^H zB?ZBG$8!n5!9mlcO>*=rISzz~#IL~e&5Gha+qp1%@Tn3TOiu9n-M8{I1n*7kszwaF zp>TCcu$YusK>(@#C$-~*5ac3j>$;}FbH6X|wS?i69Jl*9EG@Wq^UeIhvBaQ^PhhtQ zx(ns9Z2b~Hb<4z^-6dz>Q!?g)eXu7_*$z9h<8=Ul{O^=g}1 zrE}yZVi?^JA;*N@B?nUUw2AL7P9xDzGZP)Mi|&KHem2}Lw?Imiw)Ng_LSFdtU2T>> zb{5QnA(Sx$3GtZaAkVT)u@wSZ??1d{@qcH^+f38B(c^p4rYsERU%x~7YGz3)tW9d# z^<25y&QFmUfRn2KLI|`Ec}MvdRIe<251~l6SZLj@_>`Z$D|fuRIKh}67=Fnxj;N~= zDAZK(+*8p(ceg&WWsuRacbzw?K;f$2xu2dXK;Z^v6Pym9Sy=MyM65)GoBAa`wNCM2=h%+}jOFC00i*tb9sjoxvHy7fl{J3lg1FscUfk zNzoDx3AyFI6k|V-rqQ!}&J{^rfNX^;2!0zw`#6Uvlvkq zk@bb9C0X$|(WjHS@?FOjNv|7BA+L!j9yR|#8KJS%^@)c?e~EB}N-nFI>f1QNg|ePj zjbf|jtI=n|I{wT6qfeJ3-Abmk^dtLs%p*T=>jcCQJq1ZIGD^68PI=$YoNq4g9seWx znQ zmqFqnOP3H?t;UI;!BcI!OT?pmAdl~X@?)w|nIz=Z^YmhZ;UR?l$)QHAFvbe_B8mY8 zjzuBCo;qyQNPYm@2RC)}O$cql`?L>}uj}=fZtU16XX2Z5t*1JUT}MrXi744P1=t^5 z1luj33`%UyK__CFmcF3WUM^`fT9oMirHjbDz66jwRUh%$h9eD<|3?&v6~qi!>f`_vTmo`s10 zfHa&Fi%nfR?z2L3w?%hwO(TZ^Kyrp6iL~O*@Fs)_)OC z3{wB;PkaUmkyJNnyVj(udLgZb#cx#J!eCWNPXG5vr}@|cF(;;x4lf?Rs(RET>RhR# z2q#~x!onS6{$}h1f#%N1qe;nd|_Qnt1JoJ96z+WQr z*nf26NEw-9P9m>89sh9xw>53Ls%V$~R1DKC4q!E!L|wA^EY}Z(lSm%+Og|if;Xhh@ zVfHGNy2vnkU*BkTlWPmpkswwUhoy+)SsMkRu^2Q?lDQn0tdJ|5=A?^KN-h0j{vJ8C zj z^1qq>z=C}?&9y4J@azcL#LM+$!k2 z24LB8JkveSqNl6T%c$VdK!>t}Z|^S<1#AbqT2Wi8rUOJ3?%VZ0BgKj^QUG<6f@thx zeqy3pjC1vk#8Qm@NoJI%dUL1kj)PM(8Vo-p+#k|}HiI8c{iU4wxj*BqW28|z$lddA z9glDZrX$xAAqzQrK|*WRJc`Sg8IhDF&xvGaq^Lm^&49B-`sL2gEIctje5_~@<`FQm zkB2>E!Hcu`69=0(1n}R_GuJEVp2XTpO8Zjt0FcVgNV$RtA(zsDZd*Yu;ijIcsbos^ zLC-Y0!6%E=hXSHa$S6Kz_(A;}Ri}FSwuSB){*nC&6&qzYk-y0wm%5wF~j2;emE2M}KyP7#S zeO$LlD-b%40y~gS%-pGXIF?DK7VG61@e!U5U(7jtR+akX#$9dX--Z`XytK3oh0N%D z5dor4ONwI%%jGf|)^Qg3rK$ONa8CKO9suW_OOtarJJ@5R*ZKaY;?WS+=7>;6RQh!@{lDy|s zKW-0&XuZ#@ckTTV)e0Lu*}UwVkS^9jOinU|c-zY~VV+7_g4(ePl!Y%`Mbg7!mZ z8{U;j(Gbn!;qt!vHod4n8vdy>$fp?nxtv-vl7<#ma^MWl8cslh0@v}&vuG{p@qq8f z%a#=z&zg?!*&VgoNYw=6!e(B`8Fh!q5i1ql7Ya5{-2HHTtX}xjWxr%tceZFp{~dBy z@(nF*CTpzjQTNHFaMOXxMqm}yxAhWbwU1^i1!VI#!Y$C+>*h;`52(_;z>NG z;h${ke>4laX6ibutJ7t2XL|H0Hgg$Bnk_5fzs`~(W!ScIZ)HI8gyJQ%P|&qnw2KF^%d`uQ1|aZ9G={`p&LI{o~gzdmbHpgGwQ#8KbgB&imWf{Vpg2o(zi`$23kr|qZ8 z0##a01^oa6e!%Dd=xrq%vw)-QlFWYya**nhiep?R^A`=636N=}s}h7+)m8ZHHm#RJx|F zf&4p}?R0=aZd+R?NFUPQ6HSF74$(shYW=rt;=Etyxcmj)nX(eCoAB>RBuuCK1f zZKEEV3+cxEBM!1u&E^E&m&7eXD2NhB0qE9QNwrkU5`Y~S>q%KJaYn36G+U{?B=HsxceHogst*v-#KebC}@Znc4AMeZ2?WU({J8U5YaHPqHhxEPZw-EN-0l zYVDB|Kakw?;YxRMqkE((gq->tmW0<4)7jaAk(R$nK9){P2~XfbgNE_+sG99kPMI_B zcBh*f%I{^Xvv))lX$+CSTPC{5X4>ubQnVlF?)c=tV@_%c}cg|y8_gMb#L>C6zq zBIaeE^GSj49P~npV=>5ZJ{U`=onG6p_VslZg($gNqu9au1&R0n&H~KH##vwvE`!k0 z=?gvHk-ZSbPt6WMmG_!|k?c8cxWLEbO~Fr{*t(AB@MxPb-^_Np4cLOCMHhHIe*dd< z>mOd0jWNsX5=&s1F(5N1roPs{LX0IS&Jjm0KRX^;O8sC+jHok?t1iAKyn7dw^OZ2> zv2JB3(0Ig-{N2&a2V?Y|oG7}vM(66+46Z{t)OuGNlKtc2XQE;w6z8ZImy%Y?W&AXk!u{yUo21+Vyn!DC5*cM>eTHHYk#GdRQAAmfq!*+oyH^ zJM(^a8`hGj_*09<{Yt#cL8xSyycr!h`)`-jS|pm0F8*a@0lrx48Qyuc3+?T06?|diZc0R>(QewwJaA-c-z8#6lIaKBTw?BUyFD86e zJ?LZmnbCZL=KsajTSi6Qe_xA~K*dhDZoSDAHX!fKr62`y^A(L4`B@=0xoLOwjirIsQCY9zXSwxpObINP#C4?|59;mj=iQV(YPI zv&NE|68#hJcdYoe0uc;K1W39pK!ym}?n3_0eQmIoizn#oD<{EHj=Ek<NcT^<}^ z0JcKxGz-f-QcJ`VYP;&d6CClRV&6=Z<{iY2^zBmE62)cjIBlZo9A zX3h7vFG8ofcyg(I4Tc%H&$4J*W!O^A4VqtblBhmPxpeJKdN68P<+oQl*uQ-r5DDWnoPvmyCQq>&A77*$^@GXJ@d{$)C8y6pn3{JLVKZWF00t6;y zj=FA{AcPIL1?Ys@u0i8)y_-+>gIZuTcD;%NFrx25cu8U${J(@ST&r8pv|_|8t4Y!? zGfS4A6B~(7ewxe1;tHkqKa-CN*uHt?xqIx`T|h?iGIWw$qMv4yGu_%NLn2E6z(VuZ zLtMw)E!Q>;w47!}R&8cokzGyf`dztQgUd@t zN7!!4`h21kF++(2xxU2-0&AfUBS%=+jc%{6^It55YtGYCO4d!fwgD(O;4-OQh*J`p zDl3U93n8HaqKJRgED_I6zwLVYum&kmBfN&a3YXbyo(E6s0&$+zRB6p zKN#g#w=t~!NMQ05wpQPj4eYoXzXh>J5+ajOKcNJ{g-^$l+%{u#EnD5z|&XZbM6c-`5#;rYV150Zm|d^-6nxQ#@~ZvMgBk(`ld zA|KmD<)EZ!0Ip(yjgAd(iJxX1EMj+SVg5wqEHvmqaa+#|?3l#5S-*~c4TVc{LvM@< zV|Uann}BJ~XT=iKO7^4djj$W{Ly#q~eG?1k0CdA=w4eYvk4pWSb*+aVMjNoX?AiG% zf%YalEA%_+s9Jxdv(v~r1(HmD7wQVp!&ZL#`xH*4AiA6QwFmcY@GWaseW#&A$j8ac zeCBb3kdFi8Of8Z&6ot1t>@B+=7fsIB+k}(6yzv?{BoPwA#PX4*xGcS38#yighFQR# zN?9GKPqlU*nSJpXsLoC&yKV3@lAA)SjzjE|Jtn?69cF216M<|xh^;6$a3gi)*u>%i z{|3vHzH>IC?+r^F+&Jg-XC2lhsNpN&6at_Eut=W8;2jq>uo5?xY(;?6hQB!jV0|Wl zc5tXFTbTZ_RlD#ZCmy>I_vpsi$d(HPm%yIw;}55*MS#X=tKxiLEFAsqW|$2#?N!dUNQeZzLG)(tSE=iK zw%y-;j_aN^D8-ZxLL8Z65^fP|ONmV^%`t@HC8-#}fp7^>OFsMS@MWJDI>nl$(6yNu z@ukJA)%xN+7~>YS#MzU`;G6q7w%WQvam6t1`9zWU3|{>*7S8s5>5a)g{J6Wuh%L;) z{mEvV#(7fT@{+~0*>um_dp_S{ zp8cO`QSg>cf0boa;6fkXYqwqmk{k^rblLMM^vB>}(H$6!_=-GZu;M*G>I@!xv zFXou^By$RS0V=Fvi;9mqOfnqr_{cTjF-6uzJg1ah+KB0HGvE|v7vXK#~V>^W^Z z&EWMU_Ll{5W$_NR*taLQt2VRWBfd05-mnL)BTz=-Awk+6WYId1T2CvHL7O6-lg zYRpCw1iJL!lo6exT~{*Bv+^?2kT*C{| zV***#GHC8=SJCWDtT7Kc-B3iTj6}Enze?neLB0mlD>dxH%p9fsK9>g+?syxkjRCIC z2pLqxXvsg^`Rc>`yl*)pOekA-(%MxL1Zn`^v`TIw|H}d6>I*`!%wYGP9G*-OcxjEj z&G9W2NCOyKJnC-N-&`xM!iuq>A8_pNwBf&joG8PO=bisd{XE3U;o@vXzjz%xmyr>rFByg(cOEhZh4vA9fOKL|xNaHib%M8U zeAz%RYfRYP-?_N|mc8!+wNiYJS}q22>IffW=3_m4h)-#IkXxo> zF(#mO(Vqw>TU5NWUi4(!7%fy#McjaV$5)J~1sRLDA*)E?VqL$&sYc?;agWcS7%F^h zrt{ZLc0&l8PRELq5gRO8#^e4Y4DQ&nb!AcBM`TI>!PrB&FtE+ipLKKGch9)6C3Iw1 z&jMh6I3 z6KZ#7qpuMK2p0rYr3%R^#f7v>pM+OOf}H)$zQy!js8#l+)36ogLl2Qkl!W9j@B`tG zdEL9+S-m<}DYz|EmSxVBxvoC$s0{_VXh4Pe8g{7S(G~Dm&g1P^&Onim`LlD>;{kw5 ze$k0+yzlemPB*CW{22tdZ*4SLe@8J;9`o3B5NnolyG$y4ZCL-hrK73~&JS8ZXaa#G ze)27U>-U@gaz)hMFCP%QZ*w_Zhf~JVqO&qYzk|qPbgz7h=)dF^aPwse36n&(;2s>IV9VMg)gug!#nDHwA-S!!6hwRqoZ(H5_ZOWE6ItU({ zo~GXNld|(ahg@y=&ms5zI%IR?Whohy@NaL$v(bsBZnM4I{cf+R9SBZA_uY!_x(eL_ z)_v)Sw$l&c#J{4&U9xprk@RL%P&PURdi$=6gf@&0%6Sa->Cg7!&W(`1i$@`E7$wC! z3y2`;{(na7_(YNT1R-a6_=8i*H|PhXOv9RyZnaa5h@Xe(=&-oxlV?>$d0hcYGC}Y} zV*?Iz0HyeGA$!yb%$WnbCuuRZ0e(?)f7p|TmGv!;s8P~Bll_yG@oy>Kla^pdsjCmV z0p6jM2543!mjh8ixC_`}V8?ph{?p7S`z!9fxK`f!)V9<5L|X+5g)(Hyy2@HAq4L8k zc7(CClaL&L1)%_c3Q$eEf#|F5oLlu&O?~#|DPb_NNYMXi@`6uT5J3Z4#Mn+Dz{+$~ zCmw$;^<*y!iu}TkCXiu`@(4PG(M@kHszX%53ep;vvBG)D9aJpSvzlN)^%b=_^E#VA zm((s-IH~ViB5&RR&~%zlQ9Ck(lE82eNf+3v*(QLp<3Oiyq^YCh4R#|0@l?A$j>qdz z513&jXj^ZHp89L-wDY1WwQI3{t-$Q+Or%T}Ko75&NLA3;hcf=>YsMew_#BL4{uN~V zyWB*6IRcy{qHq4dfj3*ZXw{^;Pco}?M3}CTQ4@_T-hi$QS3X&6h8^^bXSxbxyd_BO zd_w!+byrytnfYu@3camKc%r_brhwMlvJRc{+(NE;rbQ8sGbs#439VFV^-JfJ@4)Rc zSQbh!cu&w?cp#{7$pCU@4$LS?P3&Bm60WWNHR1DbbArAOPVIP?Kf!}^%fP(vh>(ty z{U?fD?o(oUDp$rrIM$Z`LVP3yy0~y&K3E|UP#k+HfLG2`b+ml z&>EY;fxTxJxoI{=#NJuZ?tnMSDZ@ozz-pKTORltt==FTbP|lF7cNr_@ow=={=aEFy(eHeh z2D;pGnvMm|XahM#bX{rvg`|;lV(ODF+(DD-fmX+WFOm1(gEy>vcLqp&4^=(q! zC=fAvs_`v(8geX+<46k z-7=nNv%Lxsv5a!vADU)~Ev9^!6o7Jb8j(fn;3X-SllOsemLk5SS5lbrbtJzDi7p$>r=y^%`8;g8tT=zdj^XhS8VFcu9$Cp=bo4< zTArAE@4m7J*HAHbtbqtX+KOS#8X@)p^q%VbU6p)K(=XV2?ZGEK05np{n7NA}yzSyy zY!ijRv>haiqB4vfd_^OBuWjEWFZ<5cNpo9e9B{O4SYHCR0uRSiJJ6+){2HNXt8pqO zdDU#Hp?|fZL?fT??{l;yDv8aV=I-#8Jb-Hc^LY_I{%Z@M&mXfnmT<>O68wZ=E;Q)< zNwWjvXe_j}j-<~`1e{2y^6kT?PU2x~xOn(8y_r8g?nHG9ZJU|RynVO2l0s2FX>oQ+ z`U`*{B(vQzDLuU5c7I%NA9~JM8_bwuwLN5@v^Q>(oeq6+5dP4Mh5((Qd%gXH6BzI@ zg_NaYmbP4%pkC(a$cZs7xYz7FVZ)o7{sh0(Zyl>s>pD{V$nMVzeD_ej1{RVOa?r>H?joe-^)eS-qt2Ais z4d8fb{z8Ov*m4B{{)({8yUMkEzF?_KfZdzBdxhTJu1`Nxo<@SJBmxyySkq=LNz7w# zoP!Y(`6#>nZrRd|J+&-vuvqwapN+4QJXmRwiN=5qI+B0w`flV zt5tR|Mkytq>u|19_bctKN2w|&;ja8{>^GU#<7Nfu-s5RE?nLvDwyX^W<74g^JsVf# z!$@c}HV}x+PMf8>5=!p@puzry@4EsF7_Kn;*dmis3X6!FnK500GP;r-lTAQ zptj@N5UQf)dCjJW=}A4NQSihXAA~8xtL443L>7;k&>tgGdhBgz6iSXUzBuL+w+CQu zy17pik@{cAhh`@#?gkms>``I#Y@R<14Q{$j^{X4Cb{q7O7TWfvzS?1|X+LdnZtHar z(Me(k_PZ`E)O&uaGZNm&dX^EnJmaHRw-1czl~gG167l0edLzN&txxj3thPNb7d5iY zXMg3*s;@GAed;qLb@r6x&yAR{2lh7U8-KAkA^^mISD1#Nf8Q~#P+$SSm0*&v{K3?e z-=g0=f%@Rtx6dlbzmh89oE0sbOc}E=PxiV4wZl|q82$E+%|gR_YQ^e^XO-*|vIf&7 zj8m7LYfAtjmggChy&2gL#-Wa_wB6=;bpi@m5NzhFJ5k_B$m8>)x{4X2t8@peOTPN7 z{|+lON$<3oHpWDNRP?=-@=0l%A(Wz>>7c@&xQ|Ue&?+f6f*u2&dpOYVOA*xwIwVUFBkcO!$fLmxjzf6uVLB@4)*r>|Hh|2EP;A zq>7JX!gYkIs4DWWIo;^&uN@@Qb2kVYvfk2_A6uYJx01zs@A)Bf&XjB{*AX^OgfA>q zk|ZkJtWRd)7FL&5v85&ym53S_HZ6#I0J4KkDT@Y;VIv=JCSlKD0NxoOfa&J0YAoIo zlDU{8z%?!e`Mo(hWbc`ZYri68cm6!%89~ePJXttf(ga@8djqb(mlcZ+E&S;DmGVApL^0Zu_}jqz1!RJ+t}6GX8aE+MlP_6>?_FG9QBY`{ zdK|+PF{l6KL#X1l(HH3^XR`s5aUJkmha-NqAHOvGT_M`(E!PUKXN(RPik;=j7RjE{ z#;d!Xs|kxlj?e51^k?Ub(zW%F=V2#Z-_G`eFn{WDKr+6WypHzU6mN4K`~k!?F71MS z?ZgrF3Fs#R*TLAAH+P7UsV~5rLGZsNl6yc)&r%Oy^L-_+Wu7Los(`)>9MyArr6aF@ z=rh2>d|&#M(!jle!8nUP zE(ovKPIiG9*%=r#f?|plJgf%YS7)wijt<_4uflwGmaNYHkaR{`HHwgEkaPLIv?O(B zBKJC2@brgV4!pY2c&NG#Vcm=2;!t{L&E(L$Ng)5uv&30X{im50z2qtnIl!-xxGt^8 zfb6R*6QQMm@dG@*Nd7?7x+QBze~9)UN7Ju2HI~dbA?tnXzv}7wGA`=A(g8KoNaeko z6e~`}RhKBykWxMBnUe9?*>>q`XVW=0*;=$Cuk61xD)DidmNhNf1j~w^raoaKAq-3{ z?zg*N(Q?=2u>j?splZLgk2C%Ce@fy{DqPP7Oj9`};u5Z)@kx?>S?rsMY0b93YYyKG z7!q$l`psyOVU;L1FyKdtO8)-*1F9ntZ51WPWIP!lb}_5y5FZ{Mwlo>NYJHuDwOF_7z+pvuap__?T^=ShPhj%=+NmyOLwLx` z(ovaw_`F3@qIhu}p-RTXaP$w*ah6q+3fx(j347pUkn71UZpIa8AlQ4cP{6G4#cER@H+G2zb;V5v8&4H~}LDW@H6K>42XOvbM0ML`r0>xH- z-EG_lW|5nth5mY&ZR$;PZO`C5v3Y^Ns@07PW z3A{vzEWUdF__w(v#(pQdlJOWJ>p`~el%SGX>?(u<(HeC_wwbm7wIDQwJ8S-k;GvGo zOiJ}wEu8Y3#(7DhiEfvK{N&U4h_YLj9&){+M?5bwPn4!_#R0@V6Gu#dQrXmh2>;k% zeP_qBc;~u)dK4H1#>P4nF>vS0XhecB#ca)8`XK?>kNmGF=b`$PA4GxR-; zB@;n>vif`5t1_bUsw)67v#&P^BPFs;z+fq#`eZ<{y#J!h~dD$d8FB3v-si%n$4~ zQxDb^oxf3p2K@jUPetUkk3rXSXeo!V*A+nIPNeW&BQe`lK2Qpfx-|>tirC zrK|`9OnthD=&f8q@A|*XKP8#JuMnhlxq4M3cmvgajW|%leNXr8CYWZwf(|eL#|5x> zpT1Mv4%-oZL}lyP{cyBMA{B0dUL4~#K)0ZycJTscYuNDXxA>T7&GSp8qi2te;4C}S zD2K%k^1lRn@|6pz1g1Dpjx}oseit7|`>S(Ffy#ryY|Q8$65#^t&VBl?L%qVo7eRK# zQ=q+;3lfCMIHJlJc7!*T__Z;6UE@g38%_tQfS3aYEfo!mh<=#O9?zjqGT1_BQ~Pei zTJ6t(3&Y3M|H`~zNN(Yx;T!+BM+PDfeP=F@IeHASwFwGnu~8KOy>|1aUJl!_+`!xO zt064(H3n`x?LUKNxlg*nt_FZRE#Kew1(+hJAopB)AZQ5YsZ7470QIaU)a1spjzLIx z*&Z4j_6sJZ4BfE3*Q@Yogn+$bx}a`Ru=$&GwkBPabn#r9*j1hC_O5mKGcgR0d+R?l zx|{7-y!gi2%xRTlts@E++mFmk2w)V!EMH`_M-$Hxy-ZdF=mx1 zl-G{VQcxr}M5l!Y4Zmc@p6sThE09<OTt&ZvxD}rh0DS{Jr*V&%h z5U2DnYb17RGCaH9ta{GhIt|y&*iO|}aNX0*7ZoTLILm?HZz#|aSX`1OiU$x?L|p(i zWn<}2<>>E;NC@(XZ%MjZK`?t?#=zeYe4Jicy>q$2vRpztmY=qKqK!lp&~x}e`(Z#1 z7wCi63z!iuyc|W$8vU{QPUN5qo(~c!RBg$T<%$sJ)#V3S#fziJL_C&GCT;LtnbRZcb`8X!SsP}F@Zgf|gK2)|2)yu%iePfGAAD3$?eD0m7i;>Jk0sikWKW@*^*5I~&BmMcWqj|$m2k%uycR~@FxkXaUYFn@ z=t=`kcBW+Ui}k(~ix7b%5|Wc2qTmhF#dt;vK7l0=zGR4Me8D5cXFc-MlXc zBccRpGCq$#qarjq&Pz&VA3Vd<{Kc^&@&Na>L zMt^O*lag3TdtSwy4HFFjBof%iXYaSO|4i9Z4EK{<15~p``#!7XF9qbFYodj)Cn~ zjaiYLeE(o^+>dA5-y6rT@mkkYqBW)vO5G7g?m}q5^r6wv?<#(;0`ES^)VK}gxk~ct z-?;2M$q)Ih2RAEiWEI4Iv?6!}6}YwlVp*%Z5KdXNJlFG#faWz~7WM0T@F|A!gV61X zoyP3KvR(6zAajPc=d`IlYnjC$U4Ui^N!Hhit6v#^rlR7;68+vHicA0qrO3ALtP z&UKoe_pC(nHYAxsYD~)gr`(D;a7E#{^5>v7_b|`dSGn()9n^r0SnMNk5|_spdZc^k?tD#vic&YmtYw-bRj|(=={7%5tYCq-u+{6ud|e0hqh~h zM#ztwEyYhl-)snU!u>&Nf}eptpZ56Y_i#j_`z`_&bvKDltvSYK-@oC-_Q(=(MP3Zt zqyOINYSD*~%8U4P`74rtjp#TQfGAilK`^O4K+PI73S};-i*Wmh7JDx=i=C%SBv19RR^L-~UrHtQ@(xVhHl~$W=%&(l@lu0M zi27YnToOXlstLIje#FSV&jn*3A1Ikf^o3aWVu%-7c7s21ZG3z}+BU$Yo-ne1tg=W{ zGD3uEq`%l;r%M4v1_n5rO~>!o2^WCKT(!QYJGpfoHrsU_h8d)tO|`B^(0jZyS&q~6 z8vcHE&Gm$j8YA+i7ItRR`yS&2yY~~4`-$BQv0Dz75Qsj#V$HSVW4Z4~ZqoemwlyZV zf^b)%o1@TWP4QkHd&ybjT$McY004LL9E=(79U$9DW)6DH^1K$^1egc3ahmZ1SzE_E zn1&&hA~0I!^@71uSPxA{MYj3lZ%w!;8$`hoQo>WsbyzNi||xSQtx zeHNT7#f`Qlv_5vV)I)gA(xTg3Ze6|Jei48@OmCDO|1EIq#I9eAKUpjMi-P}NN)`$3 zu4C@I$LFr=lY8fs&6$6LTvU)w*js3G`ggFcm{v%tE%f>rv&A@1LY-I-oHjdZM+%%b z+i5T-L%cpn0!2qOfyj&Ncv}g%k1onEcw3;rPyJuFjrYw4`i@@uQ^Yi3vhMT;ZVMvZ@P@)K6 zBxpMUzm}wbwqPSsjPxy9a(CNm0oc?o=wtygF)n?ME)?k^>JHWR{S)tKd@{057x$E^ zv7{4_0t#tOX|!h#(7z`Qkm+YLvMfT zH8pG2-8_H0hj5HSUg-i$7xurBak;P&>RSef2KxNTz zgQO1RN&l|S430b*y>-*A?9hFn6KguVbgz&QKP`97)O0Nb<4?LFx&4y7%5` zPnj_@aJX;>vXc<#LL6iD^^~A`CJ~(e$(Df${N=eoxx#(1%a{3 zM=8gzA6w(sy1UWG`YZ;=l^tZ$o(0FLU({ll2uQAnANsks10)@(2u&Nl&`LeaW_HFi zB}s~Wz1%w6G_rFMrP|@(4k$vfj)OR4d!#qay%ONZAW+yaD^tDN672k~F5Ka%^FqYF z6a@1y>ki{NOYiV^0macQ_G|4thBzMqvU~!z{PMN3KfuY35p2iaxk6v0ZOQp*6Tt+x z)>^K16~PG3TwS#y7=D6#^$8vTJ?G*5Yk0BFA(4AWb!I1qB-JxRt}_)hF$OmLjhUJGh^G-uoGKYNjSXinS+to@84#zIeUp%dT%?CWp9 zBGDu5T4Q{fU{uIhMPO7&+vqyQS*^h4sBi>e=!t8jS@uN{%)IABui}4hE(rOlnK>2e zrqEKnU0^b|>ci1~=$KoPE|s@LG~EC8!UhkB%muY0Z+dZ+tO>v4X?2Ux7*CZj3$VL=Gp&oh8@@asSFELk7c&qb2(PDk0>Lq`_yhM)lAHQWy zfC&nmrGtNwNDeUdkiM?e9o@O_EOL(na$0zchM=;OkS3b3s!YTwH=6BYWR48aLMV=d&whTbXD7UKUQAczFazrVEo;Ro^CVDuyE-+@I|Jx_#+iy z?=?%mgxUs_OAKvwj7yApEk8@xXB%SR7zMTYiDh4gNCA!I-#{94t@v0iOtZL|>TC8j zre903nP9i`=$LbyP3U7YBT=74){n+5?{I@tV5Xb8S0~Q4NP74zB(GOpUxZ;tTziqt z?%(B9#9k`l(=+sglfk@prz_^rMp|HI`qH|2r!OdA;C9)7Yt-W5pFdzC!Zn5)8u5Y6 z#H!`05gpmv7kru5exs@G#7qg{4|0={X26ZO`HTFz`m`JeAj;@koFwuM%7ijyP~``r zto$l}{r^4V|FsD$<)2L~Ur@jE0-rl)b@#*(m_e&HRj>=Y;Ac>m%PLq>n#BKW8=+@i zOrZJ|=FdjD7!Qm=utcbYSGO}>OKIOdKu`4izhu@O*P3}Ia0G%q;RAK~MQuet&3JmKG{dHTZl}7uir#n0UrS8#`RaHMjU5>Wl7g4q;)=s4U&K-rgZ6&1C0CjoMck(E3k4Q9ysXEFM~ zzjv){Ksyta2Qv8EPal>hPLcr)Zwp4uy?f?kkQbOb(V; z1;z24hx{A4oo4}7>pXUc*SO>%0unO_uAl)-ek3w92P7N|LsPuio#^fSPmTuHX1dXS ztd_6Dd?`qQ<1?O_T)2Ou3Zm{$JA%u^Cu*4V&s;#E;Y2FgXwz<$Md8tZEX~(;fm0vl z2B&ti<3dGWcO8QaQL;0iI!!{i6wyeiImlJ*fh?}Z>wR(ziJR2|*Ai}ww3!~lVQeO{u0*dPKM-YtA zi7a$Qld({od_{cq$8a)j4zi;$UxMa2n0tHubzp!kEgtY?I-wv3Xeu&fUL095DpwN? zEn2@bHU@r8)1WRV25Lh zJiuBbo;4LVv%MA?vDm1Bbxn=Q2fE$i+P@c6PyWkDuK@qz@v-;@FV<1D17ccb`9wMIomHzp<=lTa5x>a%#s$lp*Us>H|Ie6 zWJJeksm^k}NbY4wn0N>2I*=4hDXqA+T0T!PZh`|wA1prsr6w=g*%4^R5Y}$lOMq~! zKLTe=C(qj-_8%p%vO7F1y1%T=r{slmo+Gdl#mi=bGU5!tNB-wTFbP5zB(Z|sl&x4dg*VHlOr}~h6+U=MwV82SDHb_R`rnyE^`0H?H zUoSf{gX7KHssXmXR}yJDoYS?yk(>XGg+7IAZY}OB(?ScTXy?7koD4C6+b<*cGAT+$PFdUn%0H{qyyLNv=d3&n`@QELIKrk6| zyj@lY$jI3bPZ9|Y?zM?>#)Gm5^7DO!B}K>IG@=FzA7MQmggFr>3y(Xc<>QC{3tRki zqhq9!3D7S;Nau^j{#VrR|D zJnR0$PthC9?$3DRC+9JY2lYF*6%7udXB{|;US>uDxFOl=4B4F6MXr=J0r$~f)cX>_4B5#4LdpvU$Os?;J&Ypyx_%gjr zYB@^V%Jd|=Bz-4_+c*GK(fiLP5?p2fy~cW_xLWVh+OT6oW&|DcLq<0s5Gwon5rqWp z?FkL#j(MKwDJ{!De$8o)CkfhP}y85qVqp!cCjgbH+ z_orI;U5lmnkL6QjCV*^3pCj!w5dZtAmL=#i=TCY+!sIio^K<^SoI43e_QOQ%Dr}F> z0EN$(6*yFL=?_G$yN2Q`CQSA%+e96Q|Dz@_ASR~^xusVXDG)!xmxM5#Iheq97o(9H1c{e9rU3!q)tJ7$`g2iStF{^9J#IiOMcx z3|7U_;QOvaX}jD!QgutxaHpxCNdg`*y8FxwFrioE_0lw(6sNw2yf2?MO?v3|DmLv` z3B4`nAaUTD!36G%<`x%45D!YC!GrEemI~t(S}80HIAD)BRqoNBxCb)yLB;oC6v@t2;6dqUaHI);{k@k$@oHW@os!)nb*!{oAE%r4l*IiM_`K6EJiJ0|U&>UpC(hH` zPjf{hO)D&w{CXFHLu{+F5-a9b%NF?Qiah#vD-XX7Z-I{l25-GajK4f%ONL(i3pg<@oa94`6q*9*6jCsF)>4 z3+^XU;j_a8(Xt-aKUMSb!+<<&u)bDHdN*PLUN7YLsIg!lILfW+tP{Z?UhS>3VGg(b zQj`-`gb|hytGGhi&Hg>-K^F(PhYRZqgpXFZ{mZ@MuQ@7|*(1zZ^6a5)BTKkTh#33i z!#!mO7~<=D`yLHWb3#9)_@Vxb&b&iZ*dpcpzsIR>bcy8RrdR${S$8dyHk;jbv*NSt z)cv`Z$|S~od;D~w1yrIU9{GO{L& zJ!qHBxi-PX*6Hj0t&N!N7Iw}=K4ZJg} z7H7NXqR-9W#G6}D9;{>HlMAv=v27hgre{C9YM}T$S_Q5bs_yyF@!&OZeNFSOCZUL9 zfqi=g=U;s0`tm5{m}Pac8No^zrXyV46P9^& zxVt#~GiiH^hD}O?$tQ7Sr!A(ZGep{#`1Y*_SuF{<6% zrC!%3#A3$pao}3JQ^r*F9@px^Jt06!cCBpJH)Xtc9&@<2@yGCCdEnP`aPX+Ac*OUZ*FUOMcx@(2}*#P^`2G zskN!A9`7vXHTZTXWe`=1AqZ)CUcTo?KIdU656w~*#crgy1&^-%`6!*Qx^wG}Hh|mz zi{Lz2Xzq7~Tluizq3oupKu;$wnd#}o=EJ4K`-rGLtSGThq?C<#OymqMi4mY3q$bYW z&UZq_bkD`bfS1w@H@(j|sLf@}n7Z~k^OHq`J9GBD8#oDr1YD>b30o$WG0dTw^S*AY zoN)XTOtKuxrvkl2hd6mBO~%_0i@`hVsAgEqn%1-ADJwd!z4bj-+=6|TW8#2R?%`hr0-rS(SIm$U&Z zW>pw$!=W+?W+j}pdzZEH0vMzVdGU|L)hvcKs6|_kCXpX|ny} zD)I&mDAkX*v+_61mjD4*hRYLwqopExHscD}U7R(&QpcYxcJs$<})Kx5+eb+VeE<-S$#DanzNAuZ7jR|Fve=N*3A8GKHoyV2(@ zNPOhD77IO0M|Asj1sP|DapYYHahNq=V*Sd{=eKL=!E5gAk#%TrmuW3wC-l?Jsk`GC z@=YUxD@+i7(d-*;mrY3X0Xlb7{{|!)iYQ|VZm$qKgG&M6Zf1}M1S}=!OXJcxK_@g{QxE90|W0Ii2A70~hS1Lh*6J){fQ{r` z^{%FOjp-F6y3Ox`Ujy_5?FbKe_1U=B`V6FZ7Hd0}Sn?5fusw&$8 zZPb6UFu_K~YVYcQp2QgU)nkFH+sco4oQA;~xtB6gsWA?DqwKnf*BY;^i+-5oUijyn z*WEVIY=2Q!d%&06uEJU4f|}&y^mMv5xm=v5rc+1`>FQBf&p}V6^WVG56!u2h`u9lm zWm>&2QYZ7E8=S_ih>y}}`KIq6m?_$p@afq>48pYFgn{O%wkE4VEgl8zLZ3ws*Y3j1 zE$2vAI|To!RBf*5D)g>tV=|(4a|bmjGIX~<*iBWeM8roa4%XuhlWI2E-Bzseluzf0 zd{5i*=FVvcL3_(Xn>*gHVy)W1TEQ8-l*Faj?GocJCIGNU?&6 zjB|R;WpZ*lijlMpy4XOWot8f>xpRW&$5aCZl${^z^2YeVfHhYahpt zU(t^Qwoqov3ah=!`@@Cfh1GRYF6X=oM;5*I1g4zLSQ?f!@b7 zCDhVXr^$`jJB5p#Z49Bmt#wO`i*f#cxO&T|sN*eclu$ZUQc~$g8fitkL%I>^ZV(29 zkq$ut>F(|xq*0`M7>1DU9AJi-JD&5N``&fG3~TY_zt-N*es=#h<|1n}=YFach`R(1zXv{O>Sl#+>+a z%n7S30m|45{|Qoqeuz()z9=`rjW)rHf%bC1qcX3l#;4KrB5t)?`dfk##E=MmC*+KA zp;9q`JXp~f4?eskorfWrG_v*?<*RzMBHY6!KTp)@BPrWp8&n*({YOR9c>IH`;z*09?(+wRx2g^4aU?zD>2&8B`X!Az zdGYSi=9A}Aq8vh|lztDdX;0u=(ZoYSSp+P6>&QUxEevdtZxF|GOg z_3GslLN2z#=^Bi`6C$*<-z*?`^9&kP-xXMRH{`*4j2L=5SEx0adP+)=sVc=~mNK)T&zR(c)n>i26bU z1UN7BQ6;>P+W_FHh`QMI)GANP-<9fdW&_R?Zj;@l)#-^5l!+d3fUneVI< z02QB>ea1Cm=94PKxwA3gmuL3 zvv6tX{xCgFeW=rWW{1lKY>|LXwc|R3$W(atmd)^~%VVjqTKVS9gv`gwZUAJ$xD~u8 z7QVA1y1I7^+UoktPGvFqT>~t}TIn`WhA)Ar$#GvP)ca5ac0R7hUS-qbVH7!Zu<~TQ2(PO>uUZ9b3gt9q-@Zs6pyp14W7ZLrWT0;N+KH2a=?{X5&x0BU+8l< zwi7vW3w*2}I>v#Zb+qCBDt7GjN+AuI2HN3^Kl^s**k8?jvb65GfI+(;nSI}WoS z?>oR%%8M*>Z*h-ixSSaX*F08SM_3VAHw-(E9QMc>Bpm&&H)6AtSY_=GX&W++WyT)# zrIv8X-qie)8FXznv5rri78H66__o8R(n{vPT%%dOy^R(e3;5HFD+lJ5zCKgbqr7gq zK8m4QyO`oSway0C1_U`Wp)K%Hu?sK0`jlsp}-fl!E9$cg|!*=pYt{ ztl;?pw9c2jlyq2XoYwZv1?#ArL+tR<6&2#e1C~@TsGg8c>CV%(;)Xmx{`m?|Fript zr*!$N)?s@k-0)5x`d(i&Yaixcj$5jzZa@dh-}2~hpWLZIB>^KjgU??yb;L&%n!T5O zs%)QAzOkq_c`(R2+E(s~k-BJF=ZtY-wTF)%29cx7eT<` zr4for4_yOMIeK$Zdd3)OQg8n+!(KaBD;@TAd-dr&fU9C065^$Z-ut-l>v~y>gny8K z9K&Z?<0)#eC_~y!t5}z_$xu!A z7FPfH3E{k4+|5GvqAbSwOqa*c*SGV|vU(CPStF(+*!la$7mPJa;-M-BFzgxeFgvl2 z_L~K%R3~_gZb7!K&y^D%>pts#DHQFT*ZIs)RvIve&)F|CX7g*RG}O8rFxyI2$aoI_ zF(lpdKk@k=a+vqZZ8>HfIITYU+Gy#shrZ1k&HVxwYg??HIP4vU;I(buR&qiVMEh3E zZm0A@qfeaT`{C?c{W8; zh&>_NyN>{3xjjXsgM}rVOKX2X;84EVC zhA%y-KZr*IrwAg?qmRwILb$fOsHW9jUzdkY`kS;S2!mgUVeZAnxH{AI6)PIBJ6-fU zy%51yevkb_9Y?F$C~TJTo=4R8H;=Q=1J<%1^}7|QZDf=j__{@DI7ftj(DZ9@(f<3a@X8S*`*@R?Y zfC>~hpz53b7kl>AXyyLa1)tg{7xD>>Hg83C%nCCvsX$c7;G z!&qXYIQ4#uj5f6Hf~wN0)&-us_!hD$D`uw{ zr%3*69e+}P`;m6EbwFRK3mu)1&eB=uwxC%hq>TvyMF)5j=6cc*(!EvIkP|(OVa)wf z7agTTNTII(;gJa6L6$0{45{ zrZAuyj$lUR0Z*b;Z>iXKs1{|Dw4ea21;6T>&jS6+?^t3HT5LIl7$0mW(r;O9bZBh~ zXv#xdp}X_r5~$k$3WrWO-ICn|9Qe5L_!V$&e9eiS``RxsCuzr-saiAB99l!<RPADU0%ocK_k62=Wo7`@{d6UESzqlMbK1!MfcYO00i}T`2cB09e)1c#nG2*y zgTpOyAZk5fi2az1+PojYAJ&F33fN}9Sgi9xT@P5?sL15PcR7)!j9rL17Uh*EaN3ha zA|-mQ-zQlIN|~?)#7q<`QWe7 zK}`q3T3hkKl zoQImH!>I@a#!uV5P z3srut)qK6kXo)(SZ{JvU))xjg_Jb}qZ_1x5ZPji8TDI0q@zp>gPsD^sJ18p`WxOeB zgYUU;(-!#w^&5v#b_12-3Hu_Btq(GFs(Xm8ouQ`ru?CMRv(Ov|*Im01c~zM_6*-AE z1;(3VM|9b~dA`wgxHcv^ajeT*(EiotG)v8UYRr#IU^J}bLfY`rrSW%bB3kIhs94+N zj*qQ*P1iC?mtUgMzguiw4+{&h;eaKL`afR-zCAebxa)OJC=cg2W13N&Qx`i)Nn!_R z-+0DKTm4f?-HMw!6)skh+HJbWj5p>eU;yzArudh20gielqW6DPG2Q~2?L<>!ycDHl zbIdgUlXuS#WaGyiEq1?fs(zb{&5;ebz(S{Yvz){EdrwMh=_z;g!t_O6B+Bs<15GTp zXn+1UXJ8mQ@(h;fa!btM9;uVg5eorv!R5G<-Tol8mZQGoeftgW*NnqTV=Ww6WioeP z#JFD|qPDi+n2CAR?l8;r=_FjMGIE>YO<8$+dn4lynWoJ`@(+P=ajj#%D6bc5NF5lB4?R|OzdtgplKq>CAzC~Se7;Rp>ngl z(xce0T%GSFSuaJ1_ygZ2U2OUdehgqtUbga>x&X&NCY&b{46r@o4)9*(<_b%GOAzd` zOd9M4nY@EeeCUrlbKedL4UAMd?W_y(g>xYeAK2H2h$nG>`F_JgojgemH@f>&Ud?V6 ziY-UdZ02=KaS&zliPGks*AI`xF(hE%|HR=@Ya_rSM0irk_>Ad+yL1}klcC+p{gpU%+^#6G(d;ZFAA`o@mN}LaPz@Sr*yX5ER zDXnY@p5vwqKe4R$f)o64kM;MH6giIUlJR2yD6FN#hV5d$9OKF@nLyrI$(K;!ZK9)R z3H+&!BOAEQ-hO_UrT>;Ui6aS5!9V0LU)k!#;UUA|%8;qRR1p+aRwYU8QRpIML0I1!7EzX8T0rw-{KZM= zF;)BVcHX1L@7CLtruzpY;K>?!%k)sshWgbRO=pRPb#6i=wzI^dlVhtsmq@X+!&p6* z(AU?gbUXwXYE00~N}BOZDMFF?4mj&)eW^lwwz-6n$MEcg7+B17hz8)lz>A0SuvzDFt}n|jovw1fgsF|b#07zLm=Im^>i0wBEFs2P z;$u^t8BF~1PLdSd2qoU`QO|uKM&n3n9D-$aPX50^<%DGoV`u&uW3g5=;`w0+3EE$S z&6F_zB?ss4_uSVKYkOTMaJG5*k$AE}=L=qN1#)B)G+%TBaOxSnkw*G} zr$@_fO7X7bnX&b`aPD^&Otcj+aM+dyaAkh40fEaNXuy#K`IT~M__teo6WK5$Bac$ee0V7y(lTZQzP^d zP$M7z{16ZHQLrEI5OwFw1FOU1gAvooYG6RYA(A4^^ul7cfpS;+T%@Q~FmU{Xx?4_l z7gxar?aP^I1I05R@UP)qjay_@8+!j`NBd~odY^f%Ycbe!&_YQY!T&~YM-3+J%Xk9V z357nyj$g`zE{)^>?i{uYX#c#$A#NcScS#y}fznv1tE-~=jY6{BcfsS6WcB>rhrTV_ zzLc-g+5iliRS5!7A76+VNMu$oS^n!*MRuM+FZB%&q&x^loVh!3hjn;JD~RL|J93-F z>jRbzSl6f>s=W9mH81VPOxT1VG@DVyM?7o(X>Id)~_qiAR2QUw%^F(o^gLZ zZTB^K+=N@cQLP=Ky=Xt2I#u|NWnwREeH1_J;;=gY!Y%Y%slBB;zucLA=l7Ond$#Yo zvG@oM)ohwYWY_0p(?#rNsicq~Cd`@781)nUkf4fecQbbE6Y9w`1{MV}2=>e`aABp}+w zuCM{(&}qv6r=N_h#AHnyx_)%yf0#U~XvzVU@RJfR-(oVH9yYVjy#Mv`>%l$Ek=GzY zx#Kuwkv1$C`LrRfGgD%2aV~1Kq><4a69*`M@z>EEg zAxhJmiDI;_wSmMtF_h{cb3ABiSY?#Vbbo0jaWU`H^AJeS>#uGi27KJK-&s8LnuX(s za&af#xrW@xxaCa0?Cc7vzXdK%&oYY<96rp?&)ZCN-MkH{Wvp2_lF?tB;?A3)m5DsO;Tc+RiV@3c;);^;8SR}?-fSp+oMpw>%|Km~cxGux4lV{I=^ zuO7)EIdl97Fa8He-?&LZsFjwk$ zJ0C;3-p7giIw#N5y|<8QQ;Ns^QkEm#aa7zTC}1V=*yF1NP~7^IL|~;Y5F-Sq=Xn*o zeu3X7zRs{MWB-;dbE>~Vl?hg!I?det_j9Mp{oh zCRhx%$L;Y(6SG&u{O}b4YJkLyMejCAl}_kF;C57BltrwkgOV0HzBbFfnZo&1<)*vz zM21q&pK+I+#c^imh0GpY^`L{qaLg55(pVs?(dKz(8XU0C+`f?~E4L`;-?3@XJ_3^7 z!RqjI5kkKu4VV*+XK-KXJ_C8__{nM_PsJ8wqZY+v(xo5gU#Itv?_dkq4+m?To0pi6 zA0Ii6pm-m!JMXXDBgN*L*GGS_7dF(6;I-KPZx&$ar6A3aSwq5n9p6B#VH(kLtjbq6 zXj-7S)oQm(B>kU$)D4n1z~wlpAw&*^Ib2%ldAmNxU)T|pJy2nQZgjKEhzH$M)Ih%I zeyk{{(tUTE2eZ7yB18chP(Q-oxHy_7O@uBB%|aNt-d8u0*@a!7Ru6Z!H8CI?+dzfR zPYwKd1^Xm{(pjV<41bj5cKp8vB22G8S7BT}EkaKuy!ChY-|YRFiT}R*IhzfTkaYj% zuMk)NeDTz)BAT?*yV;hFzatmYR0*vL;>(Ycr?NLG(vPXXpTN0|?eR_hPr4?4ro&Lr zbd`%h{us_w&!26m#zvRf`bI5i^Zkbo>9ZKZ(Qp$er+=x~42CkUGXHq8+is+i z17tWfWTfBCiGVjWW)%NnAfIb<)Z2TY@ROfGAC1!1o@*f?eW*@?{^-cwN&s`!4B>zZJ69K;hoqOdcYAFHL`VaIn{tMm9JoB+8$>tx!4<`oNTW zg&(XbMIEdmvy^17t8Z(g9&}e=6M$wt0yFhnF;*{?z)bpvz2AvOe{Iz(#5Vww4Naa8 zI?yqQSluFAYo&QAwYnmRXGi0;t#W==D~xX`5DNM7h=oE@C5XnDtTyPq6wVi}#Cno-A2$;b*~WohT#{ z%|8kuoy#f)VC^{LsH23;FJ~Lzo;CU`keYC%zk&4w*q9XXBRE=){cX;~oo{O|=h5^h z@f$j}nf;dUN}{WUF5ICj`2->vCLmlVU1PAaVcE1qpw!I!F+%#&vbC=z8YT5=1DH!C z)_^igJohRjl^d|R&#bI9`My|zu@Cac@^Xu$or^)g4{H^0W z)CtT@hQQk-QTOWp#_(6AzQ|0)!CoYa-oiujHEX&@rZc7MkX+L9r$danx20~UE(14w z4{^M+A~(!7f!|rjaz9!4a^J$aFxW8y)<%S^Q-k zsm&(C>|7!4zDslYXV#&Bcv^>`+b|fU=wq zc*(gO|H%%FWlNj7*>h8n{erW4b8nx6NH8LZ6xM#+&zl@GvYxjH{rFBiIpzSinWtJa1(0 zvr$^|&SW&h!kmwPyl*IADgJ8FR8@m*4wm?msF+xh8^3TcrYPRLpgy#;QlS`$>ix-3 zeH=)L9pSVAu9^|aFzO<#)LpZVm&9$|;HN!REb|808KhQLreR|no6_*gwkfx1UFs~2 zWGbfxM1b2&7lCb(L{C$u@m+(& z2>D@J%QGF_n@1-f^}B{L^KQXHtK?EURf>JZ0nS14piaI7uZ<8_47l?IN zsXjzpI}ta9wkTprQ6&hz`s8&p;;|NPU)Wl?(2mFcSj=y3JRQz^rCHAlD?mYcZ-{ed%=(6_YX;M>&##gN#1W|>(Vzbz%@tKA&2)ho{6Lkt9*^Zb;ATkT$sNKF}OCZmlm$Xd7wmDP_8rUSW7D$|kP#BeU@mkozi zw4QsljKfR!obquaO;i@^z9UY(_h?A!?~12Pq@OX$3kY(p^#TE@7N0|Dq{bW}xj|08 zo`2=o9oa8bZc7W{fc0fwkb>+SNz7o3#BafDxs4@Gz;wr{aPt0uw<+V` zAw7WAkNeRV80Q3+Op`5dT@#*ZSKDT6S#7_pSa*3!P1zZMGt3=pduwFriH^S0fUqAP zHI+MY5D8&HMR2ptuj+=xGf;subMMXHk^tMPX_1fQSzW4e!#P>@>rssDBzjq;;{B-M zZC9h~`5Ec}nFirb_d#BX*P`~_utA$PLI<1Tr#m9rbL*fKGItYM^kcJC-Ad9<_b zn)I6CGuu6Fo4*xx*BC>+B>pZ#0NX+3LG~ExtkM2e#>u59!w~tioAbUjQd`-Etknun z0@QM-%om#v`ddA+8_@c6E1GAOJ}J88x|rk9O)YOt=l>L)`2j! zUz4{g)Y`?I_p#{Num<9tjVvw|GGyCz&Co)xuV%nn+CfZc=D3jSNS^`E(ixc#iQBdM zq3lnO6YF6Gn3S0dr1*@#P}#TAFAA0rAYt&n!hsbj@c7f)9h{yJ$QKeT~{wda37|);Yy1^`7LW^JRJES;vD2r0n z1=3q>GUWnH#~A+N`_=0X-%3(Ji+EL2mS5|Uy9xwB9d&R0nIv7?DUPvemH4fyL>L2= z?{5@fR?c-uUt@oOSgt7ws}q;SC~dc{`ix%-fYDcnsm_=FJ(@%8PY>p7R$~D&VeNR= zm^}plVl9wOH0}EPjGLxlK~BS=@OVZ?YMLZcF}7`!*j`i4Cmmqrfr0AT(_Fng;E%_{ z>sW}f@iugv7DpG8+;ZX4N*ELypeB1-WUG24&x4^hIq77D-t8jo+t~*@5rek%QHbU{ z+hgioEo-qJ)lVHZ++vuw5*Q&|%^iGT5nxxiA1pLK~`@_^!>DJZjE}MH9FWfxP7nPs`myBsvqZXs=pvK*mKahc4;nn)C zTM4*?=YT9AIx1cI8D0t4jm2e6FAES+i+Sxad~g{<{!#cSE{FDpzA7q+w|etSuUelR+S^UA^cR8NSPo7pZBeFmaM%-|hW^xL;OUFw zj>Z*s#xH(kr1CRs-aoI4b1&K6T5}OKmi>+Eqi!&yxR!h9@%^p#tzki=H0GzrePbA< z+#Q+#T4+>r_jdF%@@%Tl-?tuC#nua`SK_ z2-}Jwtbk;cSAP6a{gW_6+uyo^N(QQ4_$NBC%Yg}&vaU94Eq*vz>rL&fkpbNJ?tG%j zveRL0@8&HL?Pht#nY*ssoO$SwLG*vnWQ3k()*z_)vOC9t*nRw6G{S#zyT6d2sy@qt z)kR5|4`24>`B)nFO8Uu%+*YBtw_-dW_p_hiS8rmS)J?yBb0hY+=y1i&P8lF@CxkU5Y)M1A_lFX@@jrL~sc^xH$ z7{7(`19qRQ7`ohjFVxdJa8V(mj}r$*eO_!u+3kJF@R3N+|BjO9a5|0iuN?1tfrEQl zcBHpdcK5JUw*8=Zq{uUUPBKn^iw|BTm9(;Nuk-1*qFUuu+yE$jplZrO4`W8$ybv8K z%eRZ)d_8M1b#+TRS1Bl!jlC{`k?Xn1{Tr@#`jJws0ed-bA!;?mo!VWo?sH6A(Rh#a z2~)`kfU4Ej<`D zF3@GOknuzD1V(SV7|VYW%r!ip7l4%}HZEmB7VHJO$mv4z0?oGZ0xOk z?lqak82B@^?WB!fsg&^@$a^G@Nb?>rBq~N6-FEzO&=gkMo&;2({xMALL zYe#Au8?-gxJy0+ci9&}-?<)!R^?jpHq1B5P(VvIbbuM9N+hU-dej+TNm_aY7Ko(Kk1c>Qa_^52+dnDJ)n3evr}Rl56S>aoV1zqyWvva~`= zM=;PUbEaDNIZ#Z^=)Fc$f|*?Q2?+*9@I!#(avwj>wUtIE%`=_hL?uQb;Fy@&^UI0v zaoP!Qd&o3oX{AXcc&u19xXhI^Ee+-uAM{YwvxX^jWfoQS*V*t^%Nmtt>tS`+AW32p z47E4+5i%)p!h$X)A19)geVT0Vz8~U&NlC8{ zRR~aiyqbm73_|-n&2#GUS!c4c{_UR1FBX^(S!>nhn)BA0m(vcu-H+Y_Dpo^+$l|m6 z^m%~^KJ?h8XBiEW$grNw#KE7oT5|6zho9=6m?4B#d-ux1r8tiHR3m#W&W#(SIT4ci zSB-7|RZ~~Yf7JBS$@)e06D3T;hF!tj@!Bx84QN1wNzfb5E&39#7%WHZ=I~VcGJn=Y${&u!;1Pi!BWK#BGQf08a zLuf52P)KI|-K0=Y8hT`@_Xz&N2fcUThEElya-CL6jBbLG_g6`ml& zoLABP;wie8A5Wr zIgA!k&;-$@mdx(kYL^U44=CL;<3`T|;YH)NexioAg-*dfsl!5oXlUP=8kEYO?Nr80 zsHE*2cqUJ|PPzv?O@DBeX}xm0HplIXOZl4mv;J+e4Y0^)iG!EsSd##omq3lF)m3u7 zd?{-QwdC7o{k#>nbyvrWstrfOl zM$3iZq_|G61&IsIUJXcAeRarVWb>7P&lMaLT(=7Dyze?ke4(0>o+8^Li`Bh_PPIIx zk`CmwfO3hA1|SPFssbo0)vcfw1E@kB}|CE*t;4hPw`yc#EoP{_cdH>*gwcOCM$s_=ag_39_Z}D1`|~ z=f-^~vAFdaWERi5%{*&VSA85}ct}CF%|G{=s;P^QdYjm=_+A36%MAH|uD|(bI7R9{ zHU2?~gy8ga+7kagiG8u=;YYQ3rygl*{)46-X?Gl)@`?+{VHDk!X$DP z#_sQi+u<(h1l~V793)0{KPBad>lwj4WEroAM}#p*F#`N6Qs3XO=X)(3GEZ3Z2e!G0 ze|hbrWB5MGUn_`;rc%1jfq1SJS4#$u5pv92UQ<~TcKD{gUMo4`1EGOTIFK7zILEFG zYH)%(?dJW`O2mn#a@5wEp-1yy4AN+?XC&dwi&w&n4z$~1xqe~@2(Lx*v4V9PsLUN# z`%#@IZRdlfUDH|9!E!H6*EU>maB$DI6#OMz$cK%8RE^S?JtG+(G}q}&-nlF|V~lsG z2BPXe+q`0#mbDAkRNIi%&l1CIf7(YCYo7j;%bt-G3|XH&e6ED~TS=Z)m1cnWSNS67 zi!yv7tsmt6VTCanm>Y=%JwZRekZ}SAs|SC@xXI$u=0p&(f`hxcc*)v?y%=FXYuK&o z0w5#OSg8*oi|sA?cIjmvd~Cr5b?$-KR1epJE=OyByEgq6ANR%?o|6uGSn!T>E8V7( ze$az`j2=mEo3z|sHeFEj=wucgn`}K}{FthV)2KBe^PlwNUAz##Up&o*rK8@jo8tOc zCXw$<+hKp8TRZ7)@~2jLr=+ttY>w0N%yB1Q=q$9K=p*L%(e{LIdyl^SY3w9Fi+tpB z>+gIv1> zaaIUh(8wQ3Fep3_$Tn0{LCcg1^E`JkG$ya-o={nNWcr4T|L3W3*B0rN>y%I?`uYLZ z*Q4tj&}N4#snru~oJ_&F(txRpcN^!HezszkPr<2gVKJf|BiD!#{{GI|>)z#+HI^1? zUZ(%@lPo6h1tjye&jy$zPI{fvk6!S zsJks|XqeI(+e}OA2kcYgOOF_1S@DJ0c{*P+ZKKgy{T1E8-}-pP3HCN2Kow-^kr<(# z^f{uR|3ss*=!|j2#wIQNE$rZF; zVeA9#7Iq6OZanZG2Oh}e4W+}R>EG{j5ujL28Z$B^SAYP|x67+t&j>}=5>I~KynxCn z$dC;P)N|Ow;k6XYs|_{ZCayCezHeNFiRR?~$S;G|Y9fd@YVR4G3Ax9ngGu^?lo7;G}~7DU}w1!UnsfSU+i-78r(pf|$` zOMm!=6yt5InE`|1ry+JrhU+&Mpt) zpqy}wo!BavC#iZ`9weT8Ms{EGMyNixkI%ku zx}`Wi4ssN8^!}M*D9~BULeiMdGg?6VNa3Ep1{%OAzuxBlmn=r3w26k~XTg?Cc%~11 zzmp!C5F6f5XMK+EZr#}ZXVDdA;1>lGcCyM+ml}8|X6g=h_GgOTm|@1-4lAeeSQ>n` zwof_0*7@2KFkbnZKYr^NiFkn*=gERB^PYo&7_o}yRc3LCP? zj~_LvEQ<$W^?|U?08pKLF9}keThfV%rBpu!w1dv1X(Z^o!|27%x6sS|wY-!gv`2;< zTF_eFZMyaUQf=VoOoop=0qVl+#?N1r`(c1BF2vsVd{pMCaZv5g_s-V->iEJi^};j$ zTRYGvsW5p=;cpH}Djgb#vC8A^?-R(-F2k73J6KphXlYZV10eb?-5f*ekz6w+GkS$< z%?LX&Jf)#}*$vBs55pB2Q1R>%40HSaw^aFm!Fsaa0w-d(?$)UN+|TDcmXw=KP%vl! z(r!B~&1JY$i+$#Z0cg;jVk&#KjqIfLhCLs9*Swd+lw7mJiOj{n-tv5a_a^iVAIIo( z*@@5PS)3aIbW%5u^wBW$uZ`tp9NMX!>7TBBQ2_N@6FJBD1n+?k-rjqn zxAqcrUj9fq*5?R*EVZWM0&`qrjdhQG5?6a`z-2Y&AXd4K6;oaL!&%GTKbyGu&cp~^ zs|e?LQLn*=`D*cEooHy1bNPkd6VtXWt>ol<(Bvm^ceGy-fk^%6LFgM9{XB%&xYjT@CCV1< z@ZXr;EH~2H`+>^(M4t}@RB5 zsr(lxWlP1{LKNOUd}Tx@bjQ=IuT^|jx0LUxMQMdJAA9R+mZ|25QY@+W8~G*|%<|nu zYXxYI4u%aZKh>Qd0jUDaUpjy(Tfk9S6X!y*@pTM7GBnOK9EkK+IT*J2e_5Q9cD<%^ zLm7Z)P?4!bkV`l1A$&~-&XK`2{0J){hxKr4Ef3&`)>91byXqFys59+1X=ExhqAQ`g z2f&Q%MjH4KxrtzyoZ{N#hZ!_AOFtzNSLX87PH_lEeUxh4p!6Yf5$JEIN1*o@(7A2@ zoz^GfLx}`Mla`*2s%8(D^2(9NxH(ZtCpTZ;DaI*h|Pqr=yVdKqXE#@>F1 zy|<9TeEDXkCM+PuG=4y7@KKlu%Mg^pGqYQ}^;N#ncEL|6@a!5*C4yc%u*MeTBovIOvFHdIdPQ$V@Zeq2Ha)hxzEJB z3%GMww6eS!tGU9}v$`;V+hEvVR-4Nb=AVXsohBKn4<3}RiBggjoK)WJiQwmj?k z_QNy~D|~n&#rPsNiQ|}e4q1Ht(ALL*5~a!$%--)NWLCYLI(Gw;{S1rvFjl$JLjPc~ z8|&&|I{w~7ypsy}jCT{=oEQL`PjVUjwiJZ4roMWkK#}HZ>Y1)K=64j@7R0WgK=bxd zA2<1_G3BH*{$s-nP5v$y{Xbl}`#v!Ij>pUMl&AZ8kGVI(82SA37>^Yx?8;+&H`IKt zT5=!k`iD6W2}$P-_)`-9i4PsadJ4C&S5w1qS(@2L4zsG1PFpruz3_0|$Nm8O8@S!1KuOB+ znD;o$*`pN}{E)`ahu$2t2crJl&nY;woZ!Qb4^J`gg{C;WQ)=HP{Z7xD^V)-KeJn&4W)u%*=@+#UZZGJH&=YvX|o6!xW(lHCj*;=Y!YH6G>6-^_B(B7FRw<9H(wns*#y z)%T|Huc3qY)?0#tE<`LO?pTAp1Xy$&Q{Z-kPo__<@%aA$uK^A@$RVe2#FHJDmWCZQ z>WEYYl+Hrf$$3UyAhTrz3*KaCLyr}l8|*w|m0(-`udwLV^=SoNBnVJH@pNxVhk3{K zavuQSE_kEXB*gdbM*^J(8*;$=aoSUifd;`rcU$^$P2_6BeGXF;{5oSp6>IAjG zE_wD(WyYt*X5|kmXsN_JMM5@K4Bae&m;WRo%w&wnxZxUy!u(Y_;7Av(M^)Mpu=oe@ zk7A4m*&M6?P350kK<^dvlg4+3f#k3H-im4Wn33K+rS$FAa@=qTzElu{N8)o;9&@z{ zl7__?ed4myZlv#m*7U0A;A4dLYE2Gxn~QR3&_IPd;gK2WjaI==1{DkWkn$DB|H4YW zQ5ya`GC@xwqg?dEk`EeDPm9r6k!ePm)Go2k#K^x*A`{oiphVUavE^)`z3i&xR$o_M zee36s9rOrLJFb2I#G_1({3B-YLo6WiE>z7v7_{hqx0#aLFAD^`H}yGGA?3TX{B(Lp zJ1sqB&PRC2fcjS@3tl(A{d<&}T}3;t=&n;T;uD0o2j1GDE+|v@y!*@vFmsPIWdZ^m zvqk8gJtz9>Y&3RP)?K$xRcPZFOU6JCNuSzvNI&45Z5f{QL+X%H+R@5cv{W;Ln3SDJ zo}vIJ+5W;r*j+t+a6!ILlNOr9R%*eR*?C=(T(OeBzPpT^_*c2>>K8sme9Fs>3;e$} zh<@dV7IPJEy;&Fc&Oz)zw9|0wYXGdBOgpF2vrq=oaO;M)G6s8b3f}Ba8Kc}xSK7Il$PL9TzGEyc$ z(O931a`o9L_`i1H3H`=~x?%quq#%wKn$4r9%ZZHEI#D(E_2>;qr@rfzkRSdee@~K= zxb!VYTR=wv6$ z`pvJtIB8j1t^5>)dm^HS5OuQ?<$2bonz zwY)@?1sHViyl!nxlu}kT6#ysuIYs+>fJ3XCHt8_&Ui5~ct?av=3mRSr209WY$A8Ql za?~(Ck;#2OD4e<)dj&Z<4${R67G;Quhzk6H10rjQ*IC{({k7bz3$k^8#-%V1-X*W- z&O4p;7I05bNIc=}ltNR!z|Ae}KSJ~q_iE5gLhYR%icTNC~fh zvDd*tFO_BtPc`LwKZ2S5zfLl3p`uS6tJ!hxaF)OY`1Jh+g!J3z6k^g4HksFOTgra< zr0n1|bn&>|`+V|OAg@8AbRgPT6PA&o?!A#?&muFchPN_Q>0}OJh`_$qW$#BYE+|l?&O*WzBW8 z9cR$j^~74Py;SBAt}6kH#Rmda`&M(MEOM*>QGE17$#6!dN}>^u&NzDV8FRs}_R>7k z#`c{l6vySz)Kai6?ciJ!oe)CBP6|nj_1-4~W+IX_j zbLTQ+TO1f5%vUA)Us}a14`z8Y#5UrnEyZjdJP5rNqFgti$97zVCdNy@!toRSANIa8 zs>y9@mnuz>B1LH`O}c>6Ay|;!rI%0zrAY@V0TdBY(9oo-2q-Or^cISU6hV3?D7}VG zfF$pI+2=cl?ECF~&;9<~A9tKF;xJ>8tTorH&zy5*y%4q#&FbHRyYf=f?AM=}S^t<> zINGr+9Ce&ADh~iAm0|3=`-aq23;rs#`jtl1K#uAzX?pxj8*{pp@!0q8PR=2}-c2oY z8-U^G6qvnVb+^sjN|zqVj57p(FqwWQb2pv43iZId`>l8Jz44)!Wya(V7v5^m$RUfv zhFJ3>{?PxJ$f!`CmZA|QJ!2w~PKgx`nR~Y{9OODlb4blDRa6JjG;CG^%`t3H(PSv^ zc>KZ}^ssZx+I~YdPM~gZvur)&qpeDsr96${@;%-=tob^_HePG)A9aT1?20W_giQKq zZ*~>U>b`gDrg&)79p31%jnPI-DpAwuxxUzC0OgI)FtWe7b{b5UutP%nOT4b3O!==h zau|8BP7;qCM5!rFCJvcDtcADl|u3(e|fn+R{PNK6^t@6&ZeLY&t)C88Hqd|Uu80I~j=ydnqG5wJ=K%X6u1k{_ zK4N(}OM5F5gb<+ZRrU-AjeJy_!yP;N>$R>vshPOC(>rbYFi6hDN1-NVY`#a?8_-90 z^ER>^?e~N1KEiep{s9_U_R5w={)puu&}H?sY106<`@UHX%$D~k+)omcv5jyG4kqbI$82<6l1XX69aYAti^fqy!6h?)ikBgBo4 zugD_~X88WiQLGZVxCGP#3`eZSkv*q2FeYc|Q(^i{`9BR5>3_@KU0*N^e(nOS4@zZj zpBlIO_(Vpr3-+x4{jLvU#)ndCE-Y4nGUn4pQS^^sibfdmQziy6p(}v@F>e2|r9TBw2=1K)lSD(}394yQ>uzsBH-Y;TGlk3E*|HgD#fSICRM`dNNFOSN?Jt(T z4z^%n#H)Vc_&6{b1xi#Tn)cE!T_v(MPn{@h1r(4KXbVVLBvb zFC8B#ry9o299f&hC!||sRgHVf*zV7~5`Cl~wmu6tYuIa8!_2@{dwWshg(Q6KM zFAyojRJG>#1+|?LcBOc{`IC(=Jr#NCuZW;^q%#@)3lvdgN|#r&$(w0_eHi* zB!Qdi`j}+81`~7YUn@w7QGSIs2LErlPwEYruIv!qJ-62}(n$u;=9$Yi96LX6$rvE99}|k0sAl-sk0U<9EIW8E86_mn1U!$H&EH5e^*bG@igEmCcyOQxJg%!yYz1!RbM*@+`UdUc`n`)`J}%#(L6*bp3Ra7>*9_ z8*xiUdHLYM(%e;#l7p5CGk3QKAsH7;Fi*@u=1}|jcYGOEU02+h6ASLLH)Pq(ZL{~p1ffM*mH7fpyJaduy%V2Mb8va-|JD>1 zj=a%ubasBdpZbDO{}-#tW*FXGiM~w>OWjgrfB{0oqi+9nEPEt$K*znEa(F&yfW|;6 zN9-50lv+bn?W10txUy1er5BrPr!R5ItGI=9L5;ITM7Xb49rPbvHh#5%2(Gu|3?+F| z|31q&p~C%_#W4Q4f$eSIhATlVdtwjU-q&_cMsf@vl}Bmrc)Ipot20k!AIwsVGUY#+(8Sp&#(otw=Tmyt%-K>Wq^jq%76{zP%?8& z{ZptAj7WKpiHAg434V(eLLqgQ>Xq^w<1+`*54srXdEZQt_pa<**-ORMVHFP9;R@0T zF(P=!@Tz(kBUojUa^)I;4c^>*m8;?ZJ7JV)arRl3PLaBEyhz!On+=@KB-y%3* zgA(7qT5pSf7c@WjonjKa?+4yqPIKgVuM*~PgMl0h(RwP}=;IxY z=7@U|0iH9Rm~Q}%<+z2PAJc)tJrm1xb@(z@lU>|AHM8e+d3u%Z@a}Vonm#qIEHDoB zOEX2G^GvxP#V%CT@4qj*mZVL?Q$+uPli<~@GCGyw4wJ%&EZ z-qm2exqEwKZj+1EE{uZdt6KZ@IYud7@fQLF<>`Q<}Jgp><#gx_lsEC##*BUjue+r94PkQ($DrUa`Hpy(^Smr+zgW5_0YZ2ebdL@D!8?KADAiTZ5YW2qwp z7&R!*R-aXKZTlwnY9s56$b;f%kvFq+_3g;MtTJ&g$owiSO;f#r>l;YBW%998!sA7= z@kHz9xk~M4388hQCjNy@vNXu&9`#_qKi8TH8EyNeCg)j#6yfzEZz`SCDSu8u4nbQ02SBnTh%y1}TMS z^#K(w5l>*}gJwlnJzBA%t91fNYcVS4YUe)+l?;z47RG2&+kF_glwaEhUdnMrMV9=A zICv}R6OTmsdE{$0nmayux89kN{vm0VUc@Th=Pv=5D^^|2>^l6$I3pZ+*aV5&G!LY} z$2wRg%EPi5_CC0mj`h*UUb~p5ziVnbbitN)$)eA6P3;TACiL5xB^E*Lt4V=XmgC&R z`(!CF)v>F@)}n3#yNN#mpYgLqKc~4p>F_y^BHwQ^$-TeL>L6wQC8@l$Fn%uVPW2gY zP9oMK=H^H7VGxqnT}9>803X@yP0a0epMZC2Jipg;t*dDuA-fCAA0T>tsS)^}L0qHSB9BK20b6wk4b38gT?RT zJH5DI(Gqjk=;_1Q^jgTMrxkfen5PKPvB8U)g#?UW3CC8ZZh32=Ai~M zyXLZ~I;_G|iaaD@(a{dKc*!WC*1)By7FG2|vG5NenxQK!!#jzBc(G2aW68Wof=(4! z(8{kCtmy3blJwXp&RoVW6ugOJ*d!-nz-LjYoR(_nDZ~{gZc`A=c0gqtTZM>%Nu0bG zK0f?IGE_hX8-HQgVs>4rt?=*kfM*RHe*6E7Gp3f*H3>;;60VEawu z@!G6CinYw?A!*MZi@650AF$-~s+-kN)NFR-w(2}n%YvLwcGO~yo2!b(8!+kq$}7&N zJ<@(d8tq`Wm)x`*Ti$KNo46Ifa_tet(cQC%XGK`2^;c>m8&a8T%K?tLF6k~B?=ib) z_ufIc7tVI#-&4z@jf%Zs`>Qc64(`9qj1csbDw}0s2Vo!`$`A>gdpwb9CSF^pnsnQ; zw$JWs`PGS#KwMNHeHJfq78!g`HFn*yGRxNL?0IYpOOF!m|wy&mT=<_=w!uS(G z^WW|bH1Xvt{N}?h$bP>;Pyf8N7W>nZ=dA{2FZ+QL2l~vIhk9)}3FhKiqDALZ^EXJC zZe4^|`(F74(I6Hr4Ety!6&ZmHI44SUF`w3iiLHS9aO{I zO7<+1iBt^u^sdh?oiEge8ZX`MXqKBJccx-vN-U~6AG9a0A7iEzspOB_(wDitW3s!` zv+%3^4uf%CzFtPsuDL|07neOO7jiz5!>psu`GD#S=R__mkCm%rYpY*_TsTY>N>E4e>WW;a5?tI#jO6lgi%HQf7oxb`X%k~CZd7lUW z7R1uT+-x#!z{yfUJ?`{2$f3?xpnek*WfV2lsa-rEyPRS{0baMe|6+dW^#qz9os==b zv?lb~?nrP_JBtO&d%HGZ=J`HOiY5Zqz^TEO=4(_w;?dmj5s}|-1-w6qmY!#`KzXh2 z$D?fc9xM5J)Y1puQz?BQ!VL|91Bb7KX<&=zv+2G7&r8)78x+BK(^CYUa? zO2oI&E7b{byR?xt$Z(B8*U{TT%4vngV2PlV=+t)76?TU3TkCtY43W1+zBeJvPIZ1S z9Hb(vF214YA0iMhTCv1U@1_HCbo;t2Lt{Nr?j4JAJr8I+<2yj?uBacE&Y=vG-}aR& zYajMi^gU@hLzZxkfzrRd)D!7v-f5b1pUjyaHB_3{qWm8 z_VJNxRJ0O);ys8KB{wf~1$xEzQV4gdZ|_|WiFvYDNw4@-mr1A`Mc)hIqE&J} zM@v(D|xxlT8o5QDFk9BUpkHF)cqhN9D}_YQRHX z{@F9h1e`g2^ldB((v%4tE0#12PrHFwxEW^BVMJRao6;pl1;Sc9gN|3v#C3WoC$EXh zS9RfY76)`;j;W_5034KPnuf@)FTta)l-|RjSGUwU2Wxbh_#hS_nO2X{8Bm|Taun|| zk2e$Y5C^Y@PTwb$;b~&jgb>YK#+YS-NTYYZ>j#;DrEa&jig$nrMD8K>|DbszSV zo98YQRr0uAN^)42IE$eOiziYmBTqwu3Zl+L6X5(aHxV6RV$cfS1`AM3$0#^lc=>Ci zh?|mU*CPLGZdVW-lPA_t)14PV~2m1mb`u{xeVEK`O#*0Jx7GP`}Y zU+kc93Xjv>!uZ#8-V(&GA9|OX-Tj2DqQVDut51y--nD2S7UCKLiYMl^Ch97{8$^3Z z9N|~uRhD$KVoSao+{eX=_CkdPm)@&m8=l+n_KoH?X-uO9#$H0KYYfx2_L9B$>XDZ4 zZR-G4X`hw@-jrHb2X$u?GwA(lrw)phe=q^wJsB0s__Unew{ake`GywZRqO6 z_+={93&r1=a6VJp(0Te92GjmQqVCw~4f}L`^|bXfHkC3g5_cRKOEv<}*uC3vyDZbe z`szd0NX*2xMf-)9WfZN=JZ8L|8YDb)K_snD01ec~E9bDhWIH#B^q=gAIkJO$d{N&- zA#9_hRXf2bYK!B&rpm4>`m(~AgE+0f!`}1k8v3c8050|+lvtT|!4e^GK{Y2X+F0q? zD>3?BXt4#RI9KY78GBCKeQAw1FL>d%Op;lj)4ra?OMJ4$x9Y*WL%{1&xt|%sXB*VM z?JN+bzfmqxu7Xlem+F63cPZpP`^ppC_2yx+voP2B98MeJRQUmJuP`95I^?b1d85Ua zKA^!-p8bAg>3~sD-A3~5v-%}@JkN`2#$pd%5mEiuE6kT9TOAWuJDuf$x$Y?_NPWdRmog z$A^9$)*Y!bFqtd2)fshBgt_>@&DQn_(r*vk@ZY7%zzBgV3-#C)go|u1;D*g ziM-O9eA93zDH-%#?glrW6fWLJU%6qulN{9J1N}rd=g-7aay7p~Txdt>pJxG*{6en# zFBGxQtM%y)j(b)+owW1X@=by@WERJdGk-aqf4{5;sA(hpa>g9_+B@J#wNglpRF&#SoW%lZx6o5cor$d#k%%Pf8(E3;S=cixMP>!r+f@ zVD#ZzmvF5XKP&QHqP}U@5G_Xx++i+^UV0y1 zy@FoqRGQrKIH#*zy}fasG^FlDJhUrNYwX1bdVX+kd(5Z2klQP##s=?XeC_Y=95);e ziIiH7|KR`ToY~_i=GVzUN*0k1%5%6{2888WKiNSH;a6aq=-G%oqO@` zv?60DuWUi_&lz7G;oW~k#=rD71?+N?(FZ<64CXuSPpBQ$D>`|C3{KIP{vI&SRV2yY zO8Q{R$}ePZ_7{vGWX;8IWEzvZZ}tshJbOEtMbI~r$Hlfik+89U^NByv%=3mQ5+IZ2 zjM4cY5OxlKpY(4v<-c?6mCZ4`CIW=z{Qj`Q3{P}e_a&&@fBgr7 z@0bf;#CUjap3eBI2?#z%Ns0gQe_HF0kN&hHZi2EF#qqQMCV)*HjQj;mGn88|F3s*5hG3UZ=@8a z979e9h=^vsWBhlU_>Zcc@bdp#RcpLLoq!A~((D^RA?4IL)eSf~2z86~qp~4a@To`o zI{%v{e^Y+Dr00E_GP&+6-{Z-ccm?}*dgsp!;a}j`+wiTCubVb-Sn_OqGr$+HtA1hx z%3`3ES(laZ64-xZnX(1x@Qk`n+2?1x>>`)$rzy2?>Uep>xz7Y-Z8^&gxY{fht!!oT zAauQ)esE`LZSC=x@CzX2QyEPMr-M|h#b;rBfhutM)LJq{LanyBA1;OKbyzCsjUco! z9KDQKJAzLZ3CSy%6Xt#U2-T&VR*~cGqFf{0-U(kV$axg!D>0niuJ>jBU1e#l*UUGI z_`1q@rpcUGdHCu%Y^9fV7pG4OH(J9>8}8K-_n2^YQhGY<*(a0g1a8E+y0Je#Sh#(N z*{ba>+)CXKB))Ra*+tph_&J~kM;4#2DdM~?xl>fTWgZBFOAoOx=i8$+Mv@sP6}KM& zX$|Q=)K65A?&8%r&5(C~yoz?Z{q_v6YTMXxS@dmbFC3@^5( z!Gs2Hn_3nt+f1P3GUdhVyyBUc6dUfk`2k6T@X4c_nqqj^PhoAcMj2iXR(k_pX zhIXbVSzQWMXa|x%Oc2eU@IX0C846M!V(Z61;N9=2O~2=n<`al>lOqFgh@@#GFt44l zIY3Jbc{5vlLFY0CLF}nkD|6k%I&(Jm5=XWz{mGP9BS0IY7tYtbe8Qf$`d}2#uFLbC znhz^0+=1PPk3ZmX`J(#rH0jc^i{v;CFgoL8(sqF^swyU15=v$0_e@6N>&&%leBd0fJUrH3q!ZX2p2k%R^m>4xI@S7^PXf_$CA{w4H@X_GVbosO zPN%vx+ySa>>bCze+SX=rfN3^=rcq;Lm~r?z^ia;3pPNAV8K6S=4gL5?;FDNiG!F4_ z>2AGzEQ@>IWA0B`|C`uo@$DM%(iG2ld_tRCY(>z3?av-1IZ1x`-TnBQ2ut5pCngI2 z;+px+>Egx|g1MYug81Zmj)We;hMp?FB?F{+tDPyom8M@B;J7K~bh=(CZ;kl=AAe zyhC8eje3-2n`ez~5j)Wl$nix^V+{{*slA6^pvh`Hw&vDis3mNiw6EsJ_DQ`CTvugO7Z{oCkbG>F4U;D`AHPHVqO9FS5 zE2aVvE)o`|8_unFJNZOTVah173p6W-KIFbpKXI&k@OhWvLhXa|U-d6x3dV!g;|ytW zK4!?!5YdAq&6;rUv^a+8&|ei|v)h#+4VHJ*z0ta*0_xREdB^NbTnXs#o;iFO*jtIb z!X}-0I23-6Q|USeH$h?tWnH$-+(cD`zJ(4CuXprV?n+i4P1Uko@BlTFiSraez;3hw zz2DWVBdSIIvl6x*UHZZm(VnV|=Jp^B*JDM7Yn`$fF{ba#XKe06>DJv`cYWS9wud^m3 z2tAR;0(_78f-X2>zTgFJM1;_^ zYjUX83%+iBYt`DRa-mvOeNf3XFvc_dqYw{WzpBB3(DE`GM4S<50<@(k5@IqR^?LQl z9`;x~Y{T6Xt!Kj`AGA*cPkE4#FOP4Fk;WE258BFCckn)b29$S~l#?n`b7w#}&qV5kP$V0I9kTt*cs#|8F}l=wrTu_-OC=XrsB}I34_aH?m6? zyBRk-#r*|k;9@U;w#(Al+Ty7k9x8|>a9*rtAny5|G!#h?pnrxn!kd6`YegZ~HJ%KH zBPphv$&FsSJ4Sw_oo7YQnqLiS}QoJm*t(R+0{y67hBG+$GfZZ zNkjJJYW5gwy>LHnv0^=@QqLl{a$P4SII#XYJQ-d>annfHc0nCpa|8M4P;viIvDSO- zM=kTA`7^n1zSr8v;dQDxE7JofdKumeCb@BbAyym&YPm}-d>#v}c2g}*r?QaecZ#TH z+@<~9J7vybD&?~~>8{y0c^&Cv+-TLj#^5FG*+q@l*gx7s|8V3Q%N##@`u+w=ESazH zXmDZP!K-tpUE@vA8fOy>xoF{^Dcc122Kmj^-1A@%kiH)x+K$vI&GWTBrA2_tprDb5 z%=t+W8o8*R2quflf(`n59Nt*ko=SsX7!L7iMNY$(mWJWOy^+RPF{{p8iya6?%;c`$ z{R3U~sr1=*xnlZ+{<_QrEH+GyotGupERKZ^yN?R)m88ZmEYM^3uj-QniZ(9;`sd7og{jc>rJN|Y-JEl_bA6{z*5@%6-ve)LBJP!yc z>|y}xKC}b_bRR`8Vi4|w$w?8wK?*1;EeJT7sr{6XOax%?#Lxl{t8<+fpEvsRG+>!b zo1B0^%DbT0O)8f)HJbozR|LSBn>CH3C=~aQQ)q&L43|{5cJBnlv*Jaw{>9!#Vd5s_ z5<#dZ3STCvCkOcByK(BApF$%t%`135uP&uNauvp8acOO!T5dmRUs-JaVX^(oWGbP^ zLUh^Ma^ZI0!6SIQqGds@5Tj|bmV$VSY2q=`n9Q`QUZ0zh2a{Qr>`0=8K8&OT3nb9T^24(fB*=&MvRZvQ0YL4*3Tsd#{ZnrISOP zgWMsXE5(K_c6p4kCW#snLS2*oHXfq2wwPtJ;yW9tTiR(41Th{O#z=z22QGptL#)q2 zF!Tb1yD&;kT%C7j77A#Bbd#rL_HkrPLkK*8VH5C1mnd2HUlOpX0zFfU6<0O^F1M)y zO}WJ=Zrypl_z5#;ctNST5kO|ux0;e^SYapn_X$T&*Me(~2ss23&~Z8*9D9>5F3H>k zEUAFGS5&kdKL%)EtH^UbfVf5#;iKMO_KpC~LNHMW@f5(-44(%amU;c{BG4*cV51dg zT8R3@Qwv`eWy=_lBg!C*P#R#mDAalHC*g8xpiucSyDLLZlViRq-}|^MvTBy@AM~J( z_yfmsX=<}w`kw>V#a~zsqobqiHV;f@wR@27Yu8{iqV=cUN5;CTz0vZa9-&Lclhwf2 zkn*_FCoRCn0nAje%W9)80vOZm3yS(OuMy~Cj$1P{`{E|ZG?n{EZuqW~;BehaYTZmS z>h;zUNz^ow-{|EDYhE-o_Q7tP4-3iKRew;FdF z0`qUvy7e|_@-VJ*Sn)!)m~T-%7Wm>JFXn{Wn^pD5bRNh_4nJctZf3jwHCJb--cFD) zZN;i-G9#I{E94l;1~H%UW*GoIY}40cI5nA6SbJ@k0x&cj-7U5n#jQ_*s(+>S(up^9 zjsbV&dA~D}m7lgK^lewdzA{6BF91 zPH#T`WLjKp_;UE{#u@d6#+{!R&QzK3GA{5j7UcDmdjM0Gd+*k&L(W^YB)d#(e&ZND z$jwMZluLy22Ri6_tV5+WonHqWbfz+VVtHh(TRzISM~}m2 z0GR>=qk2c&%q9tc=Oniza4khE(`cROBh`IFiNJ3@P~NWky_s6CwU;84_|9F(r4&=6 z_?FPmw_Z|DP9w*%ix$DQuKA9#p_mU`SA6RLcBSST-bM3(}eDM7+TK= zj7=G3L&L9j){z0jYom!P%xAq>W>;5?0q^<1aTm*B3|ofKm#$jr=v8{`u#q(GMAuna zK#W{BR&@E2Ji}JvOVM)N$Yes#ruy!OF(d0<6{g0h_zA)q?_uG zCK%L;4A}0jxYII0PlcCv42n(lTXY`R41K>^5AnVxXF>+JrCs=@`7fr}ERroBe);*+ z>J2f0*HeB=9R7%<*d&GhbdRMTOL}Zv`&X}&6D><+q{B)( z6*v*Z;X5GWf!PFF;P!nTgW|W{Z$|(OhbS*JY9Z+eP+HnPL&S?gdGEt|_|b>A59?n9 zd)Y|$5=$X+?4_PUbzVuC~_ec z8>MR=^JKnZ`aK+Xg>T&b@yJ=YUc3lr|@tTigvE?!NUmZ3{DAeT3e4|yU z0s6l+5TD@ZCu8cBI%)h(;FIcyz~y3Xb5(+s2YA6it7!ls7<%zIY#O=&k@zp%-}<=q zb&xgw}uTipd}zCUEjlpSZ$($Hh@7MRMxB{Q$hZD0x!l5;zq7bl3E3Vc^-gx=6IU& zh7X71AX<7~IgLEi1pHAw`*ZSM_`h}Ke*Up7F%0?_xumPMssJWSE_D|Fv|-W;WIa~} z3u5!cG%kMr5XJ;(GTi@{je~E(RY5Ef0R!8zD7rg>7?5D)Tdl{`u%(*U5Oh}F%7Oy+ zu6V?E@@1PH5OVzSRp@X8@Vs?J5rgj930^Mw9evohI)G|;bjW6!B4pw|{#r%7nz4_+Uy$IhcVRruqBBpwpiRVbI*T_!DBC1$rGeDm zIbIU*q{eGLlYenzeS*b*&cfQEM{X?GRnBdt#)F*!}l8gut-{ zL||M`1zAZ61mXrZS!nQWycn@?z{x4}DQ?$Hc7zFQBJ7B6f|-Tj`*`L&M`B~(!NTf+ zg~60~A;bFw;Gppps1#8j=$;Y)WM!d$P)UXF#Q(01w>0$Q%Q#Vg|rcCn>DFGYxdgOrb@NG~r5J5UiaRkeL19jjfqdZ|rh#LgT zEFfQ^(BvW*L@nR3oF~0CU<4+04b)_h^bslo1kHL0OihmMELhAL{QPx#aE6sk!$Sg~ z`qmRvq?xZeCwdgtNJ;g=cLNBKcI{cC*b_19KEo#E&{A_Iu0jZvh@(LrCe{6d1-eLU z3AGL2c_@-rA7C!*a6S_aICBdhvTdmD$2)4(aXmOPVB%R4Sb>mJ&+BT9VykKX(LS5B z)Q~40}VjS1sFKBOI$dri3v~&TRkrCoOmD8f8XC#+3AQ>rs@VTswCV++JE2u%-p& z2U|+HTdgu@CKR z!s$!oBma{yJY5Dd)+yhr(d~Hg* zBS@bP|9t7)`en&lYGIELnhGw)7tPJr|CPG^JTgh6!MhZ^nnp@>q{NZ|lZf9{UgNQr zvTqT;oezF6`}U~e2!grZjkm=RDkGUhJ_3HyIoBVyEuR2Hn>_;HyK6F*Hx0{)@Xitg4Q*I4 zZ-=0lpgaS1S-wSQoUoTDoSuQTcp9cdX_e;G`+ifVBt4e4#bN z4WvO+b4EWCyWUt3Ux7^&bk`4Q|91X&2IZnBF`6JZW%vaSkrQNnhlmHKw7 zgk&r@PKe+e4z@BweBl}WN4|F2>9^u!Anc0J)577`W=sM&P z`u?y!NiQU{we5)WSyK4wzm)EC<-&Od=_jHb*B4vGz*c(lmQBN)txG`zsyzoH zkfZ6ualhG)l*vofo)C|&PaC1u>r!KxANFfwmovo(y|K*|kOQ~$Pdz5&051tQ2X>sK zzF9b(=@~U%C}20Q-INUIkpUky0)ygTE4Xb(S`FR-{SI;(2|-vno!~&_x5q&6<(nD; z*km&cdIsObs!F#77R8mf4M%mSJB$He?PpB8l3Pu{ZN4o@)Zx?B!@Oa~$z@+F;U-v) ztbGBXp>=_fA=Ds4^gq6LAtV$Ej@5i12l7Ht!85k*9`pZ*1rqZ$9aDM`ZZ7P8$atU- zz6j&7*qU!a0J#1JI73aegJ|BdC>AgQOfh|F)ziq!EAM|il7xO1Y641QY+HfSC56`n zfwO{&5P1>+&>k3yP`7{#J!ao#le);hx_!PqO((#K@7awXi%cza#i%N4-r3 zGxZEFn(Odk5O*@Cx?MYUFKe-5isKhsq<777yAO4jia7}Bkv%p|4os$* zpYnaIN#%{g^k%hliE_?&TWB`H$_12k3l72diTc76Pg}BLQfrpX%5F8faVi*fMy$Po z6l%6A8v#7kct;>zHxNx%mV1383{Drxp2}eml20mr!@`$%G2jEi+&_7{YkL{OW0D@o ze4mENbxme&fyIOUX_%G7=2r(hqncVq%kfFS(B2H{r`MkpgBW{8^onDwrC$qN`rMg< zKt#Vq5P^6efED6lvQKOTL*KvxJ=7#6$Rea+(F}}pC0FWG#+U!lsrka+4XaOC#DY{~ zg(}y+CrUzF^}9!VCNF_UG;oKEO)w5IrH~WbXN7>s0y8+lbW;7l_&FFH+gjrUx~6V| z2!La~J_U?vQdzX#Ak6!`_cIC%v^Mt%(6e$aXoqXXS-k|4{Dg)xT(-(^aDp3o>rU>k zRk2O@O&J3;T7{>6be=z|etuM=SnD;}JYETglmHK~Fi6{)xN`{ujm}&kKsi4JL8~w5 zaQsZ*?oXS(4SxE_2oBXPRoOsBJlLr?4DMwdT}Ik*Jd$L=nmAaMjbg}wqh*_dk~px& z8Ot-b-_bU~R(%*KnNWlmN>;x`z{`7}rD;;Xs9W5srtH-MAEAf0n<q18RISL+SzGZJjl|4puT)@aE69KG>^wh)AaiWxmV$ z(ZRlSzZ`Zxoe97RzxF2ZczRJ_Gly1%KnpHj)j3`-A3TtCD&~tx7R%5loI33Qv4SpF zeOhuOGCG8DxuLP6sTlNIAz<>-8av((R{t~2&kGRbJN;ljAsK#Rx5Om%Aa8@VQ<1*t zOFI!x8MT8*CV)n7(Am1}9P4c^Fxgm+fC=G+beMh+LVZq9{Wb=g)di^N9uNwJ$Dd(xG?bA2B7iwA#r{#-L1_dxg@bw3klF@p zOqAy36pulNL}xH6yuKPVk%c|dBSGfXl6&4JSy350xth3Q!kS+ zlTZT_DAm$J(dQ@o3qM89d>Y>=i#$;8={y73`K934Z&-WF8T3_lIShx=<-JD^5+x66 zG$MeE$yX(t2bV!SW)fn54!aM*pteSS==DoS|B;!9-Ywa>&W_gcGJ@M1b>x!CSI9HneE8x8QE)Adsya&TI9|rYD1jp6)PG0H=fh_RE zyX37HiepfT4*u2t`F2KsLc)K2a4Z5i-=~uozlG9>W57a@PRE}8`s5%`&j~_-EB9JK zK{DlatRk*lLA1NJ5|A#r*p0Y8VRUN~$(UPssA;nEAcVgcLPm##b$PozvG*N91pP26=Mp>D(kh~=#1-b`Nl zCXRuP%@-YP2zhj=STww|cy`AG1hYY*+JCA9=Yc)SAJhb_2A#oGcoXbWK=UF0d^B6; zU9*|+?6b2?+50B$NYj?YRZg%VWJ=NmlPa1__eZV{Z*Mv6*)sVH#7rZ9&$2h%o7_+2 zsur-2POc0Fwc6an<|i1q_%p5X`zfGa{IsqMXl3S<1D@PlSEKn#Ha4Nf8?pCI{CSMPg(Fhqrv^* zlOrrPJ|OPPHq{Fmn@3MerEg{k}_&%{wZmD=sBj{@M5uk8XU1Fl&fr18iDiU~gTXlN{x2&jf=zUS4P&vi z;uL-mTh<)6s+sbh{{e{eoe6TF#*O1*MjrDWLK5YV;i@q|xXXy+4)y<&FOIQev(&s` z@c6a2p*{&|@bnaish-auy9dvKx(T|)V^%HS?Tsa{kzdCrcXdTxJRunKqb!rfASK)9 z)EmZVm)EcG$73zwSy>0TvUlJ##)ij*85yJF`c}T7iaddgpQ?f#YlZTwgr_>kF8!RJ zhIxQ@ns?Y+#4=#fYNcTI*9@n^AA#8mvP$7n%7lznWeCOId?}lC`uN$^mFidVjPcdS zX|Cr|YyzsYcNBu_|0-U>D*%~$v#d3D9O-dChJ9dM$usxUM7y}^e~THo3ok#)Qj10T zN(da~4ully3|W2_1p7YnqTaI<_~}~jwicT1M1yDGN#taPK}B}LwE3qFhzjIa?hTyy z6Ux&%VCN5d)NqVBotA_wGPE+&X74Ij!aPKeerkFhg-@Y#t`M&?jTd((Ca<&Wy{VNS zM%4v%HBS^BWSazkfZ47e#HW}_;_{N0uI|@*wY5}=DfY~lz4?B7>X5^ulg)Y~mmT8C zli}mFm}xKT)5EQ}Z!|~clwK(c{;N2eykNLAJDC+~5_-^&UeENmjNO*bOa_h|(LczY z(oyxZGpf4xP)_Teo7ubkfXfh~duRb70RF$6xl(+~f5DdvS3MDe$&9Qb2WBMbtxh^> z;hdmu{uyx*h4U~)0BqjBlKKj(jjH)|ID4X_8O;nMS_i*8ZdEafj-7oD^qb84d0~q` zWg5>j_XKfP@$>77axQBZXM7)J@#tDE?=L7u%LF)uuEs$V5uD4oaYnFhM$-ecp9*MC zlSqkn|6m?5!LTUhnQ*a^tR}B{Vn2Ao*w+e@$gmA);v*X($|bYL9X$AcHRIIBs1YC93ItU z*c1G~pC}5gnEBYBLuAR!jZ{!k@iTyDSHSBb3T~@PV6r?M-4V9yck|-8RnLl5AJ&t3 zv%uQogQymn3xlYy#~K=yj-5fBjW zIhB$S!OJVMLygaWI~Fo_i`#`yQ!XgePUfIPspX6CT%?5p? znHk!i4ZU$y5KY-h<(*tx9}*a%G$Y>)o6x@OdkRd#Za3`ct)-!pA?FkiewY3RR^2zC zu{4?9;QhqfEWZ9ktV!7uM7{O4x$kCP-%|Bjc?nBXrR7@7{PmiUnis9&SsF^1PiDFF-s~oiUF#ca7^(`Gb%q5Gm^e^dh|p!wN* zg=|d#wjMg_uQ_oukT)RDGzGt2dnDewA1o01l;kd0DdGj&Cwz@ersj7=HJo-NUGt&7 zyLl)EQo;S+R%8P8Ap&OnX$(h7useCSU%M?X2=_oVZxGsD+TlZ&2rU6_T>Fa(idaw` zL__cAx?Yc9dmD!;POlE_Q&K?OIYt^@_;zp(oR6eHKEo8mMq-&svekm{iaff+z>pp^ z*TwiuwY|Hr=;+MJwGsM4=JUMGCeN62XWwpZBtc?b{m%k( zelUyzRyba~V(t_!>Dw?Ub+hw@@ z;Fo2BOAdoVGz|-T>e(+yR5e6LA$=wTNlVDPW6>*3ec0pRKlvP%JyStW=vwV>c~Avd zjqi-W%|hK=Lw=g3Qsu;1r)u_#4zCt%qQydTy@>my%;U3%f*_x&W%8hc ze%AJuL>7h=d0ayQ@nx0w+KQR<+Kd>_Dr5`(9;&_%QNsD!cE{{@y`c)Gb27Mn#+W7C zneD9;8oAjU1Wt4OCDz{Zy@?1e|H7S@2DEO9QK~zQkrCS9nC98YcRa;KdG+`mV0mK`rvHI~*wQ0bFcNJcUI1eRZjY-?BZUvZN|xeHfMi0 z5TB^{CNfp=#7}==yH7$~70@S9r>FgYx?}*@1=6byC1~2OXl3|g`A1)HDNyf*wYlXn z*Dpez`Ans_H31kXgsO?KdiH)5AgXM(#^`&t4|EU{Qg@D(MKsGyr0j;??Ho&(?35C+ zP43vbVtbsc>E&Sfq0&)6hCbh0w-_46fud`nR2jXBG0NYc08{z&7|aPp)3{yyVH!?s z7J_FfTYmmrNs<mu`SYik10_5mJxg z1&k&@Kiv?AdG*FHpkLrk5dQ&p7fYBhIu{D5^ z^he^tv{7(_Z-0*X1rxFLuUhB39S!XLEi#>7CI}O8>O5L@J^?` zbu4B|e4E0C`sSQo+lQ0T#!bReA~tQxYR%2WWnY~JSLEN^nKm1tl-CNFKft1Z6|7P# zS(TpUk%t9>K>K1ep>!`0^vLgPufw<>1gB}ADrjAV1)q}6H<`C9YXK^&)NKkdI5t6@ zkBS4Lg1rOV8lYJVU#t0Ns-6m|?rPU&hyF~-lsHH`4=%`dUFyzSDtu%TV;I!D$>VN# zoZ10godWnKD=I=vUuGf9W)?QMTtKv?qE7tEUP)Ln`Csc-L4yJBQn-OXEy;sb!dbkn za>8$%z#X22j<9lXyYlEVId_#5t9W&YJM#?#=GBkcu_)j3E_Rv7+Iq2DHW#CItyqDp zklm8nl;AvGTP?Jqq>6-WWvd>*X(B3B1wX*#TFp2V)eGZNsasb-I~diXZ9KxfN_k}N zw6CPY)U(v(;fl)?Arj_mS|U>TFaJ0=DO@jdhC;t^p#B-B&mQ^XaP%-59}%W7HTGjE zBll8qw=D)ZmYzi#sKWX*nk@TigcE8#CN$T*$@UQ1Iiu|`X*`0OOap{J^+f+}TeV*s zGIR{*Nn`B!|F~9SQ<(R^AF6f6W@v&&s9&WVdx7#--)3eb%nKf;1Imvg<`d4L4CUR; zr`DbeOP&`O7F+-0IWuy8N-zeB{+W32AjP}BRDHhInx4Y)5zNhD&T)_<0Vj-M>*WF> z%vuuW!hj+X5e1mS(lp8H_=sYt+J5!$cV&K=2~$)SYpy9A!PZW*r`F!@UuMAR6AkvL z!G>*A0fYEyrAk%Op~{Ro(c%BhL`vG@QV zTg$^M6oL}VfT|CMgQOyoY}rsx#GIR;a-BJMJxFP6>-kDmN+#nx*Zs~W*h-p3=fT|3 z`b8KM+g%KH&b~Z_sQo98Y7wmNcpPQ#UO7gINW`AQhp0N%$d&?2FEAJmc9LNx;MY-- z;%$a5&6*OO^6M*NK=WAb!B!w-3wW@B^Gj>|p#w^M6#nclsvjfK9hNR}!Gt6{kLRf& z!pWC#jvSOY8PS@n9y(=O2+DbxFE&UD&&^s&N}*(_j7W9U|v?@a*{&{Ff(2&FDU7_ zuJ@77FT&4QRv20c>a@%=JH#L}qxMdR#n=cQ0-1T#9+_|0RwF|rdrXCUz*wv%&Z(OIH+!Q&y1b#4b zad%Pg^*2XTc=V#$TJM0$++uxIU`q4Qc zdzO68mUhWap%S=d{#Oml$$j1P4tSE9pwMH~^G)6Dg~A})37nODXPWeImV0)AW6$xG zmnDw%@A|%^ac(!h>Bz`(phiyJi-FWg4}op~sTZWmEb4RTL}SWS=1N!Zq#LfXk{&IV zX!5m#BFyomLqr-hG(sV1_E!4>uc1AM*M9S)!6W%cOECEDmIcsvzI}x*$#P`C{br~+ z9t5F`mZpR41T!bDf6%W>@6B?x=BB2gGQRe?9MF?ob>7WLpI^3IZBC^8*D#hKXi#O_ z2K>DK^1isxFuR44c!oI9UiEfASLkf=lwP|?@>!((ezI!~Zk){93Z|k`VgQF5v0`D8 z`O6v?j{H?3YM>L-#nuK$2+MLLgheEU^uXjiKFXLy1<6+%dnbH8YKON&=k1C>T^V^= zE&sc!nGWCp1q~?9`YOdL(8|&K67A+_9Mu7RbC9I`OXlLI?*H zS_2*J%gV6EbY=-I#@r|h(`aoN-yF!{=ijjH9UDfo4_16~dA&@eUq1r>m6SZM=pV}q z^uJySVLmGt6n)xka$9F4T|dHBuhjTGTUtiZFdZpq%MIR8v-P*?^r@r-nRr0prD(9qHXOQ|m{@qSwbb}GwCC+Ifa~S(l zjcPXeY`Zx{q^oamhj~jL4!jAI>xOWyTm?|1^~BOYcW`@92DaAoMdu>*SI*Xs#ZB*j zCN2c^Kxd06r9IK?e>tedo1qs{M~EEbFHUe#9Q_H?v| zGy*a=lVJ6eqUs*rtPa|KC>L8mt}(2vC}<3FxH)qN>`0fL zv_2_L%e0p-9jq;lyfljXZ=l#yqf2m>>#fBg&l-qsHGjWyx$JVh-Z5{me{mT7Gq52y ziIkD+sxQHdy51ltq4vHBpV`bUP#a4ypUqJ_WKsjE?HN3(w{sS$Ez;Kd7W>Dk@oeIqM{tB@-1BHcmrUsjt_^wVlqiYzk_^j*G9eF@kb&` z!z=anOqgIM&LncD6&C)@v!9@eM48_&Dq79w;*E}3-Phd(oAwz|Ggmb+$P>01pv}KB z8=|Q)%Y9n1Euw&I^H$FVlN$21iK3y6-7gC)xJ9ahI^|~xG8zJ|>gK`Ac?vB~rbBeg z3Q7y>iWk|SHPoW5prHDsgiz+#Wx`a!i8|(qA@TRy6uaOacOx27JTvWG=-Q(kw+?(P MPTQP%Yw8yBANpN6!vFvP literal 0 HcmV?d00001 diff --git a/neoforge/src/test/kotlin/io/github/realyusufismail/armourandtoolsmod/LocationTester.kt b/neoforge/src/test/kotlin/io/github/realyusufismail/armourandtoolsmod/LocationTester.kt new file mode 100644 index 00000000..4dc98dc5 --- /dev/null +++ b/neoforge/src/test/kotlin/io/github/realyusufismail/armourandtoolsmod/LocationTester.kt @@ -0,0 +1,34 @@ +/* + * Copyright 2023 RealYusufIsmail. + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.github.realyusufismail.armourandtoolsmod + +import io.github.realyusufismail.armourandtoolsmod.core.util.getAllResourceLocations +import org.junit.jupiter.api.Order +import org.junit.jupiter.api.Test + +class LocationTester { + + @Test + @Order(1) + fun `check if resource locations exist`() { + val resourceLocations = getAllResourceLocations() + + assert(resourceLocations.isNotEmpty()) + } +} diff --git a/settings.gradle.kts b/settings.gradle.kts index 42ee457c..fb1349de 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -4,6 +4,7 @@ pluginManagement { repositories { maven(url = uri("https://maven.minecraftforge.net/")) maven(url = uri("https://maven.parchmentmc.org")) + maven(url = uri("https://maven.neoforged.net/releases")) maven(url = uri("https://repo.spongepowered.org/repository/maven-public/")) mavenCentral() gradlePluginPortal() @@ -14,3 +15,6 @@ pluginManagement { id("org.spongepowered.mixin") version "0.7.0" } } + +include("forge") +include("neoforge") \ No newline at end of file